/*
Theme Name:     Primaverde
Theme URI:      http://www.hebbit.nl/
Description:    Primaverde
Template:       strappress
Version:        1.0
*/
@import url("../strappress/style.css");
body, html {
	line-height: 24px;
	color: #666;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.praktijkvoorbeelden {
	background-image:url(../../../layout/overlay.png);
	z-index:99999;
}
.overlay-cont {
	width:100%;
	height:200px;
	background-size:cover;   
}
.modal {
	background: #000 none repeat scroll 0 0 !important;
	z-index: 99999 !important;
}
.full {
	margin-left: -100%;
	margin-right: -100%;
}
.gform_wrapper textarea.large {
	height: 10.625em !important;
}
.navbar-form .form-control {
	display: inline-block;
	margin-top: 10px;
	vertical-align: middle;
	width: auto;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #13903e;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: #13903e;
    color: #fff;
}

/* selecteren */
.lang_cont {
	width: 120px;
	padding: 0 5px 0 5px;
	text-align: center;
	float: right;
	margin-top: 20px;
}
#lang {
	margin: 0 2px 0 2px;
	float: left;
}
#cat-txt {
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
	font-weight: 500;
}
.select-cat select {
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #eee;
	padding: 5px 10px;
	width: 100%;
}
.select-cat fieldset {
	padding: 0 !important;
}
/* Modal */
.modal-dialog {
	width: 80%;
}
.modal {
	background: #0b0b0b none repeat scroll 0 0 !important;
	z-index: 9999 !important;
	opacity: 0.8;
}
.mfp-wrap {
	height: 100%;
	left: 0;
	outline: medium none !important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999 !important;
}
.mfp-bg {
	background: #0b0b0b none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0.8;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 88888 !important;
}
.video {
	background-color:#f2f2f2;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.page-title {
	color:#13903e;
	font-weight:600;
}
.maattabel-content td {
	padding:20px;  
	border: 1px solid #fff;
	background-color:#f2f2f2;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.maattabel-header td {
	padding:20px;
	font-weight:600;
	border: 1px solid #fff;
	background-color:#13903e;
	color:#fff;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
/* single nav */
.navigation {
    background-color: #fff;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;

	padding-bottom:10px;
	padding-top:10px;
}
.navigation a {

}
.navbar { 
-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.3);
}
.prod {
-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.1);
box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.1);
}

