/*********************
GRID
*********************/
/* Attribute selector */
[class*='col-'] {
	float: left;
}

/* Floats last ".bit-" to the right */
[class*='col-']:last-child {
	float: right;
}

[class*='col-'] {
	float: left;
	padding-right: 15px;
}

.masonryGrid {
	width: 85%;
	max-width: 968px;
	display: inline-block;
	position: relative;
}

.grid-item {
	width: 223px;
	margin-bottom: 5px;
}


.grid-item img {
	max-width:100%;
}

.grid {
	width: 105%;
	max-width: 1115px;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid:first-child {
	text-align: left;
}

.grid:last-child {
	
}

.grid-pad {
	padding: 15px 0 0px 15px;
}

.grid-pad>[class*='col-']:last-of-type {
	padding-right: 15px;
}

.push-right {
	float: right;
}

/* Content Columns */
.col-1-1 {
	width: 100%;
}

.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */
.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

/*******************
Generic tag style
*******************/
*, *:after, *:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

html {
	overflow-y: scroll
}

html, body {
	border: 0;
	height: 100%;
	background-color: #FFFFFF;
	color: #696969;
	font: 300 0.95em "Merriweather", Georgia, serif;
	text-align: center;
	margin: 0;
	padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

p {
	padding-bottom: 10px;
	line-height: 16pt;
	text-align: justify;
}

img {
	border: 0px;
}

h1, h2, h3, .mainMenuItem, .subMenuItem, #wadm, .workshop {
	font-family: "Open Sans", sans-serif;
}

h1 {
	color: #81BAFC;
	font-weight: 400;
	font-size: 1.42em;
	margin-bottom: 5px;
}

h2 {
	font-weight: 400;
	font-size: 120%;
	margin-top: 5px
}

h3 {
	font-style: italic;
	font-size: 105%
}

a, a:visited {
	color: #A1A1A1
}

a.highlight {
	color: #81BAFC !important
}

a:hover {
	color: #636363;
}

/*************
FORMS
*************/
input, textarea, select {
	border: 1px solid #A1A1A1;
	color: #696969;
	padding-left: 3px !important;
	padding: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-family: inherit;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}

input, select {
	height: 24px;
	vertical-align: middle;
}

input[type=submit] {
	color: #909090;
	border: 1px solid #A1A1A1;
	padding: 3px;
	/*background: url(../img/gradient-button.jpg) repeat-x;*/
}

input:focus, textarea:focus, select:focus {
	background-color: #FFFCD9;
	outline: 0;
}

input.error, textarea.error {
	background: #f8dbdb;
	color: gray;
	border-color: #e77776;
	background-image:
		url('http://www.johannesklapwijk.com/img/icon-error.gif');
	background-repeat: no-repeat;
	background-position: 98% center;
}

label.error {
	/*color: #D43B3B;
	display: inline;
	margin-left: 10px;*/
	display: none !important;
}

#subscriptionForm label, #subscriptionForm .requiredExplanation {
	width: 190px;
	display: inline-block;
}

#contactForm label, #subscriptionForm label {
	vertical-align: top;
}

/*******************
Generic classes
*******************/
.clearFix:after {
	content: "";
	display: table;
	clear: both;
}

#bannerImageContainer {
	width: 100%;
	max-width: 1110px;
	margin-bottom: 40px;
	display: block;
}

.highlight {
	color: #81BAFC
}

.column {
	position: relative;
	display: inline;
	float: left
}

.box {
	padding-bottom: 5px !important;
	padding-left: 20px !important;
}

.boxSmall {
	padding-bottom: 5px;
	padding-left: 20px;
}

.boxTitle {
	font-style: normal;
	font-size: 150%
}

.displayBox {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #B5B5B5;
	margin: 0px;
	margin-bottom: 15px;
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 25px;
	vertical-align: top;
}

.displayBox ul {
	padding-left: 18%;
}

.workshopBoxReadMore {
	position: absolute;
	bottom: 5%;
	left: 15%;
}

.workshop {
	padding-bottom: 30px;
	font-size: 95%;
}

.displayBoxTitleContainer {
	text-align: center;
}

.displayBox h2 {
	font-size: 120%;
	font-style: normal;
	margin-bottom: 10px;
}

.displayBox h2 a, .displayBox a {
	text-decoration: none;
}

.displayBox img {
	max-width: 240px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
	/*box-shadow: 2px 2px 5px #AAA;*/
}

.standing img {
	max-width: 133px;
	width: 95%;
}

.lying img {
	max-width: 200px;
	width: 95%;
}

