/*
Theme Name: AXP
Theme URI: https://underscores.me/
Author: Extreme Air Products
Author URI: https://www.extremeairproducts.nl/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: axp
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 AXP is based on Underscores https://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/
and Blueprint https://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units https://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

.clearfix:before,.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	font-size: 23px;
	color: #25cb32;
	font-family: 'Gudea', sans-serif;
	margin: 15px 0 20px 0!important;
	padding: 0;
	line-height: 1.2;
}

h1 span {
	color: #666666;
}

h2, .page-tagline .page-tagline-wrap h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: 'Gudea', sans-serif;
}

h3 {
	font-family: 'Gudea', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 5px 0;
	padding: 0;
}

h3 img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

h3 a {
	text-decoration: none;
	vertical-align: middle;
}

.page-content h2 {
	font-size: 14px;
	color: #25cb32;
	line-height: 1.5;
	margin: 0;
}

.page-content p {
	font-size: 13px;
	color: #666666;
	line-height: 1.5;
}

.page-content .wpb_text_column p a {
	color: #666666;
	text-decoration: underline;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 13px;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #FF9C00;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Gudea',sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 1.3;
    padding: 3px 10px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #32ba31;
	color: #fff;
	text-decoration: none;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #FF9C00;
	color: #fff;
	text-decoration: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
	color: #999999;
	border: 1px solid #dadada;
	border-radius: 3px;
	padding: 10px 20px;
	margin: 0 0 10px 0;
	font-weight: 600;
	max-width: 420px;
	width: 100%;
}

input[type="text"].medium_size,
input[type="email"].medium_size,
input[type="tel"].medium_size,
input[type="url"].medium_size,
input[type="password"].medium_size,
input[type="search"].medium_size,
textarea.medium_size,
select.medium_size {
	width: 210px;
}

input[type="text"].large_size,
input[type="email"].large_size,
input[type="tel"].large_size,
input[type="url"].large_size,
input[type="password"].large_size,
input[type="search"].large_size,
textarea.large_size,
select.large_size {
	max-width: 250px;
}

input[type="text"].small_size,
input[type="email"].small_size,
input[type="tel"].small_size,
input[type="url"].small_size,
input[type="password"].small_size,
input[type="search"].small_size,
textarea.small_size,
select.small_size {
	max-width: 120px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	color: #25cb32;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px 20px;
}
textarea {
	height: 135px;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px 20px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
}

.pull-right {
	float: right;
	display: block;
}

.pull-left {
	float: left;
	display: block;
}

.contact-page-form {
	width: 462px;	
}

label {
	color: #999999;
	font-size: 16px;
	padding: 10px 0 0 20px;
	line-height: 3;
}

.contact-page-form p {
	margin: 0;
	padding: 0;
}

/* Links */
a {
	color: #32ba31;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a:visited {
	color: #32ba31;
}
a:hover,
a:focus,
a:active {
	color: #32ba31;
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
#site-navigation:after,
.nav-menu:after,
.vc_row_wrapper:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
#site-navigation:after,
.nav-menu:after,
.vc_row_wrapper:after {
	clear: both;
}

/* =Header
----------------------------------------------- */
.site-header {
	width: 100%;
	min-height: 170px;
	z-index: 2000;
	position: relative;
}

.is-sticky #navigation-wrap {
	background-color: #9a958d;
	background-color: rgba(154, 149, 141, 0.7);
	width: 100%;
	border-bottom: 2px solid #c9c7c2;
	z-index: 100;
}
.site-header-wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.site-branding {
    float: left;
    margin: 0 2.6% 0 0;
}

.site-branding a {
	display: block;
	line-height: 0;
	padding: 26px 0;
}

.header-contact {
	float: left;	
	background-color: #ffffff;
	border-radius: 3px;
	padding: 10px 30px;
	line-height: 1;
	margin: 40px 0 0;
}

.header-contact span {
	margin: 0 30px 0 0;
}

.header-contact span:last-child {
	margin: 0;
}

