
body {
	overflow: hidden;
	color: #444;
}

a {
	color: #444;
}

.btn-custom {
	background: #bd0926;
	color: white;
}

.btn-custom:hover {
	color: white;
}

.ts-map {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 100px;
	background: #777;
}

.footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background: white;
	text-align: center;
	z-index: 101;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	color: #003399;
	font-size: 10px;
	padding: 10px;
}

.footer img {
	display: block;
	margin: 0 auto;
	height: 60px;
}

h1 {
	font-size: 16px;
	margin-right: 25px;
}

img {
	max-width: 100%;
}


.item-popup {
	display: block;
	width: 150px;
	color: #003399;
	cursor: pointer;
}

.item-popup img {
	display: block;
	max-width: 100%;
	margin-bottom: 0.5rem;
}

.top {
	text-align: center;
	border-radius: 4px;
}


.sidebar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 100px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.7);
	width: 300px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 100;
	overflow: hidden;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.sidebar .scrollbar {
	max-height: 100%;
	overflow: auto;
}

.sidebar .top {
	padding: 10px 25px;
}

.sidebar .content,
.sidebar .empty-content {
	position: relative;
	padding: 10px;
	font-size: 16px;
	color: #003399;
	line-height: 140%;
	font-weight: 500;
}


.sidebar .content .loading {
	position: absolute;
	background:rgba(255, 255, 255, 0.7);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.sidebar .content .section {
	margin: 10px 0;
}

.sidebar .content .trip-info span {
	font-size: 1.2em;	
	display: inline-block;
	margin-right: 10px;
}

.sidebar .content .close {
	float: right;
	cursor: pointer;
	font-size: 2em;
	margin: -10px 0 10px 10px;
	color: #555;
}

.sidebar .content .section.photos {
	margin-left: -2px;
	margin-right: -2px;
}

.sidebar .photos a {
	display: block;
	margin: 2px;
}

ul.contact  {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.contact  li {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

ul.contact span {
	display: inline-block;
	color: #bd0926;
	margin-right: 5px;
}


.leaflet-marker-icon.map-marker {
	margin-top: -20px;
	margin-left: -20px;
}

ul.drops {
	padding-left: 0;
	list-style: none;
}

ul.drops li {
	background: url('/images/drop.png') left center no-repeat;
	padding: 0.5rem 0 0.5rem 2.5rem;
}