
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	z-index: 99;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
/* ####### Menu max width, height and font ####### */
#cssmenu {
	width: auto;
	max-width: 1280px;
	min-height: 62px;
	margin: 0 auto;
	/* font-family: 'Open Sans', Helvetica, sans-serif; */
	font-family: 'Libre Franklin', sans-serif;
	font-style: normal;
	/*font-weight: 700; */

/* ####### Menu Items background color/gradient */
	background: #084d6b;

	background: -moz-linear-gradient(top,  #084d6b 0%, #0c729f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#084d6b), color-stop(100%,#0c729f));
	background: -webkit-linear-gradient(top,  #084d6b 0%,#0c729f 100%);
	background: -o-linear-gradient(top,  #084d6b 0%,#0c729f 100%); 
	background: -ms-linear-gradient(top,  #084d6b 0%,#0c729f 100%); 
	background: linear-gradient(to bottom,  #084d6b 0%,#0c729f 100%);  
}
/* ####### Menu Container max-width/height background color/gradient */
.menubak {
	width: 100%;
	height: 63px;
	max-width: 100%;
	background: #084d6b;
 
background: -moz-linear-gradient(top,  #084d6b 0%, #0c729f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#084d6b), color-stop(100%,#0c729f));
background: -webkit-linear-gradient(top,  #084d6b 0%,#0c729f 100%);
background: -o-linear-gradient(top,  #084d6b 0%,#0c729f 100%);
background: -ms-linear-gradient(top,  #084d6b 0%,#0c729f 100%);
background: linear-gradient(to bottom,  #084d6b 0%,#0c729f 100%); 
}
#cssmenu > ul {
/*  background: url('../../GSRestaurants/css/images/bg.png');*/
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
text-align: center;
}
/* ####### menu link width- default to 20% ####### */
#cssmenu > ul > li {
  float: left;
width: 20%;
}
#cssmenu > ul > li.w8 {
width: 8%;
}
#cssmenu > ul > li.w10 {
width: 10%;
}
#cssmenu > ul > li.w12 {
width: 12%;
}
#cssmenu > ul > li.w15 {
width: 15%;
}
#cssmenu > ul > li.w17 {
width: 17%;
}
#cssmenu > ul > li.w20 {
width: 20%;
}
#cssmenu > ul > li.w22 {
width: 22%;
}
#cssmenu > ul > li.w25 {
width: 25%;
}
#cssmenu > ul > li.w30 {
width: 30%;
}

/* ####### Full Menu Text ####### */
#cssmenu > ul > li > a {
  padding: 18px 25px 21px 15px;
 /*  border-right: 1px solid rgba(80, 80, 80, 0.12); */
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  color: white;
  /* text-transform: uppercase;
  letter-spacing: 1px; */
}
/* ####### Full Menu Hover ####### */
	#cssmenu > ul > li:hover > a,
	#cssmenu > ul > li > a:hover,
	#cssmenu > ul > li.active > a {
	color: #94aebc;
	/* background: #0d5228; */
	/* background: rgba(0, 0, 0, 0.1); */
	height: auto;
	min-height: 62px;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 26px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #fff;
  right: 8px;
  top: 26px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {

  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu > ul > li > ul::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu ul ul ul::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;

}
#cssmenu > ul > li:hover > ul {
  top: 46px;
  left: 0;
  opacity: 1;

}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 1px;

}
#cssmenu ul ul > li:hover > ul {
  left: 220px;
  top: 0;
  opacity: 1;
}
/* ####### Full Menu Sub Link ####### *********************************************/
#cssmenu ul ul li a {
	 text-decoration: none;
	 color: #fff;
	font-size: 18px;
	 font-family: 'Libre Franklin', sans-serif;
	 font-style: normal;
	 font-weight: 700;
	 padding: 11px 25px;
	 width: 220px;
	 background: #94aebc;
	 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
	 border: 1px solid #333;
     border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* ####### Full Menu Sub Link Hover ####### *******************************************/
	#cssmenu ul ul li:hover > a,
	#cssmenu ul ul li.active > a {
	color: #871844;
	background: #94aebc;
}
/* border sub menus */
#cssmenu ul ul li:first-child > a {
border: 1px solid #333;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
border: 1px solid #333;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}

