/*
Theme Name: Meridian 2022
Theme URI: 
Description: Custom Theme for Meridian
Author: DD
Version: 1.0
Tags: custom
*/

/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: Georgia, serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	color: #111;
	background: #efece2;
	margin: 0;
	padding: 0;
	text-align: center;
}

strong {
	font-weight: 700;
}

h1 {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 40px;
    letter-spacing: 1px;
	line-height: 46px;
	margin: 0;
}

h2 {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 30px;
    letter-spacing: 1px;
	line-height: 36px;
	margin: 0;
}

h3 {
	font-size: 16px;
	color: #312825;
}

h4 {
	font-weight: normal;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: 1px;
	line-height: 0;
}

hr {
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	margin: 25px 0 25px 0;
}

a:link { color: #e06a4d; text-decoration: underline; }
a:visited { color: #e06a4d; text-decoration: underline; }
a:hover { color: #111; text-decoration: underline; }
a:active { color: #111; text-decoration: underline; }

/*-------------------------------------------
	header
-------------------------------------------*/

.skip-link {
	position: fixed;
	top: -200px;
	left: 20px;
	background-color: #fff;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5px;
	z-index: 999;
}
.skip-link:focus {
    top: 0; /* Now the link will appear */
}

#mHeader {
	display: inherit;
	width: 100%;
	height: 70px;
	margin: 0; 
	position: absolute;
	z-index: 9999;
	text-align: left;
}
#sHeader {
	display: inherit;
	width: 100%;
	height: 120px;
	margin: 0; 
	position: absolute;
	z-index: 9999;
	text-align: left;
}

#headerWrap { 
	width: 100%;
	height: 90px;
	margin: 0; 
	position: relative;
	text-align: left;
}

#headerL { 
	display: none;
}
#headerLs { 
	width: 200px;
	height: 70px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
}
#headerR { 
	width: 50px;
	height: 50px;
	text-align: left;
	margin: 10px 10px 0 0;
	padding: 0;
	display: inline;
	float: right;
}

.menu-icon {
  background-color: transparent;
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.button1 {
  background-color: transparent;
  color: white;
}

.button1:focus {
  text-decoration: inherit;
  background-color: #ccc;
  outline: auto;
}

.button1:hover {
  background-color: #ccc;
  color: white;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #111;
}

.overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
  text-align: center;
  margin-top: 0px;
}

#oHeaderWrap {
	width: 100%;
	height: 70px;
	padding: 0;
	text-align: center;
}
#oHeader { 
	display: block !important;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
}	

#oHeaderL { 
	width: 200px;
	height: 70px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
}

#oHeaderR { 
	width: 50px;
	height: 50px;
	text-align: left;
	margin: 10px 10px 0 0;
	padding: 0;
	display: inline;
	float: right;
	font-size: 36px;
	color: #fff;
}

#navHeader { 
	width: 100%;
	height: auto;
	margin: 0; 
	position: relative; 
	text-align: left;
}

#oNavContainer {
	display: inherit;
	width: 100%;
	height: auto;
	padding: 0 30px 0 30px;
	box-sizing: border-box;
	margin: 50px 0 0 0;
	text-align: left;
}

ul.nav-list,
nav { 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	display: block; 
	height: auto; 
	float: none;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul.nav-list li.nav-item,
ul.nav-list li.nav-item-ON { 
	display: block !important; 
	text-align: left; 
	float: none !important;
}

ul.nav-list li.nav-item a { 
	display: block; 
	line-height: auto; 
	height: auto; 
	margin: 0; 
	color: #fff; 
	border-top: 1px solid #333; 
	padding: 10px 20px !important;
	text-decoration: none;
}

ul.nav-list li.nav-item a:hover { background-color: #592e2c; color: #fff; }
ul.nav-list li.nav-item a:focus { background-color: #592e2c; }

ul.nav-list li.nav-item-ON a { padding: 10px 20px; color: #fff; border-top: 1px solid #000;}
	
ul.nav-list li.nav-item:first-child a,
ul.nav-list li.nav-item-ON:first-child a
{ border: none;}



  

/*-------------------------------------------
	page structure
-------------------------------------------*/


#homeMainContainer { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	background-color: #040807;
}
#homeMain-L { 
	width: 50%;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
}
#slide { 
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
}

#homeMain-R { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #040807;
	display: inline;
	float: left;
	color: #fff;
}
#homeMain-R-logo-container { 
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#homeMain-R-logo { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMain-R-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 100px 0 100px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeText { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 28px;
}


