.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

.logo {
	width: 440px;
	max-width: 100%;
}

html,body {
	position: relative;
	height: 100%;
	width: 100%;
}

.site-wrapper {
	min-height: 100%;
	position: relative;
	padding-bottom: 60px;
}
