/*
Theme Name:     Rowingbike
Description:    Rowingbike.com
Author:         admin
Template:       mystile

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../mystile/style.css");

html {
	height: 100%;
}

body {
	height:100%;
	background: #ebf0f0;
}

h1, h2, h3, h4, h5 {
	font-family: 'sanchez';
}

ul {
	list-style: none;
}

article p a {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	padding-bottom: 40px;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper #main {
	width:100%;
}

#logo {
	position: relative;
	z-index: 99;
}

.blog #wrapper #main, .post-type-archive-event #wrapper #main, .single-event #wrapper #main, .single-post #wrapper #main, .archive.category #wrapper #main, #wrapper #ervaringen #main, .single-ervaringen #wrapper #main, .single-overpeinzingen #wrapper #main, .single-ervaringen #wrapper #main, .tax-groep #wrapper #main, .tax-event-category #primary .main, #wrapper #main.search-page {
	width: 69.5%;
}

.tax-event-category #primary .main {
	float: right;
}

#wrapper #header hgroup {
	position: relative;
	margin-bottom: 0;
}

#wrapper #header {
	padding: 1.618em 0 0;
	margin-bottom: 0px;
	border-bottom: none;
	clear: both;
	position: relative;
}

a:hover {
	color: #0D4F8B;
}

a {
	font-weight: normal;
	font-family: 'lato-bold';
}

input[type=text], input.input-text, textarea, input.txt, input[type=tel], input[type=email] {
	box-shadow: none;
	border-radius: 2px;
}

#wrapper .cycloneslider-template-standard .cycloneslider-pager span {
	background: none;
	border:1px solid #fff;
	box-shadow: none;
	width:6px;
	height: 6px;
	opacity: .8;
}

#wrapper .cycloneslider-template-standard {
	margin-bottom: 0px;
}

#wrapper .cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
	background: #fff;
}

#wrapper .cycloneslider-template-standard .cycloneslider-pager {
	display: none;
}

#footer {
	padding:0;
	height:40px;
}

#footer p {
	margin:0;
	line-height: 40px;
	font-family: 'lato-light';
}

#wrapper .cycloneslider-template-standard:hover .cycloneslider-prev {
	opacity: .6;
	left:15px;
}

#wrapper .cycloneslider-template-standard:hover  {
	opacity: 1;
}

#wrapper .cycloneslider-template-standard:hover .cycloneslider-next {
	opacity: .6;
	right:15px;
}
#wrapper .cycloneslider-template-standard .cycloneslider-prev:hover,
#wrapper .cycloneslider-template-standard .cycloneslider-next:hover {
	opacity: 1;
}

#wrapper .cycloneslider-template-standard .cycloneslider-prev,
#wrapper .cycloneslider-template-standard .cycloneslider-next {
	position: absolute;
	top: 50%;
	z-index: 501;
	display: block;
	margin-top: -31px;
	width: 24px;
	height: 63px;
	background:url('images/next.png');
	opacity: .5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#wrapper .cycloneslider-template-standard .cycloneslider-prev {
	background:url('images/prev.png');
}

#wrapper .cycloneslider-template-standard .arrow {
	display: none;
}

.cycloneslider-template-standard .cycloneslider-slide img {
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post-image{
	/* height:220px; */
	overflow: hidden;
	width: 100%;
	position: relative;
}

.model .post-image{
	height: 280px;
}

.post header h1, .model header h1 {
	padding:10px 0 0 0;
	text-align: center;
	font-size: 24px;
	border-top:3px solid #0D4F8B;
	color: #fff;
}

.model header h1 {
	background: #0D4F8B;
}

#wrapper .model .post-content h1 a {
	color: #fff;
}

#wrapper .model .post-content:hover h1 a {
	color: #fff;

}

.model header h1 {
	padding:10px 0;
}

.model header{
	position: relative;
}

.model header .readm {
	background: #fff;
	color:#0D4F8B ;
}

.post header h1 a {
	color: #888;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
	font-family: 'sanchez';
	font-size: 20px;
}

.post-content:hover h1 a {
	color: #0D4F8B;
}

.post-image img {
	border:none;
	padding:0;
    /*
	position: absolute;
	top:50%;
	width:100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    */
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

/*
.post:nth-of-type(even):hover .post-image img {
	-webkit-transform:rotate(2deg) scale(1.05)  translateY(-50%);
	-moz-transform:rotate(2deg) scale(1.05)  translateY(-50%);
	-ms-transform:rotate(2deg) scale(1.05)  translateY(-50%);
	-o-transform:rotate(2deg) scale(1.05)  translateY(-50%);
	transform:rotate(2deg) scale(1.05)  translateY(-50%);
}

.post:nth-of-type(odd):hover .post-image img {
	-webkit-transform:rotate(-2deg) scale(1.05)  translateY(-50%);
	-moz-transform:rotate(-2deg) scale(1.05)  translateY(-50%);
	-ms-transform:rotate(-2deg) scale(1.05)  translateY(-50%);
	transform:rotate(-2deg) scale(1.05)  translateY(-50%);
}
*/

header .date {
	text-align: center;
	color: #0D4F8B;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'lato-bold';
	padding-bottom: 10px;
	opacity: 1;
}

.post img.thumbnail, .type-page img.thumbnail {
	border-bottom: 0.327em solid #0D4F8B !important;
}

#wrapper .post-content h1 a {
	color:#888;
	font-size: 20px;
}

#wrapper .post-content h1 {
	text-align: center;
	margin-bottom: 0;
}

#wrapper .post-content .entry p {
	padding:0 20px;
	margin-bottom: 40px;
	text-align: justify;
}

#wrapper #header #navigation ul.nav li:hover > a {
	background: #fff;
}

#wrapper #header #navigation ul.nav li > a:hover {
	background: rgba(13,79,139,.9);
	color: #fff;
}

#wrapper #header #navigation ul.nav ul.sub-menu li {
	position: relative;
}

#wrapper #header #navigation ul.nav ul.sub-menu li ul.sub-menu {
	display: none;
	position: absolute;
	right: 100%;
	left: auto;
	top: 0;
}

#wrapper #header #navigation ul.nav ul.sub-menu li:hover ul.sub-menu {
	display: block;
}

ul.products li.product img {
	padding: 0;
	border: none;
	margin: 0 auto;
}

ul.products li.product a:hover h3 {
	color: #0D4F8B;
}

ul.products li.product a h3 {
	font-family: 'lato';
	margin: 0;
	background: #fff;
	font-size: 15px;
	line-height: 16px;
	text-align: left;
	padding: 7px;
	height: 26px;
	overflow: hidden;
	display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	 text-overflow: ellipsis;
	 margin-bottom: 5px;
	 border-bottom: 10px solid #fff;
}

ul.products {
	width: 70%;
	display: inline-block;
	float: right;
}

ul.products li.product a .price {
	font-family: 'lato-bold';
	font-weight: normal;
	margin-top: -7px;
	background: #0D4F8B;
	padding-bottom: 3px;
	text-align: left;
	padding: 3px 7px;
	color: #fff;
}

#wrapper ul.products li.product {
	width: 30.8%;
}

.woo-categories {
	width: 19%;
	display: inline-block;
	float: left;
	min-height: 100px;
	background: #fff;
	padding:2%;
}

.woo-categories h1 {
	font-family: 'sanchez';
	text-align: center;
	font-size: 20px;
}

.woo-categories li {
	list-style: none;
	font-family: 'lato';
	font-size: 13px;
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.shop-banner {
	height:342px ;
	width:100%;
	margin-bottom: 40px;
	background:url('images/shopbanner.jpg');
}

.store_icons {
	height: 40px;
	background: #fff;
	width: 100%;
	margin-bottom:10px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.iconplace {
	margin: 0 auto;
	width: 150px;
}

.store_icons a {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	margin: 2px 20px;
}

.store_icons .store_cart {
	background:url('images/cart.png') center no-repeat;
	background-size: 80%;
}

.store_icons .store_profile {
	background:url('images/account.png') center no-repeat;
	background-size: 80%;
	margin: 4px 20px;
}

.overlay-banner h3:first-of-type {
	padding-top:160px;
}

.qtrans_language_chooser {
	width: 100px;
}

#qtranslate-chooser > li {
	float: left;
	width: 20px;
}

#qtranslate-chooser > li.active {
	display: none;
}

.languages a {
	width:18px;
	height:12px;
	display: inline-block;
}

.languages a.engels {
	background:url('images/uk.png');
}

.languages a.duits {
	background:url('images/de.png');
}

.languages a.nederlands {
	background:url('images/nl.png');
}

.languages {
	position: absolute;
	width: 40px;
	z-index: 999;
	right: 20px;
	top: 10px;
}

.languages ul {
	margin: 0;
	padding: 0;
}

.post, .type-page {
	margin:0 0 40px 0;
}

#wrapper .woocommerce_tabs ul.tabs li.active a, #wrapper .woocommerce-tabs ul.tabs li.active a {
	position: relative;
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow:none;
	color: #0D4F8B;
	border-top-color: #0D4F8B;
}

.woocommerce_tabs ul.tabs li a, .woocommerce-tabs ul.tabs li a {
	font-weight: normal;
}

.images .thumbnails a {
	display: block;
	width: 25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-right: none;
}

.images .thumbnails {
	border: none;
	border-top: 0;
	padding:15px;
}

.single-product div.quantity {
	display: none;
}