#cssmenu ul ul li.has-sub > a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
  right: 8px;
  top: 14px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #fff;

}
.mobile-toggle-off, .mobile-toggle-on { }
.fixedMenu { position: fixed; width: 100%; z-index:99999; }
/* full menu hover only needed if full menu wraps and height expands before mobile menu transitions */
/* @media all and (max-width: 918px), only screen and (max-width: 780px) {
	#cssmenu > ul > li:hover > a,
	#cssmenu > ul > li > a:hover,
	#cssmenu > ul > li.active > a {
	color: #ffffff;
	background: #32a9c3;
	background: rgba(0, 0, 0, 0.1);
	height: auto;
	min-height: 95px;
} 
} */

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

	.menubak { height: 63px; background: none; }
/* ####### Mobile Menu Background Color/Gradient ####### */
  #cssmenu {
	background: #084d6b;
	background: -moz-linear-gradient(top,  #084d6b 0%, #0c729f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#084d6b), color-stop(100%,#0c729f));
	background: -webkit-linear-gradient(top,  #084d6b 0%,#0c729f 100%);
	background: -o-linear-gradient(top,  #084d6b 0%,#0c729f 100%);
	background: -ms-linear-gradient(top,  #084d6b 0%,#0c729f 100%); 
	background: linear-gradient(to bottom,  #084d6b 0%,#0c729f 100%);  
	font-family: 'Libre Franklin', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	width: 100%;
	padding: 1px 0 2px 0;
  }
  #cssmenu > ul {
    display: none;
	text-align: left;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);

  }
/* border divider sub link width */
  #cssmenu > ul > li, #cssmenu > ul > li.w8, #cssmenu > ul > li.w10, #cssmenu > ul > li.w12, #cssmenu > ul > li.w15, #cssmenu > ul > li.w17, #cssmenu > ul > li.w20, #cssmenu > ul > li.w22, #cssmenu > ul > li.w25 , #cssmenu > ul > li.w30 {
    float: none;
	border-top: 1px solid #fff;
	width: 100%;
  }
  #cssmenu > ul > li > a {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
	height: 54px;
	min-height: 54px;

  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
   /* background: url('../../GSRestaurants/css/images/bg.png'); */
    cursor: pointer;
  }


  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul {
    left: 0;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;

  }
  #cssmenu ul ul li {

    width: 100%;
  }

/*  */

.mobile-toggle-off { display: none !important; } 
.mobile-toggle-on { display: block !important; } 

/* mobile sub link */

/* ####### Mobile Sub Menu Font size color background and hover **************************************** */
  #cssmenu ul ul li a {
	font-family: 'Libre Franklin', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
    color: #fff;
	background-color: #94aebc;
	border: 0;
	padding: 18px 25px 18px 25px;
	border: 1px solid #fff;
  }
  #cssmenu ul ul li a:hover {
	background-color: #084d6b;
}
/* sub-sub menus */
  #cssmenu ul ul ul li a {
    padding-left: 45px;
	background-color: #084d6b;
	color: #fff;
  }
  #cssmenu ul ul ul li a:hover {
    padding-left: 45px;
	color: #fff;
  }
/* sub menu borders */
  #cssmenu ul ul li:first-child > a {
	border-radius: 0;
	border: 0;
	border: 1px solid #fff;
}
  #cssmenu ul ul li:last-child > a {
	border-radius: 0;
	border: 0;
	border: 1px solid #fff;
  }
  #cssmenu ul ul li:first-child > a:hover {
	border-radius: 0;
	border: 0;
	border: 1px solid #fff;
}
  #cssmenu ul ul li:last-child > a:hover {
	border-radius: 0;
	border: 0;
	border: 1px solid #fff;
  }

/* Menu button and arrow pointer colors */
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 2px;
    width: 22px;
    border-top: 3px solid white;
    border-bottom: 3px solid #fff;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
	display: block;
	content: '';
	position: absolute;
	height: 3px;
	width: 22px;
	border-top: 3px solid #fff;
	right: 25px;
	top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: #fff;
	right: 17px;
	top: 18px;
  }
  #cssmenu ul ul li.has-sub.active > a::after,
  #cssmenu ul ul li.has-sub:hover > a::after,
  #cssmenu ul ul li.has-sub > a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: #fff;
	right: 17px;
	top: 12px;
  }
  
.tog {}
}
