@font-face {
	font-family: 'GentiumAlt';
	src: url('../fonts/GentiumAlt.eot?#iefix') format('embedded-opentype'), url('../fonts/GentiumAlt.woff') format('woff'), url('../fonts/GentiumAlt.ttf') format('truetype'), url('../fonts/GentiumAlt.svg#GentiumAlt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GentiumBasic';
	src: url('../fonts/GentiumBasic.eot?#iefix') format('embedded-opentype'), url('../fonts/GentiumBasic.woff') format('woff'), url('../fonts/GentiumBasic.ttf') format('truetype'), url('../fonts/GentiumBasic.svg#GentiumBasic') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	backgound-color: #ffea99a3;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'GentiumAlt';
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-box-sizing: border-box;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    max-width: 100% !important;
}
.fb-page span {
    min-width: 400px !important;
}

.space10 {
	clear: both;
	height: 10px;
}

.space15 {
	clear: both;
	height: 15px;
}

.space20 {
	clear: both;
	height: 20px;
}

.space25 {
	clear: both;
	height: 25px;
}

.space30 {
	clear: both;
	height: 30px;
}

.space35 {
	clear: both;
	height: 35px;
}

.space40 {
	clear: both;
	height: 40px;
}

.space50 {
	clear: both;
	height: 50px;
}

.space60 {
	clear: both;
	height: 60px;
}

.space70 {
	clear: both;
	height: 70px;
}

.space80 {
	clear: both;
	height: 80px;
}

.space90 {
	clear: both;
	height: 90px;
}

.footer {
	text-align: center;
	padding-bottom: 30px;
	background: #3b3b3b;
	margin-top: 100px;
}

.footer * {
	font-family: arial;
}

.footer_logo {
	border: 8px solid #fff;
	width: 155px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
	margin-top: -75px;
	margin-bottom: 30px;
}

.footer_logo1 {
	width: 201px;
	overflow: hidden;
	margin: auto;
	padding-bottom: 20px;
}

.footer ul {
	display: table;
	width: 100%;
	text-transform: uppercase;
}

.footer ul li {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
	color: #999999;
}

.footer ul li a {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.footer p {
	font-size: 12px;
	color: #999999;
}

.featured_dish {
	margin-bottom: 40px;
}

.featured_dish h1 {
	font-size: 18px;
	/*color:#333333;*/
	color: #000;
	line-height: 25px;
	position: relative;
	text-align: center;
	font-weight: bold;
}

.featured_dish h1 span {
	background: #fff1bd;
	/*background: #fff;*/
	position: relative;
	display: inline-block;
	z-index: 999999999;
	padding: 15px;
}

.span_line {
	width: 700px;
	max-width: 100%;
	background: #E6E6E6 !important;
	height: 1px;
	position: absolute !important;
	z-index: 99 !important;
	padding: 0px !important;
	left: 0px !important;
	right: 0px !important;
	top: 0px !important;
	bottom: 0px !important;
	margin: auto;
	display: block;
}

.featured_dish ul {
	padding: 0px;
	margin: 0px -15px;
}

.featured_dish ul li {
	display: block;
	float: left;
	width: 25%;
}

.featured_box {
	padding: 15px;
}

.featured_box .thumb {
	position: relative;
	overflow: hidden;
}

.featured_box .thumb img {
	width: 100%;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	transform: rotate(0deg) scale(1);
}

.featured_box .thumb:hover img {
	transform: rotate(3deg) scale(1.1);
}

.featured_h2 {
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
	position: relative;
	display: table;
	width: 100%;
}

.featured_h2 span {
	/*background: #fff;*/
	background: #fff1bd;
	padding: 10px 5px;
	position: relative;
	z-index: 100;
}

.featured_h2 span.top {
	top: 22px;
}

.featured_h2 img {
	z-index: 1000;
	position: relative;
	background: #fff none repeat scroll 0 0;
	padding: 0 5px 0 10px;
	float: left;
}

.about p {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: center;
	/*font-weight:bold;*/
}

#pita-plates {
	display: table;
	width: 100%;
}

.pita-plates-img {
	width: 25%;
}

.pita-plates-img img {
	width: 75%;
}

.menus-pita-plates {
	width: 75%;
	padding-top: 15px;
}

.the_menu {
	text-align: center;
}

.the_menu_btn {
	width: 270px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	background: #f34949;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	border: 0px;
	margin-bottom: 25px;
}

.the_menu_btn:hover {
	width: 280px;
	background: #CE2E2E;
}

.the_menu ul {
	padding: 0px;
	margin: 0px;
}

.the_menu ul li {
	display: block;
	text-align: left;
	margin-bottom: 25px;
}

.the_menu ul li p {
	font-size: 13px;
	color: #686868;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
	text-transform: capitalize;
}

.the_menu .featured_h2 span {
	padding: 2px 5px;
}

.the_menu h1 {
	font-size: 24px;
	color: #333333;
	line-height: 25px;
	position: relative;
	text-align: center;
	font-weight: bold;
}

.the_menu h1 span {
	/*background:#fff;*/
	background: #fff1bd;
	position: relative;
	display: inline-block;
	z-index: 999999999;
	padding: 15px;
	text-transform: uppercase;
}

.menus span.menu-price-right {
	padding: 2px 10px;
}

/*.menus span.menu-price-left { padding: 2px 35px 2px 10px;}*/
.menus span.menu-price-left {
	/*margin: 0 20px 0 5px;*/
	padding: 2px 15px;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	position: relative;
	z-index: 99999999999;
}

.navbar {
	min-height: 85px;
	background: #fff;
	margin-bottom: 0px;
	position: relative;
	z-index: 9999999999;
}

.navbar-collapse {
	text-align: center;
}

.navbar-nav {
	display: inline-block;
	float: none;
	margin: 0px;
}

.navbar-nav>li>a {
	font-size: 15px;
	line-height: 33px;
	color: #393939;
	padding: 22px 12px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}

.menu>li>a {
	font-weight: bold;
	font-size: 17px;
}

.navbar-nav>li>a {
	background: none !important;
}

.navbar-nav>li.active>a {
	color: #fe0300 !important;
}

.navbar-nav>li>a:hover {
	color: #000 !important;
}

.navbar-right>li>a {
	color: #000 !important;
	/*font-size:16px;*/
	font-size: 20px;
	padding: 22px 10px;
}
.nav-social {
	text-align: center; 
	display: inline-block;
}
.nav-social>li>a { 	
	float: left;
}

.carousel-caption {
	left: 0px;
	padding-bottom: 30px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.62);
	top: 0px;
	font-family: arial;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	width: 100%;
}

