/*
[KLEUREN]
YELLOW: #FEDE30;
ZWART: #2F2F2F;
GREEN: #2A8800;
DARK GREEN: #307433;
BG GREEN: #DCEFDD;
ICON GREEN: #ADCEAF;
TEXT GREEN: #3D8E42;
*/

/* [ALGEMEEN] */
body {
	background: #FFF;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #2F2F2F;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #3D8C1C;
}

a:hover,
a:focus,
a:active {
	color: #3D8C1C;
	text-decoration: underline;
}

#wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
}

.relative {
	position: relative;
}

.spacer {
	height: 30px;
}

.red {
	color: red;
}

.align-right {
	text-align: right;
}

h1, h2, h3, h4, h5, h6 {
	color: #3D8C1C;
	text-transform: uppercase;
	font-weight: 700;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 25px;
}

h3, h4, h5, h6 {
	font-size: 18px;
}

table {
	width: 100%;
	font-size: 16px;
}

table th {
	vertical-align: top;
	font-weight: 700;
}

table td.label {
	display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 18px;
    color: #2F2F2F;
    text-align: left;
}

table td ul {
	list-style-type: none;
	padding-left: 0;
}	

table td ul li {
	margin: 0 0 5px 0;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* [HEADER] */
header {
	position: relative;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(42, 136, 0, 1);
	padding: 10px 0 0 0;
	border-bottom: 4px solid #FEDE30;
	color: #FFF;
}

header a {
	color: #FFF;
}

header .logo,
header .logo img {
	width: 100%;
}

header .info {
	margin: 30px 15px 0 15px;
}

header .info ul.naw {
	list-style-type: none;
	padding-left: 0;
}

header .info ul.naw li {
	display: inline-block;
	padding: 0 0 0 15px;
}

header .info ul.naw li .svg-inline--fa {
	padding-right: 5px;
	font-size: 20px;
}

header .info ul.naw li a {
	color: #FFF;
}

header .info ul.naw li a:hover,
header .info ul.naw li a:focus,
header .info ul.naw li a:active {
	text-decoration: none;
	color: #FEDE30;
}

header .taal {
	margin: 30px 0 0 15px;
}

section.customtijden {

	text-align: center;
	background: #FEDE30;
	color: #2F2F2F;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

section.customtijden p {
	padding: 15px 0;
	margin: 0;
}

/* [MENUS] */
.mainnav {
	position: relative;
}

.mainnav .edit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 0;
}

.navbar {
	border: 0;
	border-radius: 0;
	margin-top: 10px;
	margin-bottom: 0;
	min-height: 0;
}

.navbar-default {
	background: transparent;
}

.navbar-default .navbar-nav {
	display: flex;
	justify-content: space-around; 
	align-items: center;  
	width: 100%;
}

.navbar-default .navbar-nav > li {
	margin-right: 10px;
}

.navbar-default .navbar-nav > li:last-child {
	margin-right: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
	padding: 10px !important;
	-webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
	color: #FEDE30;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:active {
    color: #FEDE30 !important;
    background-color: transparent !important;
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu {
	margin: 0 !important;
	padding: 0 !important;
	border-top: 4px solid #FEDE30 !important;
}

.yamm .yamm-content {
	padding: 0 0 !important;
}

.yamm .yamm-content .container {
	padding-left: 0;
	padding-right: 0;
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu .yamm-content .submenuitem .submenuinner {

}

.yamm .dropdown.yamm-fullwidth .dropdown-menu .yamm-content .submenuitem .submenuinner .square:hover, 
.yamm .dropdown.yamm-fullwidth .dropdown-menu .yamm-content .submenuitem .submenuinner .square:focus,
.yamm .dropdown.yamm-fullwidth .dropdown-menu .yamm-content .submenuitem .submenuinner .square:active {
	background: #FEDE30;
	color: #FFF;
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu .yamm-content .submenuitem .submenuinner .square h4 {
	color: #2F2F2F;
	font-size: 16px;
	text-transform: unset;
}
 
.yamm .dropdown.yamm-fullwidth .dropdown-menu .yamm-content .submenuitem .submenuinner .square:hover h4, 
.yamm .dropdown.yamm-fullwidth .dropdown-menu .yamm-content .submenuitem .submenuinner .square:focus h4,
.yamm .dropdown.yamm-fullwidth .dropdown-menu .yamm-content .submenuitem .submenuinner .square:active h4 {
	color: #FFF;
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu .yamm-content .submenuitem .submenuinner a {
	color: #2F2F2F;
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu .yamm-content .submenuitem .submenuinner a:hover,
.yamm .dropdown.yamm-fullwidth .dropdown-menu .yamm-content .submenuitem .submenuinner a:focus,
.yamm .dropdown.yamm-fullwidth .dropdown-menu .yamm-content .submenuitem .submenuinner a:active {
	text-decoration: none;
	color: #FFF;
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu .yamm-content .submenuitem .submenuinner a h4 {
	font-size: 100%;
	font-weight: normal;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	background: transparent;
	border: 0;
}

.navbar-toggle {
	background: #FFF;
	font-size: 12px;
	background: #1f5081;
	margin: 15px 0 0 0;
	width: 60px;
	color: #FFF;
	padding: 0;
}

.navbar-collapse {
	max-height: none !important;	
	padding-right: 0px;
	padding-left: 0px;
}

.mobielmenu {
	background: #1f5081;
	color: #FFF;
}

.mobielmenu a {
	color: #FFF;
}

/* [CONTENT] */
section.homeheader {
	position: relative;
}

section.homeheader .blokken {
	margin-top: -125px;
}

section.homeheader .blokken a .wrapper {
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

section.homeheader .blokken a:hover .wrapper,
section.homeheader .blokken a:focus .wrapper,
section.homeheader .blokken a:active .wrapper {
	background: #FEDE30;
}

section.homeheader .wrapper {
	text-align: center;
	padding: 20px;
	background: #FFF;
	-webkit-border-top-left-radius: 50px;
       -moz-border-radius-topleft: 50px;
            border-top-left-radius: 50px;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.30);
	   -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.30);
	    -ms-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.30);
	     -o-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.30);
	        box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.30);
}

section.homeheader .wrapper .icon {
	margin: 0 0 30px 0;
	min-height: 85px;
}

section.homeheader .blokken a .wrapper.yellow {
	background: #3D8C1C;
	color: #FFF;
}

section.homeheader .blokken a:hover .wrapper.yellow,
section.homeheader .blokken a:focus .wrapper.yellow,
section.homeheader .blokken a:active .wrapper.yellow {
	background: #FEDE30;
	color: #2F2F2F;
}

section.homeheader .blokken a .wrapper.yellow .icon {
	min-height: 30px;
}

section.homeheader .blokken a .wrapper.yellow .content {
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	text-align: right;
}



section.homeheader .blokken a {
	color: #2F2F2F;
	font-size: 15px;
	font-weight: 700;
}

section.homeheader .blokken a:hover,
section.homeheader .blokken a:focus,
section.homeheader .blokken a:active {
	color: #FFF;
	text-decoration: none;
}

section.homeheader .blokken a .svg-inline--fa {
	margin: 0 0 0 15px;
}

section.goto {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 35%;
	padding: 40px 0 20px 0;
	text-align: center;
}

section.goto .svg-inline--fa {
	font-size: 50px;
	color: #FFF;
	cursor: pointer;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

section.goto .svg-inline--fa:hover,
section.goto .svg-inline--fa:focus,
section.goto .svg-inline--fa:active {
	color: #FEDE30;
}

section.frontpage {
	position: relative;
	min-height: 400px;
}

section.frontpage .blad {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}

section.frontpage .padding {
	padding: 80px 0;
}

section.frontpage h1 {
	margin: 0 0 40px 0;
}

section.frontpage .contentarea {
	line-height: 26px;
}

section.frontpage .html h2 {
	color: #2F2F2F;
	font-size: 18px;
	font-weight: 700;
	text-transform: unset;
	margin: 0 0 30px 0;
}

ul.fplist,
section.frontpage .html ul {
	list-style-type: none;
	padding-left: 0;
}

ul.fplist li,
section.frontpage .html ul li {
	margin: 0 0 15px 0;
}

ul.fplist li:before,
section.frontpage .html ul li:before {
	content: url('img/leaf-heart-solid.svg');
	padding: 0 15px 0 0;
}

section.assortiment {
	background: #DCEFDD;
	padding: 40px 0;
}

section.assortiment h2 {
	margin: 0 0 30px 0;
}

section.page {
	padding: 40px 0;
}

section.page h1 {
	margin: 0 0 30px 0;
}

section.page .blogomschrijving {
	margin: 0 0 30px 0;
	line-height: 26px;
}

section.page .contentarea {
	line-height: 26px;
}

section.page article {
	line-height: 26px;
}

section.page article .btn-default {
	margin: 0 0 20px 0;
}

section.page header {
	background: transparent;
	border-bottom: 0;
	padding: 0;
	color: #2F2F2F;
}

section.contact {
	padding: 40px 0;
}

section.contact h1 {
	margin: 0 0 30px 0;
}

section.contact h2.title {
	margin: 0 0 30px 0;
}

section.contact .contentarea {
	line-height: 26px;
}

/* [WEBSHOP] */
section.orangebar {
	background: #DCEFDD;
	padding: 30px 0 28px 0;
	color: #FFF;
}

section.orangebar .title {
	font-size: 25px;
	color: #3D8C1C;
    text-transform: uppercase;
    font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 30px 0;
}

section.orangebar a {
	color: #2F2F2F;
}

section.orangebar ul.shopadmin {
	list-style: none;
	padding-left: 0;
}

section.orangebar ul.shopadmin li {
	display: inline;
	margin-right: 10px;
}

section.orangebar ul.shopadmin li a {
	padding: 2px;
	color: #2F2F2F;
}

section.orangebar ul.shopadmin li a:hover,
section.orangebar ul.shopadmin li a:focus,
section.orangebar ul.shopadmin li a:active {
	color: #3D8C1C;
	text-decoration: none;
}

section.orangebar ul.shopadmin li a .svg-inline--fa {
	margin: 0 4px 0 0;
}

section.languagebar {
	background: #FFF;
	padding: 20px 0;
}

section.languagebar strong {
	color: #3D8C1C;
	font-weight: 700;
}

section.bluebar {
	padding: 40px 0 0 0;
}

section.bluebar .blogomschrijving {
	margin: 30px 0 15px 0;
	line-height: 26px;
}

.bluebar .form-inline {
	margin: 7px 0 10px 0;
}

.bluebar .form-group {
	margin: 0 15px 0 0;
}

.bluebar .form-group input[type="text"] {
	border-radius: 0;
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	width: 100% !important;
	display: block;
	color: #2F2F2F;
	font-size: 16px;
	padding: 20px 10px !important;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	    -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	     -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	-webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}

.bluebar .form-group input[type="text"]:hover,
.bluebar .form-group input[type="text"]:focus,
.bluebar .form-group input[type="text"]:active {
	outline: 0;
}

.bluebar .zoekveld {
	display: inline-block;
	width: 70%;
}

.bluebar .zoekveld input[type="submit"] {
	float: left;
}

.bluebar .form input[type="submit"] {
	position: relative;
	display: inline-block;
	margin: 0 0 0 0 !important; 
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
	border: 0;
	outline: none;
	padding: 10px 30px;
	background: #2F2F2F;
	margin-top: 20px;
	color: #FFF;
    line-height: 20px !important;
	border-radius: 0px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	    -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	     -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	-webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

.bluebar .form input[type="submit"]:hover,
.bluebar .form input[type="submit"]:focus,
.bluebar .form input[type="submit"]:active {
	background: #FFF;
	color: #2F2F2F;
	text-decoration: none;
}

.bluebar .form-group ::-webkit-input-placeholder {
	color: #2F2F2F;
}

.bluebar .form-group ::-moz-placeholder {
	color: #2F2F2F;
}

.bluebar .form-group :-ms-input-placeholder {
	color: #2F2F2F;
}

.bluebar .form-group :-moz-placeholder {
	color: #2F2F2F;
}

#product_canvas h2,
#product_canvas h3 {
	font-size: 20px;
	font-weight: 100;
}

.page .product .panel-default {
	border: 0;
	background: #FFF;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
       -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
        -ms-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
         -o-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
            box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
}

.page .product .panel-default:hover,
.page .product .panel-default:focus,
.page .product .panel-default:active {
	background: #FEDE30;
}

.page .product.yellow .panel-default {
	background: #3D8C1C;
	color: #FFF;
}

.page .product.yellow .panel-default:hover,
.page .product.yellow .panel-default:focus,
.page .product.yellow .panel-default:active {
	background: #FEDE30;
}

.page .product.yellow .panel-default:hover .panel-link,
.page .product.yellow .panel-default:focus .panel-link,
.page .product.yellow .panel-default:active .panel-link {
	color: #2F2F2F;
}

.page .product.yellow .panel-default .imgcontainer {
    height: 122px !important;
}

.page .product.yellow .panel-default .panel-link {
	font-size: 25px;
	text-transform: uppercase;
	line-height: 40px;
	margin-top: 0;
}

.page .product .productcat {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #3D8C1C;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 20px 5px 20px;
}

.page .product .producttitle {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #2F2F2F;
    text-align: left;
    font-weight: 700;
    padding: 5px 20px 20px 20px;
    min-height: 75px;
}

.page .product .panel-default:hover .producttitle,
.page .product .panel-default:focus .producttitle,
.page .product .panel-default:active .producttitle {
	color: #FFF;
}

.page .product .panel-default:hover .productprice,
.page .product .panel-default:focus .productprice,
.page .product .panel-default:active .productprice {
	color: #FFF;
}

.page .product .panel-default:hover .panel-link,
.page .product .panel-default:focus .panel-link,
.page .product .panel-default:active .panel-link {
	color: #FFF;
}


.page .product a:hover,
.page .product a:focus,
.page .product a:active {
	text-decoration: none;
}

#filterform {
	margin: 30px 0 0 0;
}

#filterform label {
	margin-left: 15px;
}

.webshop_container .hoofdafbeelding .img-thumbnail {
	padding: 0 !important	border: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	    -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	     -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
}

.webshop_container ul.thumbs {
	list-style-type: none;
	padding-left: 0;             
	display: flex;
	justify-content: space-around; 
	align-items: center;  
	width: 100%;  
	margin: 30px 0 0 0;
}

.webshop_container ul.thumbs li {
	display: inline;
	margin: 0 10px 0 0;
}

.webshop_container ul.thumbs li:last-child {
	margin: 0 0 0 0;
}

.webshop_container ul.thumbs li:only-child {
	display: none;
}

.webshop_container ul.thumbs li .subimage {
	display: inline;
	margin: 0;
}

.webshop_container .infobox {
	margin: 0 0 30px 0;
	font-weight: 400;
	line-height: 26px;
}

.webshop_container .prijs-title {
	font-size: 25px;
	font-weight: 700;
	color: #2F2F2F;	
}

.webshop_container .prijs-title .prijs_oud {
	color: #3D8C1C;
	font-size: 75%;
}

.webshop_container .prijs-title .prijs {
	color: #2F2F2F;
}

.webshop_container .productbox {
	margin: 30px 0;
	line-height: 26px;
}

.webshop_container h2.specs,
.webshop_container .productbox h2 {
	margin: 0 0 30px 0;
	font-size: 16px;
	font-weight: 900;
	color: #0573AA;
}

.webshop_container .productbox .readmore-uit {
	font-weight: 100;
}

.relaties .title {
	font-size: 25px;
	color: #3D8C1C;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

.producten-highlight {
	padding: 40px 0;
}

.ww-info {
	margin: 20px 0 10px 0;
	line-height: 27px;
}

.bestelvak {
	margin: 0 0 15px 0;
}

.filtervak {
	margin: 0 0 10px 0;
}

.filtertable table {
	width: auto;
}

.filtertable table td {
	padding: 0 4px;
}

.filtertable table td .btn-default {
	padding: 10px;
}

.filtertable table td .svg-inline--fa {
	margin: 0;
}

 #rootwizard .form_right .well {
 	display: none;
 }

/* [FORM] */
.formbuilder .form-group {
	position: relative;
	margin: 0 0 40px 0;
}

.formbuilder .form-group label {
	font-weight: 400;
	display: none;
}

.formbuilder .form-group input[type="text"]{
	border-radius: 0;
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #3D8C1C;
	border-left: 0;
	color: #2F2F2F;
	font-size: 15px;
	padding: 5px !important;
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102,175,233,0) !important;
	-webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}

.formbuilder .form-group input[type="text"]:hover,
.formbuilder .form-group input[type="text"]:focus,
.formbuilder .form-group input[type="text"]:active {
	outline: 0;
	border-bottom: 1px solid #FEDE30;
}

.formbuilder .form-group input[type="email"] {
	border-radius: 0;
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #3D8C1C;
	border-left: 0;
	color: #2F2F2F;
	font-size: 15px;
	padding: 5px !important;
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102,175,233,0) !important;
	-webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}

