* {
	box-sizing: border-box
}

.navbar {
	height: 90px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px
}

.navbar-buttons {
	position: relative;
	width: 155px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.button-collapse {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 115px;
	outline: 0;
	height: 54px;
	position: fixed !important;
	right: 30px;
	z-index: 999 !important
}

.menu-btn {
	width: auto;
	position: fixed;
	right: 20px;
	height: 55px;
	top: 22px
}

.button {
	background-color: rgba(44, 45, 47, .749);
	width: 97px;
	height: 30px;
	font-size: 12px;
	color: #fff;
	border: none;
	border-radius: 20px;
	cursor: pointer
}

.hamburger {
	display: -webkit-box;
	display: -ms-flexbox;
	float: right;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 50px;
	height: 40px;
	cursor: pointer;
	padding-top: 10px
}

.hamburger div {
	-ms-flex-item-align: end;
	align-self: flex-end;
	height: 4px;
	width: 100%;
	background: #a16833
}

.hamburger .meat {
	width: 75%;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}

.hamburger .bottom-bun {
	width: 50%;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.hamburger:hover div {
	width: 100%
}

.hamburger:hover .top-bun {
	-webkit-animation: burger-hover 1s infinite ease-in-out alternate;
	animation: burger-hover 1s infinite ease-in-out alternate
}

.hamburger:hover .meat {
	-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
	animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms
}

.hamburger:hover .bottom-bun {
	-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
	animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms
}

@-webkit-keyframes burger-hover {
	0% {
		width: 100%
	}

	50% {
		width: 50%
	}

	100% {
		width: 100%
	}
}

@keyframes burger-hover {
	0% {
		width: 100%
	}

	50% {
		width: 50%
	}

	100% {
		width: 100%
	}
}

.nav-text {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	position: absolute;
	top: 16px;
	right: 65px
}

.overlay {
	position: fixed;
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/nav-main.jpg) no-repeat bottom center !important;
	background-size: cover;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	display: table;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden
}

.bg {
	position: fixed !important;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	pointer-events: none;
	margin-bottom: 0px !important
}

.menu-bg li.bg {
	opacity: .5;
	height: 100%;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out
}

.nav-inside-logo {
	width: 100%;
	max-width: 130px;
	margin-bottom: 10px;
}

.menu-bg li:nth-child(2):hover~.bg {
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/about-nav.jpg) no-repeat center center !important;
	background-size: cover !important;
	opacity: 1
}

.menu-bg li:nth-child(3):hover~.bg {
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/menu-nav.jpg) no-repeat center center !important;
	background-size: cover !important;
	opacity: 1
}

.menu-bg li:nth-child(4):hover~.bg {
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/wine-nav.jpg) no-repeat center center !important;
	background-size: cover !important;
	opacity: 1
}

.menu-bg li:nth-child(5):hover~.bg {
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/events-nav.jpg) no-repeat center center !important;
	background-size: cover !important;
	opacity: 1
}

.menu-bg li:nth-child(6):hover~.bg {
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/venue-nav.jpg) no-repeat center center !important;
	background-size: cover !important;
	opacity: 1
}

.menu-bg li:nth-child(7):hover~.bg {
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/video-nav.jpg) no-repeat center center !important;
	background-size: cover !important;
	opacity: 1
}

.menu-bg li:nth-child(8):hover~.bg {
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/photos-nav.jpg) no-repeat center center !important;
	background-size: cover !important;
	opacity: 1
}

.menu-bg li:nth-child(9):hover~.bg {
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/contact-nav.jpg) no-repeat center center !important;
	background-size: cover !important;
	opacity: 1
}

.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100vh;
	z-index: 999
}

.overlay.open li {
	animation: fadeInLeft .5s ease forwards;
	animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
	animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
	animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
	animation-delay: .50s
}

.overlay .nav-title {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 8%
}

.overlay nav {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 10px
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 300px
}

