#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;
	position: relative;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: auto;
	line-height: 1;
	margin-top: 0;
	display: block;
}
#cssmenu ul {
	display: block;
	margin-bottom: 0;
	font-size: 0;
}
#cssmenu > ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}
#cssmenu li {
	margin: 0;
	display: inline-block;
}
#cssmenu li::before {
	display: none;
}
#cssmenu > ul > li > a {
	font-family: 'AvenirLTStd-Medium', Calibri, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: normal;
	text-transform: uppercase;
	color: #6f6f6f;
	padding: 6px 8px 10px;
	margin: 0 5px;
	box-sizing: border-box;
}
	#cssmenu > ul > li:first-child > a {
		margin-left: 0;
		padding-left: 0;
	}
	#cssmenu > ul > li:last-child > a {
		margin-right: 0;
	}
#cssmenu > ul > li > a:hover {
  color: #000;
}
#cssmenu ul li.active a {
  color: #009cb6;
}
/* special link */
	#cssmenu ul li.special a {
		background: #009cb6;
		color: #fff;
		border-radius: 4px;
		padding-bottom: 5px;
	}
	#cssmenu ul li.special a:hover {
		background: #6f6f6f;
	}

/* level 2 */
#cssmenu ul ul {
	position: absolute;
	top: 30px;
	left: -9999px;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li a {
	font-size: 1rem;
	text-align: left;
	padding: 13px;
	display: block;
	min-width: 280px;
	width: auto;
	background: #00abbe;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,1) !important;
}

	#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
		background: #222935;
		color: #ffffff;
		border-bottom: 1px solid rgba(255,255,255,1);
	}
	#cssmenu ul ul li:last-child a {
		border: none;
	}
#cssmenu ul ul ul li a {
	background: #ebebeb;
	color: #333;
}
#cssmenu ul ul ul li:hover > a, #cssmenu ul ul ul li a:hover {
	background: #ddd;
	color: #222;
}
#cssmenu ul ul li.has-sub:hover > a::after {
	border-color: #ffffff;
}

	#cssmenu.llr,
	#cssmenu.corporate {
		margin: 9px 0;
	}

		#cssmenu.llr > ul > li > a,
		#cssmenu.corporate > ul > li > a,
		#cssmenu.llr > ul > li li > a,
		#cssmenu.corporate > ul > li li > a,
		#cssmenu.llr > ul > li.active li > a,
		#cssmenu.corporate > ul > li.active li > a {
			color: #fff;
		}

			#cssmenu.llr ul > li.active a,
			#cssmenu.llr > ul > li > a:hover,
			#cssmenu.corporate ul > li.active a,
			#cssmenu.corporate > ul > li > a:hover {
				color: #00c9e6;
			}

@media only screen and (min-width: 960px) and (max-width: 1480px) {
	#cssmenu > ul > li > a {
		font-size: 0.9rem;
	}
}

