/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   /* #### Generated By: http://www.cufonfonts.com #### */
   .carousel-caption{
    z-index:10;
}

@font-face {
	font-family: 'Samarkan Normal';
	font-style: normal;
	font-weight: normal;
	src: local('Samarkan Normal'), url(../fonts/SAMARN__.woff) format('woff');
}
@font-face {
	font-family: 'Samarkan Oblique';
	font-style: normal;
	font-weight: normal;
	src: local('Samarkan Oblique'), url(../fonts/SAMARO__.woff) format('woff');
}
* {
	-webkit-box-sizing: boreder-box;
	-moz-box-sizing: boreder-box;
	box-sizing: boreder-box;
}
.navbar-header {
	margin-top: 30px;
}
/* Sticky footer styles
  -------------------------------------------------- */

html, body {
	height: 100%;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;/* The html and body elements cannot have any padding or margin. */
}
body {
	overflow: hidden;
}
.box {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.75);
}
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	max-width: 1170px;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 0px;
}
/* Set the fixed height of the footer here */
#footer {
	height: 60px;
	background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
#footer {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
}
/* Custon styles */
.jumbotron {
	padding-top: 80px;
}
.navbar-default {
	background-color: #eeeeee;
	border-radius: 0px;
	background-image: none;
	box-shadow: none;
	background-image: url(../img/strip.png);
	background-repeat: repeat-x;
	border: NONE;
}
.navbar-nav {
	margin: 40px;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1.35em;
}
.navbar-default .navbar-nav > li > a {
	color: #383430;
	outline: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #383430;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #383430;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	box-shadow: none;
	background: none;
}
.navbar-default .navbar-nav > li > a:hover {
	background: url(../img/dash.png);
	background-repeat: repeat-x;
}
.navbar-default .navbar-nav > li > a:focus {
	background: none;
}
.navbar {
	margin-bottom: 0px;
}
.main-banner {
	background-image: url(../img/background.jpg);
	background-position: center;
}
/*p.main-banner-text,
p.main-banner-text h1,
p.main-banner-text h2,
p.main-banner-text h3{
  color : white !important;
}*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans' !important;
}
.main-banner-text {
	color : white;
	font-family: 'Open Sans' !important;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500 !important;
	line-height: 26.4px;
}
.main-banner-btn {
	background-color: black;
	background-image : -webkit-linear-gradient(top, #000000 0, #000000 100%);
	color : white;
}
.main-headings {
	color : black;
	font-family: 'Ropa Sans' !important;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500 !important;
	line-height: 26.4px;
	text-decoration: underline;
}
.well {
	background: none;
	background-color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300 !important;
	font-size: 20px;
	font-style: italic;
}
.main-headings {
	color: #383430;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 27px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700 !important;
	line-height: 26.4px;
	text-decoration: none;
	text-transform: uppercase;
}
.section-content {
	font-family: "Open Sans", sans-serif;
font-weight: 400;
line-height: 1.26;
font-style: normal;
vertical-align: middle;
display: table-cell;
font-size: 1.4em;
padding-top: 20px;
text-align: center;
color: black;
	
}
#chef-name {
	font-size: 1.2em;
	color: #cc0000;
	font-family: 'Samarkan Normal', sans-serif;
	font-weight: normal;
}
.menu-header {
	background: url(../img/menu-strip.png);
	margin : 0px;
}
.menu-header>li>a {
	color: #000000;
	font-size: 18px !important;
}
.menu-item {
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.menu-list {
 //max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 12px 15px;
	background: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-image: url(../img/dash.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.reservation-form-label {
	text-align: left;
}
.form-control {
	background-color: #eeeeee;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	color: #383430;
}
.btn-default {
	color: #383430;
	background-color: #eeeeee;
	border-color: #CCC;
	text-shadow: 0px 1px 0px #FFF;
	background-image: none;
	border: none;
	border-radius: 0px;
	border-bottom: 2px solid black;
	background-repeat: repeat-x;
	background-position: bottom;
	box-shadow: none;
	padding: 13px 30px;
	margin-top: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.btn-default:hover {
	border-bottom: 2px solid #dc261b;
}
.footer {
	background-image: url(../img/mail.svg);
	bottom: 0;
	height: 180px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;/* Set the fixed height of the footer here */
}
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}
.navbar-toggle {
	background-color: #ffffff;
	border: 3px solid;
	border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #dc261b;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #151410;
}
#links a img:hover {
	opacity: 0.25;
}
#links a img:hover:before {
	background: rgba(255,0,0, 0.5);
}
ul#social-networking {
	margin: 0px;
	text-align: center;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}
