/* [ALGEMEEN] */
body {
	background: #F2F2F2;
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.5em;
	line-height:1.5em;
	color: #000;
	margin: 0;
	font-weight: 400;
}

a {
	color: #145629;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a:hover,
a:focus,
a:active {
	color: #8abb2a;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif;
	color: #000;
}

h1 {
	font-size: 40px;
	line-height: 50px;
}

h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
}

h3, h4, h5, h6 {
	font-size: 20px;
	line-height: 30px;
}

h1.title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
	margin: 0 0 30px 0;
}

h2.title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	margin: 0 0 30px 0;
}

h3.title {
	font-size: 25px;
	line-height: 35px;
	font-weight: 300;
	margin: 0 0 30px 0;
}

h1 .green {
	color: #145629;
	font-weight: 700;
}

h2.modal_title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	margin: 0 0 30px 0 !important;
}

#wrap {
	min-height: 100%;
	height: auto !important;
}

.rel {
	position: relative;
}

.spacer {
	height: 30px;
}

.spacer2 {
	height: 15px;
}

.spacer60 {
	height: 60px;
}

.vh100 {
	min-height: 100vh !important; 
}

.margleft {
	margin-left: 5px;
}

.margright {
	margin-right: 5px;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.red {
	color: red;
}

.boxshadow {
	-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);
}

/* [HEADER] */
header.head {
	position: relative;
	background: #FFF;
	padding: 0 0 10px 0;
}

header.head .logo {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0;
}

header.head .logo img {
	width: 100%;
}

header.head .logo::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.25) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.25) 100%);
	-webkit-transform: skewX(-25deg);
	        transform: skewX(-25deg);
}

header.head .logo:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/* [MENU] */
.navbar.navbar-default
{
    padding: 0px;
    background:transparent;
    border:0;
    margin: 0;
}

.navbar-default .navbar-nav>li>a
{
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
{
    background:#8abb2a;
    color:#FFFFFF;
}

header.head .top {
	background: #F2F2F2;
	padding: 0;
}

header.head .top ul.footlist {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	float: right;
}

header.head .top ul.footlist li {
	display: inline-block;
}

header.head .top ul.footlist li a {
	display: inline-block;
	padding: 5px 10px;
	font-weight: 700;
}

header.head .top ul.footlist li a:hover,
header.head .top ul.footlist li a:focus,
header.head .top ul.footlist li a:active {
	text-decoration: none;
}

header.head .bottom {
	padding: 10px 0 0 0;
}

header.head #cartholder {
	position: relative;
	display: block;
}

header.head #cartholder a {
	position: relative;
	display: block;
	color: #000;
}

header.head #cartholder a:hover,
header.head #cartholder a:focus,
header.head #cartholder a:active {
	text-decoration: none;
	color: #145629;
}

header.head #cartholder i {
	display: inline-block;
	z-index: 1;
	font-size: 30px;
	margin: 0 5px 0 0;
	color: #145629;
}

header.head #cartholder .counter {
	position: relative;
	display: inline-block;
	z-index: 2;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
}

header.head #cartholder a:hover .counter,
header.head #cartholder a:focus .counter,
header.head #cartholder a:active .counter {
	color: #145629;
}

header.head #cartholder a:hover i,
header.head #cartholder a:focus i,
header.head #cartholder a:active i {
	color: #000;
}

section.shopbar {
	position: relative;
	display: block;
	width: 100%;
	background: #145629;
	border: 1px solid #145629;
}