.formbuilder .form-group input[type="email"]:hover,
.formbuilder .form-group input[type="email"]:focus,
.formbuilder .form-group input[type="email"]:active {
	outline: 0;
	border-bottom: 1px solid #FEDE30;
}

.formbuilder .form-group textarea {
	border-radius: 0;
	background: transparent;
	border-top: 1px solid #3D8C1C;
	border-right: 1px solid #3D8C1C;
	border-bottom: 1px solid #3D8C1C;
	border-left: 1px solid #3D8C1C;
	padding: 10px !important;
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102,175,233,0) !important;
	color: #2F2F2F;
	font-size: 15px;
	-webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}

.formbuilder .form-group textarea:hover,
.formbuilder .form-group textarea:focus,
.formbuilder .form-group textarea:active, {
	outline: 0;
	border-top: 1px solid #FEDE30;
	border-right: 1px solid #FEDE30;
	border-bottom: 1px solid #FEDE30;
	border-left: 1px solid #FEDE30;
}

.formbuilder .form-group input[type="submit"] {
	position: relative;
	display: inline-block;
	margin: 0 0 10px 0;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
	border: 0;
	outline: none;
	padding: 10px 30px;
	background: #2F2F2F;
	color: #FFF;
    line-height: 20px !important;
	border-radius: 0px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	    -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	     -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	-webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

.formbuilder .form-group input[type="submit"]:hover,
.formbuilder .form-group input[type="submit"]:focus,
.formbuilder .form-group input[type="submit"]:active {
	color: #2F2F2F;
	background: #FFF;
	text-decoration: none;
}

.formbuilder .form-group ::-webkit-input-placeholder {
	color: #2F2F2F;
}

.formbuilder .form-group ::-moz-placeholder {
	color: #2F2F2F;
}

.formbuilder .form-group :-ms-input-placeholder {
	color: #2F2F2F;
}

.formbuilder .form-group :-moz-placeholder {
	color: #2F2F2F;
}

.formbuilder .form-group .formError {
	width: 100%;
	opacity: 1 !important;
    top: 33px !important;
    left: 5px !important;
    margin-top: 0px !important;
}

.formbuilder .form-group .formError {
	width: 100%;
	opacity: 1 !important;
    top: 33px !important;
    left: 0px !important;
    margin-top: 0px !important;
}

.formbuilder .form-group .formError .formErrorContent {
    background: transparent;
    position: relative;
    color: #ee0101;
    width: 175px;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    padding: 4px 0px;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
         -o-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}

.formbuilder .form-group .formError .formErrorArrow {
	display: none;
}



/* [GOOGLEMAP] */
.gm-style-iw {
	padding: 10px;
	line-height: 22px;
	font-size: 15px !important;
}

.gm-style-iw h5 {
	color: #3D8C1C;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
}

.gm-style-iw a {
	color: #3D8C1C;
	font-weight: 700;
	float: left !important;
	margin-left: 0 !important;
}

.gm-style-iw a:hover,
.gm-style-iw a:focus,
.gm-style-iw a:active {
	text-decoration: none;
	color: #FEDE30;
}

.fancybox-skin {
	background: #FFF !important;
}

/* [PAGER] */
.pager li > a,
.pager li > span {
	position: relative;
	display: inline-block;
	margin: 0 !important;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
	border: 0;
	outline: none;
	padding: 10px 30px;
	background: #2F2F2F;
	margin-top: 20px;
	color: #FFF;
    line-height: 20px !important;
	border-radius: 0px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	    -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	     -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	-webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

.pager li > a:hover,
.pager li > a:focus,
.pager li > a:active,
.pager li > span:hover,
.pager li > span:focus,
.pager li > span:active {
	background: #FFF;
	color: #2F2F2F;
}

.pager .disabled > a, 
.pager .disabled > a:focus, 
.pager .disabled > a:hover, 
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #FFF;
}


/* [FOOTER] */
footer {
	position: relative;
	font-size: 16px;
}

footer .footbg {
	position: absolute;
	top: -5%;
	left: 5%;
}

footer .ftop {
	background: rgba(62, 141, 66, 0.8);
	padding: 40px 0;
	min-height: 150px;
	color: #FFF;
	border-top: 4px solid #FEDE30;
	overflow: hidden;
}

footer .ftop .title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

footer .ftop ul.defmenu {
	list-style-type: none;
	padding-left: 0;
	font-weight: 400;
}

footer .ftop ul.defmenu li {
	margin: 0 0 15px 0;
}

footer .ftop ul.defmenu li  a {
	color: #FFF;
}

footer .ftop ul.defmenu li a:hover,
footer .ftop ul.defmenu li a:focus,
footer .ftop ul.defmenu li a:active {
	color: #FEDE30;
	text-decoration: none;
}

footer .ftop ul.flist {
	list-style-type: none;
	padding-left: 0;
	font-weight: 400;
}

footer .ftop ul.flist li {
	margin: 0 0 15px 0;
}

footer .ftop ul.flist li .svg-inline--fa {
	padding: 0 5px 0 0;
	font-size: 18px;
}

footer .ftop ul.flist li a {
	color: #FFF;
}

footer .ftop ul.flist li a:hover,
footer .ftop ul.flist li a:focus,
footer .ftop ul.flist li a:active {
	color: #FEDE30;
	text-decoration: none;
}

footer .ftop table {
	width: 100%;
	font-size: 16px;
}

footer .ftop table th {
	vertical-align: top;
	font-weight: 400;
}

footer .ftop table td ul {
	list-style-type: none;
	padding-left: 0;
}	

footer .ftop table td ul li {
	margin: 0 0 5px 0;
}

footer .fbottom {
	padding: 10px 0;
	background: rgba(48, 116, 51, 1);
	font-size: 13px;
	text-transform: uppercase;
}

footer .fbottom ul.defmenu {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

footer .fbottom ul.defmenu li {
	position: relative;
	display: inline-block;
	color: #FFF;
}

footer .fbottom ul.defmenu li:before {
	position: absolute;
	display: block;
	content: "|";
	top: -1px;
	left: -5px;
}

footer .fbottom ul.defmenu li a {
	color: #FFF;
	padding: 0 10px;
}

footer .fbottom ul.defmenu li a:hover,
footer .fbottom ul.defmenu li a:focus,
footer .fbottom ul.defmenu li a:active {
	text-decoration: none;
	color: #FEDE30;
}

footer .fbottom ul.defmenu li:first-child:before {
	display: none;
}

footer .fbottom ul.defmenu li:first-child a {
	padding-left: 0;
}

footer .fbottom ul.ncmenu {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

footer .fbottom ul.ncmenu li {
	position: relative;
	display: inline-block;
	color: #FFF;
}

footer .fbottom ul.ncmenu li:before {
	position: absolute;
	display: block;
	content: "|";
	top: -1px;
	left: -5px;
}

footer .fbottom ul.ncmenu li a {
	color: #FFF;
	padding: 0 10px;
}

footer .fbottom ul.ncmenu li a:hover,
footer .fbottom ul.ncmenu li a:focus,
footer .fbottom ul.ncmenu li a:active {
	text-decoration: none;
	color: #FEDE30;
}

footer .fbottom ul.ncmenu li:first-child:before {
	display: none;
}

footer .fbottom ul.ncmenu li:first-child a {
	padding-left: 0;
}

footer  a {
	color: #FFF;
}

/* [TAAL SWITCHER] */
.taal .flag-icon {
	font-size: 20px;
	margin-left: 5px;
}

.taal dropdown {
	position: relative;
	display: inline-block;
}

.taal dropdown label, 
.taal dropdown ul li {
	display: block;
	width: 175px;
	background: #FFF;
	padding: 5px 10px;
	margin-bottom: 0;
}

.taal dropdown label:hover, 
.taal dropdown ul li:hover {
	background: #DCEFDD;
	color: #2F2F2F;
	cursor: pointer;
}

.taal dropdown label {
	color: #3E3E3E;
	border-left: 4px solid #FEDE30;
	position: relative;
	z-index: 2;
	font-weight: 400;
}

.taal dropdown label svg {
	float: right;
	font-size: 24px !important;
	padding: 5px;
}

.taal dropdown input {
	display: none;
}

.taal dropdown input ~ ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: -20px;
	z-index: 1;
	padding-left: 0;
}

.taal dropdown input:checked + label {
	background: #F2F2F2;
	color: #0573AA;
	margin-bottom: 0;
}

.taal dropdown input:checked ~ ul {
	visibility: visible;
	opacity: 1;
	top: 25px;
}

.taal dropdown ul li a {
	display: block;
	color: #3E3E3E;
}

.taal dropdown ul li:hover a,
.taal dropdown ul li:focus a,
.taal dropdown ul li:active a {
	color: #FFF;
	text-decoration: none;
}

/* Nederlands */
.taal dropdown ul li:nth-child(1) {
	border-left: 4px solid #FF9A34;
}

.taal dropdown ul li:nth-child(1):hover {
	background: #FF9A34;
	color: white;
}

/* English */
.taal dropdown ul li:nth-child(2) {
	border-left: 4px solid #f00000;
}

.taal dropdown ul li:nth-child(2):hover {
  	background: #f00000;
	color: white;
}

/* Deutsch */
.taal dropdown ul li:nth-child(3) {
	border-left: 4px solid #000;
}

.taal dropdown ul li:nth-child(3):hover {
	background: #000;
	color: white;
}

.animate {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
	-webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	  -ms-backface-visibility: hidden;
	   -o-backface-visibility: hidden;
	      backface-visibility: hidden;
}

.taal dropdown ul li .flag-icon {
	float: right;
	margin-left: 10px;
	padding: 4px;
}

/* [BUTTONS] */
.btn .svg-inline--fa {
	margin: 0 15px 0 0;
}

.btn-primary {
	position: relative;
	display: inline-block;
	margin: 0 0 10px 0;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
	border: 0;
	outline: none;
	padding: 10px 30px;
	background: #3D8C1C;
	margin-top: 10px;
	color: #FFF;
    line-height: 20px !important;
	border-radius: 0px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	    -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	     -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	-webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
} 

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #FFF;
	color: #2F2F2F;
}

.btn-success {
	position: relative;
	display: inline-block;
	margin: 0 0 10px 0;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
	border: 0;
	outline: none;
	padding: 10px 30px;
	background: #3D8C1C;
	margin-top: 20px;
	color: #FFF;
    line-height: 20px !important;
	border-radius: 0px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	    -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	     -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	-webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
} 

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	background: #FFF;
	color: #2F2F2F;
}