#mainBTN {
	width: 350px;
    height: auto;
	padding: 0;
	margin: 10px auto;
	text-align: center;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#mainBTN a {
	display: block;
	height: auto;
	padding: 10px 30px 10px 30px;
}
#mainBTN a:link { color: #fff; background-color: #000; border: 1px solid #785c51; text-decoration: none; }
#mainBTN a:visited { color: #fff; background-color: #000; border: 1px solid #785c51; text-decoration: none; }
#mainBTN a:hover { color: #fff; background-color: #592e2c; border: 1px solid #592e2c; text-decoration: none; }
#mainBTN a:active { color: #fff; background-color: #592e2c; border: 1px solid #592e2c; text-decoration: none; }

#mainRedBTN {
	width: 300px;
    height: auto;
	padding: 0;
	margin: 10px auto;
	text-align: center;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#mainRedBTN a {
	display: block;
	height: auto;
	padding: 10px 30px 10px 30px;
}
#mainRedBTN a:link { color: #fff; background-color: #592e2c; border: 1px solid #785c51; text-decoration: none; }
#mainRedBTN a:visited { color: #fff; background-color: #592e2c; border: 1px solid #785c51; text-decoration: none; }
#mainRedBTN a:hover { color: #fff; background-color: #111; border: 1px solid #111; text-decoration: none; }
#mainRedBTN a:active { color: #fff; background-color: #111; border: 1px solid #111; text-decoration: none; }

#homeCallouts-container { 
	width: 100%;
	height: 730px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #592e2c;
	background-image: url("images/bg-home-privatedining.png");
	background-size: 3000px 100px;
	background-position: center;
}
#homeCallouts-max { 
	width: 1600px;
	height: 730px;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeCallout-Ltext { 
	width: 800px;
	height: 730px;
	margin: 0;
	padding: 80px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float:left;
	color: #fff;
	justify-content: center;
	align-items: center;
}
#homeCallout-Ltext-container { 
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Ltext-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#Ltext { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 28px;
}
#Ltext h1 {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 30px;
    letter-spacing: 2px;
	line-height: 32px;
	margin: 0 0 30px 0;
}

#homeCallout-Lphoto { 
	width: 800px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
	line-height: 0;
}

#homeExterior { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #111;
}
#subExterior { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #111;
}

#map-container {
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #efece2;
	background-image: url("images/bg-home-map.png");
	background-size: 3000px 100px;
	background-position: center;
}
#homeMap-max { 
	width: 1600px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMap-L { 
	width: 800px;
	height: 600px;
	margin: 0;
	padding: 80px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	color: #fff;
}
#homeMap-R { 
	width: 800px;
	height: 600px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
	line-height: 0;
}
#homeMap-Rm { 
	display: none;
}
#homeMapText { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 28px;
	color: #111;
}
#homeMapText h2 {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 24px;
    letter-spacing: 1px;
	line-height: 26px;
	margin: 0;
}
#mapAddress {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 50px;
	text-align: left;
	color: #111;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 28px;
	background-image: url(images/map-point.png);
	background-size: 30px 42px;
	background-position: left;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

#mainTanBTN {
	width: 300px;
    height: auto;
	padding: 0;
	margin: 30px auto;
	text-align: center;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#mainTanBTN a {
	display: block;
	height: auto;
	padding: 10px 30px 10px 30px;
}
#mainTanBTN a:link { color: #111; background-color: #efece2; border: 1px solid #fff; text-decoration: none; }
#mainTanBTN a:visited { color: #111; background-color: #efece2; border: 1px solid #fff; text-decoration: none; }
#mainTanBTN a:hover { color: #fff; background-color: #111; border: 1px solid #111; text-decoration: none; }
#mainTanBTN a:active { color: #fff; background-color: #111; border: 1px solid #111; text-decoration: none; }

#menuBTNS-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

