﻿@media screen and (max-width:640px){
	
	.m-footer{
		display: block;
	}
	#footer{
		display: none;
	}
	.f-fw {
		width: auto;
	}
}