body {
	font-family: sans-serif;
}

nav {
	border-bottom: 1px solid #ddd;
}

#navBarSearchForm input[type=text] {
	width:320px !important;
}
#map {
	height: calc(100vh - 200px);
	z-index: 1;
}
#ticker {
	background: #fff;
	padding-top: 5px;
	width: 100%;
	height: 32px;
	color: #777;
	z-index: 3;
}

.information {
	background: #fff;
}

.main-map {
	padding: 0px;
}

.pane {
	text-align: center;
	background: #eee;
	margin: 0px;
	margin-top: 10px;
	padding: 5px;
}
.pane .countries {
	width: 50%;
	display: block;
	margin-top: 5px;
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: left;
	padding-left: 10%;
}
.pane .countries-header {
	width: 100%;
	font-size: 15px;
	border-bottom: solid 3px #000;
	margin-bottom: 16px;
	text-align: center;
	padding-left: 0px;
}

.pane .ride-types {
	min-width: 100%;
	display: block;
	margin-top: 5px;
	font-size: 14px;
	margin-bottom: 10px;
	cursor: pointer;
}

#cookiebar {
	width: 98%;
	height: auto;
	position: absolute;
	bottom: 0;
	z-index: 5000;
	background: #fff;
	padding: 1%;
	display: none;
}
#infobar {
	width: auto;
	height: auto;
	position: absolute;
	bottom: 0;
	z-index: 4;
	background: #fff;
	padding: 4px;
	display: none;
	font-size: 12px;
}
#privacy_policy_container {
	display: none;
	position: fixed;
	z-index: 5000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

#privacy_policy {
	background-color: #fefefe;
	margin: 50px auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

#route_search {
	background: transparent;
	position: absolute;
	width: 100%;
	padding: 5px;
	left: 0px;
	top: 40px;
	z-index: 5;
}
#route_search span{
	background-color: #fefefe;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	margin: 5px;
	width: 100%;
	float: left;
}
.search-entry {
	cursor: pointer;
}
.search-entry img {
	margin-right: 3px;
}
#route-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 10;
}
#route-overlay-overlay {
  position: fixed;
  display: none;
  width: calc(100%-50px);
  height: calc(100%-50px);
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  background-color: transparent;
  z-index: 11;
}
#single-video {
	text-align: center;
	position:relative;
	padding-top:56.25%;
}
#single-video div {
	width:100%;
}
#single-video img {
	max-width: 50%;
}
#single-video-youtube {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#singlemap {
	height: 100%;
	z-index: 12;
}
#closebutton {
	position:absolute;
	cursor: pointer;
	top:0;
	right:0;
	z-index: 13;
	margin: 10px;
	
}
#stations-outer {
	background-color: #fff;
	height: 100px;
	z-index: 500;
	overflow: hidden;
	border-bottom: 2px solid #eee;
	background-image: url("../img/stations-background.png");
	background-repeat: repeat-x;
	background-position: 50% 50%;
}

#stations ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#stations li {
	float: left;
}

#stations li a {
	display: inline-block;
	color: #333;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	background-image: url("../img/stations-station.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#stations li a:hover {
	background-image: url("../img/stations-station-hover.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#alternatives-outer {
	background-color: #fff;
	height: 100px;
	z-index: 500;
	overflow: hidden;
	border-bottom: 2px solid #eee;
	background-image: url("../img/alts-background.png");
	background-repeat: repeat-x;
	background-position: 50% 50%;
}

#alternatives ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#alternatives li {
	float: left;
	margin-right: 5px;
	height: 100%;
	width: auto;
	display: inline-block;
	background: #fff;
}

.alternatives-img {
	height: 100px;
	width: 160px;
}

#video_controls {
	background-color: #eee;
	height: 56px;
	z-index: 500;
	padding: 5px;
}

#mute-button {
	cursor: pointer;
}

.first-slide-info {
	height: 100px;
	width: 160px;
	color: #888;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 10px;
}

#myProgress {
  width: 100%;
  cursor: pointer;
  background-color: #bbb;
  margin-bottom: 5px;
}

#myBar {
  width: 1%;
  height: 10px;
  background-color: #444;
}

.new-ticker {
	position: fixed;
}
