
@media only screen and (max-width: 768px) and (min-width: 320px) {
	
	.footer_nav {text-align:center; position:fixed; bottom:0; background:#fff; margin-top:150px; display:block!important;
			box-shadow:0px 0 15px #ccc; width:100%; padding:5px 0;
			z-index:2!important;
		}
	.footer_nav ul {display:flex; justify-content:space-around; padding:0;}
	.footer_nav ul li i {font-size:24px;}
}


