@media (min-width: 1200px) {
    .container{
        max-width: 800px;
    }
}
* {
	outline: 0;
}
a {
	color:#85A0AA;
	text-decoration:underline !important;
	cursor: pointer;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color:#85A0AA;
	letter-spacing: 1px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color:#85A0AA;
	letter-spacing: 1px;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	color:#ffffff;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}
body {
	color: #666666;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: serif;
	letter-spacing: 1px;
}
input {
	font-size: 14px;
	padding: 4px;
	font-family: serif;
}
textarea {
	font-size: 14px;
	padding: 4px;
	font-family: serif;
}
.col-md-12, .col-md-4, .col-md-3 {
	padding-top: 10px;
	padding-bottom: 25px;
}
.container {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.container-fluid {
	padding: 0px;
	margin: 0px;
}
.top {
	background-color:#85A0AA;
	color: #ffffff;
	position: fixed;
	z-index: 999;
	top: 0;
}
.top_adres {
	text-align: left;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 7px;
}
.header {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color:#85A0AA;
	border:0;
	margin: 0;
	padding: 0;
	z-index: 888;
}
.header video {
	margin-bottom: -5px;
}
.header img {
	margin-bottom: -5px;
}
.header-title {
  color: rgba(255, 255, 255, 1);
  position: absolute;
	padding: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	font-size: 30px;
}
.header-title.brug{
  bottom: 0px;
  left: 0;
}
.header-title.zwaan{
  bottom: 10px;
  left: 0;
}
.header-title.themadag{
	bottom: 10px;
	left: 0;
}
.header-title.vlieg{
  bottom: 10px;
  right: 0;
}
.header-title.konijn{
  bottom: 10px;
  right: 0;
}
.navbar {
	background-color: #ffffff;
	box-shadow: 0px 3px 10px #999999;
}
.navbar-collapse {
	position: relative;
}
.navbar .nav.pull-right {
	right: 0;
}
.logo {
	position: relative;
	left: 0;
	bottom:10px;
	width: 40%;
	margin-top: 10px;
	text-align: left;
}
.logo img{
	padding-top: 26px;
	width: 100%;
}
.main {
	background-color: #ffffff;
	position: relative;
}
.blockquote {
  background:#bad0d8;
  font-style: normal;
  padding:0px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-style: italic;
	margin-bottom: 25px;
}
.blockquote p {
  padding:0;
  display:block;
}

.blockquote p.says {
  text-align:left;
  padding:0;
  position:relative;
	line-height: 35px;
}

.blockquote p.says:before, .blockquote p.says:after {
  content: '”';
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:bold;
  vertical-align:top;
  line-height:0.8;
}

.blockquote p.says:after {
	position:relative;
  margin-left: -8px;
  top: 5px;
}
.blockquote p.says:before {
  content: '“';
  position:absolute;
  left: -18px;
  top: 0px;
}
.footer {
	background-color:#85A0AA;
	color: #ffffff;
	position: relative;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #dde3ff;
	text-decoration:none;
}
.footer input {
	border: none;
	margin-bottom: 10px;
	width: 170px;
}
.footer textarea {
	border: none;
  resize: none;
	width: 170px;
	height: 80px;
}
.sub-footer {
	color: #ffffff;
	background-color: #adcfdb;
}

@-webkit-keyframes sonarEffect {
	0% {
		-webkit-transform: scale(0.5);
		opacity: 0.1;
	}
	40% {
		opacity: 0.3;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #85A0AA, 0 0 0 2px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #85A0AA, 0 0 0 2px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		-moz-transform: scale(0.5);
		opacity: 0.1;
	}
	40% {
		opacity: 0.3;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #85A0AA, 0 0 0 2px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #85A0AA, 0 0 0 2px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		transform: scale(0.5);
		opacity: 0.1;
	}
	40% {
		opacity: 0.3;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #85A0AA, 0 0 0 2px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #85A0AA, 0 0 0 2px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

.button {
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 1;
	padding: 10px;
	padding-left: 6px;
	padding-right: 6px;
	color:#85a0aa !important;
	font-size: 12px;
	text-decoration: none !important;;
}
.button.active{
	font-weight:bold;
}
.button:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.button:before {
	speak: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
/* Effect 9 */
.menu .button {
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.menu .button:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	border-radius: 50%;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

/* Effect 9a */
.menu .button:hover:after {
	-webkit-animation: sonarEffect 2s ease-out 75ms;
	-moz-animation: sonarEffect 2s ease-out 75ms;
	animation: sonarEffect 2s ease-out 75ms;
	text-decoration:none;
}

.menu .button:hover {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
	text-decoration:none;
}
.sub-footer .row {
	align-items: center;
}
