@charset "UTF-8";
/* CSS Document */

		#nav
		{
	width: auto; /* 1000 */
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight: 700;
	position: relative;
	z-index: 99;
	float: right;
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
			}
				#nav li a
				{
					color: #7CA1A1;
					display: block;
				}
				#nav li a:active
				{
	/*background-color: #6CF*/ !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: 110px;  60 */
				margin: 0;
	padding: 0;
	width: auto;
	white-space: nowrap;
			}
				#nav > ul > li
				{
					height: 100%;
					float: left;
				}
					#nav > ul > li > a
					{
						/*height: 55px; */
						/*font-size: 1.5em;  24 */
						line-height: 20px; /* 60 (24) */
						text-align: center;
						margin-left: 30px;
    					margin-right: 0px;
    					margin-top: 12px;
    					padding-bottom: 4px;
						border-color:transparent;
							border-bottom-style:solid;
							border-width:3px;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							/*border-right: 1px solid #B4C2CE;*/
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
						
							border-color:#FFF;
							border-bottom-style:solid;
							border-width:3px;
							color:#FFF;
						}


				/* second level */

				#nav li ul
				{
					background-color: #BCBDBF;
					display: none;
					position: absolute;
					top: 100%;
					margin: 0;
    				padding: 0;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
						z-index:9999;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							/*font-size: 1.25em;  20 */
							border-top: 1px solid #CCC;
							padding: 0.75em; /* 15 (20) */
							text-align:center;
							color:#FFF
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #88898B;
							}	
		/* Other migrated styles */
								
		/*
		html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sup, sub, tt, var, b, u, i, center, ul, ol, li, dl, dt, dd, table, tr, th, td, thead, tbody, tfoot, caption, form, fieldset, legend, input, button, textarea, select, label, applet, object, iframe, audio, video, canvas, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
			border: 0 none;
			font-family: inherit;
			font-size: 100%;
			font-style: inherit;
			font-weight: inherit;
			line-height: inherit;
			margin: 0;
			outline: 0 none;
			padding: 0;
			vertical-align: baseline;
		}	*/				
	
		#nav ul, #nav ol {
    		list-style: none outside none;
		}
		a, a:hover {
   			text-decoration: none;
		}
		a {
    		transition: color 0.3s ease 0s;
		}
	/*	* {
   			-moz-box-sizing: border-box;
		} */
	
		

		@media only screen and ( max-width: 680px ) 
		{
			html
			{
				font-size: 75%; 
			}

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
				z-index:99999;
			}
			#nav {
    			left: auto !important;
   				 position: fixed !important;
    			right: 1% !important;
    			top: -2.7em !important;
			}
			#nav li a {
    			color: #26484a;
				margin-right: 12px !important;
			}
				#nav > a
				{
					width: 3.125em; 
					height: 3.125em; 
					text-align: left;
					text-indent: -9999px;
					background-color: #607f81;
					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;
				}


		

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: -220px;
				right: 0;
				width: 264px;
				background-color:#607f81;
				padding-bottom: 20px;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; 
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #7ca1a1;
						}


		

				#nav li ul
				{
					position: static;
					padding: 1.25em; /
					padding-top: 0;
				}
		}