@media all and (max-width: 959px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 959px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (max-width: 959px) {
	#cssmenu {
		 width: 100%;
	}
	 #cssmenu ul {
		 width: 100%;
		 display: none;
		 float: none !important;
		 margin-bottom: 0;
	}
	 #cssmenu ul li,  #cssmenu ul ul li,  #cssmenu ul li:hover > ul > li {
		 width: 100%;
		 height: auto;
	  }
	 #cssmenu > ul > li > a, #cssmenu > ul > li > a:hover {
		 border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	#cssmenu > ul > li:first-child > a {
		padding-left: 7px;
		padding-right: 7px;
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	 #cssmenu > ul > li:last-child > a {
		 border-bottom: none;
	}
	 #cssmenu ul li a,  #cssmenu ul ul li a {
		 display: block;
		 width: 100%;
		 padding: 12px 7px 5px;
		 margin: 0;
		 line-height: 26px;
		 font-size: 0.9rem;
		 background: none;
	}
	 #cssmenu > ul > li:hover > a {
		 padding-left: 10px;
		 background: rgba(95,196,227,0.1);
	}
	 #cssmenu > ul > li {
		 float: none;
		 display: block;
	}
	#cssmenu ul li.special a {
		background: #009cb6;
		color: #fff;
		border-radius: 0;
	}
		#cssmenu ul li.special a:hover {
			background: #6f6f6f;
		}

	 #cssmenu ul ul li a {
		 padding: 13px 10px 11px 10px;
		 font-size: 14px;
		 color: #777;
		 background: none;
		 border-bottom: 1px dashed rgba(0,0,0,0.15);
		 margin-bottom: 0;
		 border-radius: 0;
		 -moz-border-radius: 0;
		 -webkit-border-radius: 0;
	}
		#cssmenu ul ul li:last-child a {
			 border-bottom: 1px solid rgba(0,0,0,0.2);
		}
	 #cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {
		 color: #111;
		 background: #f4f4f4;
	}
	 #cssmenu ul ul ul li a {
		 padding-left: 40px;
	}
	 #cssmenu ul ul,  #cssmenu ul ul ul {
		 position: relative;
		 top: 0;
		 left: 0;
		 right: auto;
		 width: 100%;
		 margin: 0;
	}
	 #cssmenu ul ul ul li a {
		 background: #fff;
		 color: #333;
	}
	 #cssmenu ul ul ul li:hover > a,  #cssmenu ul ul ul li a:hover {
		 background: #ddd;
		 color: #222;
	}
	 #cssmenu > ul > li.has-sub > a::after,  #cssmenu ul ul li.has-sub > a::after {
		 display: none;
	}
	 #menu-line {
	 	display: none;
	}
	#cssmenu #menu-button {
		display: block !important;
		margin: 0 0 5px;
		padding: 11px 0 9px 32px;
		color: #009cb6;
		cursor: pointer;
		font-family: 'AvenirLTStd-Medium', Calibri, Arial, Helvetica, sans-serif;
		font-size: 1.1rem;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-tap-highlight-color: transparent;
	}
	 #cssmenu #menu-button::after {
		 content: '';
		 position: absolute;
		 top: 10px;
		 left: 0;
		 display: block;
		 width: 24px;
		 height: 3px;
		 background: #009cb6;
		 -webkit-transition: all 0.2s ease-out;
		 -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
		 transition: all 0.2s ease-out;
	}
	 #cssmenu #menu-button::before {
		 content: '';
		 position: absolute;
		 top: 16px;
		 left: 0;
		 display: block;
		 width: 24px;
		 height: 3px;
		 border-top: 3px solid #009cb6;
		 border-bottom: 3px solid #009cb6;
		 -webkit-transition: all 0.2s ease-out;
		 -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
		 transition: all 0.2s ease-out;
	}
	 #cssmenu #menu-button.menu-opened::after {
		 top: 16px;
		 right: 0;
		 transform: rotate(225deg);
	}
	 #cssmenu #menu-button.menu-opened::before {
		 top: 16px;
		 transform: rotate(-225deg);
		 display: block;
		 width: 24px;
		 height: 3px;
		 background: #009cb6;
		 border: none;
	}
	 #cssmenu .submenu-button {
		 position: absolute;
		 z-index: 10;
		 right: 0;
		 top: 0;
		 display: block;
		 border-left: 3px solid rgba(0, 0, 0, 0.1);
		 height: 39px;
		 width: 38px;
		 cursor: pointer;
	}
	 #cssmenu .submenu-button::after {
		 content: '';
		 position: absolute;
		 top: 14px;
		 left: 19px;
		 display: block;
		 width: 1px;
		 height: 11px;
		 background: #000;
		 z-index: 99;
	}
	 #cssmenu .submenu-button::before {
		 content: '';
		 position: absolute;
		 left: 14px;
		 top: 19px;
		 display: block;
		 width: 11px;
		 height: 1px;
		 background: #000000;
		 z-index: 99;
	}
	#cssmenu .submenu-button.submenu-opened:before {
		 background: #000;
	}
	#cssmenu .submenu-button.submenu-opened:after {
		 display: none;
	}

	/* LLR */

	#cssmenu.llr #menu-button {
		color: #fff;
	}

		#cssmenu.llr #menu-button::after {
			background: #323c4c;
		}

		#cssmenu.llr #menu-button::before {
			border-top: 3px solid #323c4c;
			border-bottom: 3px solid #323c4c;
		}

		#cssmenu.llr #menu-button.menu-opened::before {
			background: #323c4c;
			border: none;
		}

	#cssmenu.llr .submenu-button {
		border-left: 3px solid rgba(0, 0, 0, 0.1);
	}

		#cssmenu.llr .submenu-button::after {
			background: #000;
		}

		#cssmenu.llr .submenu-button::before {
			background: #000;
		}

		#cssmenu.llr .submenu-button.submenu-opened:before {
			background: #000;
		}

		#cssmenu.llr .submenu-button.submenu-opened:after {
			display: none;
		}
	
	#cssmenu.llr > ul > li > a, #cssmenu > ul > li > a:hover {
		border-bottom: 1px solid #323c4c;
	}
	#cssmenu.llr > ul > li:first-child > a, #cssmenu > ul > li:first-child > a:hover {
		border-top: none
	}
	#cssmenu.llr > ul > li:last-child > a, #cssmenu > ul > li:last-child > a:hover {
		border-bottom: none
	}

	/* corporate */

	#cssmenu.corporate #menu-button {
		color: #fff;
	}
	#cssmenu.corporate #menu-button::after {
		background: #00c9e6;
	}
	#cssmenu.corporate #menu-button::before {
		border-top: 3px solid #00c9e6;
		border-bottom: 3px solid #00c9e6;
	}
	#cssmenu.corporate #menu-button.menu-opened::before {
		background: #00c9e6;
		border: none;
	}
	#cssmenu.corporate > ul > li > a,
	#cssmenu > ul > li > a:hover {
		border-bottom: 1px solid #00c9e6;
	}
	#cssmenu.corporate > ul > li:first-child > a, #cssmenu > ul > li:first-child > a:hover {
		border-top: none
	}
	#cssmenu.corporate > ul > li:last-child > a, #cssmenu > ul > li:last-child > a:hover {
		border-bottom: none
	}
}