.prod:hover .panel-body {
	background-color:#ccc;
}
.cat-dropdown {
	background-color:#f5f5f5;
	padding-top:15px;
	margin-bottom:20px;
	margin-top:-20px;  
}
/* pagnation */
ul.page-numbers {
	list-style: none;
	margin: 1em auto;
	padding: 0;
	text-align: center;
	color: #555555;
	text-transform: uppercase;
	font-size: 16px;
}
ul.page-numbers li {
	display: inline;
}
ul.page-numbers a.page-numbers {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin: 2px;
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #eee;
	text-decoration: none !important;
	color: #555555 !important;
	font-size: smaller !important;
	text-shadow: white 0 1px 0;
}
ul.page-numbers a.page-numbers:first-child, ul.page-numbers a.page-numbers.first {
	margin-left: 0;
}
ul.page-numbers a.page-numbers:last-child, ul.page-numbers a.page-numbers.last {
	margin-right: 0;
}
ul.page-numbers a.page-numbers:hover, ul.page-numbers a.page-numbers:focus {
	color: #333333;
	border-color: #eee;
	background-color: #eee;
}
ul.page-numbers a.page-numbers.more {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0 none !important;
	background: transparent !important;
	margin-left: 0;
	margin-right: 0;
}
ul.page-numbers a.page-numbers.active {
	border-color: #505050 !important;
	color: #f2f2f2 !important;
	text-shadow: black 0 1px 0;
	background-color: #676767;
}
ul.page-numbers .prev:before {
	content: "\2039";
	padding-right: 0.5em;
}
ul.page-numbers .next:after {
	content: "\203A";
	padding-left: 0.5em;
}
ul.page-numbers .dots {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0 none !important;
	background: transparent !important;
	color: #999999 !important;
	margin-left: 0.25em;
	margin-right: 0.25em;
}
ul.page-numbers .current {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #676767;
	margin: 2px;
	padding: 5px 10px;
	display: inline-block;
	border-top: 1px solid #fff;
	text-decoration: none !important;
	font-size: smaller !important;
	border-color: #505050 !important;
	color: #f2f2f2 !important;
	text-shadow: black 0 1px 0;
}
/*end pagnation*/
.nws_cont {
	width: 100%;
	background-color: #e2e2e2;
	padding-top: 40px;
	padding-bottom: 40px;
}
.nieuws {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}
a img:hover {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	-webkit-transition-duration: 4s;
}
/* Menu */
.navbar-fixed-bottom, .navbar-fixed-top {
	z-index: 7777 !important;
}
.navbar-default {
	background-color: #fff !important;
	border-color: transparent !important;
}
.navbar {
	border: none;
	margin-bottom: 0;
	min-height: 70px;
}
.nav > li {
	min-height: 70px !important;
}
.navbar-nav > li > a {
	padding-bottom: 25px;
	padding-top: 25px;
	font-size: 14px;
	font-weight: 500;
}
.navbar-nav > li > a:hover {
	background-color: #fff !important;
	color: #333 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #fff !important;
	color: #333 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff !important;
    color: #13903e !important;
	border-top:3px solid; 
	line-height: 13px;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #333 !important;
	background-color: transparent;
}
.dropdown-menu {
	border: none !important;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.176) !important;
	font-size: 12px !important;
	padding: 0px 0 !important;
	border-radius: 0;
}
.dropdown-menu > li > a {
	color: #333;
	padding: 10px 16px !important;
}
.navbar-toggle {
	background-color: #666 !important;
	border: medium none !important;
	border-radius: 4px;
}
#logo {
	width: 200px;
	height: auto;
	margin-top: 15px;
	margin-right: 20px;
}
.merk {
	min-height: 100px;
	float: left;
}
/* Header */
.header .container {
	padding: 0;
}
.header {
	width: 100%;
	max-height: 300px;
	margin-bottom: 20px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #13903e;
}
/*
#header-temp {
	background-image:url(../../../layout/header-image-custom.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:300px;
	max-width:1260px;
	overflow:hidden;
}
*/
.header-image {
	width: 100%;
	max-width: 1260px;
	height: auto;
	margin: auto;
}
.header h1 {
	color: #FFFFFF;
}
.header h2 {
	color: #FFFFFF;
}
.header h3 {
	color: #FFFFFF;
}
.header h4 {
	color: #FFFFFF;
}
.header h5 {
	color: #FFFFFF;
}
.header h6 {
	color: #FFFFFF;
}
.header p {
	color: #FFFFFF;
}
/* Breadcrumbs */
.breadcrumb {
	margin-top: 18px;
}
/* Builder */
.titel-branche {
	margin-bottom: -30px;
}
.textwidget ul {
	list-style-image: url(../../../layout/check.png) !important;
}
.promo_block {
	width: 100%;
	min-height: 200px;
	background-color: #fff;
	margin-top: 80px;
	margin-bottom: 30px;
}
.promo_col_1 {
	width: 25%;
	min-height: 250px;
	background-color: #fff;
	float: left;
	padding: 20px;
	text-align: center;
}
.promo_col_1 h4 {
	color: #dd3333;
	margin: 0 !important;
	padding: 0 0 10px 0;
	font-weight: 800;
	letter-spacing: -1px;
	font-size: 24px;
}
.product-titel h4 {
	font-size: 12px;
	line-height: 18px;
	height: 30px;
	margin-top: 0;
}
.promo_col_1 p {
	color: #333;
	font-size: 14px;
}
.promo_col_2 {
	background-color: #fff;
	background-position: center bottom;
	background-size: cover;
	color: #fff;
	float: left;
	min-height: 250px;
	text-align: center;
	width: 18%;
}
.promo_col_3 {
	background-color: #13903e;
	color: #fff !important;
	float: left;
	min-height: 250px;
	padding: 20px;
	text-align: center;
	width: 57%;
}
.promo_col_3 p {
	color: #fff;
	font-size: 14px;
}
.promo_col_3 h4 {
	color: #fff;
	font-weight: 800;
	letter-spacing: -1px;
	font-size: 24px;
}
/* Content */
.content {
	padding-bottom: 60px;
}
.photo, .primaverde_afbeelding {
	padding: 5px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
a {
	color: #000;
	font-weight: 500;
}
#footer a {
	color: #ccc;
}
#footer h4 {
	color: #ccc;
}
a:hover {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
.widget_wysija_cont .wysija-submit {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #ccc;
	display: block;
	margin-top: 20px;
	padding: 5px;
	color: #333;
}
label {
	display: block;
	font-weight: 400;
	padding: 2px 0;
}
.textwidget ul {
	list-style: disc;
}
.primaverde_li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.primaverde_titel {
	margin-bottom: 20px;
}
.fa-file-pdf-o, .fa-file-word-o {
	margin-right: 20px;
	color: #4286C5;
	background-color: #fff;
}
.fa-file-excel-o {
	margin-right: 20px;
	color: #317A1B;
	background-color: #fff;
}
.fa-file-pdf-o {
	margin-right: 20px;
	color: #E02C2F;
	background-color: #fff;
}
h1 {
	color: #333;
}
h2 {
	color: #333;
}
h3 {
	color: #333;
}
h4 {
	color: #333;
}
h5 {
	color: #333;
}
h6 {
	color: #333;
	font-size: 14px !important;
}
h6 a {
	color: #333;
}
.page-header {
    border-bottom: 1px solid #333;
    margin: 0 0 40px;
    padding-bottom: 10px;
}
.well {
	background-color: #f5f5f5;
	border: none;
	border-radius: 4px;
	box-shadow: none !important;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
}
.primaverde_leesmeer {
	font-size: 13px;
	font-style: italic;
}
/* sidebar */
#widgets ul li {
	background-color: transparent;
	border-bottom: 1px dotted #333;
	margin-left: 0;
	padding: 0px;
}
#widgets ul li a {
	background: none repeat scroll 0 0 #eee;
	color: #333;
	padding: 6px;
	text-decoration: none;
	width: 100% !important;
	display: block !important;
}
#widgets ul li a:hover {
	background: none repeat scroll 0 0 #fff;
	color: #333;
}
/* Widgets */
.widget-title, .widget-title-home h3 {
	font-size: 20px !important;
	line-height: 25px !important;
	padding: 10px 0 !important;
	font-weight: 400 !important;
}
.kol-1 {
	width: 96%;
	height: auto;
	margin: 2%;
}
.kol-3 {
	width: 29%;
	padding-bottom: 21%;
	height: 0;
	float: left;
	margin: 2%;
	overflow: hidden;
}
.impressie {
	padding: 0px 10px 10px 10px;
}
#download {
	margin-bottom: 5px;
}
/* producten */
#art h3 {
	text-align: right;
	font-size: 16px;
}
/* Merken */
.merken {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	min-height: 100px;
	background-color: #FFFFFF;
}
/* News */
*, *:before, *:after {
	box-sizing: border-box !important;
}
img.wp-post-image, img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
	display: block;
	margin: 0 auto;
	width: auto;
}
.th {
	height: 170px;
	background: #f5f5f5 none repeat scroll 0 0;
}
.prod {
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 5px;
}
.cont {
	-moz-column-width: 18em;
	-webkit-column-width: 18em;
	-moz-column-gap: 1.3em;
	-webkit-column-gap: 1.3em;
	margin-bottom: 60px;
}
.cont1 {
	-moz-column-width: 18em;
	-webkit-column-width: 18em;
	-moz-column-gap: 1.0em;
	-webkit-column-gap: 1.0em;
	margin-bottom: 60px;
}
.panel {
	display: inline-block;
	width: 100%;
	border: none !important;
}
.content-actueel {
	background-color: #f5f5f5;
}
.panel-heading {
	border: none;
}
.photo-actueel {
	min-height: 233px;
}
.panel-body {
	background: #f5f5f5 none repeat scroll 0 0;
}
#nws-body {
	background: none !important;
}
.panel-body-home {
	background: none repeat scroll 0 0 #f5f5f5;
	min-height: 350px;
}
.widget_archive select, #cat {
	display: block;
	margin: 0px;
}
ul.page-numbers {
	color: #555555;
	font-size: 16px;
	list-style: outside none none;
	margin: auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
/* Isotope Transitions
------------------------------- */
.isotope, .isotope .item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.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 .item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/* Footer */
.powered {
	font-size: 11px;
}
.seperate {
	height: 20px;
}
#footer {
	width: 100%;
	height: auto;
	color: #13903e;
	padding-top: 30px;
	text-align: left;
	font-size: 13px;
	background-color: #004c23;
}
#footer_content {
	margin-top: 40px;
	margin-bottom: 40px;
}
#lang_sel_footer {
	padding: 40px;
}
input, select, textarea {
	color: #333;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
#footer .panel-grid-cell .widget-title {
	display: none !important;
}
#footer .widget-title, .widget-title-home h3 {
	color: #ccc;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 25px !important;
	padding: 10px 0 !important;
}

/* responsive media queries */
@media (max-width: 992px) {
.isotope .item {
	position: static ! important;
	-webkit-transform: translate(0px, 0px) ! important;
	-moz-transform: translate(0px, 0px) ! important;
	transform: translate(0px, 0px) ! important;
}
}

@media screen and (max-width: 768px) {
#logo {
	width: 200px !important;
	padding: 10px !important;
}
#footer {
	text-align: center;
}
.promo_block {
	display: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #eee !important;
}
.navbar-toggle {
	/*background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;*/
	margin-top: 20px;/*padding: 9px 10px;
    position: relative;*/
}
.nav > li {
	min-height: 40px !important;
}
.navbar-nav > li > a {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: 40px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #eee !important;
	color: #333 !important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #000000;
}
.mpfy-mll-location {
	float: none !important;
	margin: 8px !important;
	width: 95% !important;
}
}