.header-contact span, .contact-email, .contact-phone, .contact-address {
	font-size: 13px;
	vertical-align: middle;
	line-height: 1.5;
	font-family: 'Gudea', sans-serif;
}

.contact-email, .contact-phone, .contact-address  {
	margin: 0 30px 0 0;
	font-size: 14px;
}
.contact-email a {
	text-decoration: none;
}

.header-contact span a {
	text-decoration: none;
	color: #333333;
}

.contact-email-green {
	background-image: url(images/icon-mail-green.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 25px;
}

.contact-phone-green {
	background-image: url(images/icon-phone-green.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
}

.contact-email {
	background-image: url(images/icon-mail-grey.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 30px;
}

.contact-phone {
	background-image: url(images/icon-phone-grey.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 30px;
}

.contact-address {
	background-image: url(images/icon-home-grey.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 30px;
}

.header-right {
	float: right;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	font-family: 'Gudea', sans-serif;
	clear: both;
	display: block;
	width: 100%;
	background-color: #7d7e7e;
	background-color: rgba(120, 119, 118, 0.8);
	padding: 0 10px;
	border-radius: 3px;
	text-transform: uppercase;
	max-width: 940px;
	margin: 0 auto;
}
.main-navigation ul {
	max-width: 790px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: left;
}
.main-navigation li {
	float: left;
	position: relative;
	text-align: left;
}

.main-navigation li.is-parent > a {
	position: relative;
}

.main-navigation li.is-parent > a:after {
	content: "";
	background-image: url(images/chevron-down.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	right: 7.5px;
	bottom: 0;
	height: 100%;
	width: 5px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 4;
	border-right: 1px solid #8E8C89;
	white-space: nowrap;
	padding: 0 20px;
	color: #fff;
}
.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 56px;
	z-index: 99999;
	padding: 2px 0 0 0;
	margin: 0;
}
.main-navigation ul ul li {
	background-color: #7d7e7e;
	background-color: rgba(120, 119, 118, 0.8);
}
.main-navigation ul ul li:first-child a {
	margin-top: 10px;
}
.main-navigation ul ul li:last-child a {
	margin-bottom: 10px;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	border: none;
	line-height: 2.2;
}
.main-navigation ul ul li {
	width: 155px;
}

.main-navigation a:hover {
	color: #333;
}
.main-navigation li:hover > a {
	background-color: #fff;
	color: #333;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
	background-color: #2cc238!important;
	color: #fff;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation ul.menu > li.current_page_item a,
.main-navigation ul.menu > li.current-menu-item a {
	color: #333;
	background-color: #fff;
}

.main-navigation ul.menu > li.current_page_item li a,
.main-navigation ul.menu > li.current-menu-item li a {
	background: none;
	color: #fff;
}

.main-navigation ul.sub-menu > li.current_page_item a, 
.main-navigation ul.sub-menu > li.current-menu-item a {
	background-color: #2cc238!important;
	color: #fff;
}

#menu-social {
	float: right;
	margin: 15px 0 0 0;
}

#menu-social a {
	display: inline-block;
	padding: 0 4px 0 0;
	border: none;
	line-height: 0;
}
#menu-social a:last-child {
	padding: 0;
}

.white-big {
	color: #fff; 
	font-weight: 400; 
	font-size: 38.32px; 
	line-height: 0.9; 
	font-family: 'Gudea', sans-serif; 
	padding: 0; 
	margin: 0px; 
	border-width: 0px; 
	border-style: none; 
	background: none;	
	text-shadow: -2px 2px 6px rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 600px) {

}


/* =Content
----------------------------------------------- */

.hfeed.site {
	background-color: #f3f3f3;
}
.site-content {
	padding: 0 0 0 0;
}

.sticky {
}
.hentry {
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#page {
	position: relative;
}

#page-wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;	
}

#primary {
	width: 64.7%;
	float: left;
	margin: 0 1.5%;
}

#primary.content-full {
	width: 100%;
	float: none;
	max-width: 940px;
	margin: 0 10px;
}