.btn-default {
	position: relative;
	display: inline-block;
	margin: 0 0 10px 0;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
	border: 0;
	outline: none;
	padding: 10px 30px;
	background: #2F2F2F;
	margin-top: 20px;
	color: #FFF;
    line-height: 20px !important;
	border-radius: 0px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	    -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	     -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	-webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background: #FFF;
	color: #2F2F2F;
}

.btn-danger {
	position: relative;
	display: inline-block;
	margin: 0 0 10px 0;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
	border: 0;
	outline: none;
	padding: 10px 10px;
	margin-top: 20px;
	color: #FFF;
    line-height: 20px !important;
	border-radius: 0px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	    -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	     -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	-webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

.btn-winkelmand {
	display: inline;
}

.nomargin .btn-winkelmand a {
	margin: 5px 0 5px 0;
}

.btn-winkelmand a {
	position: relative;
	display: inline-block;
	margin: 0 0 10px 0;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
	border: 0;
	outline: none;
	padding: 10px 30px;
	background: #FFF;
	margin-top: 20px;
	color: #2F2F2F;
    line-height: 20px !important;
	border-radius: 0px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	    -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	     -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
	-webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

.btn-winkelmand a:hover,
.btn-winkelmand a:focus,
.btn-winkelmand a:active {
	background: #2F2F2F;
	color: #FFF;
	text-decoration: none;
}

.btn-winkelmand .fa-shopping-cart {
	margin-right: 10px;
}

.btn-winkelmand #carttotal {
	display: inline;
}

.btn-sm {
	margin: 0 15px 0 0 !important;
}

/* [ADMIN] */
.modal-content {
    border-radius: 0px;
}

.modal-header .close {
    margin-top: -12px;
}

.close {
    font-size: 40px;
    font-weight: 400;
    color: #2F2F2F;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

/* [LOGIN] */
.fancybox-skin {
    position: relative;
    background: #FFF !important;
    color: #2F2F2F;
    text-shadow: none;
    -webkit-border-top-left-radius: 0px;
       -moz-border-radius-topleft: 0px;
            border-top-left-radius: 0px;
}

.fancybox-skin h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.fancybox-skin .control-label {
	font-size: 14px;
}

.fancybox-skin .form-control {
    font-size: 14px;
    color: #2F2F2F;
    background-color: #FFF;
    border: 1px solid #3D8C1C;
    border-radius: 0px;
    outline: none;
}

.fancybox-skin .form-control:hover,
.fancybox-skin .form-control:focus,
.fancybox-skin .form-control:active {
	border: 1px solid #FEDE30;
}

.fancybox-skin .form .showAjax {
	font-size: 14px;
}

/* [CAROUSEL] */
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
	margin:auto;
}

.carousel-indicators {
	bottom: -10%;
}

.carousel:hover .carousel-indicators {
	bottom: 2%;
}

.carousel-control, .carousel-indicators {
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
	     -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
}

.carousel-control.left {
	left: -10%;
	opacity: 0;
}

.carousel:hover  .carousel-control.left {
	left: 0%;
	opacity: 0.5;
}

.carousel-control.right {
	right: -10%;
	opacity: 0;
}

.carousel:hover  .carousel-control.right {
	right: 0%;
	opacity: 0.5;
}

.carousel {
	overflow: hidden;
}

.carousel-caption {
    left: 10%;
    right: 10%;
    bottom: 32.5%;
    text-align: left;
}

@media (min-width: 768px) {

	.carousel-caption h2 {
	    font-size: 65px;
	    display: inline-block;
	    color: #FFF;
	    width: 100%;
	    text-transform: uppercase;
	    text-align: center;
	    clear: both;
	    float: left;
	    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	}

	.carousel-caption p {
	  	font-size: 35px;
	    padding: 20px 120px;
	    line-height: 40px;
	    display: inline-block;
	    text-align: center;
	    clear: both;
	    float: left;
	    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	}
	.carousel-caption .btn {
		text-shadow: none;
		float: left;
		clear: both;
	}
}

.carousel.fade {
	opacity: 1
}

.fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.fade .carousel-inner .active {
	opacity: 1;
}

.fade .carousel-inner .active.left,
.fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.fade .carousel-inner .next.left,
.fade .carousel-inner .prev.right {
	opacity: 1;
}

.fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {

    .fade .carousel-inner > .item.next,
    .fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }

    .fade .carousel-inner > .item.prev,
    .fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }

    .fade .carousel-inner > .item.next.left,
    .fade .carousel-inner > .item.prev.right,
    .fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }

}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* Standard syntax */
@keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

