@charset "utf-8";


		#nav
		{
	font-family: promptregular;
		}

			#nav > a
			{
	display: none;
	font-family: promptregular;
			}

			#nav li
			{
				position: relative;
			}
				#nav li a
				{
	color: #000000;
	display: block;
	text-decoration: none;
	list-style-type: none;
				}
				#nav li a:active
				{
	background-color: #FFFFFF !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #efa585;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
	height: 30px; /* 60 */
	background-color: #FFFFFF;
			}
				#nav > ul > li
				{
	width: auto;
	height: auto;
	float: left;
	list-style-type: none;
	margin-right: 3%;
	margin-bottom: 3%;
				}
					#nav > ul > li > a
					{
	height: 100%;
	font-size: 1.4vw; /* 60 (24) */
	text-align: center;
	list-style-type: none;
	font-family: promptregular;
					}
						#nav > ul > li:not( :last-child ) > a
						{

						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
	color: #EB861C;
						}


				/* second level */

				#nav li ul
				{
	background-color: #000000;
	display: none;
	position: absolute;
	top: 100%;
	list-style-type: none;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
	left: -1px;
						}
						#nav li ul a
						{
	font-size: 1.5em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C60;
	font-family: promptregular;
	width: 60%;
	margin-left: 2em;
	list-style-type: none;
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
	background-color: #E6DCD0;
							}
.box-menu #nav ul .menu-none {
	display: none;
}

		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 30em ) /* 480 */
		{

.box-menu #nav ul .menu-none {
	display: inline;
}

			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
	position: relative;
	top: auto;
	left: auto;
			}
				#nav > a
				{
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #1E8800;
	position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	padding-top: 20px;
			}
				#nav:target > ul
				{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
				}
				#nav > ul > li
				{
	width: 90%;
	float: none;
	padding-left: 10px;
				}
					#nav > ul > li > a
					{
	height: auto;
	text-align: left;
	padding-left: 10px;
	font-size: 6vw;
					}
						#nav > ul > li:not( :last-child ) > a
						{
	border-right: none;
	border-bottom: 1px solid #cc470d;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
						}


				/* second level */

				#nav li ul
				{
	position: static; /* 20 */
	padding-top: 0;
	padding-right: 1.25em;
	padding-bottom: 1em;
	padding-left: 1.25em;
				}
		}
@media screen and (min-width: 500px) and (max-width: 1040px){
	
	#nav > ul > li > a
					{
	height: 100%;
	font-size: 1.9vw; /* 60 (24) */
	text-align: center;
	list-style-type: none;
	font-family: promptregular;
					}
}
