

.menuzord,
.menuzord * {	
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	}
.menuzord {
	width: 100%;
	padding: 0;
	position: relative;	
	}
.menuzord a {
	-o-transition: color .3s linear, background .3s linear;
	-moz-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
	}
/* scrollable menu */
.menuzord-menu.scrollable > .scrollable-fix {
	display: none;
	}

.menuzord-menu {
	margin: 0 auto;
	padding: 0;
	float: left;
	list-style: none;
	font-family:"Effra W01 Medium";
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	width: 100% !important;
	}
.menuzord-menu > li {
	display: inline-block;
	width: 50% !important;
	}

.menuzord-menu > li > a {
	display: inline-block;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.7rem;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	border-left: 1px solid #222933;
	font-family: "FSHackneyWebRegular";
	text-transform: uppercase;
	}
.menuzord-menu > li:hover > a {
	background: rgba(167, 178, 188, 1.0);
	}
.menuzord-menu > li.active > a {
	background: rgba(129, 142, 153, 1.0);
	}


.menuzord-menu > li.menus > a {
	font-size: 1.5rem;
	line-height: 1.7rem;
	font-family: "FSHackneyWebRegular";
	font-weight: normal;
	text-align: center;
	padding: 1.6rem 0;
	color: #ffffff;
	vertical-align: middle;
	background: #303e48;
	width: 100% !important;
	}	
.menuzord-menu > li.menus > a > span {
	font-size: 1.5rem;
	line-height: 1.7rem;
	font-family: "FSHackneyWebHeavy";
	}
.menuzord-menu > li.menus:hover > a {	
	color: #303e48;
	background: #ffffff;
	}


.menuzord-menu > li.table > a {
	font-size: 1.5rem;
	line-height: 1.7rem;
	font-family: "FSHackneyWebRegular";
	font-weight: normal;
	text-align: center;
	padding: 1.6rem 0;
	color: #ffffff;
	vertical-align: middle;
	background: #c93925;	
	width: 100% !important;
	}	
.menuzord-menu > li.table > a > span {
	font-size: 1.5rem;
	line-height: 1.7rem;
	font-family: "FSHackneyWebHeavy";
	}
.menuzord-menu > li.table:hover > a {	
	color: #c93925;
	background: #ffffff;
	}





@media screen and (max-width: 768px) {
	.menuzord-menu > li.menus > a {
	font-size: 1.2rem;
	line-height: 1.3rem;
	padding: 1.2rem 0;
	}	
	.menuzord-menu > li.menus > a > span {
	font-size: 1.2rem;
	line-height: 1.3rem;
	}
	.menuzord-menu > li.table > a {
	font-size: 1.2rem;
	line-height: 1.3rem;
	padding: 1.2rem 0;
	}	
	.menuzord-menu > li.table > a > span {
	font-size: 1.2rem;
	line-height: 1.3rem;
	}
	.menuzord-menu > li.room > a {
	font-size: 1.2rem;
	line-height: 1.3rem;
	padding: 1.2rem 0;
	}	
	.menuzord-menu > li.room > a > span {
	font-size: 1.2rem;
	line-height: 1.3rem;
	}
}