#main .single-product .summary {
	width: 47%;
	float: right;
}

table th {
	text-transform: uppercase;
	border-bottom: none;
}

table thead tr {
	background: #0D4F8B;
	color:#fff;
}

table tr.cart_table_item {
	background: #fff;
	color:#0D4F8B;
	border-top:2px solid #0D4F8B;
}

table tr.cart_table_item a {
	color:#0D4F8B;
}


table.cart td.product-remove {
	padding: .5em;
}

input[type="radio"]:checked {
	background-color: #0D4F8B;
}

table.cart img {
	width: 90px;
	padding: 0;
	border: none;
}

.woocommerce-cart h1 {
	display: none;
}

.woocommerce .entry-content ul {
	list-style: circle;
}

.page img {
	display: inline-block;
}

header h1 {
	font-family: 'sanchez';
}

.woocommerce p.myaccount_user {
	background:#fff;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top:4px solid #0D4F8B;
}

#wrapper #customer_login .form-row {
	width:100%;
	margin-bottom: 10px;
}

.row-google-map {
	width: 100%;
	height:400px;
	display: block;
	margin-bottom: 20px;
	margin-top: -20px;
}

.row-google-map p {
	padding: 0 10px 10px;
}

.route {
	clear: both;
	padding: 20px 20px 10px 20px;
	background: #fff;
	margin-bottom: 40px;
	margin-top: 10px;
}

.row-google-map h1, #contact-page .entry h3 {
	font-size: 20px;
}

.row-google-map img {
	max-width: none;
}

#contact-page .entry {
	display: inline-block;
	width: 38%;
	float: left;
	background: #fff;
	padding:2%;
	margin-bottom: 30px;
	min-height: 231px;
}

#contact-page .entry ul {
	list-style: none;
}

#contact-page ol.forms {
	float: right;
	list-style: none;
	width: 50%;
	display: inline-block;
	background: #fff;
	padding: 36px 2%;
}

#contact-page ol.forms li textarea {
	width: 100%;
	height:100px;
}

.filters{
	height: 40px;
	line-height: 40px;
	background: #0D4F8B;
	color:#fff;
	margin-bottom: 4px;
	width: 100%;
}

.filters ul {
	list-style: none;
}

.filters ul li {
	display: inline-block;
	float: left;
}

.filters ul li a {
	text-align: center;
	padding:0 20px;
	height:40px;
	color: #fff;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.filters ul li a:hover, .filters ul li a.active {
	background: #fff;
	color: #0D4F8B;
}

.filters li.video-icon, .filters li.image-icon {
	float: right;
}

#main > div.media-blog.isotope {
	margin-left: -2px;
	margin-right: -2px;
}

#main > div.media-blog.isotope h3 {
	position: absolute;
	z-index: 99999;
	bottom: -50px;
	color: #fff;
	width: 90%;
	margin: 0;
	padding: 5px 5%;
	font-size: 12px;
	background: rgba(0,0,0,0.5);
	font-weight: bold;
	 display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 38px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	-webkit-transition: bottom .3s ease;
	-moz-transition: bottom .3s ease;
	-ms-transition: bottom .3s ease;
	transition: bottom .3s ease;
}

#main > div.media-blog.isotope h3 a {
	color: #fff;
}

#main > div.media-blog.isotope .media-item:hover h3 {
	bottom: 0;
}

#home-more {
	width: 61%;
	position: relative;
	margin-bottom: 20px;
}

#home-more a {
	display: block;
	text-align: center;
	line-height: 30px;
	width: 120px;
	background-color: #0D4F8B;
	color: #fff;
	margin: 0 auto;
}

.home .post {
	width: 100%;
	display: inline-block;
	float: left;
	margin-bottom: 40px;
}

.home-blog {
	width: 61%;
	height:auto;
	display: inline-block;
	float: left;
}

.home-plate .close-movie {
	position: absolute;
	top:5px;
	right:5px;
	width:19px;
	height:19px;
	background:url('images/close.png');
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
}

.home-plate.active .close-movie {
	opacity: 1;
	visibility: visible;
}

.home-plate #youtubeplayer {
	opacity: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	transition: all 3s ease;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
	width:100%;
	top:0;
	left: 0;
	z-index: 999;
	position: absolute;
	background: #000;
	visibility: hidden;
}

.home-plate.active #youtubeplayer {
	opacity: 1;
	visibility: visible;
}

.home-sidebar {
	width: 35%;
	float: right;
}

.home-sidebar .home-sidebar-widget{
	width:100%;
	background: #fff;
	display: inline-block;
	min-height: 55px;
	float: right;
	margin-bottom:40px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.home-sidebar .home-sidebar-widget p {
	text-align: justify;
	padding: 0 20px;
}

.home-sidebar .home-sidebar-widget h2 {
	color:#0D4F8B;
	text-align: center;
	padding: 15px 20px 0 20px;
	font-size: 20px;
}

.home-sidebar .home-sidebar-widget .mc4wp-form p {
	margin:0;
	margin-bottom: 5px;
	float: left;
	padding:0 10px;
}

.mc4wp-form p {
	margin-bottom: 5px;
}

.widget .mc4wp-form {
	margin-bottom: 20px;
}
.home-sidebar-widget .mc4wp-form label {
	font-family: 'lato-bold';
	font-weight: normal;
}

.mc4wp-form {
	padding: 0 10px;
}

#signup-form input[type="email"],
.home-sidebar .mc4wp-form input[type="email"] {
	width: 182px;
}

#signup-form input[type="submit"],
.home-sidebar .mc4wp-form input[type="submit"] {
	margin-top: 27px;
	line-height: 23px;
}

.home-sidebar .home-sidebar-widget .filmpje {
	background: #ddd;
	width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
}

.home-sidebar .home-sidebar-widget .filmpje img {
	width: 100%;
}

.home-sidebar .filmpje .youtube-player {
	position: absolute;
	top:-3px;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.home-sidebar .filmpje.active img {
	display: none;
}

.home-sidebar .home-sidebar-widget .widget-title {
	height:55px;
	width:100%;
}

.home-sidebar .home-sidebar-widget .widget-title h5 {
	color:#0D4F8B;
	text-align: center;
	margin:0;
	padding: 0;
	opacity: .8;
	font-size: 14px;
	font-family: 'sanchez';
}

.home-sidebar .home-sidebar-widget .widget-title p {
	color:#888;
	text-align: center;
	margin:0;
	font-size: 13px;
}

.home-sidebar .home-sidebar-widget img {
	border-bottom: 3px solid #0D4F8B;
}

#searchsubmit {
	line-height: 23px;
}

#wrapper .widget {
	background: #fff;
	padding: 20px 20px 1px 20px;
	margin-bottom: 40px;
}

#wrapper #sidebar {
	width: 27.05%;
}

#wrapper .widget h3 {
	color: #333;
	border: none;
	padding: 0;
	font-family: "sanchez";
	text-align: center;
}

#wrapper .widget li a {
	font-weight: normal;
	font-family: 'lato';
	display: block;
	width: 100%;
	color: #0D4F8B;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
}

#wrapper .widget#categories-2 li a, #wrapper .widget#sgr-custom-taxonomies-menu-2 li a {
	padding: 3px 3%;
	width: 94%;
}

#wrapper #categories-2.widget li a {
	display: inline-block;
	width: 90%;
	font-size: 14px;
}

#wrapper .widget .current-cat > a {
	background: #0D4F8B;
	color: #fff;
}

.woocommerce #wrapper .widget > ul > .current-cat > a, .woocommerce #wrapper .widget li.current-cat-parent > a{
	color: #fff;
	background: #0D4F8B;
}

.woocommerce #wrapper .widget li.current-cat-parent .children .current-cat {
	height: auto;
}

#wrapper .widget_product_categories.widget li a {
	display: inline-block;
	width: 94%;
	padding:7px 3%;
}

#wrapper .widget ul li .count {
	float: right;
	width: 30px;
	text-align: center;
	background: #0D4F8B;
	color: #fff;
	border-radius: 3px;
}

#wrapper .widget ul li ul.children {
	display: none;
}

#wrapper .widget ul li ul.children li {
	border-bottom: none;
}

#wrapper .widget ul li ul.children li  a{
	padding: 0;
}

#wrapper .widget ul li.active ul.children {
	display: block;
}

#wrapper .widget li{
	border-bottom: 1px solid #ddd;
}

.woocommerce #wrapper .widget li{
	margin-bottom: 0px;
	height: 36px;
}

.woocommerce #wrapper .widget li.current-cat.parent, .woocommerce #wrapper .widget li.current-cat-parent{
	height: auto;
}

#wrapper .widget li:last-of-type {
	border-bottom: none;
	padding: 0;
	margin:0;
}

article img.alignleft, .entry-content img.alignleft {
	float: left;
	margin-right: 15px!important;
}

article img.alignright, .entry-content img.alignright {
	float: right;
	margin-left: 15px!important;
}

article .post-image img {
	margin: 0;
}

#main > article ul li {
	list-style: circle;
	margin: 0 31px;
}

#fcbk_share {
	margin-top: 20px;
}

.widget.widget_recent_entries li:before, .widget.widget_recent_comments li:before, .widget.widget_archive li:before, .widget.widget_categories li:before, .widget.widget_meta li:before, .widget.widget_product_categories li:before, .widget.widget_links li:before, .widget.widget_nav_menu li:before, .widget.widget_login li:before, .widget.widget_layered_nav li:before {
	display: none;
}

