#cssmenu #menu-button, #nav li.products {
	display: none;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}


@media all and (max-width: 767px) {
	#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 {
		 width: 100%;
	}
	#cssmenu ul {
		 width: 100%;
		 display: none;
		 float: none !important;
		  margin-bottom: 20px;
	}
	#cssmenu ul li,  #cssmenu ul ul li,  #cssmenu ul li:hover > ul > li {
		 width: 100%;
		 height: auto;
	}
	#cssmenu li.products {
		display: inline-block;
	}
	#cssmenu > ul > li > a {
		 border: none;
		 border-bottom: 1px solid rgba(0,0,0,0.15);
	}
	#cssmenu ul li a,  #cssmenu ul ul li a {
		 display: block;
		 width: 100%;
		 padding: 11px 40px 9px 10px !important;
		 font-size: 14px;
		 line-height: 18px;
		 background: rgba(255,255,255,0.2);
	}
	#cssmenu > ul > li:hover > a,  #cssmenu > ul > li.active > a {
		 color: #fff;
		 background: rgba(10,70,147,1);
		 border-bottom: 1px solid rgba(0,0,0,0.15);
	}
	#cssmenu > ul > li {
		 float: none;
		 display: block;
	}
	#cssmenu ul ul {
		opacity: 1;
	}
	#cssmenu ul ul li a {
		 padding: 11px 40px 9px 10px;
		 font-size: 13px;
		 line-height: 19px;
		 color: #3a6ba6;
		 background: rgba(255,255,255,0.5);
		 border: none;
		 border-bottom: 1px dashed rgba(0,0,0,0.25);
		 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);
		}
	#cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {
		 color: #111;
		 background: rgba(255,255,255,0.4);
		 border-bottom: 1px solid rgba(0,0,0,0.15);
	}
	#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;
		 padding: 13px 0 12px 25px;
		 color: #222;
		 cursor: pointer;
		 font-size: 17px !important;
		 line-height: 20px;
		 text-transform: uppercase;
		 box-sizing: border-box;
	}
	 #cssmenu #menu-button::after {
		 content: '';
		 position: absolute;
		 top: 16px !important;
		 left: 0;
		 display: block;
		 width: 15px;
		 height: 3px;
		 background: #0a4693;
		 -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: 21px !important;
		 left: 0;
		 display: block;
		 width: 15px;
		 height: 5px;
		 border-top: 3px solid #0a4693;
		 border-bottom: 3px solid #0a4693;
		 -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: 21px !important;
		 right: 0;
		 background: #0a4693;
		 transform: rotate(225deg);
	}
	 #cssmenu #menu-button.menu-opened::before {
		 top: 21px !important;
		 transform: rotate(-225deg);
		 display: block;
		 width: 15px;
		 height: 3px;
		 background: #0a4693;
		 border: none;
	}
	 #cssmenu .submenu-button {
		 position: absolute;
		 z-index: 10;
		 right: 0;
		 top: 0;
		 display: block;
		 border-left: 1px solid rgba(0,0,0,0.15);
		 width: 38px;
		 cursor: pointer;
	}
	#cssmenu .products .submenu-button {
		 height: 39px;
	}
	 #cssmenu .submenu-button::after {
		 content: '';
		 position: absolute;
		 top: 14px;
		 left: 19px;
		 display: block;
		 width: 1px;
		 height: 11px;
		 background: #5c8dc8;
		 z-index: 99;
	}
	 #cssmenu .submenu-button::before {
		 content: '';
		 position: absolute;
		 left: 14px;
		 top: 19px;
		 display: block;
		 width: 11px;
		 height: 1px;
		 background: #5c8dc8;
		 z-index: 99;
	}
	
	/*#cssmenu li.has-sub:hover .submenu-button {
		 border-left: 1px solid rgba(255,255,255,0.2);
	}
	#cssmenu li.has-sub:hover .submenu-button {
		 border-left: 1px solid rgba(255,255,255,0.2);
	}
		#cssmenu li.has-sub li.has-sub .submenu-button {
			 border-left: 1px solid rgba(0,0,0,0.15);
		}
		#cssmenu li.has-sub li.has-sub .submenu-button {
			 border-left: 1px solid rgba(0,0,0,0.15);
		}
	
	#cssmenu li.has-sub:hover .submenu-button:before {
		 background: #fff !important;
	}
	#cssmenu li.has-sub:hover .submenu-button:after {
		 background: #fff !important;
	}*/

	#cssmenu .submenu-button.submenu-opened:after {
		 display: none;
	}
}

/* All Mobile Sizes  */
@media only screen and (max-width: 767px) {
	#cssmenu {
		 margin-top: 0;
	}
	 #cssmenu #menu-button {
		 font-size: 14px;
	}
	 #cssmenu #menu-button::after {
		 top: 17px;
	 }
	 #cssmenu #menu-button::before {
		 height: 2px;
		 top: 21px;
	 }
	 #cssmenu #menu-button.menu-opened::after, #cssmenu #menu-button.menu-opened::before {
		 top: 21px;
	}
}
