﻿ .div-wrapper
    {
        width: 220px;
        background: #444;
        background: rgba(0,0,0,.2);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    .div-wrapper input
    {
        width: 170px;
        height: 15px;
        padding: 5px 5px;
        float: left;
        font: bold 11px 'lucida sans' , 'trebuchet MS' , 'Tahoma';
        border: 0;
        background: #fff;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        margin:6px 0 0 0;
    }
    .div-wrapper input:focus
    {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    .div-wrapper input::-webkit-input-placeholder
    {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    .div-wrapper input:-moz-placeholder
    {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    .div-wrapper input:-ms-input-placeholder
    {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    .div-wrapper a
    {
        overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 30px;
        width: 40px;
        font: bold 15px/40px 'lucida sans' , 'trebuchet MS' , 'Tahoma';
        color: #fff;
        text-transdiv: uppercase;
        background: #132C4D;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }
    .div-wrapper a:hover
    {
        background: #344A66;
    }
    .div-wrapper a:active, .div-wrapper a:focus
    {
        background: #132C4D;
    }
    .div-wrapper a:before
    {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #132C4D transparent;
        top: 8px;
        left: -6px;
    }
    .div-wrapper a:hover:before
    {
        border-right-color: #344A66;
    }
    .div-wrapper a:focus:before
    {
        border-right-color: #132C4D;
    }
    .div-wrapper a::-moz-focus-inner
    {
        border: 0;
        padding: 0;
    }
    
    /*=========================*/
    
		#nav5
		{
			width: 100%; /* 1000 */
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			/*position: absolute;
			top: 25%;
			left: 50%;
			margin-left: -30em;  30 480 */
		}

			#nav5 > a
			{
				display: none;
			}

			#nav5 li
			{
				position: relative;
			}
				#nav5 li a
				{
					color: #fff;
					display: block;
				}
				#nav5 li a:active
				{
					/*background-color: #f3a682 !important;*/
				}

			#nav5 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 */

			#nav5 > ul
			{
				height: 36px; /* 60 */
				/*background-color: #F5DEB3;*/
				margin:0px;
				padding:0px;
			}
				#nav5 > ul > li
				{
					/*width: 12%;*/
					height: 100%;
					float: left;
					display:block;
					padding:4px 10px;
				}
					#nav5 > ul > li > a
					{
						/*height: 100%;*/
						font-size: 14px; /* 24 */
						line-height: 2.5em; /* 60 (24) */
						text-align: center;
						text-decoration:none;
						color:#fff;
						font-family:Verdana;
						text-transform:uppercase;
					}
						#nav5 > ul > li:not( :last-child ) > a
						{
							/*border-right: 1px solid #cc470d;*/
						}
						#nav5 > ul > li:hover > a,
						#nav5 > ul:not( :hover ) > li.active > a
						{
							/*background-color: #f3a682;*/
							color:#5788CC;
						}


				/* second level */

				#nav5 li ul
				{
					background-color: #cc470d;
					display: none;
					position: absolute;
					top: 100%;
				}
					#nav5 li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav5 li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav5 li ul a
						{
							font-size: 1.25em; /* 20 */
							border-top: 1px solid #e15a1f;
							padding: 0.75em; /* 15 (20) */
						}
							#nav5 li ul li a:hover,
							#nav5 li ul:not( :hover ) li.active a
							{
								background-color: #e15a1f;
							}


		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav5
			{
				width: 100%;
				position: static;
				margin: 0;
			}
			#nav5 > ul > li > a
					{
						height: 100%;
						font-size: 9px; /* 24 */
						line-height: 4.0em; /* 60 (24) */
						font-family:Verdana;
					
					}
		}
		

		@media only screen and ( max-width: 40em ) /* 640 */
		{
			

			#nav5
			{
				/*position: relative*/;
				top: auto;
				left: auto;
			}
				#nav5 > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #e15a1f;
					position: relative;
				}
					#nav5 > a:before,
					#nav5 > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav5 > a:after
					{
						top: 60%;
					}

				#nav5:not( :target ) > a:first-of-type,
				#nav5:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav5 > ul
			{
				height: auto;
				display: none;
				/*position: absolute;*/
				left: 0;
				right: 0;
			}
				#nav5:target > ul
				{
					display: block;
				}
				#nav5 > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav5 > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 1px 1px; /* 20 (24) */
						font-size:4px;
						height:13px;
						font-weight:bold;
					}
						#nav5 > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #cc470d;
						}


				/* second level */

				#nav5 li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
				}
		}
