html {
	overflow: scroll;
}

body {
	overflow: hidden;
}

section {
	position: relative;
	min-height: 800px;
}

section>div {
	position: relative;
	z-index: 10;
}

dl dd {
	margin-bottom: 15px;
}

a.navbar-brand {
  height: auto;
}

a.navbar-brand img#bolland-logo-small {
	width: 161px;
	height: 46px;
	margin-bottom: 8px;
}

a.navbar-brand img#bolland-logo-large {
	width: 750px;
	height: 212px;
}

nav.navbar.navbar-nav {
	background-image: none;
	background-color: #fff;
	border-color: #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	margin: 0;
}

ul.nav {
	margin-top: 8px;
	margin-left: 176px;
	width: auto;
}

ul.nav > li {
	display: inline;
}

ul.nav > li > a {
	display: block;
	float: left;
	padding: 15px;
	font-weight: bold;
	text-align: center;
}

/* It's an only child on the Disclosures page */
ul.nav > li:not(:only-child) > a {
	width: 25%;
}

.navbar .active > a,
.navbar .active > a:hover,
.navbar .active > a:focus {
	color: #333;
	background-color: #8bd0f1;
}

.row {
	margin-top: 25px;
}

.note {
  display: block;
  background-color: #ffe;
  border: 2px solid #a00;
  border-radius: 8px;
  padding: 5px 15px;
  font-size: large;
  color: #a00;
}

.note span.glyphicon {
  color: #333;
}

form .required {
	color: #a00;
}

form .error-message {
	color: #f00;
	font-size: small;
}

form #captcha-container img {
	width: 200px;
	height: 60px;
	margin-bottom: 15px;
}

form #captcha-container a.btn {
	position: relative;
	top: 5px;
	left: 5px;
}

form .buttons {
	text-align: center;
}

.opening-hours {
	font-style: italic;
}

.lead {
	position: relative;
	background-color: #cccccc;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.lead h1 {
	color: #3b63a0;
	margin: 0 0 15px;
}

.lead a {
	font-weight: bold;
}

.lead .disclaimer {
	font-size: small;
	margin-top: 1em;
	margin-bottom: 0;
}

section#home {
  background-color: #554935;
  background-image: linear-gradient(to bottom, #aaa 0px, #333 100%);
  background-repeat: repeat-x;
	margin-bottom: 0;
	padding: 50px 0 0 0;
	z-index: 50;
}

section#about {
	background-color: #5bc0de;
	background-image: linear-gradient(to bottom, #5bc0de 0px, #409aa5 100%);
  background-repeat: repeat-x;
	z-index: 60;
}

section#for-businesses {
	background-color: #5cd85c;
	background-image: linear-gradient(to bottom, #5cb85c 0px, #419641 100%);
  background-repeat: repeat-x;
	z-index: 70;
}

section#for-individuals {
	background-color: #428bca;
	background-image: linear-gradient(to bottom, #428bca 0px, #2d6ca2 100%);
	background-repeat: repeat-x;
	z-index: 80;
}

section#contact {
	background-color: #f0ad4e;
	background-image: linear-gradient(to bottom, #f0ad4e 0px, #eb9316 100%);
	background-repeat: repeat-x;
	z-index: 55;
}

section#disclosures {
	background-color: #eee;
	background-image: linear-gradient(to bottom, #eee 0px, #ddd 100%);
	background-repeat: repeat-x;
	padding: 120px 0 30px;
}

section#disclosures > .container {
	background-color: #fff;
	padding: 0 30px 30px;
}

.badge-landscape {
	width: 300px;
	max-width: 100%;
	margin: 0 0 30px 30px;
}

.badge-portrait {
	width: 200px;
	max-width: 100%;
	margin: 0 0 30px 30px;
}

section .panel {
	position: relative;
	font-size: larger;
	margin-top: 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

section .panel h2.panel-title {
	font-size: x-large;
}

section .photo-frame {
	position: relative;
	background-color: #eee;
	border: 2px solid #aaa;
	padding: 1em;
	border-radius: 4px;
	margin-top: 25px;
	margin-bottom: 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

section .photo-frame img {
	border: 1px solid #aaa;
	width: 100%;
}

section img.background-image,
section img.background-image-home {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

#map {
	width: 640px;
	height: 480px;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #333;
	background: #eee url(../images/loading.gif) no-repeat center;
}

footer.navbar-inverse {
	padding: 15px;
	color: #eee;
}

footer.navbar-inverse address {
	margin-bottom: 0;
}

footer.back-to-top {
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 2px 2px 0 8px;
	background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
	background-image: -webkit-linear-gradient(to top, #e8e8e8 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #dcdcdc;
	border-radius: 4px 0 0 0;
	z-index: 9999;
}

.modal .modal-body .row {
	margin: 0;
}

.modal .modal-body ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}

@media (max-width: 767px) {
	nav.navbar {
		font-size: small;
	}

	a.navbar-brand {
		padding-bottom: 0;
	}

	img.background-image {
		display: none;
	}

	section#disclosures {
		padding: 60px 0 0;
	}
}