#menuItems { 
	width: 1200px;
	height: auto;
	margin: 50px auto;
	padding: 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#menuItems h1 {
	color: #592e2c;
	margin: 0;
	padding: 80px 0 0 0;
	letter-spacing: 10px;
	background-image: url("images/tree-icon.png");
	background-size: 80px 60px;
	background-position: center top;
	background-repeat: no-repeat;
}
.menuItems-underline {
	margin: 20px 0 20px 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #592e2c;
}
.menuItems-description {
	color: #592e2c;
}

#menuColumns {
     width: 100%;
	 margin: 40px 0 0 0;
	 padding: 0;
	 text-align: left;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

#menuColumns p {
	width: 100%;
	display: inline-block;
	line-height: 24px;
}

#menuColumns-drinks {
     width: 100%;
	 margin: 40px 0 0 0;
	 padding: 0;
	 text-align: left;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

#menuColumns-drinks p {
	width: 100%;
	display: inline-block;
	line-height: 24px;
}

.menuTitle {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 28px;
    letter-spacing: 1px;
	line-height: 32px;
	margin: 0;
	text-transform: uppercase;
}

#menuBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 10px;
	text-align: center;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
#menuBTN a {
	display: block;
	height: auto;
	padding: 10px 30px 10px 30px;
}
#menuBTN a:link { color: #111; background-color: #efece2; border: 1px solid #fff; text-decoration: none; }
#menuBTN a:visited { color: #111; background-color: #efece2; border: 1px solid #fff; text-decoration: none; }
#menuBTN a:hover { color: #fff; background-color: #111; border: 1px solid #111; text-decoration: none; }
#menuBTN a:active { color: #fff; background-color: #111; border: 1px solid #111; text-decoration: none; }

#menuBTN.active a:link { color: #efece2; background-color: #592e2c; border: 1px solid #592e2c; text-decoration: none; }
#menuBTN.active a:visited { color: #efece2; background-color: #592e2c; border: 1px solid #592e2c; text-decoration: none; }
#menuBTN.active a:hover { color: #efece2; background-color: #592e2c; border: 1px solid #592e2c; text-decoration: none; }
#menuBTN.active a:active { color: #efece2; background-color: #592e2c; border: 1px solid #592e2c; text-decoration: none; }

#aboutContainer { 
	width: 900px;
	height: auto;
	margin: 100px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 34px;
}
#aboutContainer h1 {
	margin: 0 0 30px 0;
	font-size: 36px;
	letter-spacing: 10px;
	text-transform: uppercase;
}
#aboutContainer p {
	margin: 0 0 40px 0;
}

#reservationContainer { 
	width: 1000px;
	height: auto;
	margin: 50px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#reservationL { 
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#reservationR { 
	width: 640px;
	height: auto;
	margin: 0 0 0 60px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#privatedining-container {
	width: 100%;
    height: auto;
	padding: 0 0 60px 0;
	margin: 0;
	text-align: center;
}
#privatedining-block {
	width: 380px;
    height: auto;
	padding: 0;
	margin: 10px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}
#privatedining-copy {
	width: 100%;
    height: auto;
	padding: 20px;
	box-sizing: border-box;
	margin: 0;
	text-align: left;
	line-height: 24px;
}
#privatedining-copy p {
	margin: 0 0 20px 0;
}
#privatedining-copy h2 {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 25px;
    letter-spacing: 1px;
	line-height: 27px;
	margin: 0 0 20px 0;
}




/*--- Clear ---*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--- Footer ---*/


.footer {
	width: 100%;
	height: auto;
	padding: 50px 20px;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	background-color: #111;
}

#footerL {
	width: 120px;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #fff;
	float: left;
	display: inline;
}
#footerR {
	width: 800px;
	height: auto;
	padding: 0;
	margin: 0 0 0 40px;
	text-align: left;
	color: #fff;
	float: left;
	display: inline;
}

#footerR a {
	display: inline-block;
	color: #fff;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 20px 0px 0;
	margin: 0 0 10px 0;
	text-decoration: none;
}

#footerR a:hover { color: #e06a4d; }

#footer-copyright {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 20px 0 0 0;
	text-align: left;
	color: #fff;
	font-size: 14px;
}

