.navbar-club {
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	z-index: 9999;
	background: hsla(0, 0%, 100%, 0);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-align: center;
	
}

.navbar-club ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.navbar-club ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.navbar-club ul li:not(:last-child) {
	margin-right: 34px
}

.navbar-club ul li:nth-child(5) {
	margin-right: 0
}

.navbar-club ul li a {
	display: block;
	transform: translateZ(0);
	color: #342e1f;
	line-height: 100px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	    font-size: 16px;
	font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0px #000;
}

.navbar-club ul li .logo {
	height: 80px;
	width: 144.75px;
	margin: 10px 0;
	background: url(../images/logo.png) 50% no-repeat;
	background-size: contain
}

.navbar-club ul .menu-button-container {
	display: none;
	text-align: right;
	width: 36px
}

.navbar-club ul .menu-button-container a {
	background: url(../images/hamburger-white.svg) 50% no-repeat;
	display: block;
	height: 26px;
	width: 100%;
	margin-top: 17px
}

.navbar-club.inverse ul li a{
	color: #fff
}

.navbar-club.inverse ul li a:hover {
	color: #dbd9d6
}

.navbar-club.inverse.scroll a {
	color: #777
}

.navbar-club.inverse .logo {
	height: 82px;
    width: 190.75px;
	background: url(../images/logo.png) 50% no-repeat;
	background-size: contain
}

.navbar-club.white {
	background: /*#dbd9d6*/#4c4c4c
}

.navbar-club.white ul li a {
	color: #fff
}

.navbar-club.scrolldown {
	height: 90px
}

.navbar-club.scrolldown ul li a {
	line-height: 60px
}

.navbar-club.scrolldown ul .menu-button-container a {
	background: url(../images/hamburger-black.svg) 50% no-repeat;
	display: block;
	height: 26px;
	width: 100%;
	margin-top: 17px
}

.navbar-club.scrolldown .logo {
	/*height: 40px;
	width: 115px-80px;
	height: 79px;
	width: 144.75px;*/
height: 82px;
	width: 190.75px;
background: url(../images/logo.png) 50% no-repeat;
	background-size: contain
}

.navbar-club.scrollup {
	height: 90px
}

.navbar-club.scrollup ul li a {
	line-height: 60px
}

.navbar-club.scrollup ul .menu-button-container i {
	background: url(../images/hamburger-black.svg) 50% no-repeat;
	display: block;
	height: 26px;
	width: 100%;
	margin-top: 17px
}

.navbar-club.scrollup .logo {
	/*height: 40px;
	width: 115px-80px;
	height: 79px;
	width: 144.75px;*/
height: 82px;
	width: 190.75px;
background: url(../images/logo.png) 50% no-repeat;
	background-size: contain
}

.mobile-menu {
	position: fixed;
	top: 60px;
	height: 0;
	width: calc(100% + 15px);
	overflow: scroll;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	z-index: 9999;
	font-size: 14px;
	overflow-x: hidden
}

.mobile-menu ul {
	padding-left: 0
}

.mobile-menu ul li {
	height: 60px;
	padding-left: 15px;
	background: #4c4c4c/*#dbd9d6*/;
	list-style-type: none;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px
}

.mobile-menu ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.mobile-menu ul li a:hover{
color: #dbd9d6;
}


.mobile-menu ul li.sub {
	padding-left: 30px;
	background: #dbd9d6/*#342e1f*/
}

.mobile-menu ul li.sub a {
	color: #342e1f
}

.mobile-menu ul li.sub a:hover {
	color: #fff
}

.mobile-menu.open {
	height: 100%;
	padding-bottom: 33px
}

.navbar-club .subnav {
	display: none;
	position: fixed;
	top: 100px;
	height: 51px
}

.navbar-club .subnav ul {
	list-style: none
}

.navbar-club .subnav ul li {
	display: inline-block
}

.navbar-club .subnav ul li:not(:last-child) {
	margin-right: 26px
}

.navbar-club .subnav ul a {
	color: #342e1f;
	font-size: 13px;
	line-height: 50px!important
}

.navbar-club .subnav ul a:hover {
	color: #342e1f
}

.navbar-club ul li:nth-child(2):hover:after
{
	content: " ";
	position: absolute;
	height: 12px;
	width: 5000px;
	bottom: 0;
	margin-left: 50%;
	left: -2500px;
	color: #342e1f;
	background: url(../images/menu-under.png) top no-repeat
}

.subnav li:hover:after {
	content: ""!important;
	display: none
}

.navbar-club ul li:hover .subnav,
.navbar-club ul li:hover .subnav-underlay {
	display: block
}

.navbar-club.inverse .subnav ul li a,
.navbar-club.inverse .subnav ul li a:hover,
.navbar-club.inverse ul li:nth-child(2):hover:after {
	color: #fff
}

.navbar-club.white ul li:nth-child(2):hover:after {
	bottom: -2px;
	background: url(../images/menu-under-dark.png) top no-repeat
}

.navbar-club.white .subnav ul li a,
.navbar-club.white .subnav ul li a:hover {
	color: #dbd9d6
}

.navbar-club.white .subnav-underlay {
	position: fixed;
	top: 80px;
	left: 0;
	background: #342e1f;
	border-color: #342e1f;
	width: 100%;
	height: 50px;
	z-index: -1;
	display: none
}

.navbar-club.scrolldown .subnav,
.navbar-club.scrolldown .subnav-underlay {
	top: 80px
}

