/*
Theme Name: Half Liter
Theme URI: 
Description: Custom Theme for Half Liter
Author: DD
Version: 1.0
Tags: custom
*/

/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: 'Cabin', 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;
	color: #111;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

strong {
	font-weight: 700;
}

h1 {
	font-family: plume-advertising, 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: 40px;
    letter-spacing: 1px;
	line-height: 46px;
	margin: 0;
}

h2 {
	font-family: plume-advertising, 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: 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;
}

.date {
	font-size: 14px;
	color: #444;
}

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

a:link { color: #ee202e; text-decoration: underline; }
a:visited { color: #ee202e; 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 */
}

.header {
	width: 100%;
	height: 110px;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #fff;
	z-index: 9997;
	border-bottom: 1px solid #eee; 
}

#mHeader {
	display: none;
}

#logoContainer {
	width: 245px;
	height: 110px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#logoTop {
	width: 245px;
	height: 110px;
	padding: 0;
	margin: 0;
	text-align: left;
	background-image: url(images/half-liter-logo.png);
	background-repeat: no-repeat;
	background-size: 245px 110px;
}
#Lnav {
    width: 245px; height: 110px;
    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: 110px; overflow: hidden; }
#Lnav1 { left: 0; width: 245px; }
#Lnav li a:focus {
  text-decoration: inherit;
  outline: auto;
}

#navBG {
	width: 1000px;
	height: 60px;
	padding: 0;
	margin: 0;
	text-align: right;
	display: inline;
	float: right;
}
#navContainer {
	display: inline-block;
	width: auto;
	height: 60px;
	padding: 0;
	margin: 0 15px 0 0;
	text-align: right;
}
#mNavContainer {
	display: none;
}

/* - - - Navigation - - - */

#navContainer nav {
  font-family: plume-advertising, 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: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#navContainer ul {
  background: #fff;
  list-style: none;
  margin: 45px 0 0 0;
  padding-left: 0;
}

#navContainer li {
  display: block;
  float: left;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
  
#navContainer li a {
  color: #111;
  text-decoration: none;
  padding: 15px;
}
#navContainer li a:hover {
  color: #ee202e;
}
#navContainer li a:focus {
  color: #ee202e;
  background-color: #111;
}

#navContainer li:hover,
#navContainer li:focus-within {
  color: #ee202e;
  cursor: pointer;
}

#navContainer li:focus-within a {
  outline: none;
}


#navContainer li a.nav-item-On {
  color: #ee202e;
}
#navContainer li a.nav-item-On:hover,
#navContainer li a.nav-item-On:focus-within {
  color: #ee202e;
  cursor: pointer;
}




  

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


#homePhotoContainer { 
	width: 100%;
	height: 700px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	overflow: hidden;
}
.cycle-slideshow { 
	margin: 0;
	padding: 0;
}

#homeTintContainer { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
#homeTint { 
	width: 359px;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: absolute;
	top: 120px;
	left: 0;
	text-align: center;
	box-sizing: border-box;
	z-index: -1;
}

#homeCopy { 
	width: 680px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 30px;
}
#contactCopy { 
	width: 500px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #ccc;
}
#contactCopy-R { 
	width: 500px;
	height: auto;
	margin: 70px auto;
	padding: 0 0 0 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}

#menuCopy { 
	width: 1300px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems { 
	width: 100%;
	height: auto;
	margin: 50px 0 0px 0;
	padding: 10px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-top: 2px solid #fbae42;
}
#menuItems h1 {
	color: #fbae42;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.menuItems-description {
	color: #fbae42;
}

#menuColumns {
     width: 100%;
	 margin: 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;
}

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

.menuTitle {
	font-family: plume-advertising, serif;
	font-weight: 700;
	font-size: 22px;
    line-height: 24px;
	text-transform: uppercase;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ee202e;
  cursor: pointer;
  padding: 15px;
  width: 100px;
  text-align: center;
  border-radius: 0px;
  color: #fff;
}