.displayBox p {
	margin-left: 15%;
	margin-bottom: -3px;
	width: 95%;
}

.displayBox li {
	margin-left: 5px;
	margin-top: 2px;
}

.marginLeft {
	margin-left: 25px;
	margin-right: -2px;
}

.marginRight {
	margin-right: 25px;
}

#crumpath {
	height: 25px
}

#crumpath a {
	text-decoration: none;
}

.activeCrumb {
	font-style: italic;
}

.lead {
	font-weight: 700;
}

.quote {
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 730px;
}

.readMore a {
	text-decoration: none;
	font-style: italic;
}

.readMore a:after {
	font-family: 'fontAwesome';
	content: ' \f101';
}

.readMore a:hover {
	color: #81BAFC;
}

/****************
Page structure
****************/
#mainContainer {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	border: 0;
	text-align: left;
	z-Index: 1;
	position: relative;
	padding-left: 1.5%;
	padding-right: 1.5%;
}

#header {
	width: 98%;
	height: 160px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 100%;
	max-width: 1100px;
	padding-bottom: 50px;
	margin-left: auto !important;
	margin-right: auto !important;
}

#footer {
	height: 215px;
	position: absolute;
	bottom: -165px;
	color: #444444;
	background-color: #DDDDDD;
	border-top: 1px solid #BBBBBB;
	left: 0;
	right: 0;
	padding: 8px;
	width: 100%;
}

#openFooter {
	margin-top: 8px;
	cursor: pointer;
	cursor: hand;
}

#logo {
	max-width: 250px;
	width: 30%;
	display: block;
	display: inline-block;
	margin-top: 20px;
	float: left;
}

#mainMenuContainer {
	display: inline-block;
	float: right;
	margin-top: 60px;
	max-width: 800px;
	width: 64%;
}

.mainMenuItem {
	margin-left: 6%;
	font-size: 105%;
	float: left;
}

.mainMenuItem a:hover {
	padding-bottom: 5px;
	border-bottom: 1px solid #81BAFC;
	color: #777
}

#content:after {
	content: "";
	clear: both;
	display: block;
}

a.socialMediaIcon {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background: url(http://www.johannesklapwijk.com/img/icons.png) no-repeat
		0 0 scroll
}

a#twitter {
	background-position: -32px -32px
}

a#twitter:hover {
	background-position: -32px 0
}

a#facebook {
	background-position: 0 -32px
}

a#facebook:hover {
	background-position: 0 0
}

a#instagram {
	background-position: -96px -32px
}

a#instagram:hover {
	background-position: -96px 0
}

a#rss {
	background-position: -64px -32px
}

a#rss:hover {
	background-position: -64px 0
}

#mainMenu, #subMenu {
	list-style: none;
	padding: 0px;
}

.subMenuItem a, .mainMenuItem a {
	text-decoration: none;
	text-transform: uppercase;
}

.subMenuItem {
	margin-right: 3.4%;
	margin-bottom: 8%;
	font-style: normal;
	font-size: 100%;
}

#footerContent {
	max-width: 1110px;
	padding-left: 5px;
	padding-left: 5px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 88%;
}

#footerContent h2 {
	margin-bottom: 20px;
	font-style: normal;
	font-size: 125%;
}

#footerContent a {
	color: #444444;
	text-decoration: none;
}

#footerContent ul {
	list-style: none;
}

#footerContent li {
	margin-bottom: 10px;
}

/******************
HOME
******************/
.homeContent h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.homeContent p {
	width: 95%;
}

#homeText {
	margin-top: 70px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 70px;
}

#newsLetterCaption {
	display: inline-block;
	margin-top: 5px;
}

#newsLetter input {
	max-width: 200px;
	width: 80%;
	display: block;
}

#newsLetter input {
	max-width: 200px;
	width: 80%;
	display: block;
}

#newsletterButton {
	background-color: #919191;
	color: #DDDDDD;
	width: 100px;
}

/**********************
PORTFOLIO
**********************/
#subMenu {
	max-width: 180px;
	width: 14%;
	margin-bottom: 10px;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

#submenu-bottom {
	max-width: 180px;
	width: 14%;
	position: absolute;
	top: 300px;
}

#submenu-bottom span:first-child {
	margin-right: 15px;
	display:inline-block;
	width: 15px;
}

#submenu-bottom span:last-child {
	margin-left: 15px;
	width: 15px;
}

.photoNav a {
	text-decoration: none;
}

#portfolio {
	width: 85%;
	max-width: 968px;
	display: inline-block;
	position: relative;
	margin-bottom: 25px;
	text-align: center;
}

