#pagecontainer	{ text-align: left; width: 100%; margin-left: auto; margin-right: auto; background: #1B1B1B; height: 100%; }
#topbar			{ margin-top: 0; }
#pagenavigation	{ width: 100%; }

div.desktop		{ display: none; }
div.mobile		{ display: block; }
div.letter-box	{ width: 100%; }

div.menucontainer { width: 100%; }

#menu-icon		{ float: left; display:block; width: 83%; padding: 0 0 0 20px; cursor: pointer; }
#pagenavigation							{ width: 100%; height: 30px; margin-top: 0; margin-bottom:10px; border-radius: 0; padding-top: 6px; }
#pagenavigation ul						{ border: 0; margin: 0; padding: 0; list-style-type: none; text-align: center; background-color: #9baf9e; }
#pagenavigation ul li					{ display: table; float: left; text-align: left; padding: 0; margin: 0; width: 160px; height: 40px; height: 50px; border-bottom: 2px solid #000000;  }
#pagenavigation ul li a					{ display: table-cell; border-left: 0;  background-color: #9baf9e; padding: 5px; margin: 0; color: #000000; font-size: 15px; font-weight: bold; text-decoration: none; vertical-align: middle; }
#pagenavigation ul li a:hover			{ color: #000000; background: #9baf9e;  border-left: 0; }
#pagenavigation ul li a.noleftborder	{ border-left: 0; solid #F5F5F5; border-top-left-radius: 0; }

#navbuttons		{ display:none; table-layout: fixed; z-index: 1; position: absolute; top: 170px; left: 20px; width: 160px; border-radius: 0; }

span.nomobile	{ display:none; }
span.landscape	{ display:none; }
span.menudesc	{ display:none; }
span.mobileonly	{ display:inline; }

h2.menutext		{ display: block; text-align: center; }
h3.menutext		{ display: block; text-align: center; }

p.menu-symbol 	{ display:block; font-weight: bold; text-align: center; }
p.menutext		{ display: block; text-align: center; }
p.topping		{ margin-left: 0; }

br.mobileonly	{ display:inline; }

div.sidebyside	{ margin-left: auto; margin-right: auto; float: none;}
div.locationbox	{ margin-left: auto; margin-right: auto; float: none;}


div.google-maps { position: relative; padding-bottom: 75%; height: 0; overflow: hidden; }
div.google-maps iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.large			{ font-size:14px; line-height:18px; }
