/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

/* Footer Fix */
@media (max-width: 767px) {
	footer #group-5 {
		display: none;
	}
	footer #group-5.show {
		display: block;
	}
}
