
footer#footer {
	background: rgb(221, 15, 23);
	color: #FFF;
	font-size: 0.8em;
	min-height: 180px;
}

@media only screen and (min-width: 768px) {

	footer#footer .row {
		position: relative;
	}
	footer#footer .row div {
		padding: 10px 0 10px 0;
	}
	footer#footer div.footer-column-bottom {
	    border-left: 1px solid white;
		position: absolute;
		bottom: 0;
		right: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
}