@import url( '_defaults.css' );


a
{
	color: currentColor;
	text-decoration: none;
}

.clearfix::after
{
	content: '';
	display: table;
	clear: both;
}




		#nav
		{
			font-family: 'Oswald', sans-serif;
			text-transform:uppercase;
			font-weight: 400;
			position: relative;
			top: 70px;
			float: right;
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
			}
				#nav li a
				{
					color: #4e4e4e;
					display: block;
					transition: all .25s ease-in-out;
					-moz-transition: all .25s ease-in-out;
					-webkit-transition: all .25s;
				}
				#nav li a:active
				{
					background-color: #FFF !important;
					transition: all .25s ease-in-out;
					-moz-transition: all .25s ease-in-out;
					-webkit-transition: all .25s;
				}

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

			/* first level */

			#nav > ul
			{
				height: 30px; /* 60 */
			}
				#nav > ul > li
				{ 	
					width:auto;
					height: 100%;
					margin-left:30px;
					float: left;
					
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 17px; /* 24 */
						line-height: 20px; /* 60 (24) */
						text-align: center;
						letter-spacing:0px;
						transition: all .25s ease-in-out;
						-moz-transition: all .25s ease-in-out;
						-webkit-transition: all .25s;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: 1px solid #FFF;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > a
						{
							letter-spacing:0px;
							padding-bottom:2px;
							border-bottom:2px solid #f8c02d;
							transition: all .25s ease-in-out;
							-moz-transition: all .25s ease-in-out;
							-webkit-transition: all .25s;
						}
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #FFF;
							transition: all .25s ease-in-out;
							-moz-transition: all .25s ease-in-out;
							-webkit-transition: all .25s;
						}


				/* second level */

				#nav li ul
				{
					background-color: #eaeaea;
					color:#FFF;
					position: absolute;
					visibility: hidden;
					width:200px;
					opacity: 0;
					-prefixes-transition-property: opacity, visibility;
					-prefixes-transition-duration: .4s, 0s;
					-prefixes-transition-delay: 0s, .4s;
					transition: all .25s ease-in-out;
					-moz-transition: all .25s ease-in-out;
					-webkit-transition: all .25s;
					-moz-animation-duration: 3s;  
					-moz-animation-name: delaySlide;
				}
					#nav li:hover ul
					{
						visibility: visible;
						opacity: 1;
						-prefixes-transition-delay: 0s, 0s;
						transition: all .25s ease-in-out;
						-moz-transition: all .25s ease-in-out;
						-webkit-transition: all .25s;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							font-size: 16px; /* 20 */
							/*background: url(seta_menu.png) right no-repeat;*/
							/*background-position: 175px 10px; */
							border-top: 1px solid #FFF;
							color:#464646;
							padding: 9px; /* 15 (20) */
							padding-left:12px;
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #dbdbdb;
							}

		@media only screen and ( max-width: 950px ) /* 950 */
		{

			#nav
			{
				width: 100%;
				margin:0 auto;
				position: static;
				margin-top:40px;
			}
				#nav > a
				{
					width: 50px; /* 50 */
					height: 50px; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #231f20;
					position: absolute;
					right:5%;
				}
					#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;
				background-color:#FFFFFF;
				left: 0px;
				right: 0;
				top:130px;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					background-color:#FFFFFF;
					float: none;
					left:-40px;
				}
					#nav > ul > li > a
					{
						height: auto;
						position: relative;
						text-align: left;
						padding: 8px; /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #eaeaea;
						}
						


				/* second level */
				
				#nav li ul
				{
					position: static;
					padding: 0px; /* 20 */
					padding-top: 0;
					width:100%;
					opacity: 0;
					display:none;
					-prefixes-transition-property: opacity, visibility;
					-prefixes-transition-duration: .4s, 0s;
					-prefixes-transition-delay: 0s, .4s;
					transition: all .25s ease-in-out;
					-moz-transition: all .25s ease-in-out;
					-webkit-transition: all .25s;
					-moz-animation-duration: 3s;  
					-moz-animation-name: delaySlide;
				}
					#nav li:hover ul
					{
						visibility: visible;
						opacity: 1;
						display: block;
						-prefixes-transition-delay: 0s, 0s;
						transition: all .25s ease-in-out;
						-moz-transition: all .25s ease-in-out;
						-webkit-transition: all .25s;
						left: 0;
						right: 0;
					}

				#nav li ul a
				{
					font-size: 14px; /* 20 */
					/*background: url(seta_menu.png) right no-repeat;*/
					/*background-position: 94% 10px; */
					border-top: 0px solid #dbdbdb;
					border-bottom: 1px solid #dbdbdb;
					color:#4e4e4e;
					padding: 9px; /* 15 (20) */
					padding-left:12px;
				}
		}