#social-networking li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../img/social.png) no-repeat;
	background-size: 513% 200%;
	-webkit-transition: all 0.2s; /* Safari */
	transition: all 0.2s;
	-webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
	transition-timing-function: ease-in-out;
}
#social-networking li, #social-networking a {
	width: 64px;
	height: 56px;
	display: block;
	float: left;
	outline: none;
}
ul#social-networking li.twitter {
	background-position: -65px 0px;
}
ul#social-networking li.facebook {
	background-position: 0px 0px;
}
ul#social-networking li.youtube {
	background-position: -130px 0px;
}
ul#social-networking li.insta {
	background-position: -260px 0px;
}
ul#social-networking li.google {
	background-position: -195px 0px;
}
ul#social-networking li.facebook:hover {
	background-position: 0px -56px;
}
ul#social-networking li.twitter:hover {
	background-position: -65px -56px;
}
ul#social-networking li.youtube:hover {
	background-position: -130px -56px;
}
ul#social-networking li.insta:hover {
	background-position: -260px -56px;
}
ul#social-networking li.google:hover {
	background-position: -195px -56px;
}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	font-family: "Open Sans", sans-serif;
	color: #767070;
	background-color: #ffffff;
}
a {
	color: #ccd0c1;
	text-decoration: none;
}
/* -------------------------------- 

Slider

-------------------------------- */
.cd-slider-wrapper {
	position: relative;
	height: 78vh;
	padding: 10px;
}