#myBtn a {
  text-decoration: none;
  color: #fff;
}
#myBtn:hover {
  color: #111;
}

#storyCopy { 
	width: 850px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-container { 
	width: 1200px;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 600px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#story-callout-R { 
	width: 600px;
	height: auto;
	margin: 0;
	padding: 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-size: 26px;
}
#subTeam-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 50px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#team-Icons { 
	width: 260px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#mainBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px 10px 40px 10px;
	text-align: center;
	font-family: 'Cabin', 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: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
#mainBTN a {
	display: block;
	height: auto;
	padding: 10px 30px 10px 30px;
}
#mainBTN a:link { color: #fff; background-color: #447aaf; text-decoration: none; }
#mainBTN a:visited { color: #fff; background-color: #447aaf; text-decoration: none; }
#mainBTN a:hover { color: #fff; background-color: #fbae42; text-decoration: none; }
#mainBTN a:active { color: #fff; background-color: #fbae42; text-decoration: none; }

#mainBTN-mobile-m {
	display: none;
}
#mainBTN-mobile-m a {
	display: block;
	height: auto;
	padding: 10px 30px 10px 30px;
}
#mainBTN-mobile-m a:link { color: #fff; background-color: #ee202e; text-decoration: none; }
#mainBTN-mobile-m a:visited { color: #fff; background-color: #ee202e; text-decoration: none; }
#mainBTN-mobile-m a:hover { color: #fff; background-color: #447aafe; text-decoration: none; }
#mainBTN-mobile-m a:active { color: #fff; background-color: #447aaf; text-decoration: none; }

#mainBTN-mobile {
	display: none;
}
#mainBTN-mobile a {
	display: block;
	height: auto;
	padding: 10px 30px 10px 30px;
}
#mainBTN-mobile a:link { color: #fff; background-color: #fbae42; text-decoration: none; }
#mainBTN-mobile a:visited { color: #fff; background-color: #fbae42; text-decoration: none; }
#mainBTN-mobile a:hover { color: #fff; background-color: #447aafe; text-decoration: none; }
#mainBTN-mobile a:active { color: #fff; background-color: #447aaf; text-decoration: none; }

#homeHours-mobile {
	display: none;
}

#menuBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 0 20px 20px 0;
	text-align: center;
	font-family: 'Cabin', 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: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
#menuBTN a {
	display: block;
	height: auto;
	padding: 10px 30px 10px 30px;
}
#menuBTN a:link { color: #fff; background-color: #447aaf; text-decoration: none; }
#menuBTN a:visited { color: #fff; background-color: #447aaf; text-decoration: none; }
#menuBTN a:hover { color: #fff; background-color: #fbae42; text-decoration: none; }
#menuBTN a:active { color: #fff; background-color: #fbae42; text-decoration: none; }

#menuBTN.active a:link { color: #fff; background-color: #ee202e; text-decoration: none; }
#menuBTN.active a:visited { color: #fff; background-color: #ee202e; text-decoration: none; }
#menuBTN.active a:hover { color: #fff; background-color: #ee202e; text-decoration: none; }
#menuBTN.active a:active { color: #fff; background-color: #ee202e; text-decoration: none; }

#menuBTN-on {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 0 20px 20px 0;
	text-align: center;
	font-family: 'Cabin', 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: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
#menuBTN-on a {
	display: block;
	height: auto;
	padding: 10px 30px 10px 30px;
}
#menuBTN-on a:link { color: #fff; background-color: #ee202e; text-decoration: none; }
#menuBTN-on a:visited { color: #fff; background-color: #ee202e; text-decoration: none; }
#menuBTN-on a:hover { color: #fff; background-color: #ee202e; text-decoration: none; }
#menuBTN-on a:active { color: #fff; background-color: #ee202e; text-decoration: none; }

