
/*Menu Structure*/
    .header-ex8 .Navigation { float:left; clear:both; width:100%; z-index:3; } 

        /*Menu Elements*/
        .header-ex8 .Navigation .elements { height:170px; width:100%; display: flex; justify-content:flex-end; flex-wrap:wrap; margin-top:0px; background:#fff; border-top:8px solid #000; border-bottom:5px solid #000; }
		
		/*Logo*/
            .header-ex8 .Navigation .elements .logo { padding-top:24px; padding-right:0; padding-left:60px; position:absolute; top:8px; left:0px; height:157px; border-right:2px solid #ccc; width:auto; background:#fff; }
				.header-ex8 .Navigation .elements .logo a { width:100%; } 
					.header-ex8 .Navigation .elements .logo a img { width:82%; }
					
        /*Phone*/      
			.header-ex8 .Navigation .elements .phone { display:inline-block; float:right; clear:both; margin-bottom:0;  margin-right:0; height:80px; background:transparent; }
				.header-ex8 .Navigation .elements .phone img { display:inline-block; vertical-align:top; margin-top:42px; margin-left:30px; }
				.header-ex8 .Navigation .elements .phone a { display:inline-block; font-size:32px; font-weight:500; color:#000; text-decoration:none; padding-top:23px; margin-left:19px; margin-top:0; margin-right:20px; height:100%; }
						
					
		/*Quote*/    
			.header-ex8 .Navigation .elements .quote { display:inline-block; float:right; margin-bottom:0px; clear:both; height:80px; background:transparent; border-left:2px solid #ccc; width:127px; }
				.header-ex8 .Navigation .elements .quote a { display:table; font-size:17px; font-weight:500; padding:6px 30px; padding-top:23px; margin-top:0; text-decoration:none; color:#000; height:100%; background:transparent; }	
					
		/*Search*/    
			.header-ex8 .Navigation .elements .search { background:transparent; border-left:2px solid #ccc; padding:10px 20px; }
				.header-ex8 .Navigation .elements .search:hover { background:#ccc; }
			

		/*Menu*/
            .header-ex8 .Navigation .elements .menuNav { width:100%; float:right; display:flex; justify-content:flex-end; padding-right:60px; border-top:2px solid #ccc; padding-right:0; height:77px; margin-top:0; }
                .header-ex8 .Navigation .elements .menuNav .menu { display:inline-block; float:right; clear:right; padding-top:0; padding-right:0; }
                    .header-ex8 .Navigation .elements .menuNav .menu ul { padding:0; height:100%; }
                        .header-ex8 .Navigation .elements .menuNav .menu ul li { margin:0;  display:inline-block; text-align:left; padding:0; height:100%; margin-right:-6px; }
							.header-ex8 .Navigation .elements .menuNav .menu ul li:last-of-type { margin-right:0; }
								.header-ex8 .Navigation .elements .menuNav .menu ul li a { height:100%; font-size:22px; font-weight:400; text-align:center; color:#000; text-decoration:none; margin:0; padding:26px 40px 10px 40px; transition: color 0.15s ease-out; border-left:2px solid #ccc; }
									
									
							.header-ex8 .Navigation .elements .menuNav .menu .mobilePhone { display:none; }
					
							/*Sub Menu*/
                            .header-ex8 .Navigation .elements .menuNav .menu ul li ul { background-color:#333;  margin-left:34px; min-width:320px; max-width:420px; }
								.header-ex8 .Navigation .elements .menuNav .menu > ul > li:last-of-type ul { min-width:180px; margin-left:-30px; }
								.header-ex8 .Navigation .elements .menuNav .menu ul li ul li { padding:5px 7px; }
									.header-ex8 .Navigation .elements .menuNav .menu ul li ul li a { color:#fff; transition: height 0.20s ease-out; background:none; margin-left:0; }
								
								
								
								
								
        /*Snap Header Styles*/
        .header-ex8 .Navigation .fixed { position:fixed; top:0; left:0; right:0; box-shadow:0 0 15px #666; }
            .header-ex8 .Navigation .fixed .elements { background:#fff ; margin-top:0px; height:150px; }
			
				.header-ex8 .Navigation .fixed .elements .logo { margin-top:0px; height:137px; }
					.header-ex8 .Navigation  .fixed .elements .logo a img { width:64%; }
					
				.header-ex8 .Navigation .fixed .elements .menuNav { }
					.header-ex8 .Navigation .fixed .elements .menuNav .menu { }
				
				.header-ex8 .Navigation .fixed  .elements .quote { height:57px; }
					.header-ex8 .Navigation .fixed  .elements .quote a { padding-top: 13px; }
				
				.header-ex8 .Navigation .fixed  .elements .phone { height:57px; }
					.header-ex8 .Navigation .fixed  .elements .phone a { padding-top: 13px; }
				
				
		/*Search Styles*/
		.header-ex8 .Navigation .search .searchIcon { width:40px; display:block; padding-top:12px; }
		.header-ex8 .Navigation .search .searchIcon img { width:100%; }
		
		.header-ex8 .Navigation .search form { float: right; clear: both; position:relative; }
			.header-ex8 .Navigation .search form input { width: 230px; height: 50px; margin:0 -1px 0 0; padding:0 5px; text-overflow:ellipsis; font-size:24px; float: left; position: relative;  border: 1px solid #c6c6c6; border-right:0; background: #eeeeee; color: #000; outline: none; border-top-left-radius:10px; border-bottom-left-radius:10px; }
			.header-ex8 .Navigation .search form button { float: left; right: 0; cursor: pointer;  width: 55px; height: 50px; font-size: 0; background:#000 url("../Images/searchIconWhite.png") center center no-repeat; background-size: contain; border: 1px solid #c6c6c6; transition:all 0.15s ease; border-top-right-radius:10px; border-bottom-right-radius:10px; }
			.header-ex8 .Navigation .search form button:hover { background-color:#333; }
			 
			.header-ex8 .Navigation .search  #searchChk { display:none; }
			.header-ex8 .Navigation .search  .close { display:none; }	
			
				.header-ex8 .search .popContainer { position:fixed; top:0; right:0; bottom:0; left:0; background-color:rgba(0,0,0,0.5); display: none; opacity:0; justify-content: center; align-items: center; align-content: center; flex-wrap:wrap; z-index:-9999; }
				.header-ex8 .search .popContainer > div { position:relative; display:none; }

				.header-ex8 .search .popContainer form { padding:20px 30px; background-color:#fff; border:1px solid #000; border-radius:10px; box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75); }
				.header-ex8 .search .popContainer form:before { content:"Site Search"; display:block; text-align:left; color:#000; width:100%; margin-bottom:10px; font-weight:500; }
				.header-ex8 .search .popContainer label { position:absolute; top:-10px; right:-10px; background-color:#f00; border:1px solid #000; border-radius:100px; width:30px; height:30px; display:flex; justify-content:center; align-items:center; color:#fff; user-select:none; cursor:pointer; }

				.header-ex8 .search input[type="checkbox"]:checked ~ .popContainer { display: flex; transition: all ease 0.25s; transition-delay:0.15s; opacity:1; z-index:9999; }
				.header-ex8 .search input[type="checkbox"]:checked ~ .popContainer > div { display:block; }
				.header-ex8 .search input[type="checkbox"]:checked ~ .popContainer form { display:block; }
				.header-ex8 .search input[type="checkbox"]:checked ~ .popContainer .close { display:flex; }
				
				
				
/*----Responsive for Header----*/

@media only screen and (max-width: 1365px) {
	.header-ex8 .Navigation .elements .menuNav .menu ul li a { font-size:20px; }
}

@media only screen and (max-width: 1279px) {
	
	
	
	.header-ex8 .Navigation .elements .menuNav .menu ul li a { font-size:17px; }
	
	
}





@media only screen and (max-width: 992px) {
	.header-ex8 .Navigation .elements { height:90px; background:#fff; }
	.header-ex8 .Navigation .fixed .elements { height:90px; }
		.header-ex8 .Navigation .elements .logo { width:150px; padding-top:10px; }
		.header-ex8 .Navigation .fixed .elements .logo { width:150px; }
		.header-ex8 .Navigation .elements .phone { display:none; }
		.header-ex8 .Navigation .elements .quote { display:none; }
			.header-ex8 .Navigation .elements .quote a { margin-top:0px; }
		.header-ex8 .Navigation .elements .menuNav { border:0; background:transparent; height:70px; width:140px; margin-top:0; }
			.header-ex8 .Navigation .elements .menuNav .menu { padding-top:4px; }
				.header-ex8 .Navigation .elements .menuNav .menu ul li a { margin-top:0; padding:13px; margin-left:0; }
				
				.header-ex8 .Navigation .elements .menuNav .menu ul li ul { margin-left:0; background-color:#fff; max-width:100%; }
				.header-ex8 .Navigation .elements .menuNav .menu ul li ul li { padding:5px 0; }
					.header-ex8 .Navigation .elements .menuNav .menu ul li ul li a { color:#000; padding-left:30px; }
		
		.header-ex8 .Navigation .elements .menuNav .menu .mobileMenu::after { background:transparent url(../Images/menuIcon2.png); background-size:cover !important; }
        
		.header-ex8 .Navigation .elements .menuNav .menu .callAndClose { background-color:#fff; border-bottom:1px solid #000; }
			.header-ex8 .Navigation .elements .menuNav .menu .callAndClose .callBtn { background-color:#333; border:none; border-radius:8px; margin-top:3px; }
				.header-ex8 .Navigation .elements .menuNav .menu .callAndClose .callBtn::after { color:#fff; }
			.header-ex8 .Navigation .elements .menuNav .menu .callAndClose .quote { display:block; background-color:#333; border:none; border-radius:8px; margin-top:3px; position:absolute; right:70px; top:5px; }
		
		.header-ex8 .Navigation .elements .menuNav .menu ul.stMobileMenu { background-color:#fff; font-size:21px; padding:13px 20px; }
		
		.header-ex8 .Navigation .elements .menuNav .menu .mobileMenu, .menu .mobileMenu::before { margin-top:15px; }
		
		
}



@media only screen and (max-width: 768px) {

}





@media only screen and (max-width: 480px) {
	.header-ex8 .Navigation .elements .logo { width:120px; left:10px; }
	
	.header-ex8 .Navigation .elements .menuNav { width:70px; }
		.header-ex8 .Navigation .elements .menuNav .menu { padding-right:10px; }
}

@media only screen and (max-width: 380px) {  
	.header-ex8 .Navigation .elements .menuNav .menu .callAndClose .quote { display:none; }
}




