@import url("../WCM010020/responsive.css");

@media only screen and (max-width: 979px){

	.site-footer .follow_us_inner {
		text-align: center;
	}
	/*************Header************/
	.main-navigation{background:none;}

	.toggled-on .mega-menu .mega{background-color:#06649e;}
	.toggled-on .mega-menu ul li a:hover{background-color:#002c4e;}
	
	/*************Footer*************/
	.follow_us_inner{width:100%; border:none;}
	.site-footer .mobile_togglecolumn{  color: #efefef;;}

}
@media only screen and (max-width: 767px){
	.header-menu-links .header-menu-toggle {
    	background: #002c4e;  
	}
	.header-menu-links ul{
		background:#002c4e;
		opacity:0.8;
	}
	
}
@media only screen and (max-width: 479px) {
	.header-search input[type="submit"]{background:url("images/megnor/respo-search.png") no-repeat scroll center center #06649e;}
	.header-search input[type="submit"]:hover{background:url("images/megnor/respo-search.png") no-repeat scroll center center #06649e;}
}