.footer {
	width: 100%;
	height: 70px;
	/* float: bottom; */
	background-color: #333;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-weight: 200;
	font-size: .9em;
	color: #aaa;
}

.footer-left {
	float: left;
	padding: 5px;
	width: 50px;
}

.footer-table {
	display: table;
	border-collapse: collapse;
	float: left;
	margin-top: 10px;
	width: calc(100% - 140px);
}

.footer-table::after {
	border-left-width: 1px;
	border-left-color: #555;
}

.footer-table h1 {
	color: #eee;
	font-size: 1em;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;
}

.text-block {
	display: table-cell;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #555;
}

.text-block-end {
	border-right: 0px;
}

.footer-right {
	float: right;
	width: 45px;
	padding: 5px;
}

.places {
	min-width: 150px;
}

@media only screen and (max-width: 900px) {
	.places {
		min-width: 110px;
	}
}

@media only screen and (max-width: 800px) {
    #description {
        display: none;
    }

	#next-destination {
		border-right: 0px;
	}
}