@media only screen and (min-width: 900px) {
.cd-slider-wrapper {
	padding: 10px;
}
}
.cd-slider {
	position: relative;
	z-index: 1;
	height: 100%;
	overflow: hidden;
}
.cd-slider li {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
}
.cd-slider li.is-visible {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-slider .cd-half-block {
	height: 50%;
	background-position: center center;
	background-repeat: no-repeat;
}
.cd-slider li:first-of-type .image {
	background-image: url(../img/img-1.jpg);
}
.cd-slider li:nth-of-type(2) .image {
	background-image: url(../img/img-2.jpg);
}
.cd-slider li:nth-of-type(3) .image {
	background-image: url(../img/img-3.jpg);
}
.cd-slider li:nth-of-type(4) .image {
	background-image: url(../img/img-4.jpg);
}
.cd-slider .image {
	background-size: cover;
}
.cd-slider .content {
	padding: 30px;
	color: #383430;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cd-slider .light-bg {
	color: rgba(0, 0, 0, 0.6);
}
.cd-slider .btn {
	display: inline-block;
	background: rgba(0, 0, 0, 0.2);
	padding: 1em 1.6em;
	margin-top: 1em;
	font-size: 1.3rem;
	color: #383430;
	border-radius: 50em;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.no-touch .cd-slider .btn:hover {
	background: rgba(0, 0, 0, 0.6);
}
.cd-slider li:nth-of-type(2) .content {
	background-color: #ffffff;
}
.cd-slider li:nth-of-type(3) .content {
	background-color: #ffffff;
}
.cd-slider li:nth-of-type(4) .content {
	background-color: #ffffff;
}

@media only screen and (min-width: 900px) {
.cd-slider li {
	pointer-events: none;
	z-index: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: z-index 0s 0.6s;
	-moz-transition: z-index 0s 0.6s;
	transition: z-index 0s 0.6s;
}
.cd-slider li.is-visible {
	pointer-events: auto;
	z-index: 3;
	-webkit-transition: z-index 0s 0s;
	-moz-transition: z-index 0s 0s;
	transition: z-index 0s 0s;
}
.cd-slider li.is-visible.covered {
	/* list item still there, but covered by the list item entering the viewport (.is-visible) */
	z-index: 2;
}
.cd-slider .cd-half-block {
	height: 100%;
	width: 50%;
	float: right;
}
.cd-slider .cd-half-block.content {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-o-transform: translateX(200%);
	transform: translateX(200%);
	-webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
	-moz-transition: -moz-transform 0.6s 0s ease-in-out;
	transition: transform 0.6s 0s ease-in-out;
}
.cd-slider .cd-half-block.image {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0s 0.3s;
	-moz-transition: -moz-transform 0s 0.3s;
	transition: transform 0s 0.3s;
}
.cd-slider li.is-visible .cd-half-block.content, .cd-slider li.is-visible .cd-half-block.image {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.cd-slider li.is-visible .cd-half-block.content {
	-webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
	-moz-transition: -moz-transform 0.6s 0s ease-in-out;
	transition: transform 0.6s 0s ease-in-out;
}
.cd-slider .content {
	/* vertically align its content */
	display: table;
	padding: 0 40px;
}
.cd-slider .content > div {
	/* vertically align <div> inside div.content */
	display: table-cell;
	vertical-align: middle;
}
.cd-slider .btn {
	padding: 1.4em 2em;
	font-size: 1.4rem;
}
}
class="img-responsive" @media only screen and (min-width: 1170px) {
 .cd-slider .content {
 padding: 0 90px;
}
}
/* -------------------------------- 

Slider Navigation

-------------------------------- */
.cd-slider-navigation {
	/* you won't see this element in the html but it will be created using jQuery */
	position: absolute;
	z-index: 3;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 30px;
}
.cd-slider-navigation li {
	display: inline-block;
	margin: 0 .25em;
}
.cd-slider-navigation li.selected a {
	background-color: #ffffff;
}
.cd-slider-navigation a {
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	color: transparent;
	/* image replacement */
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	border: 1px solid #ffffff;
}
.modal-content {
	background-color: rgba(0,0,0,0.70);
	border: none;
	border-radius: 0px;
}
.modal-header {
	border-bottom: none;
}
.modal-footer {
	border-top: none;
}
button.close {
	border: 0px none;
	background-color: #dc261b;
	opacity: 1;
	padding: 5px 10px;
	color: white;
}
button.close:hover {
	color: white;
	padding: 5px 10px;
}
.modal-backdrop.in {
	opacity: 0.90;
}
.modal-dialog {
	margin: 10px auto;
}
.modal {
	overflow-y: auto;
}
.modal-open {
	overflow: auto;
}
.modal-open[style] {
	padding-right: 0px !important;
}
.carousel-indicators li {
	border: 2px solid #FFF;
}
.carousel-indicators .active {
	background-color: #dc261b;
	height: 12px;
}
.modal-header h4 {
	float: left;
}
.navbar a {
	-webkit-transition-delay: all 2s; /* Safari */
	transition-delay: all 2s;
}
#gallery .col-xs-6 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.alert-danger {
	color: #A94442;
	background: none;
	border: none;
}
.alert {
	box-shadow: none;
}
.alert-danger a {
	color: #383430;
}
.help-block {
	color: #383430;
}
.form-control:focus {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(220,38,27,1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(220,38,27,1);
	box-shadow: 0px 0px 0px 0px rgba(220,38,27,1);
	border: 1px solid #dc261b;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
	background-color: #dc261b;
	background-image: none;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
	background-color: #dc261b;
}
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
	background-color: #dc261b;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
	background-color: #dc261b;
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #dc261b;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
	background-color: #dc261b;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
}
.alert-success {
	background: none;
}
.alert {
	border: none;
}
.btn-default-Black {
	color: #ffffff;
	background-color: rgba(0,0,0,0.78);
	text-shadow: none;
	border: none;
	border-radius: 0px;
	border-bottom: 2px solid white;
	background-repeat: repeat-x;
	background-position: center bottom;
	box-shadow: none;
	padding: 13px 30px;
	text-transform: uppercase;
}
.btn-default-Black:hover {
	border-bottom: 2px solid #dc261b;
}
#Video_Modal .carousel-control {
	display: none;
}
.scrollToTop {
	width: 40px;
	height: 40px;
	padding: 10px;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-image: url("../img/arrow_top.png");
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s; /* Safari */
	transition: all 0.2s;
	-webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
	transition-timing-function: ease-in-out;
	outline: none;
	z-index: 1000;
}
.scrollToTop:hover {
	opacity: 0.8;
}
.scrollToTop:focus {
	outline: none;
}
#loader {
	z-index: 999999;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-color: #000000;
	background: url(../img/hourglass.gif) center no-repeat #000000;
	overflow: hidden;
}
.bootstrap-datetimepicker-widget .btn-primary {
	background: none;
	background-color: #dc261b;
	border: none;
	border-radius: 0px;
}
.bootstrap-datetimepicker-widget .btn-primary:hover {
	background-color: #c72b22;
}
.redline:after {
	content: "";
	display: block;
	width: 60px;
	;
	border-bottom: 2px solid #dc261b;
	margin: 7px auto;
}
#delivery {
	background: url("../img/delivery_bg.jpg") 50% 0 repeat fixed;
}
.parallax, .page-title-parallax {
	background-attachment: fixed;
	background-size: cover !important;
	background-position: center center !important;
}
.p-t-150 {
	padding-top: 150px !important;
}
.p-b-100 {
	padding-bottom: 100px !important;
}