#secondary.widget-area {
	width:26.5%;
	display: inline-block;
}

.readm {
	position: absolute;
	right: 0;
	display: block;
	text-align: center;
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: #0D4F8B;
	color: #fff;
	font-size: 12px;
	bottom: 0;
}

.readm:hover {
	color: #ccc;
}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button {
	display: inline-block;
	padding: 2px 10px;
	color: #0D4F8B;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-family: 'lato-bold';
	font-weight: normal;
	cursor: pointer;
	overflow: visible;
	min-width: 50px;
	line-height: 20px;
	margin: 0;
	text-shadow: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #0D4F8B;
	-webkit-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.button:hover, a.comment-reply-link:hover, #commentform #submit:hover, .submit:hover, input[type=submit]:hover, input.button:hover, button.button:hover {
	background:#0D4F8B;
	color:#fff;
}

	a.button.alt, a.comment-reply-link.alt, #commentform #submit.alt, .submit.alt, input[type=submit].alt, input.button.alt, button.button.alt, a.button.checkout, a.comment-reply-link.checkout, #commentform #submit.checkout, .submit.checkout, input[type=submit].checkout, input.button.checkout, button.button.checkout {
	background-color: #fff;
	background-image: none;
	text-shadow:none;
	border: 1px solid #0D4F8B;
	box-shadow: none;
	color:#0D4F8B;
	min-width:100px;
	width: auto;
}

a.button.alt:hover, a.comment-reply-link.alt:hover, #commentform #submit.alt:hover, .submit.alt:hover, input[type=submit].alt:hover, input.button.alt:hover, button.button.alt:hover, a.button.checkout:hover, a.comment-reply-link.checkout:hover, #commentform #submit.checkout:hover, .submit.checkout:hover, input[type=submit].checkout:hover, input.button.checkout:hover, button.button.checkout:hover {
	background-color: #0D4F8B;
	background-image: none;
	color:#fff;
}

.history header {
	width:100%;
	height:100px;
	background: #fff;
	border-bottom: 3px solid #0D4F8B;
}

.history header h1 {
	line-height: 100px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: 'sanchez';
	color:#333;
}

.history .year {
    display: block;
	width:100%;
	min-height: 65px;
}

.history .year .year-content {
	width:430px;
	background: #fff;
	border-radius: 3px;
	max-height: 90px;
	-webkit-transition: -webkit-transform 0.7s ease, opacity 0.7s ease-in, margin .3s ease, max-height .3s ease;
	-moz-transition: -moz-tranform 0.7s ease-in, opacity 0.7s ease-in, margin .3s ease, max-height .3s ease;
	-ms-transition: -moz-tranform 0.7s ease-in, opacity 0.7s ease-in, margin .3s ease, max-height .3s ease;
	-o-transition: -moz-tranform 0.7s ease-in, opacity 0.7s ease-in, margin .3s ease, max-height .3s ease;
	transition: tranform 0.7s ease-in, opacity 0.7s ease-in, margin .3s ease, max-height .3s ease;
	cursor: pointer;
	position: relative;

}

.history .year .year-content > a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.history .year .year-content:hover h3 {
	color:#0D4F8B;
}

.history .year .year-content.active {
	max-height: 650px;
	padding-bottom: 10px;
}

.history .year:nth-of-type(even):after {
	content:"";
	display: block;
	clear: both;
}

.history .year .year-content .year-image {
	border-radius: 3px;
	width: 70px;
	overflow: hidden;
	height: 70px;
	display: inline-block;
	margin: 10px;
	float: left;
}

.history .year .year-content:after {
	content: "";
	position: absolute;
	display: block;
	top:25px;
	right: -15px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #FFF;
	z-index: 99999;
}

.history .year:nth-of-type(even) .year-content:after {
	left:-15px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #FFF;
	border-left:0;
}

.history .year .year-content img {
	max-width:154%;
}

.history .year .year-content .text {
	width: 90%;
	display: block;
	clear: both;
	margin: 5% 5% 0 5%;
	visibility: hidden;
	overflow: auto;
	opacity: 0;
	max-height: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.history .year .year-content.active .text {
	visibility: visible;
	opacity: 1;
	max-height: 500px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
	overflow: auto;
	margin-bottom: 20px;
}

.history .year:nth-of-type(odd) .year-content {
	/* -webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0; */
	margin-left:0px;
}

.history .year:nth-of-type(even) .year-content {
	/* -webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0; */
	float:right;
	margin-right:0px;
}

.history .year:nth-of-type(even) .year-content.fade-in, .history .year:nth-of-type(odd) .year-content.fade-in {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity:1;
}


.history .year .year-content:hover {
	margin-left:15px;
}

.history .year:nth-of-type(even) .year-content:hover {
	margin-right:15px;
}

.history .year .year-content.active:hover {
	margin: 0;
}

.history .year h5 {
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	font-family: 'lato-bold';
	background: #fff;
	width:150px;
	height:40px;
	display:inline-block;
	margin:0;
	float: left;
	padding-left: 5px;
}

.history .year .year-content h5 {
	line-height: 17px;
	background: transparent;
	text-align: left;
	color: #888;
}

.history .year h3 {
	font-family: 'sanchez';
	display: inline-block;
	width: calc(100% - 100px);
	float: right;
	margin:9px 9px 0 0;
	font-size: 18px;
}

.history .year.first-year h5{
	margin:0 auto;
	margin-top:20px;
	border-bottom:3px solid #0D4F8B;
	display: block;
	float: none;
}

.history .year.first-year.last h5{
	margin-top:80px;
	border-top:3px solid #0D4F8B;
	border-bottom: none;
}

.history .timeline-history {
	position: absolute;
	width:4px;
	top:60px;
	background: #0D4F8B;
	bottom:100%;
	left:50%;
	margin-left: -2px;
}

span.readm {
	font-family: 'lato-bold';
	border-radius: 0 0 5px 0;
	display: block;
}

.active span.readm {
	display: none;
}

.upw-content p {
	margin: 0;
}

article header div.date {
	display: none;
}

@-webkit-keyframes fadeheight { from {bottom:100%;} to {bottom:100px; } }
@-moz-keyframes fadeheight { from {height:0;} to {height:93.4%; }  }
@-ms-keyframes fadeheight { from {height:0;} to {height:93.4%; }  }
@keyframes fadeheight { from {height:0;} to {height:93.4%; } }

.history .timeline-history {
    -webkit-animation:fadeheight linear 1;
    -moz-animation:fadeheight linear 1;
    -ms-animation:fadeheight linear 1;
    animation:fadeheight linear 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:4s;
    -moz-animation-duration:4s;
    -ms-animation-duration:4s;
    animation-duration:4s;
}

@-webkit-keyframes fadein { from {opacity:0;} to {opacity:1; } }
@-moz-keyframes fadein { from  {opacity:0;} to {opacity:1; }  }
@-ms-keyframes fadein { from  {opacity:0;} to {opacity:1; }  }
@keyframes fadein { from  {opacity:0;} to {opacity:1; } }

.media-blog {
	opacity: 0;
    -webkit-animation:fadein linear 1;
    -moz-animation:fadein linear 1;
    -ms-animation:fadein linear 1;
    animation:fadein linear 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:.5s;
    -moz-animation-duration:.5s;
    -ms-animation-duration:.5s;
    animation-duration:.5s;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -ms-animation-delay: .3s;
    animation-delay: .3s;
    margin-bottom: 40px;
}

#comments .commentlist {
	border-bottom: none;
	padding-top: 15px;
	margin-bottom: 0;
	padding-bottom:0;
}

#comments .commentlist li.comment {
	margin-bottom: 1.5em;
	list-style: none;
	border-bottom: 2px solid #0D4F8B;
}

#comments .commentlist li.comment:last-of-type {
	border-bottom: none;
}

#tab-description h2, #comments h2 {
	font-family: 'sanchez';
}

#comments .commentlist li.comment .comment_container .comment-text {
	width: 98%;
}

.checkout #order_review .form-row.place-order .button {
	font-size: 1em;
	margin-left: 20px;
}

.checkout #order_review {
	background: #fff;
	padding: .618em;
	-webkit-border-radius: 0;
	border-radius: 0;
}

tr.total th {
	border-bottom:1px solid #e8e4e3;
}

.checkout #order_review #payment ul {
	border-bottom: none;
}

#order_review_heading {
	background: #fff;
	margin: 40px 0 0 0;
	padding: 15px 30px 0;
}

#order_review table td {
	border-left: 1px solid #e8e4e3;
}

.checkout #order_review #payment ul li {
	padding: 0 20px;
}

.products .star-rating {
	display: none;
}

.star-rating span:before {
	color: #0D4F8B;
}

#comments .commentlist li.comment .comment-container .comment-head, #comments .commentlist li.comment .comment_container .comment-head, #comments .commentlist li.comment .comment-container p.meta, #comments .commentlist li.comment .comment_container p.meta {
	color: #0D4F8B;
}

.white-space{
	background: #fff;
	padding:20px;
	padding-bottom: 1px;
	border-top: 4px solid #0D4F8B;
	margin-bottom: 20px;
}

.archive-header {
	margin:0;
	padding: 0;
	border-bottom: none;
}

.search .archive_header {
	background: #0D4F8B;
	padding:20px;
	font-size: 18px;
	font-family: 'sanchez';
	color:#fff;
	margin-bottom: 30px;
}

