body {
	padding-top: 20px;
	padding-bottom: 60px;
}

/* Custom container */
.container {
	margin: 0 auto;
	max-width: 1000px;
}

.container > hr {
	margin: 60px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	margin: 0 0 80px 0;
	text-align: center;
}

.jumbotron h1 {
	font-size: 60px;
	line-height: 1;
}

.jumbotron .lead {
	font-size: 20px;
	line-height: 1.25;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
	margin: 60px 0;
}

.marketing p + h4 {
	margin-top: 28px;
}

/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
	padding: 0;
}

.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}

.navbar .nav li {
	display: table-cell;
	width: 1%;
	float: none;
}

.navbar .nav li a {
	font-weight: bold;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.navbar .nav li:first-child a {
	border-left: 0;
	border-radius: 3px 0 0 3px;
}

.navbar .nav li:last-child a {
	border-right: 0;
	border-radius: 0 3px 3px 0;
}

/* location select */
.location-select {
	display: none;
}

.location-select div {
	text-align: center;
}

/* webcam */
#webcam {
	height: 500px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

#webcam img.webcam-image {
	height: 100%;
}

#webcam img.webcam-image {
	display: none;
	height: 100%;
	width: auto;
	max-width: none;
	position: absolute;
	left: 0;
	z-index: 1;
}

.webcam-inner {
	height: 100%;
}

#webcam .button {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 2;
	width: 235px;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#webcam .button a {
	display: block;
	height: 100%;
}

#webcam .button.button-left {
	left: 0;
	background-image: url('../icons/button-left.png');
	background-position: 25px center;
}

#webcam .button.button-right {
	right: 0;
	background-image: url('../icons/button-right.png');
	background-position: 190px center;
}

#webcam img.loading {
	position: absolute;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	left: 50%;
	top: 50%;
}

/* datetime */
div.datetime {
	display: none;
	z-index: 3;
	color: #000;
	background: rgba(255, 255, 255, .7);
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

@media only screen and (max-width: 768px) {
	.container {
		width: 100%;
	}

	.jumbotron h1 {
		font-size: 2em;
	}

	.row-fluid [class*="span"] {
		float: none;
		width: 100%;
	}

	.navbar .nav li {
		width: 100%;
		display: block;
	}

	#webcam {
		height: 400px;
	}
}