#portfolio img {
	max-width:100%;
	max-height:100%;
}
#wadm {
	position: absolute;
	bottom: 1%;
	left: 1%;
	font-size: 90%;
	text-decoration: none;
	z-index: 120;
	color: #FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity = 70); /* For IE8 and earlier */
}

.bottom {
	padding-bottom: 20px;
}

/*********************
SPECIES
*********************/
.speciesHeaderContent {
	margin-right: 10px;
}

#introSpecies {
	margin-bottom: 10px;
}

.thumbnailRow {
	display: inline-block;
	width: 100%;
}

.speciesFamily {
	margin-bottom: 6px;
}

.speciesFamily a:hover {
	color: #81BAFC;
}

.specie {
	display: table;
	overflow: hidden;
	text-align: center;
	padding-bottom: 15px;
}

.specie a:hover {
	color: #81BAFC
}

#searchSpecieForm input {
	display: block;
	width: 200px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#searchSpecieForm input[type=submit] {
	margin-top: 3px;
}

/*********************
SPECIE
*********************/
#specieContainer h1 {
	margin-top: 10px;
}

#specieContainer p {
	max-width: 95%;
}

#specieFamilyList {
	min-height: 80px;
}

#specieFamilyList h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.specieCaption {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 105%;
	font-style: italic;
}

.specieImage {
	margin-bottom: 25px;
	/*-webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.3);*/
	display: block;
	max-width: 780px;
}

.specieFamilyListItem {
	text-decoration: none;
	line-height: 170%;
	display: block;
}

/*********************
BLOG
*********************/
.blogBox {
	margin-top: 30px;
	margin-bottom: 35px;
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #F1F1F1;
}

.blogBox:last-child, .blogBoxNoThumbnail:last-child {
	margin-bottom: 10px;
	border-bottom: none;
}

.blogThumb {
	height: 100%;
	float: left;
	height: 200px;
}

.blogThumb img {
	width: 170px;
	height: auto;
	/*-webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.3);*/
}

.blogBoxContent {
	position: relative;
	float: right;
	width: 73%;
	padding: 0px;
	padding-bottom: 35px;
}

.centerAlign {
	text-align: center;
}

.blogBox h1, .blogBoxNoThumbnail h1 {
	margin-top: -7px;
}

.blogBox h1 a, .blogBoxNoThumbnail h1 a {
	color: #81BAFC !important;
	text-decoration: none;
}

.blogDate {
	margin-top: -5px;
	font-size: 80%;
}

.blogIntro {
	line-height: 17px;
}

.blogSubscript {
	position: absolute;
	bottom: 10px;
	right: 0px;
	left: 0px;
}

.category {
	float: right;
}

.category a {
	text-decoration: none;
}

.blogReadMore {
	float: left;
}

.blogBoxNoThumbnail {
	max-width: 650px;
	width: 71%;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 0;
	border-bottom: 1px solid #F1F1F1;
}

.blogBoxNoThumbnailContent .blogDate {
	text-align: center;
	margin-bottom: 25px;
}

.blogBoxNoThumbnailContent {
	padding-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}

.blogBoxNoThumbnailSubscript {
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 22px;
	text-align: right;
}

#blogBar {
	width: 70%;
	margin-top: 10px;
	float: right;
}

#blogBar h2 {
	margin-top: 15px;
	margin-bottom: 10px;
}

#blogBar a {
	text-decoration: none;
}

#blogBar h2:first-child {
	margin-top: 0px;
}

#blogBar p {
	line-height: 1.7em;
	padding: 0px;
	margin-top: 0px;
}

#search {
	background-image:
		url('http://www.johannesklapwijk.com/img/icon-search.gif');
	background-repeat: no-repeat;
	background-position: 96% center;
	width: 150px;
	margin-right: 3px;
}

#searchButton {
	width: 150px;
	display: block;
}

/*****************
BLOG ARTICLE
*****************/
#blogContent h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 115%;
}

#articleBody {
	text-align: center;
}

#articleBody h2 {
	font-size: 108%;
	font-weight: bold;
	text-align:left;
	margin-bottom: 5px;
}

#articleBody h3 {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 103%;
	font-weight: normal;
}

#articleBody ul {
	text-align: left;
	margin-left: 5%;
}

#articleBody ul.bxslider {
	margin-left: 0px;
}

.blogImages {
	margin-bottom: 20px;
	margin-top: 5px;
	text-align: center;
	font-size: 90%;
}