#menuBTN-sub {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 0 10px 10px 0;
	text-align: center;
	font-family: 'Cabin', 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: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #eee; 
}
#menuBTN-sub a {
	display: block;
	height: auto;
	padding: 10px;
}
#menuBTN-sub a:link { color: #ee202e; text-decoration: none; }
#menuBTN-sub a:visited { color: #ee202e; text-decoration: none; }
#menuBTN-sub a:hover { color: #111; text-decoration: none; }
#menuBTN-sub a:active { color: #111; text-decoration: none; }

#greenBTN-full {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px auto;
	text-align: center;
	font-family: plume-advertising, 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: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#greenBTN-full a {
	display: block;
	height: auto;
	padding: 20px 20px 15px 20px;
}
#greenBTN-full a:link { color: #fff; background-color: #ee202e; text-decoration: none; }
#greenBTN-full a:visited { color: #fff; background-color: #ee202e; text-decoration: none; }
#greenBTN-full a:hover { color: #fff; background-color: #111; text-decoration: none; }
#greenBTN-full a:active { color: #fff; background-color: #111; text-decoration: none; }


#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fbae42;
}
#homeEvents { 
	width: 800px;
	height: auto;
	margin: 30px auto;
	padding: 30px 30px 0px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	max-height: 300px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inline;
	float: left;
}
#eventSlideText { 
	width: 430px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

.example-pager { text-align: right; width: 100%; z-index: 500; overflow: hidden; }
.example-pager span { font-size: 60px; width: 16px; height: 16px; line-height: 10px; margin: 0; display: inline-block; color: #ccc; }
.example-pager span.cycle-pager-active { color: #111;}
.example-pager > * { cursor: pointer;}



#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#contact-container { 
	width: 600px;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#mapContainer { 
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 0;
}

#homeRestaurants-Icons { 
	width: 400px;
	height: 267px;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #111;
	line-height: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#homeRestaurants-Icons a {
	display: block;
	height: auto;
	padding: 0;
}
#homeRestaurants-Icons a:link { color: #fff; text-decoration: none; }
#homeRestaurants-Icons a:visited { color: #fff; text-decoration: none; }
#homeRestaurants-Icons a:hover { color: #fff; text-decoration: none; }
#homeRestaurants-Icons a:active { color: #fff; text-decoration: none; }

#homeRestaurants-Icons p{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:10;
	font-family: plume-advertising, 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: 22px;
	letter-spacing: 1px;
	line-height: 24px;
}
#homeRestaurants-Icons a:link p { opacity: 0; }
#homeRestaurants-Icons a:hover p { opacity: 1; }

#homeRestaurants-Icons img{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

#homeRestaurants-Icons a:hover img { 
	opacity: 0.05;
}

#subRestaurants-Icons { 
	width: 400px;
	height: auto;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#subRestaurants-Icons a {
	display: block;
	height: auto;
	padding: 0;
}
#subRestaurants-Icons a:link { color: #111; text-decoration: none; }
#subRestaurants-Icons a:visited { color: #111; text-decoration: none; }
#subRestaurants-Icons a:hover { color: #ee202e; text-decoration: none; }
#subRestaurants-Icons a:active { color: #ee202e; text-decoration: none; }

#subRestaurants-Icons img {
	margin: 0 0 25px 0;
}
#subRestaurants-Icons p {
	margin: 0;
}
.restaurants-title {
	font-family: plume-advertising, 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: 28px;
	letter-spacing: 1px;
	line-height: 32px;
}

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #447aaf;
}
#homeCallouts-container-M { 
	display: none;
}

#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 80px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	color: #fafafa;
	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;
	vertical-align: top;
	line-height: 0;
}