#secondary {
	width: 28.6%;
	float: right;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Footer */
.site-footer, .site-footer a {
	color:#aeaeae;
	font-size: 14px;
	text-decoration: none;
}

.footer-wrap {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}
.site-footer .footer-first {
	background-color: #4b4b4b;
	padding: 40px 0;
}

.site-footer .footer-second {
	background-color: #5c5c5c;
	padding: 25px 0;
}

.footer-social {
	line-height: 1.5;
	float: right;
	margin: 0 10px 0 0;
}

.footer-social a {
	display: inline-block;
    line-height: 0;
    padding: 0 0 0 4px;
    vertical-align: middle;
}

.site-footer .menu-footer-container {
	padding: 0 0 0 40px;
	display: inline-block;
}

.site-footer .menu-footer-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.site-footer .menu-footer-container ul li {
	display: inline-block;
	padding: 0 10px 0 0;
}

.site-footer .menu-footer-container ul li a {
	border-bottom: 1px solid #848484;
}

#scroll-to-top {
	display: block;
	width: 27px;
	height: 26px;
	background-image: url(images/scroll-top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: right;
	opacity: 0.8;
}
#scroll-to-top:hover {
	opacity: 1;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Carousel */
.wpb_flexslider_carousel.flexslider .slides img {
	display: inline;
    margin: 0 auto;
    vertical-align: middle;
    width: auto;
}

.wpb_flexslider_carousel.flexslider .slides li {
    text-align: center;
    vertical-align: middle;
}

.wpb_row.overlay-header {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.overlay-header .column_container {
	min-height: 103px!important;
}
.overlay-header .column_container .wpb_revslider_element {
	margin: 0!important;
}

.full_header_image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	height: 243px;
}

.fullscreen-container {
	max-height: 528px;
}

#lang-selector {
	margin: 15px 0 0 0;
}
#lang-selector a {
	text-decoration: none;
	margin: 0;
	padding: 0 3px 0 0;
	display: inline-block;
}

.btn, a.btn {
	font-family: 'Gudea', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	background-color: #ff9c00;
	border-radius: 3px;
	display: inline-block;
	white-space:nowrap;
	border: none;
	text-shadow: none;
	font-weight: normal;
}
.wpb_button.wpb_btn-custom-green, .wpb_btn-success.wpb_button {
	font-family: 'Gudea', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	background-color: #32ba31;
	border-radius: 3px;
	display: inline-block;
	white-space:nowrap;
	border: none;
	text-shadow: none;
	font-weight: normal;
}
.btn:hover, .btn:focus, .btn:active {
	background-color: #32ba31;
	color: #fff;
	text-decoration: none;
}
.wpb_button.wpb_btn-custom-green:hover, .wpb_button.wpb_btn-custom-green:focus, .wpb_button.wpb_btn-custom-green:active,
.wpb_button.wpb_btn-success:hover,.wpb_button.wpb_btn-success:focus, .wpb_button.wpb_btn-success:active {
	background-color: #ff9c00;
	color: #fff;
	text-decoration: none;
}
.btn-small, button.wpb_btn-mini, span.wpb_btn-mini {
	font-size: 16px!important;
	padding: 3px 10px!important;
}
.btn-medium, button.wpb_btn-small, span.wpb_btn-small {
	font-size: 16.6px!important;
	padding: 10px 20px!important;
}
.btn-large, button.wpb_btn-large, span.wpb_btn-large {
	font-size: 23.15px!important;
	padding: 15px 40px!important;
}

.btn.btn-call {
	position: relative;
	padding-right: 55px!important;
}

