@charset "UTF-8";
#menu {
	display: none;
	background-color: hsla(0,0%,0%,0.89);
	text-align: center;
	/* [disabled]list-style-image: none; */
	list-style-type: none;
	opacity: 0.98;
	z-index: 1794;
	position: fixed;
	width: 100%;
	margin-top: 45px;
	border-bottom: thin solid #FF7B23;
	padding-left: 0px;
	padding-right: 0px;
}
#menu li {
	height: 60px;
	padding-top: 20px;
	font-style: normal;
	font-weight: 100;
}
#menu li a:link {
	color: #FF7B23;
	font-size: 1.6em;
	text-decoration: none;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
}
#menu li a:visited {
	color: #FF7B23;
}
#menu li a:hover {
	color: #FF7B23;
	/* [disabled]background-color: #FFFFFF; */
}
#menu li a:active {
	color: #FF7B23;
}
nav.menu			{
	width: 25px;
	height: 30px;
	top: 13px;
	right: 20px;
	position: fixed;
	cursor: pointer;
	overflow: hidden;
	z-index: 9999;
}
nav .menu1			{
	width: 25px;
	height: 2px;
	background-color: #FF7B23;
	top: 0px;
	position: absolute;
} 
nav .menu2			{
	width: 25px;
	height: 2px;
	background-color: #FF7B23;
	top: 8px;
	position: absolute;
} 
nav .menu3			{
	width: 25px;
	height: 2px;
	background-color: #FF7B23;
	top: 16px;
	position: absolute;
}

nav .menu1,nav .menu2,nav .menu3
					{ transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; /* Opera */ -moz-transition: all 0.5s ease-out; /* Firefox */
					 -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */ -ms-transition: all 0.5s ease-out; /* IE */ }

nav .menuclick1		{ top:8px; -o-transform: rotate(405deg); -moz-transform: rotate(405deg); -webkit-transform: rotate(405deg);
				 	-ms-transform: rotate(405deg); transform: rotate(405deg); }
nav .menuclick2		{ background-color:rgba(255,255,255,0);  }
nav .menuclick3		{ top:8px; -o-transform: rotate(-405deg); -moz-transform: rotate(-405deg);
					-webkit-transform: rotate(-405deg); -ms-transform: rotate(-405deg); transform: rotate(-405deg); }

@media (min-width:768px){
.menu {
	display: none;
}
}