.search article.page {
	background: #fff;
	border-top: 3px solid #0D4F8B;
}

.search article.page h1{
	text-align: center;
	font-size: 20px;
	color: #888;
	padding-top: 10px;
	margin-bottom: 0;
}

#wrapper .search-results .post-content h1 {
	text-align: left;
	margin-bottom: 0;
	padding:10px 0px 10px 20px;
}

#wrapper .search-results:nth-of-type(even) .post-content h1 {
	background: #ebf0f0;

}

#wrapper .search-results:nth-of-type(even) .post-content h1 a {
	color: #0D4F8B;
}

.search article.page h1 a{
	color: #888;
}

.search article.page p {
	padding:0 20px 20px 20px;
}

.woo-pagination .page-numbers.current {
	background: #0D4F8B;
}

.woo-pagination .page-numbers {
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: .382em .857em;
}

.shop_table.order_details, .shop_table.my_account_orders, ul.order_details {
	background: #fff;
}

.customer_details {
	background: #fff;
	padding: 20px;
}

div.upsells.products {
	clear: both;
}

div.upsells.products ul.products {
	width: 100%;
	display: inline-block;
	float: none;
}

#wrapper .upsells ul.products li.product {
	width: 20%;
}

table tr th:first-child, table tr td:first-child {
	padding-left: 10px;
}

.shop_table .alt-table-row:last-of-type {
	border-bottom: 1px solid #e8e4e3;
}

.order-info {
	background: #fff;
	padding: 20px;
}

article.ervaringen {
	background: #fff;
	margin-bottom: 40px;
}

article.ervaringen h1{
	text-align: center;
	font-size: 20px;
	color:#888;
	padding-top: 15px;
}

article.ervaringen .post-image, article.overpeinzingen .post-image {
	border-bottom: 3px solid #0D4F8B;
}

article.overpeinzingen {
	background: #fff;
	margin-bottom: 30px;
}

.single-overpeinzingen #wrapper #main {
	width: 69.8%;
}

.eigen-ervaring {
	background: #fff;
	padding: 20px;
	margin-bottom: 40px;
	border-top: 3px solid #0D4F8B;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	height: 80px;
}

.eigen-ervaring ol {
	list-style: none;
}

.eigen-ervaring ol textarea {
	height: 150px;
}

.eigen-ervaring.active {
	height: 300px;
}

.eigen-ervaring.active a.button {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
	opacity: 1;
}

.eigen-ervaring.active a.button {
	opacity: 0;
	visibility: hidden;
}

.model-header {
	height:80px;
	line-height: 80px;
	font-size: 18px;
	background: #fff;
	border-top: 3px solid #0D4F8B;
	text-align: center;
	margin-bottom: 40px;
}

.records .post-image {
	width:26%;
	display: inline-block;
	float: left;
	height: 200px;
	padding:0 2% 4% 0;

}

.records .post-content {
	margin-bottom: 20px;
}

.records .entry {
	width:64%;
	display: inline-block;
	float: left;
	min-height: 150px;
	padding:30px 2% 0 4%;
}

#wrapper .records .post-content h1 {
	font-size: 22px;
	color:#0D4F8B;
	padding: 10px 0;
	border-top:3px solid #0D4F8B;
}

#wrapper .records .post-content ul {
	list-style: none;
}

#wrapper .records .post-content ul li{
	padding-bottom: 10px;
	position: relative;
	line-height: 25px;
}

.single-product .entry-summary ul {
	list-style: none;
}

div.quantity .plus:hover, div.quantity .minus:hover {
	color: #dd2600;
}

#wrapper .woocommerce_tabs ul.tabs li.active:before, #wrapper .woocommerce-tabs ul.tabs li.active:before {
	content: "";
	background: #0D4F8B;
	border-top: 1px solid #0D4F8B;
}

#wrapper.woocommerce_tabs ul.tabs li a:hover, #wrapper .woocommerce-tabs ul.tabs li a:hover {
	color: #888;
}

#wrapper div.quantity .plus, #wrapper div.quantity .minus {
	font-size: 0;
}

.single-product .summary .product_meta {
	color: #9f9693;
	border-top: none;
	padding-top: 1.618em;
	clear: both;
}

.clearfix {
	clear: both;
}

.woo-pagination {
	margin: 0;
	text-align: center;
	width: 66%;
	float: right;
}

#wrapper .form-row {
	margin-bottom: 5px;
}

#wrapper #post-entries {
	width: 100%;
	border:none;
	margin:10px 0;
	background: #fff;
}

#wrapper #post-entries a {
	color: #0D4F8B;
}

.single .post {
	margin-bottom: 0;
}

.col2-set h3 {
	font-family: 'sanchez';
}

table.cart td.actions {
	background: #fff;
	padding-right: 20px;
}

.cart-collaterals .cart_totals {
	background: #fff;
	padding: 20px;
}

.cart-collaterals .cart_totals h2{
	font-family: 'sanchez';
}

.page-id-10 .entry {
	background: #fff;
	border-top: 3px solid #0D4F8B;
	padding: 20px;
}

#nav-below {
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
}

.eo-event-meta {
	list-style: none;
}

#test {
	margin-bottom: 20px;
}

article.event {
	background: #fff;
	margin-bottom: 40px;
	padding:10px 20px;
}

.single article.event {
	padding: 0;
}

article.event .entry-content {
	padding: 0 40px;
}

.single article.event h1 {
	line-height: 50px;
}

article.event h1 {
	font-size: 20px;
}

.gallery img {
	display: inline-block;
}

.gallery-item {
	margin: 0;
}

.wp-caption-text.gallery-caption {
	margin: 0;
}

.articles {
	float: right;
	width: 69%;
}

article {
	position: relative;
}

#main .single .type-post p:first-of-type {
	font-size: 1.1em;
}

.media #main .media-item {
	width: calc(24.9% - 4px);
	background: #000;
	height: 176px;
	margin: 0 2px 4px 2px;
	overflow: hidden;
}

.media #main .media-item img {
	height:100%;
	min-width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.media #main .media-item.video > a:after, .filmpje a:after {
	content:"";
	width:50px;
	height: 50px;
	display: block;
	position: absolute;
	background: url('images/play.png')center no-repeat;
	background-size: 100%;
	opacity: 1;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
}

.filmpje.active a:after {
	display: none;
}

.media #main .media-item a:hover img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

input[type=text], input.input-text, textarea, input.txt, input[type=tel], input[type=email] {
	padding: 5px 10px;
	border: 1px solid #c4c0bf;
	width: 70%;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	line-height: 16px;
	font-family: inherit;
	outline: none;
	margin: 0 ;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top:3px;
	resize: none;
}

input[type=text]:focus, input.input-text:focus, textarea:focus, input.txt:focus, input[type=tel]:focus, input[type=email]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #c4c0bf;
}

#wrapper .model .post-content {
	width: 47.5%;
	float: left;
	margin-bottom: 40px;
}

.single-model #wrapper .model .post-content {
	width: 100%;
}

#wrapper .model:nth-of-type(odd) .post-content {
	margin-right:5%;
}

.single.single-product .images {
	background: #fff;
	width: 45%;
}

.single-product .summary .price:first-child {
	font-size: 1.618em;
	color: #0D4F8B;
	font-family: 'lato-bold';
	font-weight: normal;
	margin-bottom: .618em;
}

.product .images > a > img {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	background: #fff;
	border: none;
	width: 100%;
}

.single-product .entry-summary {
	width: 48%;
	float: none;
	background: #fff;
	padding: 20px 2%;
	min-height: 210px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin-bottom: 0;
}

.single-product .entry-summary h1 {
	font-family: 'sanchez';
	font-size: 20px;
}

#wrapper .type-post .meta .day, #wrapper .type-post .meta .month, #wrapper .type-post .meta .year {
	margin: 0;
}

#wrapper .type-post .meta {
	display: inline-block;
	width: 14%;
	float: left;
}

a.open {
	display: none;
}

.widget_product_search input[type=submit] {
	padding: 2px 7px;
}

.home-header {
	border-bottom: 2px solid #ccc;
	margin-bottom: 50px;
	position: relative;
}

#content header.page-header {
	background: #0D4F8B;
	padding: 12px 20px;
	margin-bottom: 30px;
}

.page-template-template-fullwidth-php #content header.page-header, #content.media header.page-header {
	margin-bottom: 0;
}

#content header.page-header h1 {
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}

.fcbk_like {
	left:20px;
}

.facebook-page {
	background: url('images/facebook.png')center no-repeat;
	width: 25px;
	height: 25px;
	background-size: 100%;
	display: block;
	float: right;
	margin-top: 7px;
}

#copyright {
	width: 400px;
	float: left;
}


#footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

    max-width: 75.998em;
    margin: 0 auto;
    width: 100%;
}

#footer .col-left {
	float: left;
}

#privacy-link {
    font-family: 'lato-light';
}

article.type-event .time {
	font-size: 20px;
	color: #fff;
	width: 100%;
	display: block;
	background: #0D4F8B;
	padding: 10px 20px;
	margin: -10px -20px;
	margin-bottom: 14px;
}

p.stars a.active {
	background: #0D4F8B;
	color:#fff;
}

p.stars a.star-1.active:after, p.stars a.star-2.active:after, p.stars a.star-3.active:after, p.stars a.star-4.active:after, p.stars a.star-5.active:after {
	color: #fff;
}