.btn-call:after {
	content: "";
	background-image: url(images/call-header.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 52px;
	height: 75px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

/* Slider */
.tp-leftarrow.default, .ls-fullwidth .ls-nav-prev {
    background: url("images/chevron-left.png")!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-color: #7b7469!important;
    background-color: rgba(123, 116, 105, 0.6)!important;
    width: 30px!important;
    height: 50px!important;
    border-radius: 3px!important;
    cursor: pointer!important;
    z-index: 100!important;
}
.tp-rightarrow.default, .ls-fullwidth .ls-nav-next {
    background-image: url("images/chevron-right.png")!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-color: #7b7469!important;
    background-color: rgba(123, 116, 105, 0.8)!important;
    width: 30px!important;
    height: 50px!important;
    border-radius: 3px!important;
    cursor: pointer!important;
    z-index: 100!important;
}

.tp-leftarrow:hover, .tp-rightarrow:hover, .ls-fullwidth .ls-nav-prev:hover, .ls-fullwidth .ls-nav-next:hover {
	background-color: #7b7469!important;
	background-color: rgba(123, 116, 105, 1)!important;
}

.tp-bullets.simplebullets.round .bullet, .ls-fullwidth .ls-bottom-slidebuttons a {
    background: url("images/bullet.png") no-repeat scroll 0 -9px transparent!important;
    cursor: pointer!important;
    float: left!important;
    height: 9px!important;
    margin-left: 0!important;
    margin-right: 8px!important;
    margin-top: 0!important;
    position: relative!important;
    width: 9px!important;
}

.ls-fullwidth .ls-bottom-slidebuttons a {
	margin: 0 0 0 8px!important;
}

.ls-fullwidth .ls-bottom-slidebuttons > a:first-child {
	margin: 0!important;
}

.tp-bullets.simplebullets.round .bullet.last {
	margin-right: 0!important;
}

.tp-bullets.simplebullets.round .bullet:hover, 
.tp-bullets.simplebullets.round .bullet.selected, 
.tp-bullets.simplebullets.navbar .bullet:hover, 
.tp-bullets.simplebullets.navbar .bullet.selected,
.ls-fullwidth .ls-bottom-slidebuttons a.ls-nav-active,
.ls-fullwidth .ls-bottom-slidebuttons a:hover {
	background-position: 0 0!important;
}

.tp-bullets {
	background-color: #7b7469!important;
	background-color: rgba(123, 116, 105, 1)!important;
	padding: 10px 25px!important;
	-webkit-border-top-left-radius: 3px!important;
	-webkit-border-top-right-radius: 3px!important;
	-moz-border-radius-topleft: 3px!important;
	-moz-border-radius-topright: 3px!important;
	border-top-left-radius: 3px!important;
	border-top-right-radius: 3px!important;
}

.ls-bottom-slidebuttons {
	height: auto!important;
	bottom: 29px !important;
    top: auto !important;
    background-color: #7b7469!important;
	background-color: rgba(123, 116, 105, 1)!important;
	padding: 10px 25px!important;
	-webkit-border-top-left-radius: 3px!important;
	-webkit-border-top-right-radius: 3px!important;
	-moz-border-radius-topleft: 3px!important;
	-moz-border-radius-topright: 3px!important;
	border-top-left-radius: 3px!important;
	border-top-right-radius: 3px!important;
}

.sticky-wrapper {
	position: relative;
	height: 56px!important;
}

/* Visual Composer elements */
.page-tagline {
	background-color: #847d73;
	padding: 25px 0;
	color: #fff;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px; 
}
.page-tagline p, .page-tagline h2 {
	color: #fff;
}
.page-tagline-wrap {
	max-width: 960px;
	margin: 0 auto;
}

.page-tagline-wrap p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.site-main {
	background-color: #f3f3f3;
}

.vc_row_wrapper {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.row-full .vc_row_wrapper {
	max-width: none;
	padding: 0;
}

.wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
	margin-bottom: 10px!important;
}
.wpb_layerslider_element.wpb_content_element {
	margin: 0!important;
}
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
}
.wpb_row ul.wpb_thumbnails-fluid > [class*="vc_span"] {
	margin-left: 2%!important;
}

.wpb_text_column p {
	font-size: 13px;
	line-height: 1.5;
}

.wpb_text_column, .wpb_teaser_grid {
	padding: 0;
}

.wpb_row {
	margin: 45px 0 0 0;
}
.row-full.wpb_row {
	margin: 0;
}

.wpb_call_to_action h2 {
	color: #000000;
}

.wpb_call_to_action h2 span {
	color: #25cb32;
}

.cta-text {
	max-width: 80%;
	float: left;
	line-height: 0;	
}

.vc_row_wrapper .wpb_call_to_action {
    background-color: #EEEEEE;
    border: none;
    padding: 20px;
}

.vc_row-fluid .vc_span3, .wpb_teaser_grid.wpb_carousel .vc_span3 {
	padding: 0 0 0 4%!important;
}

.cta_align_right .wpb_button {
    margin: 10px 0 0 !important;
}

.teaser_grid_container {
}

h3 a.teaser-more {
	font-size: 14px;
	padding: 0 0 0 15px;
}

h3.wpb_teaser_grid_heading {
	margin-bottom: 20px;
	color: #313131;
}

.post-thumb {
	margin: 0 0 15px 0;
}

h2.post-title {
	font-size: 16px;
	color: #313131;
	font-family: 'Gudea', sans-serif;
}

h2.post-title a {
	font-size: 16px;
	color: #313131;
	font-family: 'Gudea', sans-serif;
	text-decoration: none;
	margin: 0 0 10px 0;
	display: block;
}

.post-meta {
	font-size: 13px;
	font-style: italic;
}

.single .post-meta {
	margin: 0 0 20px 0;
}

.post-meta a {
	color: #25cb32;
}

.meta-left {
	display: block;
    float: left;
    line-height: 1;
    width: auto;
}

.meta-right {
	display: block;
    float: left;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    width: 30%;
    margin: 0 0 0 20px;
}

.comments-link {
	background-image: url(images/icon-comment-grey.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.posted-on {
	background-image: url(images/icon-calendar-grey.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.posted-on a, .comments-link a {
	padding-left: 20px;
	display: inline-block;
	text-decoration: none;
}

.teaser_grid_container .entry-content {
	margin: 15px 0 0 0!important;
	width: 85%!important;
}
.moretag {
	text-decoration: none;
}

.post-thumb a {
	line-height: 0;
	display: block;
	position: relative;
}

.wpb_separator, .vc_text_separator {
	border-bottom: 1px solid #dcdcdc!important;
}

blockquote {
	background-image: url(images/icon-quote.png);
	margin: 30px 0 10px 0 !important;
    padding: 0 0 0 50px;
	background-repeat: no-repeat;
	background-position: left 5px;
}

.row-white {
	background-color: #fff;	
}

.wpb_flexslider_carousel li {
	height: auto;
}

.flexslider.wpb_flexslider_carousel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px 0!important;
    position: relative !important;
}

.flex-direction-nav a {
	opacity: 0.8!important;
}

.flex-direction-nav a {
    background: url("images/bg_direction_nav.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    cursor: pointer !important;
    display: block !important;
    height: 40px !important;
    margin: -20px 0 0 0 !important;
    opacity: 0.8 !important;
    position: absolute !important;
    text-indent: -9999px !important;
    top: 50% !important;
    width: 25px !important;
    z-index: 10 !important;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0 !important;
    right: 0 !important;
}
.flex-direction-nav .flex-prev {
    left: 0 !important;
}

.box-white .wpb_wrapper .wpb_content_element{
	background-color: #fff;
	padding: 20px 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.sidebar-contact .wpb_wrapper .wpcf7 .wpcf7-form {
	background-color: #fff;
	padding: 20px 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
	margin: 0;
}

.sidebar-contact {
	float: right !important;
	max-width: 270px!important;
	margin: 0!important;
}

.sidebar-contact .wpcf7  {
	background-image: url('images/box-shadow.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0 0 14px 0;
	margin: 0 0 20px 0;
}

.sidebar-contact input[type="text"],
.sidebar-contact input[type="email"],
.sidebar-contact input[type="tel"],
.sidebar-contact input[type="url"],
.sidebar-contact input[type="password"],
.sidebar-contact input[type="search"],
.sidebar-contact textarea {
	max-width: 200px;
}

.sidebar-contact div.wpcf7 {
	margin: 0 0 20px 0;
}

.page-content .sidebar-contact p {
	margin: 0;
}

.captcha-box {
	background-color: #fff3da;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	text-align: right;
	font-size: 13px;
	color: #282d16;
	margin: 0 0 20px 0;
}
.captcha-box span.req {
	color: #ff0000;
}
.captcha-box img {
	border:1px solid #DADADA;
	display: inline-block;
}
.captcha-box input[type="text"] {
	max-width: 100px;
	padding: 3px 5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	margin: 0;
}
.form-info {
	font-size: 12px;
	margin: 10px 0 0 0;
	display: block;
}

.sidebar-contact .submit-area {
	position: relative;
	margin-left: 35px;
}
.sidebar-contact .submit-area:before {
	background-image: url(images/contact-green-arrow.png);
	content: "";
    height: 56px;
    left: -73px;
    position: absolute;
    top: -15px;
    width: 58px;
}

/* Contact Form 7 */
div.wpcf7-response-output {
	margin: 0;
	padding: 0;	
	font-size: 12px;
}
div.wpcf7-validation-errors {
	border: none;
	color: #ff0000;
}
div.wpcf7-mail-sent-ok {
    color: #398F14;
    border: none;
}
span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: -10px;
    top: auto;
    color: #FF0000;
    font-size: 10px;
    left: 22px;
    padding: 0;
    position: absolute;
    width: auto;
    z-index: 100;
}
div.wpcf7 {
	margin: 20px 0 0 0;
}

.slider-list {
	background-image: url(images/slider-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 15px!important;
	padding: 10px 0 10px 40px;
	display: block;
	color: #fff;
}

#fancybox-content {
    border: none !important;
    margin: 0 auto!important;
    background-color: #000000!important;
}
#fancybox-outer {
	background-color: #000000!important;
}

#contact_form_pop {
	margin: 0 auto;
    width: 462px;
}

#contact_form_pop h3 {
	font-size: 26px;
	color: #25cb32;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 20px 0;
}

#fancybox-wrap {
	padding: 0 20px 20px 20px!important;
    -webkit-border-radius: 10px!important;
	-moz-border-radius: 10px!important;
	border-radius: 10px!important;
	background-color: #000000!important;
	margin-top: 20px!important;
}

#fancybox-close {
	background-image: url(images/icon-close.png)!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	width: 51px!important;
	height: 51px!important;
	right: -45px!important;
    top: -25px!important;
}

.green_border_box {
	border: 1px solid #25cb32;
	padding: 3% 4% 4% 4%;
	background-color: #f9f9f9;
	margin: 20px 0;
}

.video_caption {
	color: #757575;
	font-size: 13px;
}

.page-content .wpb_text_column .video_caption a {
	color: #25cb32;
	text-decoration: underline;
}

.video_caption.align-right {
	float: right;
	margin: 20px 0 0 15px !important;
}

.video_caption.align-left {
	float: left;
	margin: 15px 15px 0 0 !important;
}

.vc_row-fluid .vc_span8.span8-smaller {
	width: 60%;
}

.vc_row-fluid .vc_span4.span4-bigger {
	 width: 37%;
}

span.thumb-overlay {
	display: none;
	position: absolute;	
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(37, 203, 50, 0.8);
	background-image: url(images/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 100;
}

.wpb_gmaps_widget .wpb_map_wraper {
	position: relative;
	z-index: 1;
}

.wpb_gmaps_widget .wpb_map_wraper.disabled:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#mobile-menu {
	display: none;
	background-image: url(images/mobile_menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 46px;
	height: 37px;
	padding: 0;
	margin: 0 0 15px 0;
}
@media ( max-width : 768px) {
	
	.header-right {display: none;}
	body {
		overflow-x: hidden;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea, select {
		max-width: 310px;
	}
	.main-navigation a {
		padding: 0 15px;
	}
	.header-right {
		margin: 0 10px 10px 0;
	}
	#menu-social {
		display: none;
	}
	.site-header-wrap, #page-wrap, .footer-wrap, .page-tagline-wrap {
		max-width: 98%;
	}
	.main-navigation, #primary.content-full, .vc_row_wrapper {
		max-width: 98%;
	}
	.wpb_row {
		margin-top: 20px;
	}
	.contact-email, .contact-phone, .contact-address {
		margin-right: 10px;
		padding-left: 20px;
	}
	.site-branding {
		margin-right: 3.6%;
        width: 40%;      
	}
  .header-contact { 
        float: left; 
        padding: 15px 30px;
        width: 48%; 
        margin: 25px 0 0;
    }	
	
	.btn-large, button.wpb_btn-large, span.wpb_btn-large {
		padding: 15px 20px !important;
	}
	.cta-text {
		max-width: 75%;
	}
	.sidebar-contact input[type="text"], .sidebar-contact input[type="email"], .sidebar-contact input[type="tel"], .sidebar-contact input[type="url"], .sidebar-contact input[type="password"], .sidebar-contact input[type="search"], .sidebar-contact textarea {
		max-width: 80%;
	}
}

