body {
	background: #fff;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	overflow: scroll;
	overflow-x: hidden;

	
}

.container-fluid {
	padding-top:220px;
	padding-left:0px;
	padding-right:0px;
}
#mainnav {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 220px;
    padding-top: 5px;
	background-color:#fff;
   box-shadow: 0px 10px 5px #fff;
    color: #fff;
    z-index: 5;
	text-align:center;
}

#mainnav img.smallscreen { display: none; }

#mainnav ul {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    -webkit-padding-start: 0px;
}

#mainnav ul li a:hover,
#mainnav ul li a.on {
    
    border-bottom: 2px solid #64300d;
}

#mainnav ul li {
    display: inline;
}

#mainnav ul li a {
    display: inline-block;
    padding: 5px;
    margin: 5px 0px 0px 0px;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}	
#main {
	width:600px;
	margin:0 auto;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
	margin:0;
	padding:0;
	border-width:0;
}
td, th {
	border-style:solid;
	border-width:1px;
}
table {
	border-collapse:collapse;
}
li {
	display:block;
}
body {
	font-size:12px;
	-epub-hyphens:auto;
}
p.Basic-Paragraph {
	color:#000000;
	font-family:"Minion Pro", serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}
p.menu-items {
	color:#996600;
	font-family:Forum, serif;
	font-size:24px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}
p.Itemdes {
	color:#996600;
	font-family:Forum, serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}
p.copy {
	color:#000000;
	font-family:Forum, serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}
p.header {
	color:#996600;
	font-family:Forum, serif;
	font-size:36px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	text-indent:0px;
}
p.para-style-override-1 {
	margin-left:92px;
	text-indent:-92px;
}
p.para-style-override-2 {
	margin-left:92px;
	text-align:center;
	text-indent:-92px;
}
	p.para-style-override-3 {
		font-size:24px;
	margin-left:92px;
	text-align:center;
	text-indent:-92px;
}
span.char-style-override-1 {
	font-family:"Apple Chancery", sans-serif;
	font-style:normal;
	font-weight:0;
}
.clear {
	height:25px;
	width:100%;
}

/* ---------- Zoom container ---------- */
.image-zoom-container {
	list-style: none;
	font-size: 0px;
}
.zoom-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 33.33%; /* this value + 2 should = 33% */
	font-size: 16px;
	font-size: 1rem;
	border: 1px solid #fff;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption h3 {
	display: block;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5em;
	font-weight: 900;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #fff;
	margin: 23% 0 0;
	padding: 10px 0;
	border-top: 5px solid rgba(255, 255, 255, .15);
	border-bottom: 5px solid rgba(255, 255, 255, .15);
}
.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container:hover .zoom-caption {
	background: none;
}

@media (max-width: 1199px) {
	.container {
		width: auto;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {

	.zoom-container {
		width: 50%;
	}

}

@media (max-width: 480px) {
	
	.zoom-container {
		width: 100%;
	}
	
}
.Flexible-container {
    position: relative;
    padding-top:500px;
    padding-bottom:.1%;
    height:0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}
.footer {
	background: #996600;
	color: #fff;
	font-size: 12px;
	width:100%;
	height:100%;
	margin: 0 auto;
	text-align:center;
	padding: 10px 0px;
	font-family: 'forum', sans-serif;
  	font-weight:300;
	
}

.eat24 {margin: -10px auto 0; width: 289px;height: 59px;display: block;background: url(http://eat24hrs.com/buttons/images/v2/e24_order-sq_red289_btn.png) 0 0 no-repeat;}
.eat24:hover { background-position: 0 -120px; }
.eat24:active { background-position: 0 -240px; }