#navSM {
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	font-size: 40px;
	color: #111;
}
#navSM a { font-size: 40px; margin: 0; }
#navSM a:link { color: #fff; text-decoration: none; }
#navSM a:visited { color: #fff; text-decoration: none; }
#navSM a:hover { color: #e06a4d; text-decoration: none; }
#navSM a:active { color: #e06a4d; text-decoration: none; }



/* tablet Wide
--------------------------------------------- */
@media (min-width: 1300px) and (max-width: 1599px) {

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #592e2c;
}
#homeCallouts-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 80px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	color: #fff;
	z-index: 9998;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	line-height: 0;
}
#homeCallout-Ltext-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Ltext-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#Ltext { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 28px;
}

#map-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #efece2;
	background-image: url("images/bg-home-map.png");
	background-size: 3000px 100px;
	background-position: center;
}
#homeMap-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMap-L { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 40px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
}
#homeMap-R { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	line-height: 0;
}


}




/* tablet Wide
--------------------------------------------- */
@media (min-width: 1180px) and (max-width: 1299px) {


#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #592e2c;
}
#homeCallouts-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 80px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	color: #fff;
	z-index: 9998;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	line-height: 0;
}
#homeCallout-Ltext-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Ltext-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#Ltext { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 28px;
}

#map-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #efece2;
	background-image: url("images/bg-home-map.png");
	background-size: 3000px 100px;
	background-position: center;
}
#homeMap-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMap-L { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 40px 0 20px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
}
#homeMap-R { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	line-height: 0;
}

#menuItems { 
	width: 1000px;
	height: auto;
	margin: 50px auto;
	padding: 50px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}


}


/* tablet Wide
--------------------------------------------- */
@media (min-width: 1020px) and (max-width: 1179px) {


#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #592e2c;
}
#homeCallouts-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 80px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	color: #fff;
	z-index: 9998;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	line-height: 0;
}
#homeCallout-Ltext-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Ltext-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#Ltext { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 28px;
}

#map-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #efece2;
	background-image: url("images/bg-home-map.png");
	background-size: 3000px 100px;
	background-position: center;
}
#homeMap-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMap-L { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 40px 0 20px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
}
#homeMap-R { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	line-height: 0;
}


#menuItems { 
	width: 1000px;
	height: auto;
	margin: 50px auto;
	padding: 50px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}




}



/* tablet Wide
--------------------------------------------- */
@media (min-width: 900px) and (max-width: 1019px) {


#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #592e2c;
}
#homeCallouts-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 80px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	color: #fff;
	z-index: 9998;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	line-height: 0;
}
#homeCallout-Ltext-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Ltext-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#Ltext { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 28px;
}

#map-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #efece2;
	background-image: url("images/bg-home-map.png");
	background-size: 3000px 100px;
	background-position: center;
}
#homeMap-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMap-L { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 40px 0 20px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
}
#homeMap-R { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	line-height: 0;
}


#menuItems { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}

#menuColumns p {
	width: 100%;
	display: inline-block;
	line-height: 24px;
}

#aboutContainer { 
	width: 800px;
	height: auto;
	margin: 100px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 34px;
}
#reservationContainer { 
	width: 800px;
	height: auto;
	margin: 50px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#reservationL { 
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#reservationR { 
	width: 440px;
	height: auto;
	margin: 0 0 0 60px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}



}



/* tablet Wide
--------------------------------------------- */
@media (min-width: 770px) and (max-width: 899px) {


#homeMain-R-logo-container { 
	width: 100%;
	height: 414px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#homeMain-R-logo { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMain-R-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeText { 
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 24px;
}

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #592e2c;
}
#homeCallouts-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	color: #fff;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	line-height: 0;
}
#homeCallout-Ltext-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Ltext-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#Ltext { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 24px;
}

#map-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #efece2;
	background-image: url("images/bg-home-map.png");
	background-size: 3000px 100px;
	background-position: center;
}
#homeMap-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMap-L { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 30px 0 20px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
}
#homeMap-R { 
	display: none;
}
#homeMap-Rm { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	line-height: 0;
}

#menuBTNS-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

#menuItems { 
	width: 100%;
	height: auto;
	margin: 50px 0 0px 0;
	padding: 0 30px 30px 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}

#menuColumns-drinks {
     width: 100%;
	 margin: 40px 0 0 0;
	 padding: 0;
	 text-align: left;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