.carousel-caption .txt {
	position: absolute;
	width: 100%;
	height: 103px;
	margin: auto;
	top: 0px;
	bottom: 0px;
}

.carousel-caption h2 {
	font-size: 65px;
	font-weight: bold;
	margin-top: 0px;
	font-family: arial !important;
}

.carousel-caption h3 {
	font-size: 20px;
	color: #fff;
	margin: 0px;
}

.navbar-toggle {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*.navbar-right>li>a {font-size:14px; padding: 0; line-height:13px; font-weight:bold;}*/

.grid-wrap {
	padding: 0px;
	max-width: 100%;
}

.slideshow {
	z-index: 99999999999999999;
}

.featured_dish ul {
	margin: 0px;
}

.slideshow ul li {
	width: 660px !important;
	max-width: 100% !important;
	height: auto;
}

.slideshow ul li * {
	font-family: arial !important;
}

.slideshow nav span {
	color: #000;
}

.info-keys.icon {
	display: none;
}

.grid figure {
	padding: 0px;
}

.slideshow figure {
	border: 25px solid #fff;
}

.slideshow li figure img {
	width: 100%;
}

.slideshow li.show.current {
	z-index: 999999999999999;
}

.carousel-control {
	z-index: 9999999;
}

.coupon {
	/*border-width:5px;	
    border-style:dashed;
	border-radius: 15px;	
	border-color: #1b3f94;*/
	background-color: #f4df0c;
	padding: 15px;
	text-align: center;
}

.rsvn-grids-left {
	float: right;
	width: 30%;
}

.rsvn-grids-right {
	float: left;
	width: 65%;
}

h1 span {
	position: relative;
	display: inline-block;
	z-index: 999999999;
	padding: 15px;
}

h1.orderNow {
	font-size: 24px;
	font-weight: bold;
}

h1#page-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
	position: relative;
	text-align: center;
}

h1#page-title span {
	background: #fff1bd none repeat scroll 0 0;
	display: inline-block;
	padding: 15px;
	position: relative;
	text-transform: uppercase;
	z-index: 999999999;
}

.span_line_red {
	background: red none repeat scroll 0 0 !important;
	bottom: 0 !important;
	display: block;
	height: 1px;
	left: 0 !important;
	margin: auto;
	max-width: 100%;
	padding: 0 !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 700px;
	z-index: 99 !important;
}

.span_line {
	/*background: #e6e6e6 none repeat scroll 0 0 !important;*/
	background: #a2a2a2 none repeat scroll 0 0 !important;
	bottom: 0 !important;
	display: block;
	height: 1px;
	left: 0 !important;
	margin: auto;
	max-width: 100%;
	padding: 0 !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 700px;
	z-index: 99 !important;
}

.map ul li span {
	color: blue;
	text-decoration: underline;
}

