@media only screen and (max-width: 1400px){
	.header-2 .logo img{width: 60px}
}
@media only screen and (max-width: 1200px){
	.search{width: 100%;}
}
@media only screen and (max-width: 992px){
    .footer-top{padding-top: 50px;}
	.footer-bottom{line-height: 1.5;}
}
@media only screen and (max-width: 576px){

}