#aboutContainer { 
	width: 700px;
	height: auto;
	margin: 100px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 34px;
}
#reservationContainer { 
	width: 700px;
	height: auto;
	margin: 50px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#reservationL { 
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#reservationR { 
	width: 400px;
	height: auto;
	margin: 0 0 0 50px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}


}



/* tablet
--------------------------------------------- */
@media (min-width: 760px) and (max-width: 769px) {
	

#headerL { 
	width: 200px;
	height: 70px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
}
#headerLs { 
	width: 200px;
	height: 70px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
}

#homeMain-L { 
	width: 100%;
	height: 700px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
	position: inherit;
}
#slide { 
	width: 100%;
	height: 700px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	overflow: hidden;
}
#homeMain-R { 
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #040807;
	display: inherit;
	float: none;
	color: #fff;
}

#homeMain-R-logo-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#homeMain-R-logo { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMain-R-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeText { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 24px;
}

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #592e2c;
	background-image: none;
}
#homeCallouts-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	color: #fff;
	z-index: 9998;
}
#homeCallout-Lphoto { 
	display: none;
}
#homeCallout-Ltext-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Ltext-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#Ltext { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 28px;
}

#map-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #d6d0b7;
	background-image: none;
}
#homeMap-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMap-L { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#homeMap-R { 
	display: none;
}
#homeMap-Rm { 
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#mainTanBTN a:link { color: #111; background-color: #d6d0b7; border: 1px solid #fff; text-decoration: none; }
#mainTanBTN a:visited { color: #111; background-color: #d6d0b7; border: 1px solid #fff; text-decoration: none; }

#menuBTNS-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

#menuItems { 
	width: 100%;
	height: auto;
	margin: 50px 0 0px 0;
	padding: 0 30px 30px 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}

#menuColumns-drinks {
     width: 100%;
	 margin: 40px 0 0 0;
	 padding: 0;
	 text-align: left;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

#aboutContainer { 
	width: 700px;
	height: auto;
	margin: 100px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 34px;
}
#reservationContainer { 
	width: 700px;
	height: auto;
	margin: 50px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#reservationL { 
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#reservationR { 
	width: 400px;
	height: auto;
	margin: 0 0 0 50px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}


}



/* wide mobile
--------------------------------------------- */
@media (min-width: 568px) and (max-width: 759px) {


#headerL { 
	width: 200px;
	height: 70px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
}
#headerLs { 
	width: 200px;
	height: 70px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
}

#homeMain-L { 
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
	position: inherit;
}
#slide { 
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	overflow: hidden;
}
#homeMain-R { 
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #040807;
	display: inherit;
	float: none;
	color: #fff;
}

#homeMain-R-logo-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#homeMain-R-logo { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMain-R-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeText { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 24px;
}

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #592e2c;
	background-image: none;
}
#homeCallouts-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	color: #fff;
	z-index: 9998;
}
#homeCallout-Lphoto { 
	display: none;
}
#homeCallout-Ltext-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Ltext-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#Ltext { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 28px;
}

#map-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #d6d0b7;
	background-image: none;
}
#homeMap-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMap-L { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#homeMap-R { 
	display: none;
}
#homeMap-Rm { 
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#mainTanBTN a:link { color: #111; background-color: #d6d0b7; border: 1px solid #fff; text-decoration: none; }
#mainTanBTN a:visited { color: #111; background-color: #d6d0b7; border: 1px solid #fff; text-decoration: none; }

#menuBTNS-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

#menuItems { 
	width: 100%;
	height: auto;
	margin: 50px 0 0px 0;
	padding: 0 30px 30px 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#menuItems h1 {
	color: #592e2c;
	margin: 0 0 20px 0;
	font-size: 36px;
	letter-spacing: 10px;
}

#menuColumns {
     width: 100%;
	 margin: 0;
	 padding: 0;
	 text-align: left;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}
#menuColumns-drinks {
     width: 100%;
	 margin: 40px 0 0 0;
	 padding: 0;
	 text-align: left;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

#menuColumns p {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
}

.menuTitle {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 26px;
    letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase;
}

#menuBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 5px;
	text-align: center;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