.map iframe {
	height: 250px;
	width: 100%;
}

div.address {
	padding: 10px 10px 10px 30px;
}

p.menu-p {
	margin-bottom: 25px;
	font-style: italic;
}

p.lunch {
	font-size: 28px;
	font-weight: bold;
	/*color: red;
	text-decoration: italic;
	font-style: italic;*/
}

p.sandw {
	color: #1b3f94;
	font-size: 26px;
}

p.lunch,
p.sandw {
	text-transform: uppercase;
	margin: 5px;
	font-weight: bold;
}

span.capitalize {
	text-transform: capitalize;
}

span.uppercase {
	text-transform: uppercase;
}


.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

/* == Custom == */
.light-gray {
	color: #686868;
}

.menu-spl {
	position: relative;
}

.menu-spl h4 {
	text-transform: uppercase;
}

.menu-page-grids {
	margin: 5em 0 8em;
}

.menu-page-grids .col-md-6 {
	width: 50%;
}

.menu-page-grids img {
	width: 100%;
}

/* -- Custom CSS -- */
.featured_dish span.title {
	font-weight: bold;
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.capability h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 40px;
	color: #f34949;
}

.page-hero {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), rgba(0, 0, 0, 0.6) url(../img/page-header.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	margin: 0;
	border: none;
	height: 175px;
	/*position: relative;*/
	text-align: center;
	padding: 0px;
}


.downBtn{
	position: relative;
}
.downBtn:hover button i{
	color: #777;
}
.downBtn .drop-content{
	position: absolute;
	width: 140px;
	background-color: white;
	text-align: start;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	top: 54px;
	display: none;
}
.downBtn:hover .drop-content{
	display: block;
}
.downBtn .drop-content a {
	padding: 10px;
	display: inline-block;
	text-decoration: none;
	background-color: white;
	color: #777;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
}
.downBtn .drop-content a:hover{
	background-color: #cacaca;
}
.downBtn button{
	color: #777;
	border: none;
	background-color: transparent;
	font-weight: bold;
    font-size: 17px;
	line-height: 33px;
	padding: 22px 12px;
	-webkit-transition: all ease 0.3s;
}

@media screen and (max-width: 766.98px) {
	.downBtn .drop-content{
		position: relative;
		width: 100%;
		background-color: white;
		text-align: start;
		box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
		top: 0px;
		left: 0%;
		transform: translate(0%,0%);
		display: none;
		z-index: 999;
		text-align: center;
	}
	.downBtn{
		border-bottom: 1px solid #e0e0e0;
	}
	.downBtn:hover button{
		padding: 22px 12px 0px 12px;
	}
}

@media (max-width:1199px) {}

@media (max-width:991px) {
	.featured_dish ul li {
		width: 50%;
	}
}

@media (max-width:767px) {
.nav-social {
	display: inline-block!important;
}.nav-social>li>a {
	border-bottom: none!important;
}
	.navbar-nav {
		display: block;
	}

	.navbar-nav>li>a {
		padding: 15px;
		border-bottom: 1px solid #e0e0e0;
	}

	.carousel-caption .txt {
		height: 45px;
	}

	.carousel-caption h2 {
		font-size: 20px;
	}

	.carousel-caption h3 {
		font-size: 13px;
	}

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		width: 115px;
	}

	.navbar {
		min-height: 65px;
	}

	.navbar>.container .navbar-brand img {
		max-width: 100%;
	}

	.menu-page-grids .col-md-6 {
		width: auto;
	}
}

@media (max-width:610px) {
	.featured_dish ul li {
		width: 100%;
	}
}

@media (max-width:560px) {
	.display-m-none {
		display: none;
	}

	.pita-plates-img {
		width: 100%;
		text-align: center;
	}

	.menus-pita-plates {
		width: 100%;
		padding-top: 5px;
	}

	.carousel-caption {
		height: 300px;
	}

	.carousel {
		position: relative;
		height: 300px;
	}

	.carousel-inner {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 300px;
	}

	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		height: 100%;
	}

	.carousel-inner>.item {
		width: 100%;
		perspective: 1200px;
		position: relative;
	}

	.img-responsive,
	.thumbnail>img,
	.thumbnail a>img,
	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		max-width: 250% !important;
	}

	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		width: 185%;
	}

	div.address {
		padding: 10px;
	}

	div>.map {
		margin-top: 20px;
	}

	.col-md-4,
	.col-md-8 {
		padding: 0;
	}

	.the_menu_btn {
		width: 100%;
	}

	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		left: -150px;
		position: relative;
		width: 225%;
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .glyphicon-chevron-left {
		display: none;
	}

	.orderNow {
		font-size: 30px !important;
		line-height: 1.1 !important;
	}
}