.overlay ul li {
	display: inline-block;
	position: relative;
	flex-direction: column;
	width: 100%;
	opacity: 1;
	animation: fadeOutRight .5s ease forwards;
	animation-delay: .35s;
}

.overlay ul li a {
	display: inline-flex;
	position: relative;
	color: #FFF;
	justify-content: center;
	padding: 7px;
	align-items: center;
	text-decoration: none;
	height: 100%;
	overflow: hidden;
	letter-spacing: 3px;
	font-size: 30px;
}

.overlay ul li a:hover, .overlay ul li a:focus, .overlay ul li a:active {
	color: #fff
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	width: 100%;
	background: rgb(170, 115, 64);
	max-width: 260px
}

button:focus {
	outline: 0
}

.open-menu, .close-menu, .button {
	cursor: pointer;
	transition: transform 0.30s
}

.overlay ul li a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 49.7%;
	width: 0%;
	transform: translateX(-50%);
	height: 3px;
	background: #FFF;
	transition: .35s
}

.navbar-default {
	background: none;
	border: none;
	transition: 0.2s all linear;
	box-shadow: none
}

.navbar-default.change-color {
	background-color: rgb(255, 255, 255);
	padding-top: 0;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .3)
}

.nav-link-side {
	display: table;
	position: absolute;
	background: none !important;
	right: 90px;
	text-align: right;
	padding: 10px;
	z-index: 9;
	margin-top: 15px
}

.nav-link-side ul {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9
}

.nav-link-side ul li {
	display: inline-block;
	width: auto;
	padding: 0;
	padding: 0 10px
}

.nav-link-side ul li a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px
}

.nav-link-side ul li a:hover {
	color: #c09063;
	opacity: 1
}

.change-color .nav-link-side ul li a {
	color: #aa7340
}

.change-color .nav-link-side ul li a:hover {
	color: #000
}

.event-tickets {
	padding: 10px
}

.event-tickets:hover {
	opacity: 1 !important
}

.navbar-default .event-tickets {
	color: #fff;
	border: 2px solid #c09063;
	background: #ba8554
}

.navbar-default .event-tickets:hover {
	background: #fff;
	color: #a16833 !important
}

.change-color .event-tickets {
	color: #ffffff !important;
	border: 2px solid #a16833
}

.change-color .event-tickets:hover {
	background: #a16833;
	color: #ffffff !important
}

.sub-title-index {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: normal
}

.reserve-btn {
	display: table;
	width: 100%;
	max-width: 450px
}

.reserve-btn a {
	display: table;
	width: 48%;
	margin: 0 1%;
	float: left;
	font-size: 18px;
	text-transform: capitalize;
	padding: 10px;
	border: 2px solid #231f20;
	color: #231f20
}

.reserve-btn a:hover {
	background: #231f20;
	color: #fff
}

.reserve-btn a i {
	font-size: 14px
}

.contact-details-link {
	color: #231f20
}

.close-btn {
	height: 44px !important;
	background: #a16833;
	max-width: 44px;
	position: fixed !important;
	top: 0;
	right: 0
}

.close-btn img {
	padding: 10px;
	margin: auto;
	display: inline-block
}

.navbar-default .hamburger div {
	background: #fff
}

.change-color .hamburger div {
	background: #a16833
}

.change-color .logo {
	padding: 10px
}

.change-color .logo img {
	max-width: 88px
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%
	}

	100% {
		opacity: 1;
		left: 0
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		left: 0
	}

	100% {
		opacity: 0;
		left: 20%
	}
}

@media (max-width:670px) {
	.overlay nav {
		font-size: 30px;
		background: rgba(0, 0, 0, 0.6.5)
	}

	.close-btn {
		position: fixed !important;
		bottom: 0;
		width: 100%
	}
}

@media (max-width:600px) {
	.nav-link-side {
		display: none
	}

	.overlay ul {
		width: 100%;
		float: none;
		height: auto;
		background: none
	}
}

@media (max-width:550px) {
	.overlay nav {
		font-size: 20px
	}
}