@media (min-width:1200px) { 

	.carousel.vertical .carousel-inner {
		height: 100%;
		width: auto;
	}

	.carousel.vertical .carousel-inner > .item {
		width: auto;
		padding-right: 0px;
		-webkit-transition: 0.6s ease-in-out top;
		        transition: 0.6s ease-in-out top;
	}

	@media all and (transform-3d), (-webkit-transform-3d) {

		.carousel.vertical .carousel-inner > .item {
		    -webkit-transition: 0.6s ease-in-out;
		    transition: 0.6s ease-in-out;
		}

		.carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
		    -webkit-transform: translate3d(0, 100%, 0);
		            transform: translate3d(0, 100%, 0);
		    top: 0;
		}

		.carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
		    -webkit-transform: translate3d(0, -100%, 0);
		            transform: translate3d(0, -100%, 0);
		    top: 0;
		}

		.carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
		   	-webkit-transform: translate3d(0, 0, 0);
		            transform: translate3d(0, 0, 0);
		    top: 0;
		}

	}

	.carousel.vertical .carousel-inner > .active,
	.carousel.vertical .carousel-inner > .next,
	.carousel.vertical .carousel-inner > .prev {
		display: block;
	}

	.carousel.vertical .carousel-inner > .active {
		top: 0;
	}

	.carousel.vertical .carousel-inner > .next,
	.carousel.vertical .carousel-inner > .prev {
		position: absolute;
		top: 0;
		width: 100%;
	}

	.carousel.vertical .carousel-inner > .next {
	  	top: 100%;
	}

	.carousel.vertical .carousel-inner > .prev {
	  	top: -100%;
	}

	.carousel.vertical .carousel-inner > .next.left,
	.carousel.vertical .carousel-inner > .prev.right {
	 	top: 0;
	}

	.carousel.vertical .carousel-inner > .active.left {
	  	top: -100%;
	}

	.carousel.vertical .carousel-inner > .active.right {
		top: 100%;
	}

	.carousel.vertical .carousel-control {
		left: auto;
		width: 50px;
	}

	.carousel.vertical .carousel-control.up {
		top: 0;
		right: 0;
		bottom: 50%;
	}

	.carousel.vertical .carousel-control.down {
		top: 50%;
		right: 0;
		bottom: 0;
	}

	.carousel.vertical .carousel-control .icon-prev,
	.carousel.vertical .carousel-control .icon-next,
	.carousel.vertical .carousel-control .glyphicon-chevron-up,
	.carousel.vertical .carousel-control .glyphicon-chevron-down {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;
	}

	.carousel.vertical .carousel-control .icon-prev,
	.carousel.vertical .carousel-control .glyphicon-chevron-up {
		left: 50%;
		margin-left: -10px;
		top: 50%;
		margin-top: -10px;
	}

	.carousel.vertical .carousel-control .icon-next,
	.carousel.vertical .carousel-control .glyphicon-chevron-down {
		left: 50%;
		margin-left: -10px;
		top: 50%;
		margin-top: -10px;
	}

	.carousel.vertical .carousel-control .icon-up,
	.carousel.vertical .carousel-control .icon-down {
		width: 20px;
		height: 20px;
		line-height: 1;
		font-family: serif;
	}

	.carousel.vertical .carousel-control .icon-prev:before {
		content: '\2039';
	}

	.carousel.vertical .carousel-control .icon-next:before {
		content: '\203a';
	}

}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {
	
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* Standard syntax */
@keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

@media (max-width: 768px) {

	.desktop {
		display: none;
	}

	.taal {
		margin: 10px 80px 5px 10px !important;
	}

	.blokken .content {
		font-size: 14px;
	}

	.blokken .content .svg-inline--fa {
		display: none;
	}

	section.frontpage .blad {
		height: 50%;
	}

	footer .footbg {
		top: unset;
		bottom: 0;
	}

	footer .ftop .mobpad {
		padding: 20px 0 0 0;
	}

	footer .ftop table td ul li {
    	margin: 0 0 10px 0;
	} 

	.webshop_container .container_left {
		margin: 0 0 30px 0 !important;
	}

}

@media (max-width: 414px) {

	header .logo,
	header .logo img {
		width: 75%;
	}

	.blokken {
		margin-top: 30px !important;
	}

	.fbottom .pull-right {
		float: unset !important;
	}

	.fbottom .ncmenu {
		margin: 10px 0 0 0 !important;
	}

	.ftop .title {
		padding: 20px 0 0 0;
	}

	.xs-align-left {
		text-align: left;
	}

	.webshop_container .prijs-title {
		margin: 0 0 15px 0;
	}

	.col-md-5ths {
		margin: 0 0 30px 0;
	}

	.taal {
		float: unset !important;
		margin: 30px 0 15px 0 !important;
	}

	header .info {
		margin: 15px 0 !important;
	}

	header .info ul.naw li {
	    padding: 0 0 0 0 !important;
	}

}

/* [MOBILE MENU] */
.mobile-controls,
.mobile-menu {
	display: none;
}

@media (max-width: 768px) {

	.mobile-controls {
		position: absolute;
		right: 0;
		z-index: 999999;
		background: rgba(42, 136, 0, 1);
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		padding: 10px;
	}

	.hamburger {
		width: 40px;
		height: 40px;
		position: relative;
		cursor: pointer;
		margin: 10px 15px 5px 10px;
	}

	.hamburger span {
		display: block;
		position: absolute;
		height: 4.44px;
		width: 100%;
		background: #FFF none repeat scroll 0% 0%;
		opacity: 1;
		right: 0px;
		transition: all 0.25s ease-in-out 0s;
		transform: rotate(0deg);
	}

	.hamburger span:nth-child(1) {
		margin-top: 0px;
	}

	.hamburger span:nth-child(2) {
		margin-top: 11px;
		margin-right: 0px;
	}

	.hamburger span:nth-child(3) {
		margin-top: 22px;
	}

	.hamburger.opened span:nth-child(1) {
		transform: rotate(135deg);
		margin-top: 16px;
	}

	.hamburger.opened span:nth-child(2) {
		opacity: 0;
		right: -75px;
	}

	.hamburger.opened span:nth-child(3) {
		transform: rotate(-135deg);
		margin-top: 16px;
	}

	.mobile-controls .back-button {
	 	display: none;
	 	margin: 10px 10px 5px 15px;
	}

	.mobile-controls .back-button svg {
		font-size: 40px;
		color: #FFF;
	}

	.mobile-menu {
		background: #FFF;
		display: none;
		height: 100%;
		left: 0;
		top: 75px;
		position: absolute;
		width: 100%;
		z-index: 999999;
		font-size: 16px;
		font-weight: 400;
	}

	.mobile-menu ul {
		margin: 0;
		padding: 0;
		width: 100%;
		position: absolute;
		transition: 0.25s;
	}

	.mobile-menu li {
		border-bottom: 1px solid #D9D9D9;
		display: flex;
		justify-content: space-between;
		list-style: none;
	}

	.mobile-menu li a {
		color: #2F2F2F;
		flex: 3;
		padding: 20px;
		text-decoration: none;
	}

	.mobile-menu li a.active {
		color: rgba(42, 136, 0, 1);
		border-left: 4px solid rgba(42, 136, 0, 1);
	}

	.mobile-menu li button {
		background: none;
		border: 0;
		flex: 0.15;
		text-align: center;
		padding: 20px;
		outline: none;
		background: rgba(42, 136, 0, 1);
		border: 1px solid rgba(42, 136, 0, 1);
		color: #FFF;
	}

	.mobile-menu li:hover {
		background: #FFF;
	}

	.mobile-menu li:hover > a {
		color: #3E3E3E;
	}

	.mobile-menu li:hover > button {
		color: #0573AA;
		background: #FFF;
		border: 1px solid #0573AA;
	}

	div.mobile-menu > ul {
		top: 0;
		left: 0;
	}

	div.mobile-menu > ul ul {
		display: none;
		top: 0;
		left: 100%;
	}

}

@media (max-width: 414px) {

	.bluebar .zoekveld {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.bluebar .form input[type="submit"] {
	    width: 100%;
	}

	.btn-winkelmand a {
		width: 100%;
		display: block;
		text-align: center;
	}

	section.bluebar .blogomschrijving {
		margin: 0;
	}

}