@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { /* STYLES GO HERE */ 

	
body {
	margin-top: 58px;
	padding: 0;
	font-size: 13px;
	text-align: left;
	color: #000;
	background:url(../images/body-bg.png) top center no-repeat #070707;
	max-width:100%;
	overflow:hidden;
}
	
h1 {
	font-size: 2.3em; line-height: auto; 
}

h2 {
	font-size: 2em; line-height: auto;
}

h3 {
	font-size: 1.8em;
}

h4, h5, h6 {
	font-size: 1.7em;
}

p { font-size: 1.6em;
	margin: 0;
	padding: 0;
}

#wrapper { 
	border: none;
	width:100%;
	margin:auto;
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background:none;
}

#home-allcontent #wrapper { 
background:url(../images/page-bg-home_tablet.png) no-repeat top;
height:auto;
min-height:820px;
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
overflow:hidden;
width:100%;
margin-top:-58px;
padding-bottom:0;
margin-bottom:0;
	}


#sidebar {
display:none;
}


#phone-wrapper {
	width:auto;
	float:right;
	margin-right:10px;
	color:#fff;
	margin-top:-5px;
	margin-left:13px;
	padding:8px;
	padding-bottom:4px;
	background: #214f2a;
		-moz-border-radius: 0px 0px 6px 6px;
-webkit-border-radius: 0px 0px 6px 6px;
border-radius: 0px 0px 6px 6px;
border:solid 3px #f9a61a;
}

#header-logo {
margin-top:18px;
 }
 
 #header-logo_home {
margin:0px;padding:0px;position:absolute;
padding-top:0px;margin-left:175px; 
margin-top:-524px;
width:409px;height:242px; z-index:1999;
 }



/* Content */

#page {
	width:100%;
	padding:0px;
	margin: 0 auto;
}

#home-allcontent #content {
}

#home-allcontent #content-full-width,
#home-allcontent #content,
#content-full-width,
#content{
	padding: 0px; margin:0px;
	float: right;   /* float right for left sidebar */
	width: 97%;
	padding-top: 0px;
	margin-top: 0px;
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
padding:15px;
margin-bottom:0px;
margin-top:15px;
}


#main-content { 
float:right; 
width:100%;
margin:0;
padding:0;
}

#home-allcontent #top-content { /* this will hide by default this div *****************/
}


#top-content { /* this will hide by default this div *****************/
}



#reduced-menu-button {  /*  this is hidden at this screen width and is replaced by dropdown menu */
	display:block;
	position:fixed;
	z-index:4300;
	margin:auto;
	clear:both;
	width:inherit;
	min-width:100%;
	background:#000;
	height:58px; /* this should match horizontal navigation height */
	margin:0px;
	padding:0px;
	top:0;
	right:0;
	left:0;
}

#nav-links-reduced #divMenu ul {
	margin:0;padding:0;
	display: block;
	float:right;
	clear:both;
	width:100%;
	background:none;
	width:100%;
}

#nav-links-reduced #divMenu ul a {
	display:inline-block;
width:100%;
overflow:hidden;
font-size:2em;
font-weight:bold;
padding:.4em .8em .6em .8em;
color:#fff;
height:28px;
}

.reduced-link {
	margin-top:0px;
}

.reduced-link img {
	margin-top:4px;
}

#reduced-menu-button #nav-links-reduced {
     clear:both;
	 width:auto;height:auto;
	 width:95%;
	background:none;
     }
	 

	 
	 /* javascript div for reduced menu */
#menu1 {
	display:none; 
	position:absolute;
	z-index:9999;
background:#000;
width:99.5%;
max-width:99.5%;
height:auto;
margin:0px 0px 0px 0px;
padding:.5%;
}
	 
#menu1 ul,
#menu1 ul ul, 
#menu1 li li  {
    margin: 0;
    padding: 0;
	border: 0;
	outline: none;
width:100%;
}

