html {
	font-size: 14px;
	position: relative;
	min-height: 100%;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

body {
	margin-bottom: 60px;
	font-family: Arial, Helvetica, sans-serif !important;
}

.footer-fixed {
	position: fixed;
	width: 100%;
	background-color: #e3e3e3;
	display: block;
	float: none;
	clear: both;
	height: 35px;
	bottom: 0;
	left: 0;
	z-index: 7000;
}
