@media screen and (min-width: 1280px){
	.module.footer{
		position: fixed;
		bottom: 0;
		height: 22px;
		width: 100%;
		background: white;
		font-size: 12px;
		text-align: center;
		padding-top: 8px;
		font-family:'Open Sans', sans-serif;
	}
	
}