@charset "utf-8";

#header.default.fixed{
	position:sticky;
	top:0;
	background:#f39800;
	z-index:1;
	width:100%;
	height:80px;
}


	@media screen and (max-width: 916px) {
		#header.default.fixed{
			position:fixed;
		}
	}