section.shopbar ul.shoplist {
	position: relative;
	display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

section.shopbar ul.shoplist li {
	display: inline-block;
}

section.shopbar ul.shoplist li a {
	position: relative;
	display: block;
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	padding: 20px 15px;
}

section.shopbar ul.shoplist li a:hover,
section.shopbar ul.shoplist li a:focus,
section.shopbar ul.shoplist li a:active {
	background: #8ABB2A;
	color: #FFF;
	text-decoration: none;
}

section.shopbar ul.shoplist li.active a {
	background: #8ABB2A;
	color: #FFF;
}

section.shopbar ul.shoplist li.active a:hover,
section.shopbar ul.shoplist li.active a:focus,
section.shopbar ul.shoplist li.active a:active {
	background: #FFF;
	color: #000;
}

.mobile_menu {
	display: none;
}

/* [ACCOUNT MENU] */
.navbar-default .accountnav.navbar-nav
{
    margin-top:25px;
}

.navbar-default .accountnav.navbar-nav>li
{
    margin:0 30px 0 0;
}

.navbar-default .accountnav.navbar-nav>li>a
{
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
}

.navbar-default .accountnav.navbar-nav>li>a:hover, .navbar-default .accountnav.navbar-nav>.open>a
{
    color:#000;
    background:transparent;
}

.navbar-default .accountnav.navbar-nav>li>a>i
{
    font-size: 30px;
    color: #145629;
    margin: 0 5px 0 0;
}
  
.navbar-default .accountnav.navbar-nav ul.dropdown-menu li a 
{
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 500;
}

.navbar-default .accountnav.navbar-nav ul.dropdown-menu li a i
{
    margin-right:10px;
}

.navbar-default .accountnav.navbar-nav ul.dropdown-menu li a:hover
{
    background: #8ABB2A;
	color: #FFF;
}

/* [CONTENT] */
section.page {
	position: relative;
	padding: 30px 0;
}

section.page .catgradient {
	position: relative;
	display: block;
	width: 100%;
	height: 15px;
	background: rgb(20,86,41);
	background: -moz-linear-gradient(90deg, rgba(20,86,41,1) 0%, rgba(138,187,42,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(20,86,41,1) 0%, rgba(138,187,42,1) 100%);
	background: linear-gradient(90deg, rgba(20,86,41,1) 0%, rgba(138,187,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#145629",endColorstr="#8abb2a",GradientType=1);
}

section.page .whitebox {
	display: block;
	width: 100%;
	background: #FFF;
	padding: 30px;
	height: 100%;
}

section.pad60 {
	padding: 60px 0;
}

section.inlog {
	min-height: 95vh;
	background: url(img/inlog_bg.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	   -moz-background-size: cover;
  	     -o-background-size: cover;
  	        background-size: cover;
}

section.inlog .fform {
	padding: 60px 30px;
}

section.inlog .fform h1.title {
	text-align: center;
}

/* [FOOTER] */
#footer {
	padding: 0;
  	color: #5F5F5F;
  	background: #FFF;
 }

#footer a {
	color: #FFF;
}

#footer .top {
	position: relative;
	padding: 60px 0 120px 0;
}

#footer .top .title {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 30px 0;
}

#footer .top ul.shoplist,
#footer .top ul.footlist {
	list-style-type: none;
	padding-left: 0;
	margin: 0 0 30px 0;
}

#footer .top ul.shoplist li,
#footer .top ul.footlist li {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

#footer .top ul.shoplist li i,
#footer .top ul.footlist li i {
	margin: 0 5px 0 0;
}

#footer .top ul.shoplist li a,
#footer .top ul.footlist li a {
	position: relative;
	display: inline-block;
	color: #5F5F5F;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

#footer .top ul.shoplist li a:hover,
#footer .top ul.shoplist li a:focus,
#footer .top ul.shoplist li a:active,
#footer .top ul.footlist li a:hover,
#footer .top ul.footlist li a:focus,
#footer .top ul.footlist li a:active {
	color: #145629;
	text-decoration: none;
}

#footer .top ul.shoplist li a:before,
#footer .top ul.footlist li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 1px;
    background: #145629;
    transition: all 0.4s ease;
}

#footer .top ul.shoplist li a:hover:before,
#footer .top ul.shoplist li a:focus:before,
#footer .top ul.shoplist li a:active:before,
#footer .top ul.footlist li a:hover:before,
#footer .top ul.footlist li a:focus:before,
#footer .top ul.footlist li a:active:before {
    width: 100%;
}

#footer .bottom {
	background: transparent;
	padding: 15px 0 15px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #5F5F5F;
}

#footer .bottom ul.footlist {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

#footer .bottom ul.footlist li {
	display: inline;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #5F5F5F;
	margin: 0 15px 0 0;
}

#footer .bottom ul.footlist li:last-child {
	margin: 0;
}

#footer .bottom ul.footlist li:after {
	display: inline;
	content: "|";
	margin: 0 0 0 15px;
}

#footer .bottom ul.footlist li:last-child:after {
	content: "";
}

#footer .bottom ul.footlist li a {
	position: relative;
	display: inline-block;
	color: #5F5F5F;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
}

#footer .bottom ul.footlist li a:hover,
#footer .bottom ul.footlist li a:focus,
#footer .bottom ul.footlist li a:active {
	color: #145629;
	text-decoration: none;
}

#footer .bottom ul.footlist li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 1px;
    background: #145629;
    transition: all 0.4s ease;
}