@media ( max-width : 640px) {
	.wpb_gmaps_widget .wpb_map_wraper iframe {
		max-height: 300px;
	}
	.cta-text {float: none; max-width: none;}
	
}

@media ( max-width : 480px) {
	.mobile_hide {
		display: none!important;
	}
	html, body {
		height: 100%;
	}
	.contact-email, .contact-phone, .contact-address {
		margin-bottom: 10px;
	}
	.cta-text {
		float: none;
		max-width: none;
	}
	.row-full.wpb_row {
		margin-top: 0!important;
	}
	.sticky-wrapper {
		height: auto!important;
	}
	.site-header {
		min-height: 100%;
	}
	.main-navigation li.is-parent > a:after {
		content: none;
	}
	#mobile-menu {
		display: block;
	}
	.site-branding {
	    float: right;
	    margin: 0;
	    max-width: 80%;
	    position: relative;
	    z-index: 200;
	}
	.main-navigation {
		background: none;
		border-radius: 0;
		position: absolute;
		top: 3px;
		left: 10px;
		z-index: 100;
	}
	.main-navigation ul {
		display: none;
		background-color: #000;
		width: 200px;
	}
	.main-navigation li {
		float: none;
	}
	.main-navigation a {
		border-right: 0;
	}
	.main-navigation ul a {
		border-right: 0;
		border-bottom: 1px solid #1e1e1e;
		display: block;
	}
	.main-navigation ul ul {
	    float: none;
	    left: 0;
	    margin: 0;
	    padding: 0;
	    position: relative;
	    top: 0;
	    z-index: 99999;
	    border-bottom: 1px solid #1e1e1e;
	    padding-left: 20px;
	    width: auto;
	}
	.main-navigation ul ul li {
		width: 100%;
		background: none;
	}
	.header-right,
	.header-contact,
	.overlay-header {
		display: none;
	}
	.vc_responsive div.vc_row-fluid.row-two-half div[class*="vc_span"] {
		width: 46%;
		float: left;
	}
	.vc_responsive div.vc_row-fluid.row-two-half div[class*="vc_span"] h3 {
		font-size: 16px;
	}
	.vc_responsive div.vc_row-fluid.row-two-half div[class*="vc_span"] p {
		font-size: 12px;
	}
	.vc_responsive div.vc_row-fluid.row-two-half div[class*="vc_span"]:nth-child(2n+1) {
		clear: both;
	}
	.vc_responsive div.vc_row-fluid.row-two-half div[class*="vc_span"]:nth-child(2n) {
		padding: 0;
	}
	input.medium_size[type="text"], input.medium_size[type="email"], input.medium_size[type="tel"], input.medium_size[type="url"], input.medium_size[type="password"], input.medium_size[type="search"], textarea.medium_size, select.medium_size {
		width: 120px;
	}
	.contact-page-form {
		width: 300px;
	}
	h1 {
		margin-top: 5px;
	}
	label {
		padding: 10px 0 0 5px;
		font-size: 12px;
	}
	input.large_size[type="text"], input.large_size[type="email"], input.large_size[type="tel"], input.large_size[type="url"], input.large_size[type="password"], input.large_size[type="search"], textarea.large_size, select.large_size {
		max-width: 150px;
	}
	input.small_size[type="text"], input.small_size[type="email"], input.small_size[type="tel"], input.small_size[type="url"], input.small_size[type="password"], input.small_size[type="search"], textarea.small_size, select.small_size {
		max-width: 100px;
	}
	blockquote {
		margin-top: 10px!important;
	}
	textarea {
		padding: 10px;
	}
	.main-navigation {
		padding: 0;
	}
	.site-branding a {
		padding: 10px 0;
	}
	.header-contact {
		float: none;
		margin: 10px 0 0 0;
	}
	.site-header {
		position: relative!important;
	}
	
	.row-full.wpb_row {
		margin: 0;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"] {
		padding: 10px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea, select {
		max-width: 280px;
	}
	.site-footer .footer-first, .site-footer .footer-second {
		padding: 10px 0;
	}
	.contact-email, .contact-phone, .contact-address {
		display: block;
	}
	.footer-social {
		float: none;
	}
	.fullscreen-container {
		max-height: 350px;
	}
	.header-contact {
		margin: 0;
		padding: 10px;
	}
	.header-contact span {
		margin-right: 10px;
	}
	.main-navigation {
		text-align: center;
		padding-top: 10px;
	}
	.tp-leftarrow.default, .tp-rightarrow.default {
		display: none !important;
	}
	.sidebar-contact {
		margin: 0 auto!important;
		float: none!important;
	}
	.site-footer .menu-footer-container {
		padding: 0;
	}
	
}

