


#menu-kapat {
	position: relative;
	text-align: right;
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

#menu {
  position: fixed;
  background-color: rgba(34, 34, 34, 0.90);
  height: 100%;
  z-index: 400;
  width: 280px;
  color: #bbb;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

#menu ul {
  list-style: none;
  margin-top: 0;
  padding: 0
}

#menu ul li { 
	border-bottom: 1px solid #2a2a2a;
}

#menu>ul>li>a { border-left: 4px solid #222; }

#menu ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 8px 0 8px 7px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*font-weight: 600;*/
}

#menu ul a i {
  margin-right: 10px;
  font-size: 18px;
  margin-top: 3px;
  width: 20px;
}

#menu ul a i[class*='fa-caret'] { float: right; }

#menu ul a:hover,
#menu ul a.active {
  background-color: #111;
  border-left-color: #32abdf;
  color: #32abdf;
}

#menu ul a:hover i:first-child { color: #32abdf; }

/*SUB MENU STYLING*/
#menu ul li a.active+ul { display: block }

#menu ul li ul {
  margin-top: 0;
  display: none;
}

#menu ul li ul li { 
	border-bottom: none; 
	padding-left: 13px;
}

#menu ul li ul li a { padding-left: 10px; font-size: 13px;
	font-weight: bold;
	color: #a0d9fc;
}

#menu ul li ul li ul li a {
	font-weight: normal;
	color: white;
}

#menu ul li ul li a:hover { background-color: #1A1A1A; }

/*The CSS to turn the side menu into an off-canvas navigation that is toggleable via JavaScript.*/
.left { left: -280px; }

.show { left: 0; }

/*Style & position the toggle button whatever you like*/
#showmenu {
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  border: 1px solid #0076a4;
  display: block;
  width: 100px;
  height: 20px;
  text-align: center;
  padding: 5px 0;
  border-radius: 8px;
  float: right;
  margin-top: 20px;
    background-color:#0076a4;
  }

@media only screen and (max-width: 768px) {

	#showmenu {
		margin-right: 20px;
	}
	
	/*#logo {
		margin: 0 auto;
		float: none;
	}
	
	#menu-button {
		float: none;
		margin: 8px auto 8px;
		width: 100%;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		border-top: 1px solid #0076a;
	}*/

}

@media only screen and (max-width: 480px) {
		
	#showmenu {
		border-radius:8px;
	}
}

@media (max-width:375px) and (min-width:321px) {
		
	#showmenu {
		float: none;
		margin: 8px auto 8px;
		width: 100%;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		border-top: 1px solid #0076a;
	}

}

@media only screen and (max-width: 320px) {
		
	#showmenu {
		float: none;
		margin: 8px auto 8px;
		width: 100%;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		border-top: 1px solid #0076a;
	}


}