#greenBTN-L {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px 0 0 0;
	text-align: center;
	font-family: plume-advertising, 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: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#greenBTN-L a {
	display: block;
	height: auto;
	padding: 15px 20px 15px 20px;
}
#greenBTN-L a:link { color: #fff; background-color: #ee202e; text-decoration: none; }
#greenBTN-L a:visited { color: #fff; background-color: #ee202e; text-decoration: none; }
#greenBTN-L a:hover { color: #fff; background-color: #fbae42; text-decoration: none; }
#greenBTN-L a:active { color: #fff; background-color: #fbae42; text-decoration: none; }


#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fbae42;
}

#whiteBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px auto;
	text-align: center;
	font-family: plume-advertising, 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: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#whiteBTN a {
	display: block;
	height: auto;
	padding: 15px 20px 15px 20px;
}
#whiteBTN a:link { color: #111; background-color: #fff; text-decoration: none; }
#whiteBTN a:visited { color: #111; background-color: #fff; text-decoration: none; }
#whiteBTN a:hover { color: #111; background-color: #ee202e; text-decoration: none; }
#whiteBTN a:active { color: #111; background-color: #ee202e; text-decoration: none; }


#map-container {
  width: 100%;
  height: auto;
  min-height: 700px;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #fff;
}
#resturantMapLeft {
  margin: 0;
  padding: 0;
  width: 25%;
  height: auto;
  text-align: left;
  display: inline;
  float: left;
  background-color: #ccc;
}
#resturantMapRight {
  width: 75%;
  height: 100vh;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline;
  float: left;
  box-sizing: border-box;
  background-color: #f1f1f1;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #333;
}




/*--- 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: #333;
}

#footerL {
	width: 100px;
	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;
  padding: 0px 20px 0px 0;
  margin: 0 0 10px 0;
  text-decoration: none;
}

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

#footer-Address {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 0 10px;
	text-align: left;
}

#footer-Copyright {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
	color: #fff;
}

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

#sahms-hospitality-group-container {
	width: 100%;
	height: auto;
	padding: 50px 20px 40px 20px;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	background-color: #000;
}
#sahms-hospitality-group {
	width: 140px;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #fff;
	float: right;
	display: inline;
}


#fvpp-blackout {
	display: none;
	z-index: 499;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
}

#stickyContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 9998;
}
#stickyContent {
	width: 500px;
	height: auto;
	margin: 200px auto;
	padding: 20px 20px 50px 50px;
	position: relative; 
	box-sizing: border-box;
	color: #111;
	text-align: right;
	background-color: #EEF6E8;
	position: relative;
	z-index: 9999;
	box-shadow: 0 2px 5px #000;
}
#stickyCopy {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	box-sizing: border-box;
	color: #111;
	text-align: left;
	line-height: 22px;
}
.closepop {
  background-color: #EEF6E8; /* Green */
  border: 0px;
  color: #acc486;
  padding: 8px 10px 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.closepop:hover {
  background-color: #111; /* Green */
  color: #fff;
}

#greenBTN-Carousel {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: korolev-condensed, sans-serif;
	font-weight: 500;
	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;
}
#greenBTN-Carousel a {
	display: block;
	height: auto;
	padding: 10px 15px 10px 15px;
}
#greenBTN-Carousel a:link { color: #fff; background-color: #acc486; text-decoration: none; }
#greenBTN-Carousel a:visited { color: #fff; background-color: #acc486; text-decoration: none; }
#greenBTN-Carousel a:hover { color: #fff; background-color: #111; text-decoration: none; }
#greenBTN-Carousel a:active { color: #fff; background-color: #111; text-decoration: none; }


/* tablet Wide
--------------------------------------------- */
@media (max-width: 1699px) {

#homePhotoContainer { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
}

}



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


#story-container { 
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 500px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#story-callout-R { 
	width: 500px;
	height: auto;
	margin: 0;
	padding: 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-size: 26px;
}

#homeRestaurants-Icons { 
	width: 300px;
	height: 200px;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
}
#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#menuCopy { 
	width: 1100px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-top: 2px solid #fbae42;
}
#menuItems h1 {
	color: #fbae42;
	margin: 0 0 10px 0;
}

