@import url('https://fonts.googleapis.com/css?family=Rock+Salt');
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600');

body, p {
	font-size: 1.5em;
    line-height: 1.33;
    color: #222;
/*	font-family: 'Rosarivo', serif;*/
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
.container{
    width: 88%;
}
ol, ul {
	list-style: none;
}
h1{
/*	font-family: 'Rosarivo', serif;*/
	font-family: 'Montserrat', sans-serif !important;
	font-size: 3em !important;
}
h4 {
	font-size: 1.33em !important;
	font-family: 'Montserrat', sans-serif !important;
	line-height: 1.5em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#dinnerContainer{
display:none;
}
#beerContainer{
display:none;
}
#kidsContainer{
display:none;
}
#oktoberContainer{
	display:none;
}
#dessertContainer{
	display:none;
}
#cateringContainer{
	display: none;
}
#beergarden{
	display: inline;
}
#happenings {
	height: 100%;
}
#beergardenMenu{
	display: none;
}
.menu-fix{

}
.navbar {
	background: transparent;
}
.navbar-brand {
	height: 46px;
}
.navbar-right {
	margin-right: 20px;
}
.navbar-right li {
	text-align: center;
}
.navbar-right li:hover {
	background-color: #0A5223;
}
.parchment{
	background-image: url(../img/../img/paper3.jpg);
	padding-bottom: 20px;
}
.menuBack{
	background-image: url(../img/../img/paper3.jpg);
	padding-bottom: 20px;
	background-attachment: fixed;
}
.whiter{
	color:white;
	line-height: 1em;
}
.nav-text{
	color: #FFFEFB;
	font-size: 15px;
	margin-left: 4px;
	margin-right: 2px;
	font-family: 'Poppins', sans-serif;
}
.text-order{
	color:white !important;
}
.pre-nav {
  background-color: #FFFF00;
  text-align: center;
  text-decoration: none;
  padding: .5em;
  margin: 0;
  z-index: 1000;
}
.pre-nav a{
  text-decoration: none;
  font-weight: 600 !important;
  color: #000;
	font-size:1.4em;
}
.my-nav{
	background-color: #003c22;
	padding: 2px 0 0;
	box-shadow: 0 2px 4px 4px rgba(0, 0, 0, .25);
	z-index: 11;
	border-top: 25px solid #003c22;
	border-bottom: 15px solid #003c22;
}
@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top:12px;
		padding-bottom:12px;
	}
}
.fix{
	position: fixed;
	width: 100%;
	z-index: 12;
	border: none;
	border-radius: 0px;
}
.center{
	text-align: center;
}
.btnAll {
  background-color: #003c22;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-size: 15px;
  line-height: 1em;
  margin: 20px 10px;
  outline: none;
  padding: 12px 40px 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.white h1{
	color: #fff;
	font-size: 40px;
    font-family: 'Rosarivo', serif;
    font-weight: 300;
	line-height: 64px;
}
.white{
	color:white !important;
}
.bord{
	border-bottom: 5px solid white;
	border-top: 5px solid white;
}
.black{
	color:black;
}
.btnAll:before,
.btnAll:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}
.btnAll:before {
  border-color: #003c22;
  border-top-width: 2px;
  left: 0px;
  top: -5px;
}
.btnAll:after {
  border-bottom-width: 2px;
  border-color: #003c22;
  bottom: -5px;
  right: 0px;
}
.btnAll:hover,
.btnAll.hover {
  background-color: #003c22;
}
.btnAll:hover:before,
.btnAll.hover:before,
.btnAll:hover:after,
.btnAll.hover:after {
  height: 100%;
  width: 100%;
}
.section-padding{
    padding-top: 80px;
	background-color:transparent;
}
.logo-name{
    font-family: 'Rosarivo', serif;
    font-size: 65px;
    color: #003c22;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
.written {
	font-family: 'Rock Salt', cursive !important;
	    text-shadow: 4px 4px #ffffff;
}
#main {
    transition: margin-left .5s;
    padding: 20px;
}
.menu-icon {
    color: #fff;
    font-size: 28px;
    margin-top: 30px;
    cursor: pointer;
    left:85%;
    position: fixed;
}
.header-h {
    color: #003c22;
    font-size: 3.66em;
    font-family: 'Rosarivo', serif;
    font-weight: 300;
	line-height: 1em;
	padding-left: 2vh;
}
.header-p {
    color: #252525;
    font-size: 1.7em;
	font-weight: 600;
	line-height: 1.25em;
	margin-top: -22px;
	padding-left: 6vh;
	padding-bottom: .6em;
}
.header-text {
	margin-top: 45vh;
	background-color: RGBA(255,255,255,.5);
}
.msg-row {
    margin-top: 56px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.bg-13 {background-color: #f04e4e;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.contact-icon {
    color: #fff;
    position: absolute;
    left: 34px;
    font-size: 28px;
    margin-top: 18px;
}
.dark-blue {
    color: #31364c;
    font-size: 24px;
    margin-top: 0;
}
.light-blue {
    color: #9699a6;
    font-size: 16px;
    margin-bottom: 1px;
}
.media-body {
    margin-left: 10px;
    padding-left: 13px;
}
.media-2 {
    margin-top: 30px;
}
.newinput .form-group {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.contact-form .form-control {
    color: #000 !important;
    font-size: 15px;
    font-weight: normal;
    height: 36px;
    line-height: 1.4;
    padding: 6px 0;
}
.form-control, .form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.contact-form {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.contact-form textarea.form-control {
    color: #000 !important;
    height: auto;
}
.contacts-btn {
    background-color:  #003c22 !important;
    color: #fff !important;
    width: 170px;
    height: 54px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Rosarivo', serif;
    font-weight: normal;
    text-transform: capitalize;
    border: 0px;
    color: white;
}
.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}
#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}
#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}
#sendmessage.show, #errormessage.show, .show {
    display:block;
}
.phone-in-talk, .hour-icon {
    font-size: 33px;
    line-height: 60px;
    color: rgb(255, 255, 255);
}
.heading{
    font-family: 'Rosarivo', serif;
    color: #003c22;
    font-size: 22px;
}
.banner-panel-head {
	height: 68px;
	background-color: RGBA(255,255,255,.92);
	border-radius: 3px 3px 0 0;
	padding: 8px;
}
.banner-panel {
	height: 25vh;
	background-color: RGBA(255,255,255,.75);
	border-radius: 0 0 3px 3px;
	padding: 8px;
}
.marb-35{
    margin-bottom: 35px;
}
.details-list{
    margin-top: 20px;
}
.details-list ul li i {
    font-size: 1em;
	margin-right: 10px;
    color: #003c22;
}
.details-list li{
	font-size: 1.2em;
    margin-top: 18px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
}
#intro {
	padding-top: 33vh;
	padding-bottom: 66vh;
}
#about {
	padding-top: 140px;
	padding-bottom: 140px;
}
#event{
    background: white;
    background-size: cover;
}
.left-images img {
    height:90%;
    width: 100%;
}
.left-images{
    padding: 0px;
}
.details-text {
    background-color: rgba(255, 255, 255);
    padding: 18px 18px 26px 26px;
    overflow: auto;
}
.content-holder h2 {
    color: #003c22;
    font-size: 32px;
    padding-bottom: 15px;
    font-family: 'Rosarivo', serif;
}
.content-holder address strong {
    color: #003c22;
    padding: 10px 0px;
}
.details-text p {
/*    color: #E8E8E8;*/
	color:black;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 300;
}
.btn-read-more {
    background: #003c22;
    padding: 10px 18px;
    font-family: 'Rosarivo', serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: .25px;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
    margin-top: 32px;
}
.btn-read-more:hover{
	color: #FFF;
	background: #00561A;
}
#Container .mix{
    display: none;
}
.menu-restaurant{
    width: 50%;
    float: left;
    padding: 15px;
    position: relative;
}
.menu-restaurant .menu-title {
    float: left;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #003c22;
	max-width: 40%;
}
.menu-restaurant .menu-line {
/*
	width: 180px;
    position: absolute;
    bottom: 6px;
    border-bottom: 1px dotted rgba(0,0,0,.3);
    margin-left: 120px;
    margin-right: .6rem;
	float: left;
*/
}
.menu-restaurant .menu-price {
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
}
.menu-restaurant .menu-subtitle {
    display: block;
    float: left;
    color: #222;
    font-family: 'Rosarivo', serif;
    font-size: 1.33rem;
}
.menu-restaurant span.clearfix {
    position: relative;
    display: block;
}
.gallery-trigger ul li a.active, .gallery-trigger ul li a:hover {
    background: #003c22;
    color: #fff;
    border: 1px solid #003c22;
}
.gallery-trigger ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.gallery-trigger ul li a {
    padding: 8px 16px;
    font-size: 12px;
    color: #565656;
    border-radius: 0px;
    border: 1px solid #BBB;
    text-decoration: none;
    cursor: pointer;
}
.footer {
    width: 100%;
    background-color: #003c22;
    position: relative;
    z-index: 1;
}
.subfooter {
    width: 100%;
    background-color: #002B18 !important;
    position: relative;
    z-index: 1;
	padding-top: 10px;
	min-height: 42px;
	margin: 0;
}
.footer a {
    color: #fff;
}
.footer .footer-top {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.footer .widget-title, .footer .widget-title a {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: .05em;
    color: #999;
	line-height: .8em;
}
.footer .widget-title{
    padding: 10px;
    font-family: 'Rosarivo', serif;
    font-size: 1.2em;
    color: #FFF;
	line-height: .9em;
	background-color: #002B18;
}
.footer .widget, .footer address {
    color: #eee;
    text-transform: none;
	font-size: 1.1em;
    font-style: normal;
    padding: 10px;
}
.hours {
    color: #eee;
    text-transform: none;
	font-size: 1.1em;
    font-style: normal;
    padding: 2px 10px;
}
.footer .navigation, .footer .social-list {
    float: none;
    margin-bottom: 12px;
}
.list-horizontal li {
    display: inline-block;
}
#contact{
    background-color: rgba(221, 221, 221, 0.33);
}
.footer .social-list a {
    font-size: 1.8em;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 0 4px;
}
@media (min-width: 768px) and (max-width: 980px) {
    .content-holder h2 {
        font-size: 20px;
    }
    .details-text p {
        line-height: 16px;
    }
}
@media (min-width: 451px) and (max-width: 767px) {
    .details-text {
        border:0px;
        border-bottom: 2px solid #A87F41;
    }
}
@media (min-width: 20px) and (max-width: 450px) {
    .menu-restaurant {
    width: 100%;
    }
    .details-text {
        border:0px;
        border-bottom: 2px solid #A87F41;
    }
    .about-info, .mr-15{
        margin-bottom: 15px;
    }
    #banner h2{
        font-size: 24px;
    }
    #banner p{
        font-size: 24px;
    }
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
@media (min-width: 600px) and (max-width: 980px) {
    .beergarden-text h1 {
        font-size: 1.25em;
    }
    .beergarden-text h4 {
        line-height: 1.5em !important;
		font-weight: 300 !important;
    }
}
.beergarden-wood{
    background: url(../img/wooden-back.jpeg) no-repeat center top;
    background-size: cover;
	align-content: center;
    min-height: 580px;
}
.wood{

	padding: 8px 0px;
}
#menuThing{
    display:none;
}
.menu-row{
	padding-bottom: 42px;
}
.beerBanner{
background-color: #003c22;
padding:8px;
margin-top: 0px;
}
.beerBan{
	background-color: #003c22;
	padding-bottom: 150px;
}
.topper{
	padding-top:20px;
}
.fa {
	color: #fff;
	font-size: 1em;
}
.copyright {
	color: #fff;
	font-size: 1em;
}
.reservations {
	z-index: -11;
	float: right;
	margin-right: 2.2em;
	padding: .4em .08em .14em;
	color: #fff;
	background-color: #BB191C;
	width: 150px;
	max-height: 334px !important;
	font-size: 1.4em;
	line-height: 1.35em;
 	list-style: none;
	border-radius: 0 0 5px 5px;
	border: none;
	position: relative;
	border-bottom: 3px solid #99080B;
}
@media (min-width: 20px) and (max-width: 800px) {
    .reservations {
        margin-right: .8em;
    }
}
.reservations:focus{
	outline: none;
}
.reservations:hover {
	color: #fff;
	background-color: #DA1D21;
	border-bottom: 3px solid #900508;
}