.navbar-club.scrollup ul li:nth-child(2):hover:after {
	color: #342e1f
}

.navbar-club.scrollup .subnav {
	top: 80px
}

.navbar-club.scrollup .subnav ul li a,
.navbar-club.scrollup .subnav ul li a:hover {
	color: #dbd9d6
}

.navbar-club.scrollup .subnav-underlay {
	top: 80px;
	border-color: #342e1f
}

body.touch .mobile-menu {
	top: 40px
}


body.touch .navbar-club ul li:nth-child(2)
{
	display: none
}

body.touch .logo-container {
	float: left
}

body.touch .navbar-club ul .menu-button-container {
	display: inline-block;
	float: right
}

body.touch .navbar-club ul .menu-button-container i {
	margin-top: 14px
}

body.touch .navbar-club {
	height: 40px
}

body.touch .navbar-club ul li a {
	line-height: 40px
}

body.touch .navbar-club ul li .logo {
	height: 20px;
	width: 45px;
	background: url(../images/logo.png) 50% no-repeat;
	background-size: contain
}

body.touch .navbar-club.inverse {
	height: 40px
}

body.touch .navbar-club.inverse ul li a {
	line-height: 40px
}

body.touch .navbar-club.inverse ul li .logo {
	height: 20px;
	width: 45px;
	background: url(../images/logo.png) 50% no-repeat;
	background-size: contain
}

body.touch .navbar-club.white ul li .logo {
	background: url(../images/logo.png) 50% no-repeat;
	background-size: contain
}

body.touch .navbar-club.inverse.scrolldown ul li .logo {
	height: 20px;
	width: 45px;
	background: url(../images/logo.png) 50% no-repeat;
	background-size: contain
}

body.touch .navbar-club ul .menu-button-container a {
	display: block;
	height: 20px!important;
	width: 100%;
	margin-top: 10px!important
}

body.touch .navbar-club.white ul .menu-button-container a {
	background: url(../images/hamburger-black.svg) 50% no-repeat
}

body.touch .navbar-club.inverse.scrollup {
	background: #dbd9d6;
	border-bottom: 1px solid #dbd9d6
}

body.touch .navbar-club.inverse.scrollup ul li a {
	color: #342e1f;
	line-height: 40px
}

body.touch .navbar-club.inverse.scrollup ul .menu-button-container a {
	background: url(../images/hamburger-black.svg) 50% no-repeat;
	display: block;
	height: 20px;
	width: 100%;
	margin-top: 10px
}

body.touch .navbar-club.inverse.scrollup .logo {
	height: 20px;
	width: 45px;
	background: url(../images/logo.png) 50% no-repeat;
	background-size: contain
}

@media screen and (max-width:767px) {
	.mobile-menu {
		top: 40px
	}
	.navbar-club ul li:nth-child(1),
	.navbar-club ul li:nth-child(2),
	.navbar-club ul li:nth-child(4),
	.navbar-club ul li:nth-child(5) {
		display: none
	}
	.logo-container {
		float: left
	}
	.navbar-club ul .menu-button-container {
		display: inline-block;
		float: right
	}
	.navbar-club ul .menu-button-container i {
		margin-top: 14px
	}
	.navbar-club {
		height: 40px
	}
	.navbar-club ul li a {
		line-height: 40px
	}
	.navbar-club ul li .logo {
		height: 20px;
		width: 45px;
		background: url(../images/logo.png) 50% no-repeat;
		background-size: contain
	}
	.navbar-club.inverse {
		height: 40px
	}
	.navbar-club.inverse ul li a {
		line-height: 40px
	}
	.navbar-club.inverse ul li .logo {
		height: 30px;
		width: 110px;
		background: url(../images/logo.png) 50% no-repeat;
		background-size: contain
	}
	.navbar-club.white ul li .logo {
		background: url(../images/logo.png) 50% no-repeat;
		background-size: contain
	}
	.navbar-club.inverse.scrolldown ul li .logo {
		height: 20px;
		width: 45px;
		background: url(../images/logo.png) 50% no-repeat;
		background-size: contain
	}
	.navbar-club ul .menu-button-container a {
		display: block;
		height: 20px!important;
		width: 100%;
		margin-top: 10px!important
	}
	.navbar-club.white ul .menu-button-container a {
		background: url(../images/hamburger-black.svg) 50% no-repeat
	}
	.navbar-club.inverse.scrollup {
		background: #dbd9d6;
		border-bottom: 1px solid #dbd9d6
	}
	.navbar-club.inverse.scrollup ul li a {
		color: #342e1f;
		line-height: 40px
	}
	.navbar-club.inverse.scrollup ul .menu-button-container a {
		background: url(../images/hamburger-black.svg) 50% no-repeat;
		display: block;
		height: 20px;
		width: 100%;
		margin-top: 10px
	}
	.navbar-club.inverse.scrollup .logo {
		height: 20px;
		width: 45px;
		background: url(../images/logo.png) 50% no-repeat;
		background-size: contain
	}
}


@media (min-width:320px) and (max-width:441px) {
.mobile-menu ul li.sub {

	background: #4c4c4c;
}

.mobile-menu ul li.sub a {
	color: #fff
}

.mobile-menu ul li.sub a:hover {
	color: #fff
}
}

@media (min-width:568px) and (max-width:736px) {
.mobile-menu ul li.sub {

	background: #4c4c4c;
}

.mobile-menu ul li.sub a {
	color: #fff
}

.mobile-menu ul li.sub a:hover {
	color: #fff
}
}