.single #main .type-post p:first-child {
	font-size: 1em;
}

.single-product .images {
	margin-bottom: 0;
}

.product-content {
	margin-bottom: 30px;
	position: relative;
}

.woo-pagination .page-numbers {
	font-weight: normal;
}

#content header .breadcrumbs a {
	color: #fff;
	font-family: 'lato';
	font-size: 13px;
	background: none;
}

#content header .breadcrumbs a:hover {
	text-decoration: underline;
}

#content header .breadcrumbs {
	color: #fff;
	font-size: 13px;
}

#wrapper .type-agenda .post-image {
	height: 150px;
	overflow: hidden;
	width: 150px;
	margin: 20px;
	box-sizing: border-box;
	float: left;
}

#wrapper .type-agenda .post-image img{
	height: 100%;
	width: auto;
	max-width: 2000px;
}

#main > article > section > div.dates {
	padding: 10px 20px;
	background: #0D4F8B;
	color:#fff;
	font-family: 'lato-bold';
	color: #fff;
	font-size: 15px;
}

#main > article.type-agenda > section > header {
	float: left;
	width: calc(100% - 190px);
}

#main > article.type-agenda > section > header h1 {
	text-align: left;
	margin-top: 17px;
	text-transform: uppercase;
	font-size: 16px;
	padding-left: 20px;
}

#main > article.type-agenda > section > header h1 a {
	color: #515251;
	font-size: 14px;
}

#main > article.type-agenda > section .entry {
	float: left;
	width: calc(100% - 190px);
}

#main > article.type-agenda > section .entry p {
	padding-left: 20px;
}

#main > article > section > div.datum {
	margin-top: 10px;
	float: left;
	width:50%;
}

#main > article > section > div.datum ul {
	margin-bottom: 10px;
}

.history_categories {
	text-align: center;
}

.history_categories li {
	display: inline-block;
	margin:5px;

}

.history_categories li a {
	color: #fff;
	padding: 10px 20px;
	background: #0D4F8B;
	line-height: 43px;
	border-radius: 5px;
}

.history_categories li a:hover {
	background: #fff;
	color: #0D4F8B;
}

article section.text header {
	height:auto;
	margin-bottom: 40px;
}

article section.text header h2 {
	margin-bottom: 0;
	padding: 20px;
}

.search label {
	display: none;
}

.header-wrapper .search-icon {
	width: 32px;
	height: 32px;
	background: url('images/search.png')center no-repeat #fff;
	display: block;
	position: absolute;
	right: 66px;
	top: 10px;
	background-size: 50%;
	z-index: 99;
	border-radius: 5px;
}

.header-wrapper .search-fields input {
	padding: 1px 10px;
}

.header-wrapper #searchsubmit {
	line-height: 17px;
}

.acf-map {
	width: 100%;
	height: 220px;
}

#wrapper .acf-map img{
	max-width: none;
}

#header > div.search-fields > li, #header > div.search-fields > div.search_main.fix {
	float: left;
	width: 250px;
	list-style: none;
}

.search-fields {
	background: #fff;
	border-radius: 5px;
	height: 28px;
	width: 500px;
	position: absolute;
	right: 92px;
	top: 10px;
	padding: 2px 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	width: 0;
	overflow: hidden;
	z-index: 99;
}

.search-fields.active {
	visibility: visible;
	opacity: 1;
	width: 500px;
}

.historie .entry {
	padding: 20px;
}

#wrapper .post-content {
	display: inline-block;
	background: #fff;
	width: 100%;
}

article .entry p:after {
	content:"";
	clear: both;
	display: block;
}

#main > article.agenda {
	margin-bottom: 20px;
}

#wrapper .historie tr td {
	padding-left: 0;
}

#contact-page > p.tick {
	float: right;
	background: #fff;
	width: calc(54% - 40px);
	height: 268px;
	padding: 20px;
}

#main > div.row-google-map > div > div:nth-child(1) > div > div:nth-child(3) > div:nth-child(3) > div > div.gm-style-iw {
	overflow: hidden!important;
}

#main > .home-blog:after {
	content: '';
	clear: both;
	background-image: url('images/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;

	width: 64px;
	height: 0;
	display: block;
	margin: 0 auto;
	opacity: 0;

	transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out;
}

#main > .home-blog.loading:after {
	opacity: 1;
	height: 64px;
	margin: 64px auto;
}

#main > .home-blog {
	position: relative;
}

#main > .home-blog > article {
	overflow: hidden;
	width: 100%;
	max-height: 1024px;

	transition: max-height 1s ease-in;
	-o-transition: max-height 1s ease-in;
	-ms-transition: max-height 1s ease-in;
	-moz-transition: max-height 1s ease-in;
	-webkit-transition: max-height 1s ease-in;
}

#main > .home-blog > article.loading {
	overflow: hidden;
	width: 100%;
	max-height: 0;
}

#main .order_details > strong {
	display: block;
	color: #363230;
	margin: .618em 0 .618em 0;
	font-weight: normal;
}

#wrapper .widget.woocommerce.widget_product_categories {
    padding-bottom: 20px;
}

.wpcf7-form {
    float: right;
    list-style: none;
    width: 50%;
    display: inline-block;
    background: #fff;
    padding: 36px 2%;
}

body:not(.page-template-template-fullwidth-contact) .grecaptcha-badge {
    display: none;
}