#menuColumns {
     width: 100%;
	 margin: 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;
}


}


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


#story-container { 
	width: 1000px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 500px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#story-callout-R { 
	width: 500px;
	height: auto;
	margin: 0;
	padding: 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-size: 26px;
}

#homeRestaurants-Icons { 
	width: 300px;
	height: 200px;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
}
#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 60px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: 396px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#menuCopy { 
	width: 1000px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-top: 2px solid #fbae42;
}
#menuItems h1 {
	color: #fbae42;
	margin: 0 0 10px 0;
}

#menuColumns {
     width: 100%;
	 margin: 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;
}


}



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


#story-container { 
	width: 950px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 475px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#story-callout-R { 
	width: 475px;
	height: auto;
	margin: 0;
	padding: 20px 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-size: 26px;
}
#team-Icons { 
	width: 200px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeRestaurants-Icons { 
	width: 300px;
	height: 200px;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
}
#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: 350px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#menuCopy { 
	width: 900px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-top: 2px solid #fbae42;
}
#menuItems h1 {
	color: #fbae42;
	margin: 0 0 10px 0;
}

#menuColumns {
     width: 100%;
	 margin: 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;
}


#contactCopy { 
	border-right: 0px solid #ccc;
}


}



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


#homeCopy { 
	width: 750px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}
#storyCopy { 
	width: 750px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-container { 
	width: 850px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 425px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#story-callout-R { 
	width: 425px;
	height: auto;
	margin: 0;
	padding: 0 0 0 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-size: 26px;
}
#team-Icons { 
	width: 200px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 50px 0 50px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 800px;
	height: auto;
	margin: 30px auto;
	padding: 30px 30px 0px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	max-height: 300px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inline;
	float: left;
}
#eventSlideText { 
	width: 430px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}

#homeRestaurants-Icons { 
	width: 300px;
	height: 200px;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
}
#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #447aaf;
}
#homeCallouts-container-M { 
	display: none;
}

#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: 350px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fbae42;
}

#menuCopy { 
	width: 800px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-top: 2px solid #fbae42;
}
#menuItems h1 {
	color: #fbae42;
	margin: 0 0 10px 0;
}

#menuColumns {
     width: 100%;
	 margin: 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;
}

#contactCopy { 
	border-right: 0px solid #ccc;
}


}



/* tablet
--------------------------------------------- */
@media (min-width: 768px) and (max-width: 869px) {
	

#homeCopy { 
	width: 700px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}
#storyCopy { 
	width: 700px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-container { 
	width: 750px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 375px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#story-callout-R { 
	width: 375px;
	height: auto;
	margin: 0;
	padding: 0 0 0 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-size: 26px;
}
#team-Icons { 
	width: 200px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 50px 0 50px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 700px;
	height: auto;
	margin: 30px auto;
	padding: 30px 30px 0px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	max-height: 280px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 250px;
	height: 250px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inline;
	float: left;
}
#eventSlideText { 
	width: 300px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}

#homeRestaurants-Icons { 
	width: 300px;
	height: 200px;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
}
#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #447aaf;
}
#homeCallouts-container-M { 
	display: none;
}

#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: 350px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fbae42;
}

#menuCopy { 
	width: 700px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-top: 2px solid #fbae42;
}
#menuItems h1 {
	color: #fbae42;
	margin: 0 0 10px 0;
}

#menuColumns {
     width: 100%;
	 margin: 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;
}

#contactCopy { 
	border-right: 0px solid #ccc;
}


}



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


#homeCopy { 
	width: 600px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}
#storyCopy { 
	width: 600px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-container { 
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 400px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#story-callout-R { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
	font-size: 26px;
}
#team-Icons { 
	width: 200px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 650px;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	max-height: 280px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 250px;
	height: 250px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inline;
	float: left;
}
#eventSlideText { 
	width: 300px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}