.blogImages img {
	/*-webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.3);*/
	display: block;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.blogImages2 {
	-webkit-box-shadow: 5px 5px 12px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 5px 5px 12px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 5px 5px 12px 0px rgba(50, 50, 50, 0.2);
	padding: 34px;
	border: 1px solid #DEDEDE;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
	max-width: 100%;
}

.poem {
	font-style:italic;
	margin-top:2em;
	margin-bottom: 2em;
}

.blogImages2 figcaption, .blogimages3 figcaption {
	margin-top: 15px;
	margin-bottom: -15px;
	font-size: 80%;
}

.blogImages2 img {
	display: block;
	box-sizing: content-box;
	max-width: 750px;
}

.blogImages span, .blogImages figcaption {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 25px;
	display: block;
}

#article img {
	margin-bottom: 5px
}

.blogDateArticle {
	margin-bottom: 10px;
	margin-top: -3px;
	font-size: 90%;
}

.centerBlogSubtitle {
	text-align: center;
	margin-bottom: 20px;
}

#articleBody ul.exif {
	font-size: 80%;
	font-style: italic;
	margin-bottom: 15px;
	text-align: center;
	list-style-type: none;
}
/******************
WORKSHOP MAIN
******************/
.marginBottom {
	margin-bottom: 10px;
}

#workshopIntro p {
	line-height: 17pt;
	margin-right: 20px;
}

#workshopSummaryOverall {
	border-left: 1px solid #F1F1F1;
	padding-left: 30px;
	margin-left: -5px;
}

#workshopSummaryOverall h2 {
	margin-top: 0px;
}

#workshopSummaryOverall ul {
	padding-top: 5px;
	padding-left: 7%;
}

#workshopSummaryOverall li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin: 0 5px 0 -15px;
	color: #81BAFC;
}

#workshopSummaryOverall li {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -.7em;
	list-style: none;
}

.workshop:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0
}

/******************
WORKSHOPS
******************/
.workshopText p {
	width: 98%;
}

.workshopSummary {
	margin-top: 19px;
}

.workshopSummary h2 {
	margin-bottom: 8px;
}

.masterclassSpecies {
	width: 30%;
	margin-bottom: 15px;
}

.workshopList {
	padding-left: 5%;
}

#workshopGallery {
	border-top: 1px solid #F1F1F1;
	padding-top: 20px;
	text-align: center;
}

#workshopGallery a {
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	border: 0;
}
/*******************
AANMELDEN
*******************/
#subscriptionForm {
	margin-top: 20px;
}

#subscriptionForm input, #subscriptionForm select, #subscriptionForm textarea
	{
	width: 300px;
}

#subscriptionForm input[type=checkbox] {
	margin-right: 5px;
	margin-left: 193px;
	width: 20px;
	margin-bottom: 5px
}

#subscriptionForm label.checkboxLabel {
	width: auto;
}

/*******************
ABOUT ME
*******************/
#aboutMePhoto {
	max-width: 500px;
	width: 55%;
	height: auto;
	margin-left: 2%;
	margin-top: 5px;
	float: right;
}

p.longText {
	line-height: 17pt;
}

.signature {
	margin-top: 20px;
	margin-left: 35%;
	font-style: italic
}

/*******************
GEAR
*******************/
#gearText p {
	width: 93%;
}

.gearList {
	margin-bottom: 15px;
}

.gearList li {
	margin-left: 15px;
	line-height: 1.7em;
}

#gearImage {
	float: right;
}

/*******************
CONTACT
*******************/
.contactInfo label {
	max-width: 100px;
	width: 30%;
	display: inline-block;
	height: 22px
}

.contactInfoRightColumn {
	display: inline-block;
	width: 68%;
	height: 22px
}

#contactForm label, #contactForm .requiredExplanation {
	width: 30%;
	margin-right: 2%;
	display: inline-block;
}

#contactForm input, #contactForm textarea {
	width: 65%;
}

#contactForm {
	margin-bottom: 25px;
}
/*********************
LEZINGEN
*********************/
#lezingen {
	margin-left: 35px;
	font-style: italic;
	margin-bottom: 10px;
}

.lezingenIntro {
	margin-bottom: 20px;
}

/*********************
EMERGE
*********************/
.vertical {
	max-width: 400px;
	width: 100%;
}

.horizontal {
	max-width: 600px;
	width: 100%;
}

/**********************
LOW RES - Larger then phone
**********************/
@media ( min-width : 768px) and (max-width: 1150px) {
	body {
		font-size: .85em;
	}
	.grid {
		width: 100%;
	}
	#footer {
		height: 250px;
		position: absolute;
		bottom: -200px;
	}
	.mainMenuItem {
		margin-left: 3%;
	}
	.displayBox p {
		margin-left: 5%;
	}
	.displayBox span {
		display: block;
	}
	.workshopBoxReadMore {
		left: 5%;
	}
}