.social-fb {
	z-index: -11;
	float: right;
	margin-right: .6em;
	padding: .4em .8em .3em;
	color: #fff;
	background-color: #1560AC;
	width: 40px;
	max-height: 36px !important;
	font-size: 1.4em;
 	list-style: none;
	border-radius: 0 0 5px 5px;
	border: none;
	position: relative;
	border-bottom: 3px solid #00458C;
}
.social-fb:focus{
	outline: none;
}
.social-fb:hover {
	color: #fff;
	background-color: #0D6ED0;
	border-bottom: 3px solid #004388;
}
.board-horz{
	margin-top: -30px;
	background: url(../img/board-horz.png);
	background-repeat: none;
	background-size: cover;
	padding: 0;
	z-index: 2;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:100,700;);
.snip1576 {
  background-color: #fff;
  color: #444;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  border: 4px solid #DBDFBC;
  font-size: 24px;
  margin: 12px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.snip1576 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.snip1576:after {
  background-color: #DBDFBC;
  height: 150%;
  bottom: -146%;
  content: '';
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.snip1576 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1576 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1576 h3 {
  font-size: .9em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.snip1576 h3 span {
  font-size: .9em;
  display: block;
  font-weight: 700;
  letter-spacing: -.33px;
}
.snip1576 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1576:hover > img,
.snip1576.hover > img {
  opacity: 0.1;
}

.snip1576:hover:after,
.snip1576.hover:after {
  bottom: 95%;
}

.snip1576:hover figcaption,
.snip1576.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.rembomar {
	margin: 0 !important;
	border: 0 !important;
}
.fullwidth{
	width: 100%;
}
.black{
	color:black;
}
.homebanner{
	background-image: url(../img/Beer-4.jpg);
	background-size: cover;
	background-position: 0% 60%;
}
.eventbanner{
	background-image: url(../img/eventsbanner.png);
	background-size: cover;
	background-position: 0% 60%;
}
.whiteback{
	background-color: rgba(239,239,239,.75);
	margin-top: 10vh;
}
/* Contact form! */
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"],  #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background: #002B18;
	padding:5px 5px 10px 5px;
	margin:0px 0;
}
#contact h3 {
	color: white;
	display: block;
	font-size: 30px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	text-align: left;
}
#contact h4 {
	padding: 10px;
    font-family: 'Rosarivo', serif;
    font-size: 1.25em;
    color: #FFF;
	background-color: #002B18;
}
fieldset {
	border: medium none !important;
	margin: 0 0 0px;
	min-width: 100%;
	padding-bottom: 2px !important;
	width: 100%;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 0px;
	padding:5px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 0px;
	padding:5px;
	font-size:12px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}