#footer .bottom ul.footlist li a:hover:before,
#footer .bottom ul.footlist li a:focus:before,
#footer .bottom ul.footlist li a:active:before {
    width: 100%;
}

/* [DOWNLOAD] */
.file {
	margin: 0 0 5px 0;
}

.file a {
	position: relative;
	color: #000;
	margin: 0 0 5px 0;
}

.file a:hover,
.file a:focus,
.file a:active {
	color: #145629;
	text-decoration: none;
}

.file a.downloadfile i {
	margin: 0 10px 0 0;
}

/* [ZOEKEN] */
.zoekveld,
.formlayer {
	position: relative;
}

.formlayer .product_search {
	position: relative;
	color: #000;
}

.formlayer .product_search .rightpad {
	padding: 0 0 0 15px;
}

.formlayer .product_search .leftpad {
	padding: 0 15px 0 0;
}

.formlayer .product_search input {
	position: relative;
	display: block;
	width: 100%;
	padding: 8px 15px 8px 15px;
	border: 1px solid #EAEAEA;
	outline: none !important;
}

.formlayer .product_search input::-webkit-input-placeholder {
  color: #4D4D4D;
}

.formlayer .product_search input::-moz-placeholder {
  color: #4D4D4D;
}

.formlayer .product_search input:-ms-input-placeholder {
  color: #4D4D4D;
}

.formlayer .product_search input:-moz-placeholder {
  color: #4D4D4D;
}

.formlayer .product_search input:hover,
.formlayer .product_search input:focus {
	border: 1px solid #145629;
}

.formlayer .product_search .search_term {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 25px;
	color: #CCC;
	cursor: pointer;
}

.formlayer .product_search button {
	display: block;
	padding: 7px 15px;
	width: 100%;
	outline: none !important;
	background: #145629;
	color: #FFF;
	font-size: 20px;
	border: 1px solid #145629;
}

.formlayer .product_search button:hover,
.formlayer .product_search button:focus,
.formlayer .product_search button:active {
	background: #8ABB2A;
	color: #FFF;
	border: 1px solid #8ABB2A;
}

#search-results {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 99;
	top: 40px;
	left: 0;
}

ul.zoek_ajax {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	background: #FFF;
	-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);
}

ul.zoek_ajax li {
	font-size: 16px;
}

ul.zoek_ajax li a {
	display: block;
	padding: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	border: 1px solid #EAEAEA;
}

ul.zoek_ajax li:last-child a {
	border: 0;
}

ul.zoek_ajax li a:hover,
ul.zoek_ajax li a:focus,
ul.zoek_ajax li a:active {
	background: #EAEAEA;
	color: #145629;
	text-decoration: none;
}

ul.zoek_ajax li a img {
	max-width: 50px;
	border: 1px solid #EAEAEA;
	margin: 0 15px 0 0;
}

.zoekresultaat .highlight:nth-child(odd) {
	background-color: #F7F7F7;
}

.zoekresultaat h1.zoek_title {
	font-size: 35px;
	line-height: 40px;
	font-weight: 400;
}

.zoekresultaat h1.zoek_title span {
	font-size: 45px;
	font-weight: 700;
}

.zoekresultaat h1.zoek_title small {
	font-size: 50%;
}

.zoekresultaat a.zoek_item,
.zoekresultaat a.zoek_item h2 {
	position: relative;
	display: inline-block;
	color: #FE5D22;
	margin: 10px 0 5px 0;
	font-size: 25px;
	line-height: 25px;
}

.zoekresultaat a.zoek_item:hover,
.zoekresultaat a.zoek_item:focus,
.zoekresultaat a.zoek_item:active,
.zoekresultaat a.zoek_item:hover h2,
.zoekresultaat a.zoek_item:focus h2,
.zoekresultaat a.zoek_item:active h2{
	text-decoration: none;
	color: #FE5D22;
}

.zoekresultaat a.zoek_item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0%;
    height: 2px;
    background: #FE5D22;
    transition: all 0.4s ease;
}

.zoekresultaat a.zoek_item:hover:before,
.zoekresultaat a.zoek_item:focus:before,
.zoekresultaat a.zoek_item:active:before {
    width: 100%;
}

.zoekresultaat .productcontent {
	padding: 0 0 15px 0;
}