/**********************
MOBILE
**********************/
@media handheld , only screen and (max-width: 767px) {
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 0px;
	}
	[class*='col-'] {
		width: 100%;
		float: none;
		margin: 0px;
		margin-bottom: 15px;
		padding: 0px;
	}
	body {
		font-size: .8em;
	}
	p {
		line-height: 16px;
	}
	p.longText {
		line-height: 18px;
	}
	#content {
		padding-bottom: 0px;
		padding-left:3%;
		padding-right: 3%;
	}
	#footer {
		height: auto;
		position: relative;
		bottom: inherit;
		margin-left: 0px;
		bottom: 0px;
	}
	#mainContainer {
		padding: 0px;
	}
	#subMenu {
		width: 100%;
		max-width: 100%;
		display: block;
	}
	.subMenuItem {
		width: 47%;
		display: inline-block;
		text-align: center;
		margin: 0px;
	}
	.bx-wrapper, .bx-viewport {
	    height: auto !important;
	}
	
	#portfolio {
		width: 95%;
		margin-left: 10px;
		margin-right: 10px;
	}
	.bxslider, .bx-wrapper {
		height: 200px !important;
	}
	.masonryGrid {
		width: 100%;
	}
	 .grid-item {
	 width: calc(50% - 15px);
	 }
	#submenu-bottom {
	max-width: 100%;
	width: 100%;
	position: relative;
	top: inherit;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}

#submenu-bottom span:first-child {
	margin-right: 15px;
	display:inline-block;
	width: 15px;
}
	
	#footerContent .col-1-12:first-child {
		display: none;
	}
	#footer h2 {
		display: block;
		margin-bottom: 10px;
	}
	#specieFamilyList, #blogBar {
		padding-left: 0px;
		padding-top: 10px;
		padding-bottom: 15px;
		margin: 0px;
		width: 100%;
		border-top: 1px solid #F1F1F1;
	}
	.blogIntro {
		margin-top: -5px;
		line-height: 14px;
	}
	.blogSubscript {
		position: absolute;
		bottom: 15px;
		right: 0px;
		width: 100%;
		margin-top: 5px;
	}
	.blogImages2 figcaption {
		margin-bottom: -10px;
	}
	.blogThumb {
		display: none;
	}
	#headerTop {
		height: 130px;
	}
	#mainMenuContainer {
		margin-top: 30px;
	}
	.specieImage, .blogImages img, .blogBoxContent, .blogImages2,
		.blogImages2 img {
		width: 100%;
	}
	.blogImages2 {
		padding: 5%;
	}
	.mainMenuItem {
		float: left;
		width: 35%;
		text-align: center;
		padding: 3px;
	}
	#subscriptionForm label, #subscriptionForm .requiredExplanation {
		width: 115px;
	}
	#contactForm input, #contactForm textarea {
		margin-right: 0;
		margin-top: 1px;
	}
	label.error {
		display: none !important;
	}
}

/**
MAGNIFIC popup
**/

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: white;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

/*.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }*/
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: #696969;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity = 65);
	padding: 0 0 18px 10px;
	color: #696969;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #696969;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity = 65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a
	{
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #696969;
	font-size: 90%;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape) , screen
	and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/**
  BX slider
  **/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}


.bx-wrapper ul img {
	display: block;
	max-width:100%;
	max-height:100%;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.bxslider {
	padding: 0px;
	margin: 0px;
}

.bxslider li {
	display: none;
	height: 100%;
}

.bxslider, .bx-wrapper {
	height: 500px;
}

.bxslider img {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle;
}

.bxslider li:first-child {
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	margin-top: 0px;
	padding: 0px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 100px;
	height: 100px;
	text-indent: -9999px;
	z-index: 9999;
	opacity: 0.1;
}

.bx-wrapper a {
	background: url(http://www.johannesklapwijk.com/img/arrows-sprite.png)
		no-repeat;
}

.bx-wrapper .bx-prev {
	left: -15px;
	background-position: 0 0;
}

.bx-wrapper .bx-next {
	right: -15px;
	background-position: -100px 0;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -100px;
	opacity: 0.3;
}

.bx-wrapper .bx-next:hover {
	background-position: -100px -100px;
	opacity: 0.3;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active
	{
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/arrows-sprite.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active
	{
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto
	{
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}