@charset "utf-8";
#nav
		{
float: right;
  width: 95%;
		}

			#nav > a
			{transition: all 0.3s ease-in;
				display: none;
			}
			#nav a:hover
			{
				text-decoration:none !important;
			}
			#nav li
			{
				position: relative;
			}
				#nav li a
				{transition: all 0.3s ease-in;
					color: #666666; /*-- LINK COLOUR--*/
					display: block;
					padding:0px 0 0;
				}
				#nav li a:active
				{
					background-color: #333 !important;/*-- FOCUS COLOUR--*/
				}


			/* first level */

			#nav > ul
			{transition: all 0.3s ease-in;
				height:82px; /* 60 */
				background-color:#fff;/*-- TOP NAV BG COLOUR--*/
				list-style:none;
				padding:0;
				margin:0;
				z-index:99999999999999999999999999999;
			}
				#nav > ul > li
				{transition: all 0.3s ease-in;
					/*width: 12.5%;*//*-- TOP NAV MENU ITEM WIDTH--*/
					height: 100%;
					float: left;
					list-style:none;
					padding:0;
					margin:0;
				}
					#nav > ul > li > a
					{transition: all 0.3s ease-in;
						height: 100%;
						font-size:13px; /*-- TOP NAV FONT SIZE--*/
						line-height: 115px;
  						height: 82px; /* 60 (24) */
						text-align: center;
						font-weight: 400;
						padding-left: 19px;
  						padding-right: 19px;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							/*-- TOP NAV RIGHT BORDER --*/
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{transition: all 0.3s ease-in;
							background-color: #fff;/*-- TOP NAV HOVER BG COLOUR--*/
							color: #004077; /*-- TOP NAV HOVER LINK COLOUR--*/
						}


				/* second level */

				#nav li ul
				{transition: all 0.3s ease-in;
					background-color: #176bb4;/*-- DROP DOWN BG COLOUR--*/
					display: none;
					position: absolute;
					top: 100%;
					list-style:none;
					padding:0;
					margin:0;
					z-index:99999999999999999999999999999;
					
					-webkit-box-shadow: -1px 6px 18px -3px rgba(0,0,0,0.41);
					-moz-box-shadow: -1px 6px 18px -3px rgba(0,0,0,0.41);
					box-shadow: -1px 6px 18px -3px rgba(0,0,0,0.41);
				}
				
				#nav li ul:before
				{	
				content:"";		
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 2px 4px 2px;
				border-color: transparent transparent #001407 transparent;
				position:absolute;
				margin-top:-4px;
				margin-left:30px;
				}
				
					#nav li:hover ul
					{
						transition: all 0.3s ease-in;
						display: block;
						left: 0;
						right: -100px;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{transition: all 0.3s ease-in;
							font-size: 13px; /*-- DROP DOWN FONT SIZE--*/
							border-bottom: 1px solid #fff;/*-- DROP DOWN TOP BORDER --*/
							padding: 15px; /* 15 (20) */
							color:#fff;/*-- DROP DOWN HOVER LINK COLOUR--*/
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{transition: all 0.3s ease-in;
								background-color: #fff;/*-- DROP DOWN HOVER BG COLOUR--*/
								color:#666666;/*-- DROP DOWN HOVER LINK COLOUR--*/
							}
						#nav li ul li
							{
								list-style:none;
					padding:0;
					margin:0;
							}


				

 /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
			#nav {
			  width:auto;
			}
			
			#nav > ul > li > a {
			  padding-left: 8px;
			  padding-right: 8px;
			}
			
		.header-phone p {
			font-size: 15px!important;
			line-height: 16px!important;
		}
		.header-phone p span {
			font-size: 12px!important;
		}
	
    }
	
		@media only screen and ( min-width: 993px ) 
		{
			.nav-phone {
				display:none!important;
				}
		}

		@media only screen and ( max-width:992px ) /* 1000 */
		{
			#nav
			{
				width: auto;
			}
				.nav-phone {
				display:inline-block!important;
				}
				
		}


		
		
		@media only screen and ( max-width: 768px ) /* 640 */
		{
			
		.logo img {
  width: 169px;
  height: auto;
}
.header {
	height:auto!important;	
}
				
				#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
			
			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
		
				
				#nav > a
				{
					width:100%; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #176bb4;/*-- EXPAND MENU IPHONE BG--*/
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left:90%;
						right: 5%;
						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
			{
				transition: all 0.3s ease-in;
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
			}
				#nav:target > ul
				{
					display: block;
					background-color: #176bb4;
					transition: all 0.3s ease-in;
				}
				#nav > ul > li
				{transition: all 0.3s ease-in;
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{transition: all 0.3s ease-in;
						height: auto;
						text-align: left;
						padding: 10px; /* 20 (24) */
						  line-height: initial;
						  color: #fff;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							
							border-right: none;
							border-bottom: 1px solid #fff;/*-- TOP NAV BOT BORDER IPHONE --*/
						}


				/* second level */

				#nav li ul
				{transition: all 0.3s ease-in;
					position: static;
					padding: 0px;
					  background-color: #fff;
				}
				
					#nav li ul li a
				{transition: all 0.3s ease-in;
					  color: #458abf;
					line-height:normal;
				}
				
		}
		@media only screen and ( max-width: 767px ) /* 640 */
		{
			
		.logo img {
  width: 198px;
  height: auto;
}		
		
	   /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

				.logo {

  margin-left: -5px!important;
 
}

.logo img {
  width: 204px!important;
  height: auto!important;
}

.navbar-contact.nav>li>a {
  padding: 10px 6px!important;
}

    }	
	
