/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	/*min-height: 100%;*/
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -152px;
	padding: 0 0 152px;
	/*margin-bottom: 48px;*/ /* Margin bottom by footer height */
}
main {
	/* Negative indent footer by its height */
	/*margin: 0 auto -64px 0;*/
	/*!* Pad bottom by footer height *!*/
	/*padding: 0 0 90px 0;*/
	/* Margin bottom by footer height */
	margin-bottom: 40px;
}

.footer {
	/*position: absolute;*/
	/*position: sticky;*/
	/*position: fixed;*/
	bottom: 0;
	width: 100%;
	height: 96px; /* Set the fixed height of the footer here */
	line-height: 48px; /* Vertically center the text there */
}

.footer-copyright {
	padding: 0;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.wrapper {
		margin: 0 auto -116px;
		padding: 0 0 116px;
		/*margin-bottom: 48px;*/ /* Margin bottom by footer height */
	}
	main {
		/*margin-bottom: 116px;*/
	}
	.footer {
		height: 48px; /* Set the fixed height of the footer here */
		line-height: 48px; /* Vertically center the text there */
	}
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*.container {
	width: auto;
	max-width: 680px;
	padding: 0 15px;
}*/
