ul.icons {
	padding-left: 0px;
	list-style-type: none;
}

ul.icons > li:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e162";
	padding-right: 0.5em;
}

.jumbotron {
	padding-bottom: 1em;
}

.navbar-nav > li {
border-right: 1px solid #eeeeee;
}

.top {
	padding-top: 50px;
}

.header {
	padding-bottom: 0px;
}

h2 {
	padding-top: 50px;
	margin-top: -30px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 20px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 20px;
  background-color: #e6f1f8;
  vertical-align: center;
}
/* Web map
-------------------------------------------------- */
#map {
	height: 450px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
}

/* Image gallery
-------------------------------------------------- */
.gallery {
	padding-bottom: 40px;
}

.gallery .thumbnail {
	cursor: pointer;
	margin-bottom: 0;
}

.gallery .thumbnail img {
	width: 100%;
}

/* Popup shown when a gallery image is clicked. This version of Bootstrap has no
   .modal-lg, so size and centre the dialog ourselves. */
.modal-image {
	overflow: hidden;
}

.modal-image .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 1200px;
	margin: 0;
}

.modal-image.fade .modal-dialog {
	-webkit-transform: translate(-50%, -75%);
	-ms-transform: translate(-50%, -75%);
	transform: translate(-50%, -75%);
}

.modal-image.in .modal-dialog {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal-image .modal-body {
	padding: 10px;
}

.modal-image .modal-body img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 75vh;
}

/* No divider after the last item on the right-hand side of the navbar, plus a
   little breathing room at the right-hand end */
.navbar .navbar-right > li:last-child {
	border-right: none;
}

.navbar .navbar-right > li:last-child > a {
	padding-left: 10px;
	padding-right: 25px;
}

/* Buy me a coffee button
-------------------------------------------------- */
.navbar .bmc-item {
	border-right: none;
}

.navbar .bmc-item > a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
}

/* 40px image plus 5px padding above and below fills the 50px navbar exactly.
   display:block avoids the inline baseline gap, which would otherwise push the
   navbar a few pixels taller. */
.navbar .bmc-item img {
	display: block;
	height: 40px;
	width: auto;
}

.bmc-footer {
	padding-top: 20px;
}

.bmc-footer img {
	height: 50px;
	width: auto;
	vertical-align: middle;
}

/* Larger body text, used on the Uses and Download pages
-------------------------------------------------- */
.large-text {
	font-size: 18px;
	line-height: 1.6;
}

.large-text li {
	margin-bottom: 8px;
}

/* Divider between sections of a page. clear:both is needed because it sits
   between two floated columns, and the width matches the col-md-8 content area
   so the line lines up with the text above and below it. The space above the
   line comes from padding rather than margin, because clearance absorbs a
   cleared element's top margin and would leave the line tight against the
   column above. */
.page-divider {
	clear: both;
	height: 0;
	padding-top: 40px;
	margin: 0 15px 40px;
	border: 0;
	border-bottom: 1px solid #b9d7e8;
}

@media (min-width: 992px) {
	.page-divider {
		width: -webkit-calc(66.66666666666666% - 30px);
		width: calc(66.66666666666666% - 30px);
	}
}

/* The gap above the divider would otherwise be larger than the gap below it,
   because the column above ends with a paragraph carrying a bottom margin
   while the column below starts with one that has no top margin. */
.large-text > :last-child {
	margin-bottom: 0;
}