@media only screen and (min-width: 768px){
	#main.fullwidth, .layout-full #main, .col-full, .no-sidebar #main {
		height: 100%;
	}

	.media #main {
		width: 100%;
	}

	#wrapper #header #navigation {
		margin-top: 22px;
	}

	#wrapper #main {
		position: relative;
	}

	#wrapper #top #top-nav {
		display: inline-block;
		float: right;
	}

	#wrapper #top {
		background: #0D4F8B;
	}

	#wrapper #top ul.nav > li a {
		padding: 10px 1em;
		color: #fff;
		font-family: 'lato';
	}

	#wrapper #top ul.nav > li a span.contents{
		color:#0D4F8B;
	}

	#wrapper #top ul.nav > li a:hover {
		color: #0D4F8B;
	}

	#wrapper #header #navigation ul.nav > li.current-menu-item > a, #header #navigation ul.nav > li.current_page_item > a {
		background: #0D4F8B;
		color: #fff;
		text-align: center;
		padding: 10px 15px;
	}

	#wrapper .footer-wrap {
		background: #ddd;
		position: absolute;
		bottom:0;
		width:100%;
	}

	#wrapper #header #navigation ul.nav > li.parent a:after {
		content:"";
		margin-left: 0;
	}

	#wrapper #header #navigation ul.nav > li a {
		border:none;
		text-align: center;
		text-transform: uppercase;
		background: #ebf0f0;
		font-family: 'lato-bold';
		font-size: 12px;
		border-radius: 0;
		font-weight: normal;
		padding: 10px!important;
	}

	#wrapper #header #navigation ul.nav > li a:hover {
		border:none;
	}

	ul.nav li:last-of-type a {
		padding:.53em 0em .53em 1em;
	}

	#wrapper #header #navigation ul.nav {
		z-index: 999;
		position: relative;
	}

	#wrapper ul.nav li a {
		padding: 10px 15px;
	}

	#wrapper #header #navigation ul.nav ul.sub-menu {
		border:none;
		margin-top:0px;
		background:#fff;
		border-radius: 0px;
		width:180px;
		display:block;
		visibility: hidden;
		opacity:0;
		top:35px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		transition: all .2s ease;
		padding: 0;
	}

	#wrapper #header #navigation ul.nav li ul.sub-menu li a {
		background:#fff;
		border-radius:0px;
		color:#0D4F8B;
		text-align: left;
		padding: 13px 10px;
	}

	#wrapper #header #navigation ul.nav li ul.sub-menu li a:hover {
		color: #fff;
		background: rgba(13,79,139,.9);
	}

	#wrapper #header #navigation ul.nav li:hover ul.sub-menu {
		opacity:1;
		top:41px;
		visibility: visible;
	}

	#wrapper #header #navigation ul.nav li:last-of-type ul.sub-menu {
		left:-89px;
	}

	#wrapper #header #navigation ul.nav li ul.sub-menu li a:hover{
		border:none;
	}

	#wrapper #header #navigation ul.nav > li.parent:hover a:before,
	#wrapper #header #navigation ul.nav > li.parent a:hover:before {
		display: none;
	}

	.col2-set .col-1, .col2-set .col-2 {
		width: 48%;
		float: left;
		background: #fff;
		padding: 15px 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.slider-wrapper {
		margin: 0 -3.631em;
		margin-bottom: 50px;
	}

	#wrapper header.title a.edit {
		font-weight: normal;
	}

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.blog #wrapper #main, .post-type-archive-event #wrapper #main, .single-event #wrapper #main, .single-post #wrapper #main, .archive.category #wrapper #main, #wrapper #ervaringen #main, .single-ervaringen #wrapper #main, .single-overpeinzingen #wrapper #main, .single-ervaringen #wrapper #main, .tax-groep #wrapper #main, .tax-event-category #primary .main, #wrapper #main.search-page {
		width: 100%;
	}

	#header-telephone {
		position: absolute;
		top: 0;
		left: 0;
	}

	#logo {
		width: 150px;
	}
	/*
	#header #logo {
		margin: 0;
		float: none;
		display: block;
		position: relative;
	}

	#wrapper #header hgroup {
		float: none;
		clear: both;
	}

	#wrapper #header #navigation ul.nav {
		margin:0 auto;
		float: none;
		width: 664px;
		height: 17px;
	}

	#wrapper #header #navigation {
		float: none;
	}
	*/

	#wrapper #header #navigation ul.nav > li a {
		padding: 10px;
	}

	#wrapper ul.nav li a {
		display: block;
		padding: 10px 15px;
	}

	.shop-banner {
		display: none;
	}

	.post-type-archive-product #wrapper .widget li {
		padding-bottom: 10px;
		border-bottom:none;
		margin-bottom: 10px;
		display: inline-block;
		width: 28%;
		float: left;
		margin-right: 2%;
	}

	#secondary.widget-area, #wrapper #sidebar {
		width: 28%;
	}

	ul.products {
		width: 100%;
	}

	#wrapper .widget.widget_product_categories {
		overflow: hidden;
		max-height:50px;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	#wrapper .widget.widget_product_categories > ul{
		visibility: hidden;
		opacity: 0;
		margin-top: 20px;
		border-top:1px solid #ddd;
		padding-top: 20px;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	#wrapper .widget.widget_product_categories.active ul {
		visibility: visible;
		opacity: 1;
	}

	#wrapper .widget ul li ul.children {
		width:100px;
		margin-left: 5px;
	}

	#wrapper .widget ul li ul.children li {
		width:195px;
	}

	#wrapper .widget ul li ul.children li a{
		width:195px;
		color:#777;
	}

	#wrapper .widget ul li ul.children li span.count {
		display: none;
	}

	#wrapper .widget.widget_product_categories.active {
		max-height:800px;
	}

	#wrapper .widget h3 {
		text-align: left;
	}

	.widget_product_search, .widget_woo_search {
		position: absolute;
		visibility: hidden;
		width: 250px;
		right:0;
		top:8px;
	}
	#searchform {
		visibility: visible;
	}

	.woocommerce .open-window {
		display: block;
		width:100%;
		background: #0D4F8B;
		margin-top: -40px;
		margin-bottom: 40px;
		height: 25px;
	}

	.woocommerce .open-window a.open {
		background:url('images/arrow.png')center no-repeat;
		color: #fff;
		display: block;
		background-size: 2%;
		width:100%;
		text-align: center;
		height:25px;
		margin: 0 auto;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	.media #main .media-item {
		width: calc(33.3% - 4px);
	}

	.woocommerce .open-window a.open.active {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.history .timeline-history {
		display: none;
	}

	.history .year.right .year-content {
		margin-right: 0px;
	}

	.history .year.left .year-content {
		margin-left: 0px;
	}

	.history .year .year-content {
		width: 100%;
		margin-bottom: 20px;
	}

	.history .year.right .year-content:hover {
		margin-right: 0;
	}

	.history .year.left .year-content:hover {
		margin-left: 0;
	}

	.history .year.right .year-content:after, .history .year.left .year-content:after {
		display: none;
	}

	.store_icons {
		padding: 0;
	}

	.single-product .entry-summary {
		position: relative;
	}

	.history .year .year-content:hover {
		margin-left: 0;
	}

	.history .year:nth-of-type(even) .year-content:hover {
		margin-right: 0;
	}

	.history .year:nth-of-type(even) .year-content:after, .history .year:nth-of-type(odd) .year-content:after {
		display: none;
	}

	.woocommerce #secondary.widget-area, .woocommerce #wrapper #sidebar {
		width: 100%;
	}

	.home-sidebar .mc4wp-form input[type="submit"] {
		margin-top: 0;
		margin-bottom: 10px;
	}

	#mc4wp-form-1 > p {
		width: 92%;
	}

	.home-sidebar .mc4wp-form input[type="email"] {
		width: 100%;
	}

	.single #secondary.widget-area, .single #wrapper #sidebar {
		width: 100%;
	}

	.model .post-image {
		height: 190px;
	}

	.model .readm {
		display: none;
	}

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 481px) and (max-width : 767px) {
.blog #wrapper #main, .post-type-archive-event #wrapper #main, .single-event #wrapper #main, .single-post #wrapper #main, .archive.category #wrapper #main, #wrapper #ervaringen #main, .single-ervaringen #wrapper #main, .single-overpeinzingen #wrapper #main, .single-ervaringen #wrapper #main, .tax-groep #wrapper #main, .tax-event-category #primary .main, #wrapper #main.search-page {
		width: 100%;
	}

	#header-telephone {
		position: absolute;
		top: 50px;
		left: 200px;
	}

	#qtranslate-chooser li:after,
	#qtranslate-chooser li:hover:after {
		display: none!important;
	}

	#header .nav-toggle {
		position: absolute;
		top: .53em;
		right: 0;
		width: 1.618em;
		height: 1.618em;
		cursor: pointer;
		font-family: sans-serif;
		background-color: #0D4F8B;
		background-image: none;
		border: none;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		text-align: center;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

	#navigation {
		border: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		background-image: none;
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	#top {
		background: #0D4F8B;
		margin: 0 -1.618em;
		padding: 0 1.618em;
	}

	#top #top-nav {
		display: block;
		list-style: none;
		margin-bottom: 0;
	}

	#top #top-nav li {
		display: inline-block;
	}

	#top #top-nav li a{
		color:#fff;
		font-family: 'lato';
		font-size: 12px;
		padding: 3px 5px;
	}

	#top .languages a {
		margin-top: 9px;

	}

	#top .languages {
		float: right;
		margin-right: 0px;
	}

	.media #main .media-item {
		width: calc(50% - 4px);
	}

	#wrapper #header #navigation ul.nav .sub-menu:before {
		display: none;
	}

	.history .timeline-history {
		display: none;
	}

	.history .year.right .year-content {
		margin-right: 0px;
	}

	.history .year.left .year-content {
		margin-left: 0px;
	}

	.history .year .year-content {
		width: 100%;
		margin-bottom: 20px;
	}

	.history .year.right .year-content:hover {
		margin-right: 0;
	}

	.history .year.left .year-content:hover {
		margin-left: 0;
	}

	.history .year.right .year-content:after, .history .year.left .year-content:after {
		display: none;
	}

	.home .post {
		background: #fff;
	}

	.home-blog {
		width: 100%;
	}

	.home-sidebar {
		float: left;
		width: 100%;
	}

	#footer {
		padding:0;
		height:40px;
	}

	#footer p {
		margin:0;
		line-height: 40px;
		font-family: 'lato-light';
	}

	#wrapper .footer-wrap {
		background: #ddd;
		position: absolute;
		bottom:0;
		width:100%;
		margin: 0 -1.618em;
		padding: 0 1.618em;
	}

	.model-header {
		line-height: 50px;
		font-size: 13px;
		height: 50px;
	}

	.model .post-image {
		height: 135px;
	}

	#wrapper .model .post-content {
		background: #fff;
		margin-bottom: 40px;
	}

	#wrapper .last {
		clear: right;
		margin-right: 3.8% !important;
	}

	#wrapper ul.products li.product {
		width: 48%;
	}

	#wrapper .widget.widget_product_categories {
		overflow: hidden;
		max-height:60px;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	#wrapper .widget.widget_product_categories > ul{
		visibility: hidden;
		opacity: 0;
		margin-top: 20px;
		border-top:1px solid #ddd;
		padding-top: 20px;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	#wrapper .widget.widget_product_categories.active ul {
		visibility: visible;
		opacity: 1;
	}

	#wrapper .widget ul li ul.children {
		width:100px;
		margin-left: 5px;
	}

	#wrapper .widget ul li ul.children li {
		width:195px;
	}

	#wrapper .widget ul li ul.children li a{
		width:195px;
		color:#777;
	}

	#wrapper .widget ul li ul.children li span.count {
		display: none;
	}

	#wrapper .widget.widget_product_categories.active {
		max-height:800px;
	}

	.post, .type-page {
		background: #fff;
		padding-bottom: 10px;
	}

	.eigen-ervaring {
		height: 90px;
	}

	.eigen-ervaring.active {
		height: 300px;
	}

	.eigen-ervaring h3 {
		font-size: 16px;
	}

	#contact-page .entry, #contact-page ol.forms {
		width: 90%;
		padding:5%;
	}

	.row-google-map {
		width: 100%;
		height: 280px;
	}

	.post-image {
		height: 150px;
	}

	.single .post {
		background: #fff;
		padding-bottom: 10px;
	}

	#wrapper #post-entries {
		width: 95%;
		border: none;
		padding: 10px 2.5%;
		background: #fff;
	}

	#wrapper #sidebar {
		width: 100%;
	}

	#wrapper .widget_woo_search, #wrapper .widget_recent_entries {
		display: none;
	}

	.nav-prev.fl {
		margin-top: 40px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.shop-banner {
		display: none;
	}

	.post-type-archive-product #wrapper .widget li {
		padding-bottom: 10px;
		border-bottom:none;
		margin-bottom: 10px;
		display: inline-block;
		width: 100%;
	}

	#secondary.widget-area, #wrapper #sidebar {
		width: 100%;
	}

	ul.products {
		width: 100%;
	}

	#wrapper .widget.widget_product_categories {
		overflow: hidden;
		max-height:60px;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	#wrapper .widget.widget_product_categories > ul{
		visibility: hidden;
		opacity: 0;
		margin-top: 20px;
		border-top:1px solid #ddd;
		padding-top: 20px;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	#wrapper .widget.widget_product_categories.active ul {
		visibility: visible;
		opacity: 1;
	}

	#wrapper .widget ul li ul.children {
		width:100px;
		margin-left: 5px;
	}

	#wrapper .widget ul li ul.children li {
		width:195px;
	}

	#wrapper .widget ul li ul.children li a{
		width:195px;
		color:#777;
	}

	#wrapper .widget ul li ul.children li span.count {
		display: none;
	}

	#wrapper .widget.widget_product_categories.active {
		max-height:800px;
	}

	#wrapper .widget h3 {
		text-align: left;
	}

	#wrapper .widget {
		margin-bottom: 20px;
	}
	.woocommerce .open-window {
		display: block;
		width:100%;
		background: #0D4F8B;
		margin-top: -40px;
		margin-bottom: 40px;
		height: 25px;
	}

	.woocommerce .open-window a.open {
		background:url('images/arrow.png')center no-repeat;
		color: #fff;
		display: block;
		background-size: 4%;
		width:100%;
		text-align: center;
		height:25px;
		margin: 0 auto;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	.single.single-product .images {
		background: #fff;
		width: 100%;
	}

	.single-product .entry-summary {
		width: 90%;
		min-height: 100px;
		padding:20px 5%;
	}

	.woocommerce_tabs ul.tabs, .woocommerce-tabs ul.tabs, .woocommerce_tabs .panel, .woocommerce-tabs .panel {
		display: none!important;
	}

	.woocommerce-page .type-page {
		padding: 20px;
	}

	.records .entry {
		width: 94%;
		float: none;
	}

	.records .post-image {
		width: 98%;
		float: none;
		padding: 0 2% 4% 0;
	}

	#top .languages a {
		margin-top: 6px;

	}

	.slider-wrapper {
		margin-bottom: 20px;
	}

	.languages {
		top:70px;
	}

	.single-product .entry-summary {
		position: relative;
	}

	.articles {
		float: none;
		width: 100%;
	}

	#secondary.widget-area, #wrapper #sidebar {
		width: 29%;
	}

	.filters {
		height: auto;
	}

	.filters ul li {
		float: none;
		display: block;
	}

	.filters ul li a {
		text-align: left;
	}

	article img.alignright, .entry-content img.alignright, article img.alignleft, .entry-content img.alignleft {
		width: 100%;
		float: none;
		display: block;
		margin:20px 0!important;
	}

	.history .year .year-content:hover {
		margin-left: 0;
	}

	.history .year:nth-of-type(even) .year-content:hover {
		margin-right: 0;
	}

	.history .year:nth-of-type(even) .year-content:after, .history .year:nth-of-type(odd) .year-content:after {
		display: none;
	}

	.woocommerce #secondary.widget-area, .woocommerce #wrapper #sidebar {
		width: 100%;
	}

	#wrapper .cycloneslider-template-standard .cycloneslider-prev, #wrapper .cycloneslider-template-standard .cycloneslider-next {
		display: none;
	}

		#secondary.widget-area, .single #wrapper #sidebar {
		width: 100%;
	}

	.model .post-image {
		height: 115px;
	}

	.model .readm {
		display: none;
	}

	.header-wrapper .search-icon {
		top: 32px;
		right: 46px;
	}

	.search-fields {
		top: 32px;
		right: 64px;
	}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {
	body {
		padding: 0 12px;
	}

	.blog #wrapper #main, .post-type-archive-event #wrapper #main, .single-event #wrapper #main, .single-post #wrapper #main, .archive.category #wrapper #main, #wrapper #ervaringen #main, .single-ervaringen #wrapper #main, .single-overpeinzingen #wrapper #main, .single-ervaringen #wrapper #main, .tax-groep #wrapper #main, .tax-event-category #primary .main, #wrapper #main.search-page {
		width: 100%;
	}

	#header-telephone {
		position: absolute;
		top: 50px;
		left: 180px;
		font-size: 11px;
		padding: 0;
	}

	#wrapper {
		padding-bottom: 122px;
	}

	#header .nav-toggle {
		position: absolute;
		top: .53em;
		right: 0;
		width: 1.618em;
		height: 1.618em;
		cursor: pointer;
		font-family: sans-serif;
		background-color: #0D4F8B;
		background-image: none;
		border: none;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		text-align: center;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

	#navigation {
		border: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		background-image: none;
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	#wrapper #header #navigation ul.nav .sub-menu:before {
		display: none;
	}

	#wrapper .model:nth-of-type(odd) .post-content {
		margin-right: 0%;
	}
	#wrapper .model .post-content {
		width: 100%;
		float: left;
		background: #fff;
		margin-bottom: 40px;
	}

	.model-header {
		line-height: 30px;
		font-size: 13px;
	}

	.model .post-image {
		height: 145px;
	}

	#top {
		background: #0D4F8B;
		margin: 0 -1.618em;
		padding: 0 1.618em;
	}

	#top #top-nav {
		display: block;
		list-style: none;
		margin-bottom: 0;
	}

	#top #top-nav li {
		display: inline-block;
	}

	#top #top-nav li a{
		color:#fff;
		font-family: 'lato';
		font-size: 12px;
		padding:3px 2px;
	}

	#top .languages a {
		margin-top: 6px;

	}

	#top .languages {
		float: right;
		margin-right: 0px;
	}

	#footer {
		padding:0;
		height:40px;
	}

	#footer p {
		margin:0;
		line-height: 40px;
		font-family: 'lato-light';
		font-size: 12px;
	}

	#wrapper .footer-wrap {
		background: #ddd;
		position: absolute;
		bottom:0;
		width:100%;
		margin: 0 -1.618em;
		padding: 0 1.618em;
	}

	.home-blog {
		width: 100%;
	}

	.home .post {
		width: 100%;
		display: inline-block;
		float: left;
		background: #fff;
	}

	.post-image {
		height: 150px;
	}

	.single .post {
		background: #fff;
		padding-bottom: 10px;
	}

	#wrapper #post-entries {
		width: 95%;
		border: none;
		padding: 10px 2.5%;
		background: #fff;
	}

	#wrapper #sidebar {
		width: 100%;
	}

	#wrapper .widget_woo_search, #wrapper .widget_recent_entries {
		display: none;
	}

	.nav-prev.fl {
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.home-sidebar .home-sidebar-widget {
		width: 100%;
	}

	.home-sidebar {
		float: left;
		width: 100%;
	}

	.slider-wrapper {
		margin-bottom: 20px;
	}

	.shop-banner {
		display: none;
	}

	.post-type-archive-product #wrapper .widget li {
		padding-bottom: 10px;
		border-bottom:none;
		margin-bottom: 10px;
		display: inline-block;
		width: 100%;
	}

	#secondary.widget-area, #wrapper #sidebar {
		width: 100%;
	}

	ul.products {
		width: 100%;
	}

	#wrapper .widget.widget_product_categories {
		overflow: hidden;
		max-height:60px;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	#wrapper .widget.widget_product_categories > ul{
		visibility: hidden;
		opacity: 0;
		margin-top: 20px;
		border-top:1px solid #ddd;
		padding-top: 20px;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	#wrapper .widget.widget_product_categories.active ul {
		visibility: visible;
		opacity: 1;
	}

	#wrapper .widget ul li ul.children {
		width:100px;
		margin-left: 5px;
	}

	#wrapper .widget ul li ul.children li {
		width:195px;
	}

	#wrapper .widget ul li ul.children li a{
		width:195px;
		color:#777;
	}

	#wrapper .widget ul li ul.children li span.count {
		display: none;
	}

	#wrapper .widget.widget_product_categories.active {
		max-height:800px;
	}

	#wrapper .widget h3 {
		text-align: left;
	}

	#wrapper .widget {
		margin-bottom: 20px;
	}
	.woocommerce .open-window {
		display: block;
		width:100%;
		background: #0D4F8B;
		margin-top: -40px;
		margin-bottom: 40px;
		height: 25px;
	}

	.woocommerce .open-window a.open {
		background:url('images/arrow.png')center no-repeat;
		color: #fff;
		display: block;
		background-size: 8%;
		width:100%;
		text-align: center;
		height:25px;
		margin: 0 auto;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	.single.single-product .images {
		background: #fff;
		width: 100%;
	}

	.single-product .entry-summary {
		width: 90%;
		min-height: 100px;
		padding:20px 5%;
	}

	.woocommerce_tabs ul.tabs, .woocommerce-tabs ul.tabs, .woocommerce_tabs .panel, .woocommerce-tabs .panel {
		display: none!important;
	}

	.eigen-ervaring {
		height: 120px;
	}

	.eigen-ervaring.active {
		height: 320px;
	}

	.eigen-ervaring h3 {
		font-size: 16px;
	}

	#contact-page .entry, #contact-page ol.forms {
		width: 90%;
		padding:5%;
	}

	.row-google-map {
		width: 100%;
		height: 280px;
	}

	.post, .type-page {
		background: #fff;
		padding-bottom: 10px;
	}

	.woocommerce-page .type-page {
		padding: 20px;
	}

	.filters ul li {
		display: inline-block;
		float: left;
		width: 80px;
	}

	.media #main .media-item {
		width: 100%;
		height: auto;
		margin: 0;
		padding-bottom: 54.8%;
		margin-bottom: 5px;
	}

	#main > div.media-blog.isotope a {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.woocommerce .open-window a.open.active {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#wrapper ul.products li.product {
		width: 100%;
	}

	.history .timeline-history {
		display: none;
	}

	.history .year.right .year-content {
		margin-right: 0px;
	}

	.history .year.left .year-content {
		margin-left: 0px;
	}

	.history .year .year-content {
		width: 100%;
		margin-bottom: 20px;
	}

	.history .year.right .year-content:hover {
		margin-right: 0;
	}

	.history .year.left .year-content:hover {
		margin-left: 0;
	}

	.history .year.right .year-content:after, .history .year.left .year-content:after {
		display: none;
	}

	.records .entry {
		width: 94%;
		float: none;
	}

	.records .post-image {
		width: 100%;
		float: none;
		padding: 0;
	}

	.records .post-content ul li:before {
		display: none;
	}

	#wrapper .records {
		background: #fff;
	}

	.languages {
		top: 70px;
		right: 0;
	}

	#copyright {
		width: 100%;
		float: left;
	}

	#footer .col-left {
		width: 100%;
	}

	.facebook-page {
		float: left;
		margin-bottom: 10px;
	}

	#wrapper .post-content h1 {
		line-height: 20px;
		margin-bottom: 10px;
	}

	#wrapper .post-content h1 a {
		font-size: 18px;
	}

	.single-product .entry-summary {
		position: relative;
	}

	.articles {
		float: none;
		width: 100%;
	}


	.filters {
		height: auto;
	}

	.filters ul li {
		float: none;
		display: block;
		width: 100%;
	}

	.filters ul li a {
		text-align: left;
	}

	#ervaringen article.ervaringen .entry {
		padding: 10px;
	}

	.nav-prev.fl {
		border-bottom: none;
	}

	#wrapper .records .post-content h1 {
		padding: 10px;
	}

	.historie .entry {
		padding: 10px;
	}

	#wrapper .historie .post-content .entry p {
		padding:0;
	}

	article img.alignright, .entry-content img.alignright, article img.alignleft, .entry-content img.alignleft {
		width: 100%;
		float: none;
		display: block;
		margin:20px 0!important;
	}

	.history_categories li a {
		padding: 5px;
		font-size: 13px;
		line-height: 25px;
	}

	.history .year .year-content:hover {
		margin-left: 0;
	}

	.history .year:nth-of-type(even) .year-content:hover {
		margin-right: 0;
	}

	.history .year:nth-of-type(even) .year-content:after, .history .year:nth-of-type(odd) .year-content:after {
		display: none;
	}

	.history .year h3 {
		font-size: 15px;
		line-height: 15px;
	}

	#wrapper .cycloneslider-template-standard .cycloneslider-prev, #wrapper .cycloneslider-template-standard .cycloneslider-next {
		display: none;
	}

	.header-wrapper .search-icon {
		right: 46px;
		top: 32px;
	}

	.search-fields.active {
		right: 72px;
		width: 200px;
	}

	.search-fields {
		top:32px;
		height: 75px;
		z-index: 99;
	}

	.home-sidebar .mc4wp-form input[type="email"] {
		width: 155px;
	}

	.model .readm {
		display: none;
	}

	.search-fields input[type=text], input.input-text {
		width: 142px;
	}

	#main > article.type-agenda > section > header, #main > article.type-agenda > section .entry {
		width: 100%;
	}

	#wrapper .type-agenda .post-image {
		float: none;
		margin: 20px auto 0;
	}

	#wrapper .footer-wrap {
		margin: 0 -12px;
		padding: 0 12px;
	}


	#qtranslate-chooser li:after,
	#qtranslate-chooser li:hover:after {
		display: none!important;
	}

	#footer {
    	height: auto;
	}

	#footer .col-left {
    	width: auto;
    	margin: 0 20px;
	}

	#privacy-link {
    	margin: 0 20px;
	}

}


