
/*
 * footer
 * */
 
@media only screen and (max-width: 1000px){

.footer{
    width:1000px !important;
}
.footer .nav{
	width: 1000px;
	
}

}