#aboutContainer { 
	width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 34px;
}
#reservationContainer { 
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#reservationL { 
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#reservationR { 
	width: 400px;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}


}



/* wide mobile
--------------------------------------------- */
@media (min-width: 481px) and (max-width: 567px) {


#headerL { 
	width: 200px;
	height: 70px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
}
#headerLs { 
	width: 200px;
	height: 70px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
}

#homeMain-L { 
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
	position: inherit;
}
#slide { 
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	overflow: hidden;
}
#homeMain-R { 
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #040807;
	display: inherit;
	float: none;
	color: #fff;
}

#homeMain-R-logo-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#homeMain-R-logo { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMain-R-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeText { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 24px;
}

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #592e2c;
	background-image: none;
}
#homeCallouts-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	color: #fff;
	z-index: 9998;
}
#homeCallout-Lphoto { 
	display: none;
}
#homeCallout-Ltext-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Ltext-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#Ltext { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 28px;
}

#map-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #d6d0b7;
	background-image: none;
}
#homeMap-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMap-L { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#homeMap-R { 
	display: none;
}
#homeMap-Rm { 
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#mainTanBTN a:link { color: #111; background-color: #d6d0b7; border: 1px solid #fff; text-decoration: none; }
#mainTanBTN a:visited { color: #111; background-color: #d6d0b7; border: 1px solid #fff; text-decoration: none; }

#menuBTNS-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

#menuItems { 
	width: 100%;
	height: auto;
	margin: 50px 0 0px 0;
	padding: 0 30px 30px 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#menuItems h1 {
	color: #592e2c;
	margin: 0 0 20px 0;
	font-size: 36px;
	letter-spacing: 10px;
}

#menuColumns {
     width: 100%;
	 margin: 0;
	 padding: 0;
	 text-align: left;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}
#menuColumns-drinks {
     width: 100%;
	 margin: 40px 0 0 0;
	 padding: 0;
	 text-align: left;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

#menuColumns p {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
}

.menuTitle {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 26px;
    letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase;
}

#menuBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 5px;
	text-align: center;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

#aboutContainer { 
	width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 34px;
}
#reservationContainer { 
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#reservationL { 
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#reservationR { 
	width: 400px;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

}



/* wide mobile
--------------------------------------------- */
@media (min-width: 400px) and (max-width: 480px) {


#headerL { 
	width: 200px;
	height: 70px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
}
#headerLs { 
	width: 200px;
	height: 70px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
}
#sHeader {
	display: inherit;
	width: 100%;
	height: 120px;
	margin: 0; 
	position: relative;
	z-index: 9999;
	text-align: left;
	background-color: #111;
}
#subExterior { 
	display: none;
}

#homeMain-L { 
	width: 100%;
	height: 420px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
	position: inherit;
}
#slide { 
	width: 100%;
	height: 420px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	overflow: hidden;
}
#homeMain-R { 
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #040807;
	display: inherit;
	float: none;
	color: #fff;
}

#homeMain-R-logo-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	justify-content: none;
	align-items: none;
}
#homeMain-R-logo { 
	display: none;
}
#homeMain-R-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeText { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 24px;
}

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #592e2c;
	background-image: none;
}
#homeCallouts-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 20px 20px 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	color: #fff;
	z-index: 9998;
}
#homeCallout-Lphoto { 
	display: none;
}
#homeCallout-Ltext-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Ltext-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#Ltext { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 28px;
}

#map-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #d6d0b7;
	background-image: none;
}
#homeMap-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMap-L { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#homeMap-R { 
	display: none;
}
#homeMap-Rm { 
	display: inherit;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#mainTanBTN a:link { color: #111; background-color: #d6d0b7; border: 1px solid #fff; text-decoration: none; }
#mainTanBTN a:visited { color: #111; background-color: #d6d0b7; border: 1px solid #fff; text-decoration: none; }

#menuBTNS-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

#menuItems { 
	width: 100%;
	height: auto;
	margin: 30px 0 0px 0;
	padding: 0 20px 20px 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems h1 {
	color: #592e2c;
	margin: 0 0 10px 0;
	font-size: 36px;
	letter-spacing: 6px;
}

#menuColumns {
     width: 100%;
	 margin: 0;
	 padding: 0;
	 text-align: left;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}