@font-face {
	font-family: 'lato-light';
	src: url('fonts/lato-light-webfont.ttf'),
		 url('fonts/lato-light-webfont.eot'),
		 url('fonts/lato-light-webfont.woff');
}

@font-face {
	font-family: 'lato';
	src: url('fonts/lato-regular-webfont.ttf'),
		 url('fonts/lato-regular-webfont.eot'),
		 url('fonts/lato-regular-webfont.woff');
}

@font-face {
	font-family: 'lato-bold';
	src: url('fonts/lato-bold-webfont.ttf'),
		 url('fonts/lato-bold-webfont.eot'),
		 url('fonts/lato-bold-webfont.woff');
}

@font-face {
	font-family: 'lato-black';
	src: url('fonts/lato-black-webfont.ttf'),
		 url('fonts/lato-black-webfont.eot'),
		 url('fonts/lato-black-webfont.woff');
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.faq header{
	cursor: pointer;
	background-color: #0D4F8B;
}

.faq section.entry{
	max-height: 1200px;
	padding-top: 15px;
	overflow: hidden;

	-webkit-transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
	-ms-transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

#wrapper .post-content.faq .entry p {
	margin-bottom: 20px;
}

.faq.closed section.entry{
	max-height: 0;
	padding: 0;
}

#wrapper .post-content.faq h1 {
	color: #fff;
	font-size: 16px;
	font-family: 'lato-bold';
	font-weight: normal;
	text-align: left;
	padding: 10px;
}