#menu1 ul ul {
	    width: 100%;
	background:none;
	float:left;
	clear:both;
	
}

#menu1 ul li,
#menu1 ul ul li {
	width: 100%;
	max-width:100%;
	float:left;
	clear:both;
	overflow:hidden;
}

#menu1 li,
#menu1 li li{
        list-style: none;
        position: relative;
    }
 
#menu1 ul li a,
#menu1 ul ul li a:hover {
    }
	
#menu1 ul > li:hover > a,
#menu1 ul > li ul li a,
#menu1 ul > li:target > a {
}

#menu1 ul > li:target > a {
	float:right;
	clear:both;
}

	
#menu1 ul ul li a {
	}
 
#menu1 ul li:hover ul {
		display:block; visibility: visible;
    }
	
#menu1 ul li,
#menu ul li ul {
	background:none;
}

#menu1 li {
	font-size:22px;
}

#menu1 a {
	display:inline-block;
	width:96.5%;
	max-width:inherit;
	color:#000;
	padding:.5em .8em .5em .8em;
	background:#fff;
	border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
	margin:2px;
}

#menu1 li a {
	width:95%;
	max-width:95%;
}


#menu1 ul ul {
		display:block;
	width:inherit;
	max-width:99%;
	font-size:22px;
	color:#000;
	padding:.5em;
	background:none;
	border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
	margin:2px;
	margin-top:-10px;
    }
		
#menu1 ul ul li a {
	display:block;
	width:97%;
	font-size:22px;
	color:#000;
	padding:.5em;
	border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
	color:red;
}




/* Unoslider container */
.unoslider {
display:none;
}


	

#online-ordering-top-button {
position:absolute;
margin-top:-113px;
margin-left:525px;
z-index:3999;
}


/* Unoslider container */
.unoslider {
  position: absolute;
  width: 100%;
  margin-top:0px;
  	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}

.unoslider img {
  	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}

.unoslider {
  list-style: none;
  width: 768px;
  height: 200px;
  margin: 0 auto;
    position: relative;
  padding: 0;
}

#content-full-width #coupon-wrapper {
	margin-top:10px;
	width:706px;
	}
	
#coupon-wrapper h2 {
	margin-top:-10px;
	line-height:1.2em;
	width:63%;
	}
	
	#coupon-body,
#coupon-address,
#coupon-disclaimer,
.present-line {
	width:63%;
	text-align:left;
	}
	
	
#home-slider-wrapper {

}
	
	
/* footer */

#footer-wrapper {
	margin-top:-8px;
	width:768px;
}

#footer-top-section {
	width:768px;
}

#footer-top-left-section {
	display:none;
}

#footer-address {
	padding-right:2%;
	width:35%;
}

#footer-address #open-marker,
#footer-address #closed-marker {
	float:right;
	clear:both;
width:180px;
padding-top:12px;
padding-bottom:4px;
}

#footer-hours {
	padding-left:2%;
	float:left;
	width:48%;
	border-right:none;
}

#bottom-footer-sections { 
width: 768px; 
}

#bottom-footer-sections #left-section { 
width: 16%;
height: 100%;
float:left;
border-right: none;
margin:0px;
padding:0px;
margin-left: 0px;
}

#bottom-footer-sections #left-section  { 
display:none;
}

#bottom-footer-sections #center-section {
width: 40%;
height: 100%;
float:left;
padding-left:14px;
position:relative;z-index:4001;
}


#bottom-footer-sections #right-section {
width: 49%;
margin-right:1%;
}

#page {
	width:768px;
	background:none;
}

#content-full-width {
	width: 96%;
		padding:2%;
		padding-top:2%;
}

#main-content {
}


#header {
	width: 768px;
	height: 200px;
	margin: 0 auto;
	background:none;
		overflow:hidden;
		margin-top:-15px;
}

#home-allcontent #header {
display:none;
}

body#core.online #content-full-width {
	width:740px;
}

#wrapper { 

}


	
}