/* [GOOGLEMAP] */
.gm-style-iw {
	padding: 10px;
	line-height: 22px;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.gm-style-iw h5 {
	font-family: 'Fira Sans', sans-serif;
	color: #00305D;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.gm-style-iw a {
	color: #00305D;
	font-weight: 700;
	margin-left: 0 !important;
	float: unset !important;
}

.gm-style-iw a:hover,
.gm-style-iw a:focus,
.gm-style-iw a:active {
	text-decoration: none;
	color: #3FA535;
}

/* [FORM] */
.fform .wrap {
	display: block;
	padding: 0 0 15px 0;
}

.fform label {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.fform input {
	border: 1px solid #C7C7C7;
	outline: none;
	color: #000;
}

.fform input:hover,
.fform input:focus,
.fform input:active {
	border-color: #145629;
	box-shadow: none;
}

.fform input:focus {
	background: rgba(0,0,0,0.05);
}

textarea.webshop_opmerking {
	border: 1px solid #C7C7C7;
	outline: none;
	color: #000;
	width: 100%;
}

textarea.webshop_opmerking:hover,
textarea.webshop_opmerking:focus,
textarea.webshop_opmerking:active {
	border-color: #145629;
	box-shadow: none;
}

textarea.webshop_opmerking:focus {
	background: rgba(0,0,0,0.05);
}

.fform .btns {
	padding: 15px 0 0 0;
}

.fform ul.btnlist {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	width: 100%;
}

.fform ul.btnlist li {
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	font-style: italic;
	margin: 0 0 10px 0;
}

.fform ul.btnlist li:last-child {
	margin: 0;
}

.fform ul.btnlist li a {
	color: #8ABB2A;
	text-decoration: underline;
}

.fform ul.btnlist li a i {
	font-size: 18px;
	margin: 0 0 0 5px;
}

.fform ul.btnlist li a:hover,
.fform ul.btnlist li a:focus,
.fform ul.btnlist li a:active {
	color: #145629;
}

.fform input.btn,
.fform button.btn {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500 !important;
	background: #8ABB2A;
	border-radius: 0;
	border: 1px solid #8ABB2A !important;
	padding: 10px;
	-webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
}

.fform input.btn:hover,
.fform input.btn:focus,
.fform input.btn:active,
.fform button.btn:hover,
.fform button.btn:focus,
.fform button.btn:active {
	border: 1px solid #145629 !important;
	background: #145629;
	outline: none;
}

/* [MODAL] */
.cartbox .modal-header,
.infobox .modal-header {
	background: #145629;
	color: #FFF;
}

.cartbox .modal-header h3,
.infobox .modal-header h3 {
	color: #FFF;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

.infobox .modal-header .close {
    margin-top: -35px;
    color: #FFF;
    text-shadow: none;
}

.cartbox .modal-header .close {
    margin-top: -6px;
    color: #FFF;
    text-shadow: none;
}

.cartbox .modal-header .close:hover,
.cartbox .modal-header .close:focus,
.cartbox .modal-header .close:active,
.infobox .modal-header .close:hover,
.infobox .modal-header .close:focus,
.infobox .modal-header .close:active {
	color: #8ABB2A;
	outline: none;
}

.cartbox .modal-content,
.infobox .modal-content {
	border: 0 !important;
}

.infobox .modal-content .modal-body {
	padding: 30px;
}

.cartbox .modal-content .modal-body {
	padding: 30px;
	background: #F2F2F2;
}

/* [BUTTONS] */
.btn-default {
	display: inline-block;
	color: #000;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px 15px;
	text-align: center;
	border-radius: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background: #CCC;
	color: #000;
	outline: none !important;
	text-decoration: none;
}

.btn-success {
	display: inline-block;
	color: #FFF !important; 
	background-color: #145629; 
	border-color: #145629; 
	border: 1px solid #145629 !important;
	padding: 10px 15px;
	text-align: center;
	border-radius: 0;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	color: #FFF; 
	background-color: #8ABB2A; 
	border-color: #8ABB2A !important;
	outline: none !important;
	text-decoration: none;
}

.btn-primary {
	display: inline-block;
	color: #FFF !important; 
	background-color: #8ABB2A; 
	border-color: #8ABB2A; 
	border: 1px solid #8ABB2A !important;
	padding: 10px 15px;
	text-align: center;
	border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #FFF; 
	background-color: #145629; 
	border-color: #145629 !important;
	outline: none !important;
	text-decoration: none;
}

.btn-danger {
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
	border-radius: 0;
}

.btn-default img,
.btn-success img,
.btn-primary img,
.btn-danger img {
	margin: 0 10px 0 0;
}

/* [PAGER] */
.pager a {
	display: inline-block;
	color: #000;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px 15px !important;
	text-align: center;
	border-radius: 0 !important;
}

/* [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: 20%;
    text-align: left;
}

@media (min-width: 768px) {

	.carousel-caption h2 {
	    font-size: 250%;
	    display: inline-block;
	    color: #fff;
	    padding: 15px;
	    background: rgba(0,0,0,0.3);
	    clear: both;
	    float: left;
	}

	.carousel-caption p {
	    font-size: 200%;
	    padding: 15px;
	    background: rgba(0,0,0,0.3);
	    display: inline-block;
	    clear: both;
	    float: left;
	}
	.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;
	}

}

/* [ADMIN] */
.modal-content {
    border-radius: 0px;
}

.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 h3 {
	/* margin: 0 0 15px 0; */
}

/* [RESPONSIVE] */
@media (max-width: 768px) {

	#wrap {
		overflow-x: hidden;
	}

	#footer .top {
		padding: 30px 0;
	}

	.footer_logo {
		display: block;
		margin: 0 0 30px 0;
	}

}

@media (max-width: 414px) {

	h1.title {
	    font-size: 25px;
	    line-height: 30px;
	}

	h1 .green {
		display: block;
	}

	h2.title {
		font-size: 25px;
		line-height: 30px;
	}

	h2.modal_title {
	    font-size: 25px;
	    line-height: 30px;
	}

	.fancybox-wrap {
		/* width: 90% !important;
		left: 0 !important;  */
	}

	.fancybox-skin {
		/* width: 90%; */
	}

	.fancybox-inner {
		/* width: 100% !important; */
	}

	.fancybox-wrap {
		/* width: 100% !important; */
	}

	.cartbox .modal-content .modal-body {
		padding: 15px;
	}

	.cartbox .modal-header h3, .infobox .modal-header h3 {
	    font-size: 25px;
	    line-height: 30px;
	    margin: 0;
	}

	.cartbox .modal-footer a.btn {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.cartbox .modal-footer a.btn:last-child {
		margin: 0;
	}

	.btn-custom3 {
		display: block;
	}

	.xs_block {
		display: block;
		width: 100%;
	}

	.left_nopad {
    	padding-left: 15px !important;
	}

	section.pad60 {
	    padding: 30px 0;
	}

	section.inlog .fform {
	    padding: 30px;
	}

	.fform ul.btnlist {
	    margin: 0 0 30px 0;
	}

	.fform ul.btnlist li {
	    font-size: 16px;
	    line-height: 16px;
	}

	.fform ul.btnlist li a i {
	    font-size: 22px;
	}

	section.page .whitebox {
		padding: 15px;
	}

	ul.zoek_ajax li a {
		font-size: 16px;
	}

	#footer .top {
		padding: 30px 0;
	}

	#footer .bottom ul.footlist li {
		display: block;
		margin: 0 0 10px 0;
	}

	#footer .bottom .pull-right {
		float: left !important;
	}

	.footer_logo {
		display: block;
		margin: 0;
	}

	/* [MOBIEL MENU] */
	.mobile_menu {
		position: fixed;
		bottom: 0;
		left: 0;
		display: block;
		z-index: 999;
		width: 100%;
		padding: 10px;
		background: rgb(20,86,41);
		background: -moz-linear-gradient(90deg, rgba(20,86,41,1) 0%, rgba(138,187,42,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(20,86,41,1) 0%, rgba(138,187,42,1) 100%);
		background: linear-gradient(90deg, rgba(20,86,41,1) 0%, rgba(138,187,42,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#145629",endColorstr="#8abb2a",GradientType=1);
	}

	.mobile_menu ul {
		display: flex;
	    justify-content: space-around;
	    align-items: center;
		list-style-type: none;
		padding-left: 0;
		margin: 0;
	}

	.mobile_menu ul li {
		display: inline-block;
	}

	.mobile_menu ul li a {
		display: inline-block;
		color: #FFF;
		text-align: center;
	}

	.mobile_menu ul li a i {
		font-size: 30px;
	}

	.mobile_menu ul li a .item {
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		padding: 5px 0 0 0;
	}

	.mobile_menu ul li a:hover,
	.mobile_menu ul li a:focus,
	.mobile_menu ul li a:active {
		text-decoration: none;
	}

	header.head .top ul.footlist {
		float: unset;
		display: flex;
	    justify-content: space-around;
	    align-items: center;
	}

}