#homeRestaurants-Icons { 
	width: 300px;
	height: 200px;
	margin: 20px 10px 0 10px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
}
#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 20px 10px 0 10px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #447aaf;
}
#homeCallouts-container-M { 
	display: none;
}

#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: 350px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fbae42;
}

#menuCopy { 
	width: 600px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-top: 2px solid #fbae42;
}
#menuItems h1 {
	color: #fbae42;
	margin: 0 0 10px 0;
}

#menuColumns {
     width: 100%;
	 margin: 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;
}

#contactCopy { 
	border-right: 0px solid #ccc;
}


}



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


#homeCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 50px 0 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#storyCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 50px 0 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-container { 
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#story-callout-R { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
	font-size: 26px;
}
#team-Icons { 
	width: 200px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 500px;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	max-height: 240px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	display: none;
}
#eventSlideText { 
	width: 500px;
	height: auto;
	margin: 0;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	background-color: #333;
	color: #fff;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#contact-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#homeRestaurants-title { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#homeRestaurants-Icons { 
	width: 50%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #222;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#homeRestaurants-Icons p { display: none; }

#homeRestaurants-Icons img{
	position: relative;
	top: inherit;
	left: inherit;
	z-index: inherit;
}

#homeRestaurants-Icons a:hover img { opacity: inherit; }

#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 10px 0 10px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#homeCallouts-container { 
	display: none;
}
#homeCallouts-container-M { 
	display: inherit;
	width: 400px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #447aaf;
}

#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 20px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fbae42;
}

#menuCopy { 
	width: 500px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-top: 2px solid #fbae42;
}
#menuItems h1 {
	color: #fbae42;
	margin: 0 0 10px 0;
}

#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;
}

#contactCopy { 
	border-right: 0px solid #ccc;
}


}



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


#homeCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#contactCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	border-right: 0px solid #ccc;
}
#contactCopy-R { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}
#storyCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-container { 
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#story-callout-R { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
	font-size: 26px;
}
#team-Icons { 
	width: 200px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 400px;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	max-height: 240px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	display: none;
}
#eventSlideText { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	background-color: #333;
	color: #fff;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#contact-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#mapContainer { 
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 0;
}

#homeRestaurants-title { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#homeRestaurants-Icons { 
	width: 50%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #222;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#homeRestaurants-Icons p { display: none; }

#homeRestaurants-Icons img{
	position: relative;
	top: inherit;
	left: inherit;
	z-index: inherit;
}

#homeRestaurants-Icons a:hover img { opacity: inherit; }

#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#homeCallouts-container { 
	display: none;
}
#homeCallouts-container-M { 
	display: inherit;
	width: 400px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #447aaf;
}

#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 20px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fbae42;
}

#menuCopy { 
	width: 440px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-top: 2px solid #fbae42;
}
#menuItems h1 {
	color: #fbae42;
	margin: 0 0 10px 0;
}

#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;
}

#stickyContent {
	width: 450px;
	margin: 50px auto;
}

}



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


#homeCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 40px 0 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#contactCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	border-right: 0px solid #ccc;
}
#contactCopy-R { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}
#storyCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-container { 
	width: 350px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 350px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#story-callout-R { 
	width: 350px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
	font-size: 22px;
}
#subTeam-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 50px 0 50px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#team-Icons { 
	width: 180px;
	height: auto;
	margin: 20px 5px 0 5px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 300px;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	height: auto;
	max-height: inherit;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inherit;
	float: none;
}
#eventSlideText { 
	width: 300px;
	height: auto;
	margin: 0;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	background-color: #333;
	color: #fff;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#contact-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#mapContainer { 
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 0;
}

#homeRestaurants-title { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#homeRestaurants-Icons { 
	width: 50%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #222;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#homeRestaurants-Icons p { display: none; }