.faq-q {
	float: left;
	color: #000;
	font-weight: bold;
}
.faq-a {
	float: left;
	color: #000;
	font-weight: bold;
}

#qtranslate-chooser li:after {
	display: none;
	position: absolute;
	background-color: #ebf0f0;
	white-space: nowrap;
	right: calc(100% + 50px);
	top: 8px;
}

#qtranslate-chooser li:hover:after {
	display: block;
}

#qtranslate-chooser li.lang-nl:after {
	content: 'Deze website is ook beschikbaar in het Nederlands. Klik hier.';
}
#qtranslate-chooser li.lang-en:after {
	content: 'This website also is available in English language. Please click here.';
}
#qtranslate-chooser li.lang-de:after {
	content: 'Diese Web-Präsentation ist auch in deutscher Sprache verfügbar. Bitte klicken Sie hier.';
}

.home-sidebar .home-sidebar-widget.widget-facebook {
	background-image: url('images/facebook.png');
	background-repeat: no-repeat;
	background-position: 20px 50%;
	background-color: #fff;
}

#payment .payment_methods.methods,
.order_details .method {
	display: none;
}

.cart-collaterals tr.shipping {
	display: none;
}


#header-telephone {
	float: left;
	padding: 0px 0 4px 20px;
	margin: 30px 0 0 30px;
	background-image: url('images/phone.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	color: #000;
	opacity: 0.5;

	transition: all 0.25s ease-in-out;
}

#header-telephone:hover {
	opacity: 1;
}

.article-image-head {
	display: block;
	width: 100%;
	height: 320px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	position: relative;
}

.article-image-head a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.checkout > #payment {
	display: none;
}

.page .entry {
	background-color: #fff;
}

.page .entry > p {
	margin: 0 20px 1.68em 20px;
}

#z2-footer-link {
	display: inline-block;
	height: 20px;
	width: 76px;
	background-image: url('images/zet-twee.png');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	transform: translateY(5px);
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #z2-footer-link {
    	background-image: url('images/zet-twee@2x.png');
    }
}

#z2-footer-link img {
	height: 10px;
	width: auto;
	max-width: none;
	position: absolute;
	top: 10px;
	left: 0;
	display: none;
}

.cycloneslider-template-standard .cycloneslider-slide img {
	width: 100%!important;
	height: auto!important;
}

.woocommerce h2,
.woocommerce p {
	padding: 0 20px;
}

.woocommerce #customer_details h2,
.woocommerce #customer_details p {
	padding: 0;
}

.fcbk_share {
	margin-bottom: 20px!important;
}

.panel.entry-content:after {
	content: '';
	display: block;
	clear: both;
}

.panel.entry-content img {
	max-width: calc(50% - 30px);
	height: auto;
}

input[name="update_cart"] {
	transition: opacity 0.2s ease-in-out;
}

input[name="update_cart"][disabled] {
	opacity: 0.5;
}

#error-messages {
	margin: 0!important;
	padding: 0;
}



.order-form {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    padding: 50px;
    display: flex;
    justify-content: center;
}

.order-form-inner {
    position: relative;
}

.order-form .wpcf7-form {
    float: none;
    width: auto;
    padding: 30px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: calc(100vh - 120px);
    overflow: auto;
}

.order-form .wpcf7-form .form-row {
    float: none;
    width: 100%;
}

.order-form .wpcf7-form .form-row label {
    padding: 0;
    width: 220px;
    display: flex;
    align-items: center;
}

.order-form .wpcf7-form .form-row p {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

.order-form .wpcf7-form .form-row .wpcf7-form-control-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.order-form .wpcf7-form .form-row .wpcf7-form-control-wrap span {
    width: 100%;
}

.order-form .wpcf7-form .form-row .wpcf7-form-control-wrap input,
.order-form .wpcf7-form .form-row .wpcf7-form-control-wrap textarea {
    flex-grow: 1;
}

.order-form.show {
    display: flex!important;
}

.order-form-close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.order-form-close::before,
.order-form-close::after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
}

.order-form-close::before {
    transform: rotate(-45deg);
}

.order-form-close::after {
    transform: rotate(45deg);
}

.store_icons {
    display: none;
}