.vc_cta3 H2 STRONG
{
	color: #25CB32 !important;
}
.vc_cta3 H2
{
	color: #000000 !important;
}
.vc_row_wrapper .vc_cta3
{
	background-color: #EEEEEE !important;
	border: none !important;
	padding: 20px !important;
}
.vc_cta3 .vc_btn3
{
	background-color: #25CB32 !important;
	color: #FFFFFF !important;
}
.vc_cta3 .vc_btn3:hover
{
	background-color: #FF9C00 !important;
	color: #FFFFFF !important;
}
.vc_btn3-color-juicy-pink
{
	background-color: #25CB32 !important;
	color: #FFFFFF !important;
}
.vc_btn3-color-juicy-pink:hover
{
	background-color: #FF9C00 !important;
	color: #FFFFFF !important;
}

.sidebar-contact .wpb_wrapper .wpcf7 .wpcf7-form
{
	padding: 15px 50px 15px 10px !important;
}
.wpcf7-form H3.wpb_teaser_grid_heading
{
	font-size: 17px !important;
}
DIV.overlay-header
{
	width: 100% !important;
}

.vc_grid-container .moretag
{
	display: none;
}

#fancybox-wrap 
{
	height:400px;	
}

/* Mobiel menu */
.mob-standard-logo { padding-top: 9px; }

/* Mobiele aanpassingen */

/* Desktop: 1281px of hoger */
@media (min-width: 1281px) {
}

/* Desktop en laptops: 1025px tot 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {
}

/* Tablet en Ipads in portret mode: 768px tot 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
}

/* Tablets en Ipads in landscape mode: 768px tot 1024px */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .header-right { display: none; }
  .header-contact {
		float: right !important;
		width: 20% !important;
        margin: 26px 0;
}
  .contact-email-green { display: none; }  
}



/* Lage resolutie tablets en telefoons in landscape mode: 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) {
  .header-right { display: none; }
  .header-contact {
		float: right !important;
		width: 20% !important;
        margin: 26px 0;
}
  .contact-email-green { display: none; }  
}


/* De meeste telefoons: 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) {
  .header-right { display: none; }
  .header-contact {
		float: right !important;
		width: 20% !important;
        margin: 26px 0;
}
  .contact-email-green { display: none; }  
}