#homeRestaurants-Icons img{
	position: relative;
	top: inherit;
	left: inherit;
	z-index: inherit;
}

#homeRestaurants-Icons a:hover img { opacity: inherit; }

#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#subRestaurants-Icons img {
	margin: 0 0 15px 0;
}

#homeCallouts-container { 
	display: none;
}
#homeCallouts-container-M { 
	display: inherit;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #447aaf;
}

#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 20px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fbae42;
}

#mainBTN {
	display: none;
}
#mainBTN-mobile {
	display: inherit;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 5px auto;
	text-align: center;
	font-family: 'Cabin', 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: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#mainBTN-mobile a {
	display: block;
	height: auto;
	padding: 15px;
}
#mainBTN-mobile-m {
	display: inherit;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 5px auto;
	text-align: center;
	font-family: 'Cabin', 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: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#mainBTN-mobile-m a {
	display: block;
	height: auto;
	padding: 15px;
}

#homeHours-mobile {
	display: inherit;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 15px;
	margin: 5px auto;
	text-align: center;
	font-family: 'Cabin', 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: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff; background-color: #fbae42;
	box-sizing: border-box;
}

#greenBTN-full {
	width: 100%;
    margin-left: 0;
    margin-right: 0;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: plume-advertising, 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: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#menuCopy { 
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems { 
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-top: 2px solid #fbae42;
}
#menuItems h1 {
	color: #fbae42;
	margin: 0 0 10px 0;
}

#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;
}

#menuBTN {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}
#menuBTN-on {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 0 0 10px 0;
}

#stickyContent {
	width: 350px;
	margin: 50px auto;
	padding: 20px 20px 20px 20px;
}

}



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


#mainBTN {
	display: none;
}
#mainBTN-mobile {
	display: inherit;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 5px auto;
	text-align: center;
	font-family: 'Cabin', 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: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#mainBTN-mobile a {
	display: block;
	height: auto;
	padding: 15px;
}
#mainBTN-mobile-m {
	display: inherit;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 5px auto;
	text-align: center;
	font-family: 'Cabin', 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: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#mainBTN-mobile-m a {
	display: block;
	height: auto;
	padding: 15px;
}

#homeHours-mobile {
	display: inherit;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 15px;
	margin: 5px auto;
	text-align: center;
	font-family: 'Cabin', 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: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff; background-color: #fbae42;
	box-sizing: border-box;
}
#homeCopy { 
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#contactCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	border-right: 0px solid #ccc;
}
#contactCopy-R { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}
#storyCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-container { 
	width: 350px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 350px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#story-callout-R { 
	width: 350px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
	font-size: 22px;
}
#subTeam-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 50px 0 50px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#team-Icons { 
	width: 180px;
	height: auto;
	margin: 20px 5px 0 5px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 300px;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	height: auto;
	max-height: inherit;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inherit;
	float: none;
}
#eventSlideText { 
	width: 300px;
	height: auto;
	margin: 0;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	background-color: #333;
	color: #fff;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#contact-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#mapContainer { 
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 0;
}

#homeRestaurants-title { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#homeRestaurants-Icons { 
	width: 50%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #222;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#homeRestaurants-Icons p { display: none; }

#homeRestaurants-Icons img{
	position: relative;
	top: inherit;
	left: inherit;
	z-index: inherit;
}

#homeRestaurants-Icons a:hover img { opacity: inherit; }

#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#homeCallouts-container { 
	display: none;
}
#homeCallouts-container-M { 
	display: inherit;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #447aaf;
}

#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 20px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fbae42;
}

#mainBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px 0 40px 0;
	text-align: center;
	font-family: plume-advertising, 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: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#greenBTN-full {
	width: 100%;
    margin-left: 0;
    margin-right: 0;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: plume-advertising, 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: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#menuCopy { 
	width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-top: 2px solid #fbae42;
}
#menuItems h1 {
	color: #fbae42;
	margin: 0 0 10px 0;
}