/* Newsletter */
#newsletter input[type="text"], #newsletter input[type="email"], #newsletter input[type="tel"],  #newsletter textarea, #newsletter button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#newsletter {
	background: #002B18;
	padding:5px 5px 10px 5px;
	margin:0px 0;
}
#newsletter h3 {
	color: white;
	display: block;
	font-size: 30px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	text-align: left;
}

#newsletter h4 {
	padding: 10px;
    font-family: 'Rosarivo', serif;
    font-size: 1.25em;
    color: #FFF;
	background-color: #002B18;
}

#newsletter input[type="text"], #newsletter input[type="email"], #newsletter input[type="tel"], #newsletter textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 0px;
	padding:5px;
}

#newsletter input[type="text"]:hover, #newsletter input[type="email"]:hover, #newsletter input[type="tel"]:hover, #newsletter textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#newsletter textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#newsletter button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 0px;
	padding:5px;
	font-size:12px;
}

#newsletter button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#newsletter button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#newsletter input:focus, #newsletter textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#333;
}
:-moz-placeholder {
 color:#333;
}
::-moz-placeholder {
 color:#333;
}
:-ms-input-placeholder {
 color:#333;
}
.overblack{
	background: rgba(33, 24, 22, .6);
	padding: 24px 18px;
	margin-top: 20%;
}
.slideshowBack{
	background: url(../img/wooden-back.jpeg);
	padding: 11px;
	background-size: cover;
}
.events-card {
	background: rgba(255, 255, 255, .33);
	margin-bottom: 34px;
	padding: 1.2em;
	border-radius: 3px;
	border-bottom: 3px solid rgba(84, 56, 28, .28);
	letter-spacing: -.2px;
}
.events-card span {
	background: rgba(109, 74, 39, .75);
	min-height: 22px;
	max-width: 200px;
	padding: 8px 10px;
	color: #fff;
	font-size: .6em !important;
	line-height: .8em;
	float: right;
	border-radius: 2px;
}
.events-card h2 {
	color: #234504;
	font-size: 1.8em;
	line-height: 1em;
	margin: 4px 0 12px;
	letter-spacing: .25px;
}
.events-card h3 {
	color: #222;
	font-size: 1.1em;
	font-style: italic;
	font-weight: 600 !important;
	margin: 0;
	margin-top: -10px;
	margin-bottom: 14px;
}
.events-card p {
	font-size: 1.25em;
	line-height: 1.4em;
}
.events-link {
	font-size: 1.1em !important;
	margin-bottom: 20px;
}
.me
.menu-restaurant2{
	width: 50%;
    text-align: center;
    padding: 15px;
    position: relative;
}
.menu-restaurant3{

}
.events-card li, .events-card-long li {
	color: #333;
	font-size: 1.25em;
	line-height: 1.5em;
	margin-left: 15px;
}
.events-card h9, .events-card-long h9 {
	color: #333 !important;
	font-size: .9em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.menuBord{
	padding-top: 5em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.nopad{
	padding: 0px !important;
}
/*FOR THE SLIDESHOW FAM*/
.slider {
  max-width: 94%;
  height: 60vh;
  margin: 10px auto;
  position: relative;
	box-shadow: 30px 20px 30px 12px;
}
.slide1,.slide2,.slide3,.slide4,.slide5,.slide6 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(../img/index-slide-01.jpg)no-repeat center;
      background-size: cover;
    animation:fade 10s infinite;
-webkit-animation:fade 20s infinite;

}
.slide2 {
  background: url(../img/index-slide-02.jpg)no-repeat center;
      background-size: cover;
    animation:fade2 10s infinite;
-webkit-animation:fade2 20s infinite;
}
.slide3 {
    background: url(../img/index-slide-03.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 10s infinite;
-webkit-animation:fade3 20s infinite;
}
.slide4 {
    background: url(../img/index-slide-04.jpg)no-repeat center;
      background-size: cover;
    animation:fade4 10s infinite;
-webkit-animation:fade4 20s infinite;
}
.slide5 {
    background: url(../img/index-slide-05.jpg)no-repeat center;
      background-size: cover;
    animation:fade5 10s infinite;
-webkit-animation:fade5 20s infinite;
}
.slide6 {
    background: url(../img/index-slide-06.jpg)no-repeat center;
      background-size: cover;
    animation:fade6 10s infinite;
-webkit-animation:fade6 20s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  16.6% { opacity: 0}
  33.2% {opacity:0}
  50% {opacity:0}
  66.4%{opacity:0}
  82.4%{opacity:0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  16.6% { opacity: 1}
  33.2% {opacity:0}
  50% {opacity:0}
  66.4%{opacity:0}
  82.4%{opacity:0}
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  16.6% { opacity: 0}
  33.2% {opacity:1}
  50% {opacity:0}
  66.4%{opacity:0}
  82.4%{opacity:0}
  100% { opacity: 0}
}
@keyframes fade4
{
  0%   {opacity:0}
  16.6% { opacity: 0}
  33.2% {opacity:0}
  50% {opacity:1}
  66.4%{opacity:0}
  82.4%{opacity:0}
  100% { opacity: 0}
}
@keyframes fade5
{
  0%   {opacity:0}
  16.6% { opacity: 0}
  33.2% {opacity:0}
  50% {opacity:0}
  66.4%{opacity:1}
  82.4%{opacity:0}
  100% { opacity: 0}
}
@keyframes fade6
{
  0%   {opacity:0}
  16.6% { opacity: 0}
  33.2% {opacity:0}
  50% {opacity:0}
  66.4%{opacity:0}
  82.4%{opacity:1}
  100% { opacity: 0}
}
.phone-number {
	padding: 3px 8px 5px;
	color: #222 !important;
	background-color: #fff;
	border-radius: 20px;
	font-weight: 600;
	font-size: 1.2em;
}
.phone-number i{
	color: #222;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: -4px !important;
	font-size: 1.2em;
}
.phone-number:hover {
	background-color: #ffffff !important;
}
.phone-pill li i:hover {
/*
	margin-top: .6em;
	padding: 3px 8px 5px;
	color: #222;
	background-color: #fff;
	border-radius: 15px;
	font-weight: 600;
*/
}
.seasonal-promo {
	background-size: cover;
	background-repeat: none;
	position: absolute;
	margin-right: 0px !important;
	z-index: 10;
	max-height: 22.4vh !important;
	left:75%;
	top:40vh;
}
.promoHolder{
	width:200px;
	max-height: 200px !important;
}
:focus {
	outline:none;
}
.events-list li {
	font-size: 1em;
}
@media screen and (max-width: 800px){
	.my-nav{
		padding-bottom: .3vh;
	}
	.navbar-header{
		padding-bottom: .3vh;
	}
	.seasonal-promo{
	max-height: 30vh !important;
	left:16%;
	top:85vh;
	bottom: 0vh;
	}
}
/*sparkle on image effect*/
/*
.sparkley {

  background: lighten( $buttonBackground , 10% );
  color: $buttonColor;
  border: none;

  padding: 16px 36px;
  font-weight: normal;

  border-radius: 3px;
  transition: all 0.25s ease;

  box-shadow: 0 38px 32px -23px black;
  margin: 0 1em 1em;

  &:hover {

    background: $buttonBackground;
    color: transparentize( $buttonColor,0.8 );

  }
*/
.about-info{
	padding: 0em 1em;
}
