/*
Theme Name: Van der Mey
Author: Niek Meinema
Company: Twinsense Online Brand Excitement
Author URI: http://www.twinsense.nl
Version: 2.0
*/

/* core CSS */

body{
	font-family: 'PT Sans', sans-serif;
	background-image: url('images/bg.jpg');
}

html {
  position: relative;
  min-height: 100%;
}

a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
a:focus, a:hover {
    color: #007e79;
    text-decoration: underline;
}
a {
    color: #004946;
    font-weight: bold;
}

table{
	width: 100%;
	color: #fff;
	font-weight: bold;
}

td{
	text-align: center;
}

tr{
	border-bottom: 2px solid #fff;
}



.wrapper{
	max-width: 1300px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}

.nopadding{
	padding-left: 0px;
	padding-right: 0px;
}

.nomargin{
	margin-left: 0px;
	margin-right: 0px;
}

.smallermargin{
	margin-left: -6px;
	margin-right: -6px;
}

.separator{
	background-color: #004946;
	height: 12px;
	margin-top: 2px;
	margin-bottom: 12px;
}

/* Header */

header{
	background-color: #004946;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

header img{
	width: 320px;
}

/* Menu */

.navbar {
    position: relative;
    min-height: 36px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.navbar-collapse{
	border-top: 0px solid transparent;
	box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.1) inset;
}

.container-fluid > .navbar-collapse, 
.container-fluid > .navbar-header, 
.container > .navbar-collapse, 
.container > .navbar-header {
    margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-default {
    background-color: #fff;
	border-bottom:0px;
	z-index: 5;
	background-color: #eae9e3;
}

.navbar-default .navbar-nav > li > a{
    color: #524c34;
    background-color: #eae9e3;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover{
    color: #fff;
    background-color: #004946;
}

/*dropdowns */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 0px 0px;
    margin: 2px 0px 0px;
    font-size: 14px;
    text-align: center;
    list-style: outside none none;
    background-color: #eae9e3;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    line-height: 1.42857;
    white-space: nowrap;
    color: #524c34;
    background-color: #eae9e3;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #524c34;
    background-color: #eae9e3;
}

.navbar-default .navbar-nav > li > ul > li > ul {
	display: block;
	position: relative;
	box-shadow: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.dropdown-menu > .active > a{
    color: #fff;
    background-color: #004946;
}

.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, 
.navbar-nav .open .dropdown-menu > li > a {
    padding: 15px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #004946;
    border-color: #fff;
}

/* */



.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active{
	background-color: transparent;
}

.navbar-toggle{
    position: relative;
    float: right;
    padding: 5px 5px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #524c34;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 0px;
}

/* header */

.header-image{
	margin-bottom: 15px;
}

.header-image img{
	width: 100%;
	height: auto;
}

/* mainblocks */

.thumbnail{
    display: block;
    padding: 0px;
    line-height: 1.42857;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 12px;
	margin-left: 6px;
	margin-right: 6px;
	z-index: 5;
}

.white_border{
	border: 4px solid white;
	margin-top: 20%;
	margin-bottom: 30%;
	margin-left: 10%;
	margin-right: 10%;
}

.white_border h3,
.white_border p{
	color: #fff;
	text-transform: uppercase;
}

.white_border h3{
	font-weight: 700;
}

.thumb_hover{
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 6;
    opacity: 0;
    background-color: rgba(136, 191, 103, 0.5);
    transition: opacity 0.5s, transform  0.5s;
    text-align: center;
}

.thumb_hover:hover{
  opacity: 1;
  background-color: rgba(136, 191, 103, 0.8);
}

.itemwrap{
	min-height: 100%;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	margin-left: 6px;
	margin-right: 6px;
}

.itemwrap_small{
	min-height: 100%;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-bottom: 6px;
}

.itemwrap a,
.itemwrap a:hover,
.itemwrap_small a,
.itemwrap_small a:hover{
	color: #fff;
	text-decoration: none;
}

.h2_container{
	position: relative;
	border: 4px solid #fff;
	display: block;
	padding: 10px;
	margin: 10px;
	z-index: 1;
}

.h2_smallcontainer {
    position: relative;
    border: 4px solid #FFF;
    display: block;
    margin: 10px;
    z-index: 1;
}

.mainblock_title,
.sideblock_title{
	margin-top: 10px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
	font-weight: 700;
}

.sideblock_title{
	margin-top: 4px;
	margin-bottom: 2px;
}

.mainblock_subtitle,
.sideblock_subtitle{
	margin-top: 5px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 700;
}

.sideblock_subtitle{
	margin-top: 2px;
}

/*person-objects */

.personobject{
	margin-bottom: 12px;
}

.person-photo img{
	width: 75%;
	height: auto;
}

.person-description{
	margin-top: 12px;
	margin-bottom: 12px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.itemwrap{
		padding: 12px 25px;
	}
	
	.itemwrap_small{
		padding: 25px 50px;
	}
	
	.mainblock_title{
		font-size: 33px;
	}
	
	.mainblock_subtitle{
		font-size: 12px;
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.itemwrap{
		padding: 19px 37px;
	}
	
	.itemwrap_small{
		padding: 19px 37px;
	}
	
	.mainblock_title{
		font-size: 45px;
	}
	
	.mainblock_subtitle{
		font-size: 16px;
	}
	
	.white_border h3{
		font-size: 30px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.itemwrap{
		padding: 19px 37px;
	}
	
	.itemwrap_small{
		padding: 10px 20px;
	}
	
	.mainblock_title{
		font-size: 45px;
	}
	
	.mainblock_subtitle{
		font-size: 16px;
	}
	
	.sideblock_title{
		font-size: 24px;
	}
	
	.sideblock_subtitle{
		font-size: 12px;
	}
	
	.white_border h3{
		font-size: 24px;
	}
	
	.navbar-default .navbar-nav > li > a{
    min-width: 110px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.itemwrap{
		padding: 25px 50px;
	}
	
	.itemwrap_small{
		padding: 10px 20px;
	}
	
	.mainblock_title{
		font-size: 66px;
	}
	
	.mainblock_subtitle{
		font-size: 22px;
	}
	
	.sideblock_title{
		font-size: 33px;
	}
	
	.sideblock_subtitle{
		font-size: 12px;
	}
	
	.white_border h3{
		font-size: 20px;
	}
	
	.navbar-default .navbar-nav > li > a{
    min-width: 146px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.itemwrap{
		padding: 25px 50px;
	}
	
	.itemwrap_small{
		padding: 10px 20px;
	}
	
	.mainblock_title{
		font-size: 66px;
	}
	
	.mainblock_subtitle{
		font-size: 22px;
	}
	
	.sideblock_title{
		font-size: 33px;
	}
	
	.sideblock_subtitle{
		font-size: 12px;
	}
	
	.white_border h3{
		font-size: 24px;
	}
	
	.navbar-default .navbar-nav > li > a{
    min-width: 180px;
    }
}

/* info bar */

.infobar{
	background-color: #004946;
	min-height: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-bottom: 2px;
	padding: 12px;
}

.infobar p{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	/*padding: 12px;*/
}

.infobar a{
	color: #fff;
}

/* frontpage content */

.frontpage_main{
	margin-top: 10px;
	margin-bottom: 10px;
}

.frontpage_main h1{
	font-size: 22px;
	text-align: center;
	margin: 10px;
	font-weight: 700;
}

.frontpage_main p{
	font-size: 16px;
	text-align: center;
}

/* content */

.main_page h1{
	color: #524c34;
	font-size: 22px;
	font-weight: 700;
}

.main_page p{
	font-size: 16px;
	color: #6f6566;
}

/* news */

.news_item{
	margin-bottom: 12px;
	background-color: #eae9e3;
}

.newsitem{
	display: block;
}

.news_item h2{
	font-size: 18px;
	margin: 0;
	font-weight: bold;
	margin-bottom: 10px;
}

.news_item p{
	font-size: 14px;
	font-weight: normal;
}

.news_left{
	display: block;
	padding: 35px;
	color: #524c34;
	font-weight: bold;
	font-size: 12px;
}

.news_left a:hover{
}

.news_left ul{
	padding-left: 15px;
}

.news_detail{
	padding: 35px;
}

.news_detail ul{
	padding-left: 15px;
}

.news_right{
	height: 100%;
}

.news_right img{
	width: 100%;
	height: auto;
}

/* categories */

/* footer */

.widgettitle{
	font-size: 14px;
}

/* forms */

/* forms */

.form-control {
    display: block;
    width: 100%;
    height: 24px;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #cecece;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus {
    border-color: #004946;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(234, 233, 227, 0.6);
}

.btn-primary {
    color: #fff;
    background-color: #004946;
    border-color: #004946;
}

.btn-primary:hover,
.btn-primary:focus{
    color: #fff;
    background-color: #007e79;
    border-color: #007e79;
}

.btn {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0px;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
}

.wpcf7{
    margin-bottom: 30px;
}

.wpcf7 br {
  display: none;
}
.wpcf7 p {
  margin: 0;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #00a0d2;
  /* Blue */
  border-radius: 10px;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.wpcf7-form-control-wrap input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #CCCACA;
  transition: 0.3s ease all;
}
.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid #CCCACA;
  transition: 0.3s ease all;
}
.wpcf7-form-control-wrap select {
  width: 100%;
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid #CCCACA;
  transition: 0.3s ease all;
}
.wpcf7-form-control-wrap textarea:focus,
.wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7-form-control-wrap input[type=password]:focus,
.wpcf7-form-control-wrap input[type=datetime]:focus,
.wpcf7-form-control-wrap input[type=datetime-local]:focus,
.wpcf7-form-control-wrap input[type=date]:focus,
.wpcf7-form-control-wrap input[type=month]:focus,
.wpcf7-form-control-wrap input[type=time]:focus,
.wpcf7-form-control-wrap input[type=week]:focus,
.wpcf7-form-control-wrap input[type=number]:focus,
.wpcf7-form-control-wrap input[type=email]:focus,
.wpcf7-form-control-wrap input[type=url]:focus,
.wpcf7-form-control-wrap input[type=search]:focus,
.wpcf7-form-control-wrap input[type=tel]:focus,
.wpcf7-form-control-wrap input[type=color]:focus,
.wpcf7-form-control-wrap .uneditable-input:focus {
  border-color: rgba(33, 181, 243, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(33, 181, 243, 0.8);
  outline: 0 none;
  transition: 0.3s ease all;
}

.wpcf7-not-valid-tip {
  color: #721c24;
  background-color: #f8d7da;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px;
  border: 1px solid #f5c6cb;
  padding: 5px 10px;
  border-radius: 5px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7-checkbox{
    margin: 0;
}

.wpcf7-list-item{
    display: block;
    margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item input{
    width: auto;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}