
/*Menu Structure*/
    .header-ex3 .Navigation { float:left; clear:both; width:100%; z-index:3; } 

        /*Menu Elements*/
        .header-ex3 .Navigation .elements { height:170px; width:100%; display: flex; justify-content:flex-end; flex-wrap:wrap; margin-top:0px; background:#fff; border-bottom:1px solid #000; }
		
		/*Logo*/
            .header-ex3 .Navigation .elements .logo { width:130px; padding-top:21px; position:absolute; top:0; left:60px; }
				.header-ex3 .Navigation .elements .logo a { width:100%; } 
					.header-ex3 .Navigation .elements .logo a img { width:100%; }
				
		/*Quote*/    
			.header-ex3 .Navigation .elements .quote { display:inline-block; float:right; margin-bottom:0px; clear:both; height:80px; background:#333; border-radius:0 0 0 8px; }
				.header-ex3 .Navigation .elements .quote a { display:table; font-size:24px; font-weight:500; padding:6px 30px; padding-top:27px; margin-top:0; text-decoration:none; color:#fff; height:100%; background:transparent; }	
					.header-ex3 .Navigation .elements .quote a:hover { color:#fff; }
		
        /*Phone*/      
			.header-ex3 .Navigation .elements .phone { display:inline-block; float:right; clear:both; margin-bottom:0;  margin-right:0; height:80px; background:#333; }
				.header-ex3 .Navigation .elements .phone img { display:inline-block; vertical-align:top; margin-top:42px; margin-left:30px; }
				.header-ex3 .Navigation .elements .phone a { display:inline-block; font-size:24px; font-weight:500; color:#fff; text-decoration:none; padding-top:27px; margin-left:19px; margin-top:0; margin-right:60px; height:100%; }
					.header-ex3 .Navigation .elements .phone a:hover { color:#fff; }				

		/*Menu*/
            .header-ex3 .Navigation .elements .menuNav { width:100%; float:right; height:68px; margin-top:10px; display:flex; justify-content:flex-end; padding-right:60px; }
                .header-ex3 .Navigation .elements .menuNav .menu { display:inline-block; float:right; clear:right; padding-top:16px; padding-right:60px; }
                    .header-ex3 .Navigation .elements .menuNav .menu ul { padding:0; }
                        .header-ex3 .Navigation .elements .menuNav .menu ul li { margin:0;  display:inline-block; text-align:left; padding:0; }
								.header-ex3 .Navigation .elements .menuNav .menu ul li a { font-size:22px; font-weight:400; color:#261e07; text-decoration:none; margin:0; margin-left:40px; padding:5px; transition: color 0.15s ease-out; }
									
									
							.header-ex3 .Navigation .elements .menuNav .menu .mobilePhone { display:none; }
					
							/*Sub Menu*/
                            .header-ex3 .Navigation .elements .menuNav .menu ul li ul { background-color:#333;  margin-left:34px; min-width:320px; max-width:420px; }
								.header-ex3 .Navigation .elements .menuNav .menu > ul > li:last-of-type ul { min-width:180px; margin-left:-30px; }
								.header-ex3 .Navigation .elements .menuNav .menu ul li ul li { padding:5px 7px; }
									.header-ex3 .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-ex3 .Navigation .fixed { position:fixed; top:0; left:0; right:0; box-shadow:0 0 15px #666; }
            .header-ex3 .Navigation .fixed .elements { background:#fff ; margin-top:0px; height:110px; }
			
				.header-ex3 .Navigation .fixed .elements .logo { margin-top:0px; padding-top:0; width:190px; top:10px; }
					
				.header-ex3 .Navigation .fixed .elements .menuNav { border:0; margin-top:-6px; }
					.header-ex3 .Navigation .fixed .elements .menuNav .menu { padding-top:19px; }
				
				.header-ex3 .Navigation .fixed  .elements .quote { height:50px; }
					.header-ex3 .Navigation .fixed  .elements .quote a { padding-top: 13px; }
				
				.header-ex3 .Navigation .fixed  .elements .phone { height:50px; }
					.header-ex3 .Navigation .fixed  .elements .phone a { padding-top: 13px; }
				
				
		/*Search Styles*/
		.header-ex3 .Navigation .menuNav .searchIcon { width:40px; display:block; padding-top:12px; }
		.header-ex3 .Navigation .menuNav .searchIcon img { width:100%; }
		
		.header-ex3 .Navigation .menuNav form { float: right; clear: both; position:relative; }
			.header-ex3 .Navigation .menuNav 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-ex3 .Navigation .menuNav 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-ex3 .Navigation .menuNav form button:hover { background-color:#333; }
			 
			.header-ex3 .Navigation .menuNav  #searchChk { display:none; }
			.header-ex3 .Navigation .menuNav  .close { display:none; }	
			
				.header-ex3 .menuNav .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-ex3 .menuNav .popContainer > div { position:relative; display:none; }

				.header-ex3 .menuNav .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-ex3 .menuNav .popContainer form:before { content:"Site Search"; display:block; text-align:left; color:#000; width:100%; margin-bottom:10px; font-weight:500; }
				.header-ex3 .menuNav .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-ex3 .menuNav input[type="checkbox"]:checked ~ .popContainer { display: flex; transition: all ease 0.25s; transition-delay:0.15s; opacity:1; z-index:9999; }
				.header-ex3 .menuNav input[type="checkbox"]:checked ~ .popContainer > div { display:block; }
				.header-ex3 .menuNav input[type="checkbox"]:checked ~ .popContainer form { display:block; }
				.header-ex3 .menuNav input[type="checkbox"]:checked ~ .popContainer .close { display:flex; }
				
				
				
/*----Responsive for Header----*/

@media only screen and (max-width: 1365px) {
	.header-ex3 .Navigation .elements .menuNav .menu ul li a { font-size:20px; margin-left:20px; }
}

@media only screen and (max-width: 1279px) {
	
	.header-ex3 .Navigation .elements { height:110px; }
	
    .header-ex3 .Navigation .elements .logo { width:190px; padding-top:10px;; }
	
	.header-ex3 .Navigation .elements .menuNav { margin-top:-3px; }
	.header-ex3 .Navigation .elements .menuNav .menu ul li a { font-size:17px; margin-left:6px; }
	
	.header-ex3 .Navigation .fixed .elements .logo { width:190px; }
	
	.header-ex3 .Navigation .elements .quote { height:50px; }
	.header-ex3 .Navigation .elements .quote a { font-size:21px; padding-top:13px; }
	.header-ex3 .Navigation .elements .phone { height:50px; }
	.header-ex3 .Navigation .elements .phone a { font-size:21px; padding-top:13px; }
}





@media only screen and (max-width: 992px) {
	.header-ex3 .Navigation .elements { height:90px; background:#fff; }
	.header-ex3 .Navigation .fixed .elements { height:90px; }
		.header-ex3 .Navigation .elements .logo { width:150px; padding-top:10px; }
		.header-ex3 .Navigation .fixed .elements .logo { width:150px; }
		.header-ex3 .Navigation .elements .phone { display:none; }
		.header-ex3 .Navigation .elements .quote { display:none; }
			.header-ex3 .Navigation .elements .quote a { margin-top:0px; }
		.header-ex3 .Navigation .elements .menuNav { border:0; background:transparent; height:70px; width:140px; margin-top:0; }
			.header-ex3 .Navigation .elements .menuNav .menu { padding-top:4px; }
				.header-ex3 .Navigation .elements .menuNav .menu ul li a { margin-top:0; padding:13px; margin-left:0; }
				
				.header-ex3 .Navigation .elements .menuNav .menu ul li ul { margin-left:0; background-color:#fff; max-width:100%; }
				.header-ex3 .Navigation .elements .menuNav .menu ul li ul li { padding:5px 0; }
					.header-ex3 .Navigation .elements .menuNav .menu ul li ul li a { color:#000; padding-left:30px; }
		
		.header-ex3 .Navigation .elements .menuNav .menu .mobileMenu::after { background:transparent url(../Images/menuIcon2.png); background-size:cover !important; }
        
		.header-ex3 .Navigation .elements .menuNav .menu .callAndClose { background-color:#fff; border-bottom:1px solid #000; }
			.header-ex3 .Navigation .elements .menuNav .menu .callAndClose .callBtn { background-color:#333; border:none; border-radius:8px; margin-top:3px; }
				.header-ex3 .Navigation .elements .menuNav .menu .callAndClose .callBtn::after { color:#fff; }
			.header-ex3 .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-ex3 .Navigation .elements .menuNav .menu ul.stMobileMenu { background-color:#fff; font-size:21px; padding:13px 20px; }
		
		.header-ex3 .Navigation .elements .menuNav .menu .mobileMenu, .menu .mobileMenu::before { margin-top:15px; }
		
		
}



@media only screen and (max-width: 768px) {
    .header-ex3 .Navigation .elements .logo { left:30px; }

	.header-ex3 .Navigation .elements .menuNav { width:100px; }
		.header-ex3 .Navigation .elements .menuNav .menu { padding-right:30px; }
}





@media only screen and (max-width: 480px) {
	.header-ex3 .Navigation .elements .logo { width:120px; left:10px; }
	
	.header-ex3 .Navigation .elements .menuNav { width:70px; }
		.header-ex3 .Navigation .elements .menuNav .menu { padding-right:10px; }
}

@media only screen and (max-width: 380px) {  
	.header-ex3 .Navigation .elements .menuNav .menu .callAndClose .quote { display:none; }
}