@media (max-width: 992px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
}
#menu_row {
	background: url("../img/food_bg.jpg")50% 0 repeat fixed;
	background-position: center;
	padding: 45px;
}
.carousel-caption {
	padding-bottom: 00px;
	top: 0px;
	padding-top: 0px;
	text-shadow: 0 0 3px #000, 0 0 5px #F00;
}
.carousel-caption h3, .carousel-caption p {
	/*background-color: rgba(0, 0, 0, 0.5);*/
	font-size: 1.2em;
	padding: 5px;
}
.quote {
	color: rgba(0,0,0,.1);
	text-align: center;
	margin-bottom: 30px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
	padding-bottom: 60px;
}
#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 {
	border: 2px solid #383430;
}
#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
}
#fade-quote-carousel .profile-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
}
.profile-circle {
	border: 100%;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
}
.overlay {
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	top: 50%;
	z-index: 12;
}

@media only screen and (max-width : 767px) {
.overlay .row h1 {
	font-size: 30px !important;
}
.overlay {
	color: #fff;
	position: absolute;
	left: 10%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	top: 280px;
	z-index: 12;
	left: 200px;
}
}
.slide-wrapper {
	position: relative
}
.main-left {
	position:relative;
	z-index:11;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.main-left-content {
	width: 100%;
	height: 300px;
	background: main-left;
	color: #fff;
}

@media (min-width: 768px) {
.carousel-caption {
	text-align: left;
	padding-right: 300px;
}
.main-left {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 20px 0;
	margin-left: -375px;
}
.main-left {
/*width: 750px*/
}
.main-left-content {
	width: 300px;
	float: right;
	height: 100%;
	color: #fff;
	margin-right: 15px;
	padding: 5px;
	background-color: rgba(0,0,0,0.70);
}
}

@media (min-width: 992px) {
.main-left {
	/*width: 970px;*/
	margin-left: -485px;
}
}

@media (min-width: 1200px) {
.main-left {
	/*width: 1170px;*/
	margin-left: -585px;
}
}
/* MISC */
#homepage-feature .item {
	overflow: hidden;
	height: 400px;
	background-color: transparent;
	background-size: cover;
}
#homepage-feature > .carousel-control {
	width: 30px;
	font-size: 40px;
	color: #fff;
	text-shadow: none;
	filter: none;
	opacity: 1;
}
#homepage-feature > .carousel-control span {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 100%;
	text-align: center;
	display: block;
}
.carousel-caption {
	left: 3%;
	top: 22%;
	text-align: left;
}

@media (max-width: 768px) {
#delivery h2 {
	font-size: 1.2em;
}
}
#strip {
	z-index: 20;
	position: relative;
	background-image: url(../img/stripX.png);
	background-repeat: repeat-x;
	vertical-align: top;
	margin-bottom: -8px;
	height: 10px;
}

@media (max-width: 480px){
#menu2 p{
	font-size:.7em;}
}

.our-service{
	background: #eeeeee;
	padding: 15px;
	margin-top: 80px;
}

ul.no-list li{
	list-style: none;
	line-height: 1.7em;
}

.our-service .fa.fa-circle-o {
    font-size: 0.75em !important;
    color: #cc0000;

}

ul.no-list{
	padding: 10px 25px;
}

.our-service img.chef{
	border: 5px solid #dc261b;
	margin: 0 auto;
	width: 250px;

display: inherit;
border-radius: 100%;
margin-top: -100px;
}

#menu2 p {
    font-size: 12px;
    font-weight: 600;
    }