#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;
}

#stickyContent {
	width: 300px;
	margin: 50px auto;
	padding: 20px 20px 20px 20px;
}

}



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

#mainBTN {
	display: none;
}
#mainBTN-mobile {
	display: inherit;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 5px auto;
	text-align: center;
	font-family: 'Cabin', 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: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#mainBTN-mobile a {
	display: block;
	height: auto;
	padding: 15px;
}
#mainBTN-mobile-m {
	display: inherit;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 5px auto;
	text-align: center;
	font-family: 'Cabin', 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: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#mainBTN-mobile-m a {
	display: block;
	height: auto;
	padding: 15px;
}

#homeHours-mobile {
	display: inherit;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 15px;
	margin: 5px auto;
	text-align: center;
	font-family: 'Cabin', 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: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff; background-color: #fbae42;
	box-sizing: border-box;
}
#homeCopy { 
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#contactCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	border-right: 0px solid #ccc;
}
#contactCopy-R { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}
#storyCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-container { 
	width: 280px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 280px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#story-callout-R { 
	width: 280px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
	font-size: 22px;
}
#subTeam-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 50px 0 50px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#team-Icons { 
	width: 180px;
	height: auto;
	margin: 20px 5px 0 5px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 300px;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	height: auto;
	max-height: inherit;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inherit;
	float: none;
}
#eventSlideText { 
	width: 300px;
	height: auto;
	margin: 0;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	background-color: #333;
	color: #fff;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#contact-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#mapContainer { 
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 0;
}

#homeRestaurants-title { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#homeRestaurants-Icons { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #222;
	border-bottom: 1px solid #fff;
	border-right: 0px solid #fff;
}
#homeRestaurants-Icons p { display: none; }

#homeRestaurants-Icons img{
	position: relative;
	top: inherit;
	left: inherit;
	z-index: inherit;
}

#homeRestaurants-Icons a:hover img { opacity: inherit; }

#subRestaurants-Icons { 
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#homeCallouts-container { 
	display: none;
}
#homeCallouts-container-M { 
	display: inherit;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #447aaf;
}

#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 20px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fbae42;
}

#mainBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px 0 40px 0;
	text-align: center;
	font-family: plume-advertising, 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: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#greenBTN-full {
	width: 100%;
    margin-left: 0;
    margin-right: 0;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: plume-advertising, 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: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#menuCopy { 
	width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}
#menuItems { 
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	border-top: 2px solid #fbae42;
}
#menuItems h1 {
	color: #fbae42;
	margin: 0 0 10px 0;
}

#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;
}

#stickyContent {
	width: 300px;
	margin: 50px auto;
	padding: 20px 20px 20px 20px;
}

}




@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: 250px;
	height: 86px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#logoTop {
	width: 220px;
	height: 76px;
	padding: 0;
	margin: 0;
	text-align: left;
	background-image: url(images/half-liter-logo.png);
	background-repeat: no-repeat;
	background-size: 169px 76px;
}
#Lnav {
    width: 169px; height: 76px;
    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: 76px; overflow: hidden; }
#Lnav1 { left: 0; width: 169px; }
#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: 17px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
#navContainer ul {
  margin: 30px 0 0 0;
}

}





@media (max-width: 1079px) {

.header {
	display: none;
}

#mHeader {
	display: inherit;
	width: 100%;
	height: 70px;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

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

#headerL { 
	width: 156px;
	height: 70px;
	text-align: left;
	margin: 0px;
	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: 156px;
	height: 70px;
	text-align: left;
	margin: 0px;
	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: 30px 0 0 0;
	text-align: left;
}

ul.nav-list,
nav { 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	display: block; 
	height: auto; 
	float: none;
	font-family: plume-advertising, 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: 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: #ee202e; color: #fff; }
ul.nav-list li.nav-item a:focus { background-color: #ee202e; }

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;}

#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;
}

}