#menuColumns-drinks {
     width: 100%;
	 margin: 40px 0 0 0;
	 padding: 0;
	 text-align: left;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

#menuColumns p {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
}
#menuColumns-drinks p {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
}

.menuTitle {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 26px;
    letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase;
}

#menuBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 5px;
	text-align: center;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

#aboutContainer { 
	width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 34px;
}
#reservationContainer { 
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#reservationL { 
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#reservationR { 
	width: 400px;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#privatedining-block {
	width: 100%;
    height: auto;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

}



/* wide mobile
--------------------------------------------- */
@media (max-width: 399px) {


#headerL { 
	width: 200px;
	height: 70px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
}
#headerLs { 
	width: 200px;
	height: 70px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
}

#homeMain-L { 
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
	position: inherit;
}
#slide { 
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	overflow: hidden;
}
#homeMain-R { 
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #040807;
	display: inherit;
	float: none;
	color: #fff;
}

#homeMain-R-logo-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	justify-content: none;
	align-items: none;
}
#homeMain-R-logo { 
	display: none;
}
#homeMain-R-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeText { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 24px;
}

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #592e2c;
	background-image: none;
}
#homeCallouts-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 20px 20px 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	float: inherit;
	vertical-align: top;
	color: #fff;
	z-index: 9998;
}
#homeCallout-Lphoto { 
	display: none;
}
#homeCallout-Ltext-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Ltext-text { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#Ltext { 
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 28px;
}

#map-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #d6d0b7;
	background-image: none;
}
#homeMap-max { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#homeMap-L { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#homeMap-R { 
	display: none;
}
#homeMap-Rm { 
	display: inherit;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#mainTanBTN a:link { color: #111; background-color: #d6d0b7; border: 1px solid #fff; text-decoration: none; }
#mainTanBTN a:visited { color: #111; background-color: #d6d0b7; border: 1px solid #fff; text-decoration: none; }

#menuBTNS-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

#menuItems { 
	width: 100%;
	height: auto;
	margin: 30px 0 0px 0;
	padding: 0 20px 20px 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems h1 {
	color: #592e2c;
	margin: 0 0 10px 0;
	font-size: 36px;
	letter-spacing: 6px;
}

#menuColumns {
     width: 100%;
	 margin: 0;
	 padding: 0;
	 text-align: left;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

#menuColumns p {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
}

#menuColumns-drinks {
     width: 100%;
	 margin: 40px 0 0 0;
	 padding: 0;
	 text-align: left;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}
#menuColumns-drinks p {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
}

.menuTitle {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 26px;
    letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase;
}

#menuBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 5px;
	text-align: center;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

#aboutContainer { 
	width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 34px;
}
#reservationContainer { 
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#reservationL { 
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#reservationR { 
	width: 400px;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#privatedining-block {
	width: 100%;
    height: auto;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

}




@media (max-width: 1270px) {

.header {
	width: 100%;
	height: 90px;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #fff;
	z-index: 9997;
	border-bottom: 1px solid #eee; 
}
#logoContainer {
	width: 156px;
	height: 86px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#logoTop {
	width: 156px;
	height: 86px;
	padding: 0;
	margin: 0;
	text-align: left;
	background-image: url(images/hoss-logo.png);
	background-repeat: no-repeat;
	background-size: 156px 86px;
}
#Lnav {
    width: 156px; height: 86px;
    margin: 0;
	padding: 0;
    position: relative;
}
#Lnav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#Lnav li a { height: 0px; display: block; padding-top: 86px; overflow: hidden; }
#Lnav1 { left: 0; width: 156px; }
#Lnav li a:focus {
  text-decoration: inherit;
  outline: auto;
}

#navBG {
	width: 830px;
	height: 60px;
	padding: 0;
	margin: 0;
	text-align: right;
	display: inline;
	float: right;
}
#navContainer nav {
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
#navContainer ul {
  margin: 30px 0 0 0;
}

}





@media (max-width: 1079px) {



#footerR {
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	margin: 0;
	text-align: left;
	color: #fff;
	float: left;
	display: inline;
}

}


@media (max-width: 479px) {

#menuBTN-sub {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 0 2px 5px 0;
}

}