@import 'https://fonts.googleapis.com/css?family=Abel';

 /*----------------  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-inverse .navbar-nav > li > a {font-size: 16px !important;padding: 18px !important;}
	.navbar-inverse .navbar-nav > li:last-child  a { padding-right:0 !important; }
	.vmenu > img {height: auto;left: -8px !important;width: 80px !important;}
	.rimg > img {min-height: 110px !important;}
	.ordersec {padding: 49% 0 0 !important;}
	.item > img { min-height: 314px; }
}
@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 {padding: 0;}
	.navbar-inverse .navbar-nav > li > a {color: #fff;font-size: 18px;padding: 15px 30px;text-transform: uppercase;font-weight:700; }
	.navbar-nav > li:last-child a { padding-right: 0; }
	.carousel-caption {text-shadow: none;bottom:5%;}
	.container {width: 984px;}
	header .navbar-inverse .navbar-collapse {background: none;border: medium none;}
	header .navbar-inverse {border: none;min-height: 42px;}
	.navbar-brand {height: 42px;padding: 0;}
	
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {background-color: #59320a;color: #fff ;}
	.navbar-brand > img { position: absolute;z-index: 2; }
	.navbar { margin-bottom: 0; }
	.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {background-color: #59320a;color: #fff;}
	.navbar-inverse {
		background: none;border-radius: 0;
	}
	.navbar-inverse.affix {
		 background-color: #4d2305;
		 background-image: url(images/radial_bg.png); 
		 background-position: center center; 
		 background-repeat: no-repeat;
		 background: -webkit-gradient(radial, center center, 0, center center, 460, from(#693c0c), to(#4d2305)); 
		 background: -webkit-radial-gradient(circle, #693c0c, #4d2305);
		 background: -moz-radial-gradient(circle, #693c0c, #4d2305); 
		 background: -ms-radial-gradient(circle, #693c0c, #4d2305);
	}
	.affix .navbar .navbar-nav { float: none;	}
	.navbar.affix .navbar-nav { float: none;margin: 0 0 -4px; }
	.navbar.affix .navbar-nav li a { padding: 11px 15px; }

	
}

@media screen and (max-width: 767px) {
	.pickup-table h4, .delivery-table h4 {font-size: 20px !important;}
	.nopadding {padding: 0;}
	.ordersec {
    display: none;
}
.starburst {
    height: 40px !important;
    line-height: 40px !important;
    top: -46px !important;
}
.navbar-inverse {
    background-color: #ffdd00;
    border-color: #ffdd00;
    margin: 0 0 1px;
}
.ourspl li {
    margin: 0 0 20px !important;
    width: 100% !important;
}
.spl-title {
    font-size: 22px !important;
}
.navbar .navbar-nav {
    margin: 0;
    width: 100%;
}
.navbar-collapse.collapse.in {
    padding: 0 !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;
    padding: 8px 0 !important;
}

.opening-hour {
    margin: 50px 0 20px !important;
}
.ordersec.mblordr {
    display: block !important;
    padding: 16% 0 0;
}
.abt-content {
    max-width: 100% !important;
    padding: 25px 0 0 !important;
}
.menu-part {
    margin: 0 0 10px !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: 8px 0 !important;}
	.footer-menu > a {font-size: 13px;}
	.section-calltoaction {text-align: center;}
	.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 {padding: 5px;	}
}
/* slider  */
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #311507; }
.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.png") repeat scroll 50% 0;
	font-family: 'Abel', sans-serif;
	color:#282828;
	font-size:16px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: right;
    position: relative;
}
.navbar .navbar-collapse {
    text-align: center;
}
.order-now span { padding:0 5px 0 0; }
.order-now,.view-menu-button {
	background: #4f2308; /* Old browsers */
	background: -moz-linear-gradient(top,  #4f2308  0%, #311507 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,   #4f2308  0%,#311507 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,   #4f2308  0%,#311507 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: 15px;
	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: 150px;
	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;}
.ourmenu h2 a {color: #d52829;text-decoration: none;text-transform: uppercase;}
.ourmenu {margin: 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 {
    background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll center 17px;
    font-weight: 700;
    margin: 0 0 40px;
    padding: 0 0 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
#popular-items .ourmenu > h2 {text-align: center;}
#opening-hours .ourmenu {margin: 0;}
.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:0 0 30px;border: dotted #ccc;border-width: 2px 0;background: #FFF url(../images/white_grid.gif);margin:20px 0 0;}
.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;}
.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;}
.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%;width: auto;}
.ordersec {padding: 30% 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: 2px;}
.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 {
    background: #301606 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    padding: 5px 50px;
    position: relative;
    top: 22px;
}
.box-title span::after {
    border-bottom: 18px solid transparent;
    border-left: 18px solid #fff;
    border-top: 18px solid transparent;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}
.box-title span::before {
    border-bottom: 18px solid transparent;
    border-right: 18px solid #fff;
    border-top: 18px solid transparent;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
}
.foot1 {background: #555;padding: 20px 0;margin:40px 0 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 {max-width: 100%;width: 70px;}
#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: 2% 0 0; }
.awesm .nav-stacked {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.awesm { height:95px;}

.navbar.navbar-inverse.affix {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#about-us,#get-touch {
    padding: 44px 0 0;
}
.opening-hour {
    background: #301606;
    color: #fff;
    font-weight: 600;
    margin: 0 0 0 -30px;
    min-height: 314px;
    padding: 20px 20px 15px;
    position: relative;
}
.opening-hour > h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: left;
}
.mtiming {
    display: block;
}
.mtiming h6 {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0 0 2px;
}
.mtiming > p {
    border-bottom: 1px solid #705646;
    font-size: 13px;
    margin: 0 0 2px;
    padding: 0 0 2px;
    text-align: right;
}
.mtiming > p:last-child {
    border: none;
}
.mtiming span {
    display: inline-block;
    float: left;
    text-align: left;
    width: 92px;
}
.ribbon{
  /* IE10 Consumer Preview */ 
  background-image: -ms-radial-gradient(center top, circle farthest-side, #FF0000 0%, #990000 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-radial-gradient(center top, circle farthest-side, #FF0000 0%, #990000 100%);
  /* Opera */ 
  background-image: -o-radial-gradient(center top, circle farthest-side, #FF0000 0%, #990000 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #FF0000), color-stop(1, #990000));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-radial-gradient(center top, circle farthest-side, #FF0000 0%, #990000 100%);
  /* W3C Markup, IE10 Release Preview */ 
  background-image: radial-gradient(circle farthest-side at center top, #FF0000 0%, #990000 100%);
  width: 5em;
  height: 7em;
  float:left;
  position: relative;
  border-top-right-radius: .2em;
  border-top-left-radius: .2em;
  font-family: 'Kite One', sans-serif;
}
.ribbon i{
  width: 90%;
  height: 120%;
  display: block;
  z-index: 100;
  margin:auto;
  position: relative;
  border-right: dashed 0.0625em #333;
  border-left: dashed 0.0625em #333;
  overflow: hidden;
}
i span{
  color: #FFF;
  display: block;
  text-align: center;
  top: 50%;
  margin-top: -2em;
  position: relative;
  text-shadow: 0.0625em 0.0625em 0.0625em #333;
  font-style: normal;
  font-weight: bold;
}

s:nth-of-type(1){
  margin-left: -1.25em;
  left: 0;
}
s:nth-of-type(2){
  right: 0;
  margin-right: -1.25em;
}
.ribbon:before{
  content: "";
  position: absolute;
  bottom: -2.4em;
  left: 0;
  width: 0;
    height: 0;
    border-top: 2.5em solid #990000;
    border-right: 2.5em solid transparent;
}
.ribbon:after{
  content: "";
  position: absolute;
  bottom: -2.4em;
  right: 0;
  width: 0;
    height: 0;
    border-top: 2.5em solid #990000;
    border-left: 2.5em solid transparent;
}
.abt-content {
    float: left;
    max-width: 85%;
    padding: 10px 0 0 30px;
    width: 85%;
}
.abt-body {
    float: left;
    width: 100%;
}
.affix .hidden-xs {
    display: none;
}
.affix .visible-xs {
    display: block !important;
    left: 20%;
    top: 2px;
}
.starburst {
    display: block;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: -64px;
    transition: all 0.3s ease-in-out 0s;
}
.starburst > img {
    width: 100px;
}
.starburst:hover  img {
    opacity:0.8;
}
.abt-content > p {
    font-size: 18px;
    line-height: 20px;
}
.abt-content h1 {
    font-size: 25px;
    font-weight: 700;
    margin: 20px 0 5px;
}
.ordersec.mblordr { display:none; }
.box > h3 {
    margin: 0 0 10px;
}
.address {
    line-height: 18px;
    margin: 20px 0 0;
}
.menu-part {
	 background-color: #4d2305;
	 background-image: url(images/radial_bg.png); 
	 background-position: center center; 
	 background-repeat: no-repeat;
	 background: -webkit-gradient(radial, center center, 0, center center, 460, from(#693c0c), to(#4d2305)); 
	 background: -webkit-radial-gradient(circle, #693c0c, #4d2305);
	 background: -moz-radial-gradient(circle, #693c0c, #4d2305); 
	 background: -ms-radial-gradient(circle, #693c0c, #4d2305);
	border-top: 15px solid #301606;
	margin: 0 0 80px;
	padding: 0; 
}
#our-special {
    background: rgba(42, 42, 42, 0.1) url("../images/job_alert_tile.png") repeat scroll 0 0;
	margin: 20px 0 0;
    padding: 30px 0 0;
}

.ourspl > ul {
    margin: 0;
    padding: 0;
}
.ourspl li {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 8px 6px -6px #333;
    float: left;
    height: 160px;
    list-style: outside none none;
    margin: 0 2.5% 30px 0;
    position: relative;
    width: 23.125%;
}
.ourspl li:last-child {
    margin: 0 0 2.5%;
}
.boxspl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.spl-title {
    color: #333;
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 10px;
}
.boxspl > p {
    color: #333;
    font-size: 16px;
    line-height: 18px;
}
.boxspl > p.price {
    margin: 0 0 2px;
}
.ourspl a {
    display: block;
    height: 160px;
    padding: 10px;
}
.ourspl li:hover a {
    background: #eeeeee;
}
.ourspl a:after {
	content: "";
	background: linear-gradient(to right, #2ecc71 10%, #3498db 10%, #3498db 20%, #8e44ad 20%, #8e44ad 30%, #e67e22 30%, #e67e22 40%, #c0392b 40%, #c0392b 50%, #2ecc71 50%, #2ecc71 60%, #3498db 60%, #3498db 70%, #8e44ad 70%, #8e44ad 80%, #e67e22 80%, #e67e22 90%, #c0392b 90%);
	background-size: 200% 100%;
	display: inline-block;
	width: 100%;
	height: 4px;
	border-bottom-left-radius: $radius;
	border-bottom-right-radius: $radius;
	transition: all .125s linear;
	position: absolute;
	left: 0;
	top: 0;
}
.ourspl a:hover {
	color: #34495e;
	transition: all .125s linear;
}
#gallery {
    margin: 10px 0 0;
}







.disharea a:hover {
    background: none;
}
.disharea a {
    background: #fff none repeat scroll 0 0;
    color: #282828;
    float: left;
    margin: 0 0 10px;
    padding: 15px 0 5px;
	text-decoration:none;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.row.new2 {
    margin: 0;
}
.disharea > div {
}
.disharea h3 {
    background: #ee2024 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
	font-weight:700;
    margin: 0 0 10px;
    padding: 10px 18px;
}
.disharea .topheading {
    background: #693c0c none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
	font-weight:700;
    margin: 0 0 10px;
    padding: 10px 18px;
}
.disharea h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}
.varieties span {
    margin: 0 0 0 5px;
	font-weight:700;
}
.varieties a span {
    background: #575757 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    width: 17px;
}
.divider {
    border-bottom: 1px solid #ccc;
    padding: 8px 0 0;
	margin:0 0 20px;
}
#menu-part {
    padding: 30px 0;
}