@charset "utf-8";
.navbar {
	background-color: #222;
	position: relative;
	max-width: min-content;
	list-style:none;
	margin:0;
	padding:0;
	left: 0;
	top: 0;
	z-index: 10000;
	overflow: visible;
} .amenu {background:#222;font-style:normal;} .navbar a {float: left;font-size: 0.8em;color: #ffffff;text-align: left;padding: 7px 20px;text-decoration: none;white-space:nowrap;letter-spacing:0.1em;text-shadow:-2px 1px #161919;width:100%} .subnav {float: left;overflow: visible;width:100%;} .subnav .subnavbtn {  font-size: small;letter-spacing:0.1em;white-space:nowrap;border: none;outline: none;color: rgb(61, 255, 245);padding: 7px 20px;background-color: #222;font-family: inherit;margin: 0;text-shadow:-2px 1px #161919;text-align:justify;width:100%;} .navbar a:hover, .subnav:hover .subnavbtn {background-color: #5d5757;} .subnav-content {display: none;position: absolute;top:0;left: 100%;background:#5d5757; min-height:290px;z-index: 1;letter-spacing:normal;border-left:1px solid #222;} .subnav-content a {float: left;color: white;text-decoration: none;width:100%;text-align:left;} .subnav-content a:hover {background-color: #eee;color: black;text-shadow:none;} .subnav:hover .subnav-content {display: block;} .marlt {	margin-left:140px;} a {text-decoration: none; color: #555;} a:hover { color:rgb(61, 255, 245);} input:focus {outline:0px;} input {background:rgb(51, 51, 51); color:#fff;} input:hover {background:rgb(61, 255, 245); color:#000; transition:all ease 0.9s} .red {position:relative; display:flex;margin-right:7px;} .red:before {display:flex; content:"  ";} .red:after {display:flex; content:"  "; clear:both;}
@media (max-width: 920px) {
	#l1 {
		display:none;
	}
	.red {display:block;}
}
