/* SITE OPMAAK */

@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,300,700);

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-family: 'Open sans', 'Arial', sans-serif;
	font-size: 14px;
}
body.frame {
	margin: 50px 0;
}

.topcontainer {
	width: 100%;
	position: relative;
	z-index: 3;
}
.menucontainer {
	width: 100%;
	position: relative;
	z-index: 3;
	margin-bottom: 30px;
}

.bannercontainer {
	position: relative;
	background: #fff;
	z-index: 2;
}
.bannercontainer img {
	width: 100%;
}
.bannercontainer .text {
	position: absolute;
	padding-top: 20%;
	width: 100%;
	z-index: 10;
}
.bannercontainer h1,
.bannercontainer h2 {
	color: #FFF;
	padding: 5px 20px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.bannercontainer h1 {
	font-size: 50px;
}
.bannercontainer h2 {
	font-size: 20px;
	left: -100em;
}
@media (max-width: 768px) {
	.bannercontainer h1 {
		font-size: 15px;
		padding: 5px 10px;
	}
	.bannercontainer h2 {
		font-size: 12px;
		padding: 5px 10px;
	}
	.routecontainer .container,
	.bannercontainer .col-lg-12 {
		padding: 0;
	}
}

.contentcontainer,
.sectioncontainer,
.nieuwscontainer {
	background: #fff;
}
.adminheaderrow {
	padding-top: 20px;
	background: #fff;
}
.adminrow {
	background: #fff;
	min-height: 500px;
	padding-bottom: 40px;
}
.adminheadercontainer {

}
.admincontainer {

}

.socialmediacontainer {
	padding: 15px 0px;
	position: relative;
}
.newslettercontainer {
	padding: 15px 0px;
	position: relative;
	width: 100%;
}

.footermenucontainer {
	position: relative;
	width: 100%;
	padding: 20px 0px;
}
.footercontainer {

}

/*
@media (min-width: 769px) {
	.topcontainer {
		position: fixed;
		z-index: 10000001;
		width: 100%;
	}
	.menucontainer {
		position: fixed;
		z-index: 10000000;
		width: 100%;
		margin-top: 133px;
	}
	.topcontainer {
		position: fixed;
		z-index: 10000000;
		width: 100%;
	}
	.footercontainer {
		position: fixed;
		z-index: 10000000;
		width: 100%;
	}1
	.spacing {
		width: 100%;
		height: 145px;
	}
}
*/


/* STANDAARD OPMAAK */

#melding {
	background: #51463C;
	border: 1px #635951 solid;
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #a94442;
}

.prop {
	height: 300px;
    float:right;
    width:1px;
}

label {
	cursor:pointer;
	font-weight: normal;
	max-width: 80%;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 22px;
}

ul {
	margin-left: 0px;
	list-style-type: disc;
	padding-left: 20px;
}
li {
	margin-bottom: 5px;
	line-height: 22px;
}

hr {
	border-top: 1px #635951 solid;
}

form {
	margin:0px;
}
strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {	font-size: 30px; margin-bottom: 5px; }
h2 {	font-size: 25px; margin-bottom: 15px; line-height: 30px; }
h3 {	font-size: 20px; margin-bottom: 20px; line-height: 25px; }
h4 {	font-size: 18px; font-weight: normal; }
h5 {	font-size: 14px; font-weight: normal; }
h6 {	font-size: 13px; font-weight: normal; }

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

@media (min-width: 993px) and (max-width: 1200px) {
	h1 {	font-size: 27px; }
	h2 {	font-size: 22px; }
	h3 {	font-size: 18px; }
}
@media (min-width: 767px) and (max-width: 992px) {
	h1 {	font-size: 25px; }
	h2 {	font-size: 20px; }
	h3 {	font-size: 17px; }
}

a {
	color: #FFF;
	outline: none !important;
}
a:hover {
	color: #FFF;
}

a.button {
	background: #635951;
	border-radius: 5px;
	padding: 5px 15px;
	text-decoration: none;
	color: #FFF;
}
a.button:hover {
	background: #51463C;
}

.grey {
	color: #999;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

.lead {

}
.lead.small {
	font-size: 13px;
}
.lead.smaller {
	font-size: 16px;
}
.lead.big {
	font-size: 24px;
}
.lead.bigger {
	font-size: 30px;
}

.btn-primary {
	background-color: #635951;
	border-color: #635951;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-color: #51463C;
	border-color: #51463C;
}
.btn-primary.disabled, .btn-primary[disabled] {
	background-color: #948980;
	border-color: #948980;
}
.btn-noborder {
	border:none;
}
p.btn-padding {
	margin-top: 7px;
}

blockquote,
blockquote p {
	padding: 0px;
	border: none;
}

.password {
	font-size: 40px;
	line-height: 15px;
	color: #555;
}

.vertical-align {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.aspect-ratio {
	width: 100%;
	display: inline-block;
	position: relative;
}
.aspect-ratio:before {
	content: '';
	float: left;
	padding-bottom: 100%;
}
.aspect-ratio:after {
	content: '';
	display: table;
	clear: both;
}
.aspect-ratio.square:before {
	padding-bottom: 100%;
}
.aspect-ratio.landscape:before {
	padding-bottom: 65%;
}
.aspect-ratio.portrait:before {
	padding-bottom: 135%;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
}

.cmscontent .row .img-responsive {
	margin-bottom: 20px;
}
.cmscontent .row .thumbnail .img-responsive {
	margin-bottom: 0px;
}

.cmscontent ul li {
	list-style-type: none;
	margin-bottom: 15px;
}
.cmscontent ul li:before {
	content: '';
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	top: 6px;
	left: -10px;
	position: relative;
	background: #635951;
}
.cmscontent ul li ul {
	margin-top: 15px;
}

/* SEARCH FORM OPMAAK */

.box {
	background: #FFF;
	border: 1px #DDD solid;
	padding: 20px;
	margin-bottom: 20px;
}
.searchform h3 {
	font-size: 18px;
}
@media (max-width: 1200px) {
	.searchform h3 {
		font-size: 15px;
	}
}
.searchform .fullsearch {
	margin: 0 -5px 0 -10px;
}
.searchform .caption {
	font-size: 15px;
}
.searchform h4 {
	padding-left: 5px;
	border-bottom: 2px #008b9b solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
	cursor:pointer;
}
.searchform .slide-toggle {
	color: #FFF;
	margin-top: -7px;
	cursor: pointer;
}

.searchfield {
	margin-bottom: 20px;
}
.searchfield .caption {
	padding-left: 5px;
	margin-bottom: 5px;
}
.searchfield label {
	padding-left: 5px;
}
.searchfield label input[type=checkbox] {
	position: absolute;
}
.searchfield label div {
	margin-left: 20px;
	display: inline-block;
}


/* PRODUCT OPMAAK */

.product-item {
	display: block;
	padding: 15px;
	margin: 0 -15px;
	margin-bottom: 1px;
	border-radius: 5px;
	border: 1px #FFF solid;
	text-decoration: none !important;
}
.product-item:hover {
	background: #F9F9F9;
	border: 1px #DDD solid;
}
.product-item .image {
	text-align: center;
}
.product-item .image img {
	max-width: 100%;
	margin-bottom: 10px !important;
}
.product-item .caption {
	height: 60px;
}
.product-item .caption .title {
	font-weight: bold;
}
.product-item .caption .price {
	display: block;
}

.product-images {
	margin-top: -30px;
}

.related-products .product-item {
	padding: 10px;
	margin: 0 -10px;
}


/* FOOTER OPMAAK */

.socialmediacontainer h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 30px;
	color: #FFF;
}
.socialmediacontainer a {
	text-decoration: none;
}
.socialmediacontainer h4 {
	color: #FFF;
}
.socialmediacontainer .socialicons {
	margin-left: 20px;
	margin-top: 25px;
	float: left;
}
.socialmediacontainer .socialicons .symbol {
	color: #FFF;
	font-size: 100px;
}

.social-logo {
	float: left;
	margin-top: 2px;
	width: 60px;
}
@media (max-width: 767px) {
	.social-logo {
		margin-top: 10px;
	}
}

.newslettercontainer h3 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 20px;
	color: #333;
}
.newslettercontainer input {
	margin-top: 18px;
	margin-bottom: 20px;
}



.footermenucontainer h3 {
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
}
.footercontainer .menu {
	margin-top: 20px;
}
.footercontainer p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.footercontainer .titel {
	font-size: 15px;
	margin-top: 20px;
}
.footercontainer .credit {
	font-size: 12px;
}

.footercontainer p a {

}
.footercontainer p span,
.footercontainer p span a {
	color: #9fa5a3;
}

.footercontainer .payment-icon {
	height: 50px;
	margin-top: 15px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
}

/* NAVIGATION */

.hoofdmenu {
	z-index: 1;
	position: relative;
}

.hoofdmenu ul#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.hoofdmenu ul#nav > li {
	cursor: pointer;
	float: left;
	margin-bottom: 0px;
}
.hoofdmenu ul#nav > li > div {
	padding: 20px 0 15px 30px;
	font-size: 20px;
	font-weight: 600;
}
.hoofdmenu ul#nav > li:hover > div {

}

.hoofdmenu ul#nav > li > div > a {
	color: #f9f9f9;
	text-decoration: none;
}
.hoofdmenu ul#nav > li:hover > div > a {
	color: #fff;
}
.hoofdmenu ul#nav > li.selected > div {

}
.hoofdmenu ul#nav > li.selected > div > a {
	color: #333;
}

.hoofdmenu ul#nav > li > ul.submenu {
	left:-999em;
	position:absolute;
	text-align:left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #fcd116;
	min-width: 160px;
	margin-left: 0px;
}
.hoofdmenu ul#nav > li:hover > ul.submenu {
	left:auto;
}

.hoofdmenu ul#nav > li > ul.submenu > li {
	padding: 10px 40px 10px 15px;
	font-size: 18px;
}
.hoofdmenu ul#nav > li > ul.submenu > li > a {
	color: #f9f9f9;
	text-decoration: none;
}
.hoofdmenu ul#nav > li > ul.submenu > li > a:hover,
.hoofdmenu ul#nav > li > ul.submenu > li.selected > a {
	color: #fff;
}

.hoofdmenu ul#nav > li > ul.submenu > li.title {
	float: left;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 17px;
	border-left: 1px #BBB dotted;
	margin: 10px 0px;
}
.hoofdmenu ul#nav > li > ul.submenu > li.title:first-child {
	border-left: none;
}

.hoofdmenu ul#nav > li > ul.submenu > li.title > ul.sub2menu {
	list-style-type: disc;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	margin-top: 10px;
}
.hoofdmenu ul#nav > li > ul.submenu > li.title > ul.sub2menu > li {
	text-transform: none;
	font-size: 12px;
}
.hoofdmenu ul#nav > li > ul.submenu > li.title > ul.sub2menu > li > a {
	color: #FFF;
	text-decoration: none;
}
.hoofdmenu ul#nav > li > ul.submenu > li.title > ul.sub2menu > li > a:hover {
	color: #F9CE00;
}

@media (min-width: 993px) and (max-width: 1200px) {
	.hoofdmenu ul#nav > li > div {
		padding: 15px 0 10px 20px;
		font-size: 15px;
	}
	.hoofdmenu ul#nav > li > ul.submenu {
		margin-left: 10px;
	}
	.hoofdmenu ul#nav > li > ul.submenu > li {
		padding: 5px 40px 4px 15px;
		font-size: 14px;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
	.hoofdmenu ul#nav > li > div {
		padding: 15px 0 10px 15px;
		font-size: 14px;
	}
	.hoofdmenu ul#nav > li > ul.submenu {
		margin-left: 0px;
	}
	.hoofdmenu ul#nav > li > ul.submenu > li {
		padding: 5px 40px 4px 15px;
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	.hoofdmenu ul#nav > li > div {
		padding: 10px 20px 5px 0;
		font-size: 17px;
	}
	.hoofdmenu ul#nav > li > ul.submenu {
		margin-left: 0px;
	}
}


/*
@media (min-width: 767px) and (max-width: 992px) {
	.spacing {
		height: 220px;
	}
	.hoofdmenu {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.hoofdmenu {
		margin-top: 10px;
	}
}

.over_ons_menu ul#nav,
.klantenservice_menu ul#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.over_ons_menu li div a:before,
.klantenservice_menu li div a:before {
	content: '- ';
}

*/

/* BANNERS */

.banners .carousel-caption {
	top: 10%;
	left: 5%;
	right: 10%;
	text-align: left;
	text-shadow: none;
}
.banners .carousel-caption h1,
.banners .carousel-caption p,
.banners .carousel-caption a {
	color: #FFF;
	padding: 10px 20px;
	display: inline-block;
	position: relative;
	text-align: left;
	text-shadow: 1px 1px 10px #999;
}
.banners .carousel-caption h1 {
	font-size: 30px;
	opacity: 0;
	position: relative;
	z-index: 200;
	margin-top: -20px;
}
.banners .carousel-caption p {
	position: relative;
	z-index: 100;
	opacity: 0;
	margin-top: 60px;
	padding-top: 40px;
}
.banners .carousel-caption a {
	margin-top: 50px;
	margin-left: 20px;
}
@media (max-width: 1024px) {
	.banners .carousel-caption {
		top: 40%;
	}
	.banners .carousel-caption h1 {
		font-size: 40px;
	}
	.banners .carousel-caption p {
		max-width: 90%;
		font-size: 12px;
		line-height: 15px;
	}
}
@media (max-width: 768px) {
	.banners .carousel-caption {
		top: 10%;
	}
	.banners .carousel-caption h1 {
		font-size: 20px;
	}
	.banners .carousel-caption p {
		max-width: 90%;
	}
}


/* ITEMS */

.nieuwscontainer .nieuws-item img {
	margin-bottom: 20px;
}
.nieuwscontainer hr {

}
.nieuws-item h2,
.nieuws-item h3 {
	border-bottom: 1px #bbb solid;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.nieuws-item h2 a {
	color: #333;
}
.nieuws-item .date {
	height: 40px;
}
.nieuws-item .caption {
	height: 30px;
}

.nieuws-header {
	margin-bottom: 20px;
}
.nieuws-header h2,
.nieuws-header h3 {
	color: #333;
	border-bottom: 2px #bbb solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.nieuws-header .nieuws-datum {
	margin: 0;
}

.nieuws-afbeelding {

}

.portfolio-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	height:210px;
	cursor: pointer;
	margin-bottom: 60px;
}
.portfolio-item .cover {
	width: 90%;
	margin-top: 220px;
}
.portfolio-item .cover h4 {
	color: #BBB;
	line-height: 20px;
}
.portfolio-item:hover .cover h4 {
	color: #DDD;
}

/* ICON FONT */

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('MonoSocialIconsFont/MonoSocialIconsFont-1.10.eot');
    src: url('MonoSocialIconsFont/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('MonoSocialIconsFont/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('MonoSocialIconsFont/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('MonoSocialIconsFont/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('MonoSocialIconsFont/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -ms-font-feature-settings:"liga" 1;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

p.socialicons .symbol {
	font-size: 30px;
}
p.socialicons a {
	text-decoration: none;
	color: #BBB;
}
p.socialicons a:hover {
	color: #DDD;
}

/* INPUTS & SELECTS */

input {
	background: #51463C;
	border: 1px #635951 solid;
	cursor:pointer;
	font-size: 13px;
	color:#BBB;
	padding: 6px 20px;
}

input.input {
	border: 1px #635951 solid;
	cursor:text;
	padding: 6px 10px;
	color: #BBB;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input.input:focus,
textarea.input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input.radio {
	border: 0px #ccc solid;
	background:none;
	width:15px;
	height:15px;
	float: left;
	margin-right: 5px;
}
input.image {
	width:60px;
	height:109px;
	border:none;
}
select {
	background: #51463C;
	border: 1px #635951 solid;
	font-size: 13px;
	color:#BBB;
	padding: 5px 8px;
}

textarea {
	background: #51463C;
	border: 1px #635951 solid;
	font-size: 13px;
	color:#BBB;
	padding: 5px 8px;
}

@media (max-width: 767px) {
	.form-horizontal .control-label {
		padding-left: 20px;
	}
}

/* SHOPPING CART */

.dropdown.openonhover .dropdown-menu {
	margin-top: 0;
}

.dropdown.shoppingcart .dropdown-menu {
	margin-top: -45px;
	margin-right: -1px;
	min-width: 350px;
}
@media (max-width: 767px) {
	.dropdown.shoppingcart .dropdown-menu {
		min-width: 240px;
	}
}

.dropdown.shoppingcart .dropdown-menu .badge {

}
.dropdown.shoppingcart .dropdown-menu .top {
	padding: 10px 12px 5px 12px;
	text-align: right;
}
.dropdown.shoppingcart .dropdown-menu .no-items {
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	font-weight: 200;
	color: #999;
	text-align: center;
}
.dropdown.shoppingcart .dropdown-menu .more-items {
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	font-weight: 200;
	color: #999;
	text-align: center;
}
.dropdown.shoppingcart .dropdown-menu .more-items:before {
	content:"\00b7 \00b7 \00b7";
	font-size: 56px;
	color: #bbb;
}
.dropdown.shoppingcart .dropdown-menu .item {
	padding: 10px 20px 10px 20px;
}
.dropdown.shoppingcart .dropdown-menu .item.archived {
	opacity: 0.5;
}

.dropdown.shoppingcart .dropdown-menu .buttons {
	padding: 5px 20px;
	text-align: right;
}

.productbundles .list-group-item h4,
.productdiscounts .list-group-item h4 {
	margin-top: 8px;
}
.productbundles .list-group-item ul,
.productdiscounts .list-group-item ul,
.table.shoppingcart .productbundles ul {
	list-style-type: none;
	padding: 0;
}
.productbundles .list-group-item.title,
.productdiscounts .list-group-item.title {
	background: #eee;
}

.label.productvariant {
	background-color: #F9F9F9;
	color: #333;
	border-radius: 20px;
	margin-top: 2px;
	margin-right: 4px;
	font-weight: normal;
	font-size: 90%;
	border: 1px #ddd solid;
	display: inline-block;
}

.orderNumber {
	margin: 12px;
}
.breadcrumb.shoppincart .active {
	color: #333;
	font-weight: bold;
}

.table.shoppingcart tr.archived {
	opacity: 0.5;
}
.table.shoppingcart tr.unchecked {
	opacity: 0.5;
	cursor: pointer;
}
.table.shoppingcart tr.unchecked input:not([type="checkbox"]),
.table.shoppingcart tr.unchecked select,
.table.shoppingcart tr.unchecked .selectize-control {
	display: none;
}

.table.shoppingcart .item-remove {
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
	color: #BBB;
	cursor: pointer;
}
.table.shoppingcart .item-remove:hover {
	color: #333;
}
.panel.order {
	background: #F5F5F5;
}
.panel.order.shipping-total {
	padding: 20px;
}
.panel.order h3 {
	text-align: center;
	margin: 10px 0 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px #ddd solid;
}
.panel.order.has-error {
	border: 1px #a94442 solid;
}
.panel.order.has-error h3 {
	color: #a94442;
	border-color: #a94442;
}
.panel.order .select-payment-method {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 5px;
	border: 1px #F5F5F5 solid;
}
.panel.order .select-payment-method:hover {
	background: #F9F9F9;
}
.panel.order .select-payment-method.active {
	background: #FFF;
	border: 1px #ddd solid;
}
.panel.order .select-payment-method.active img {
	border-color: #FFF;
}

.panel.order .select-payment-method input[type=radio] {
	display: none;
	vertical-align: middle;
	margin-right: 5px;
}
.panel.order .select-payment-method img {
	width: 80px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
.panel.order .select-payment-method .desc {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 120px);
}
.panel.order .select-payment-method p.method {
	margin-top: 5px;
	margin-bottom: 2px;
	display: inline-block;
}
.panel.order .select-payment-method p.small {
	margin-top: 0px;
	color: #999;
}
.panel.order .select-payment-method .issuerlist {
	width: 200px;
	float: right;
	display: none;
}
.panel.order .select-payment-method.active .issuerlist {
	display: inline-block;
}
.panel.order.account-review p {
	margin-left: 10px;
}
.panel.order.order-review {
	padding: 0 20px;
}
.panel.order.order-review .table td {
	padding: 12px 5px 12px 5px;
}

label.accept_terms {
	padding: 10px;
	max-width: 100%;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 20px;
	display: block;
}
label.accept_terms:hover {
	background: #F9F9F9;
}
label.accept_terms.has-error {
	border: 1px #a94442 solid;
}


/* CONTROL PANEL */

div.cp {
	margin-left:20px;
	visibility:hidden;
	font-style:italic;
	position:absolute;
	color: #333;
}
div.controlpanel {
	border:1px #6b6b6b solid;
	width:550px;
	background:#F7F7F7;
}
div.controlpanel input {
	padding: 0px;
}

table.add-form {
	border: 1px #635951 solid;
	margin-top: 5px;
}
table.add-form td {
	padding: 5px 10px;
}
table.fotogallery_afb {
	border:1px #6b6b6b solid;
	background:#F7F7F7;
}

img.tool {
	border:1px #ccc solid;
	cursor:pointer;
}

.admin-title [class^="icon-"] {
	text-decoration: none;
	float: left;
	margin-right: 10px;
}
.admin-icons {
	float: right;
}
.admin-icons [class^="icon-"] {
	font-size: 20px;
	text-decoration: none;
	color: #FFF;
}
.admin-icons [class^="icon-"]:hover {
	color: #FFF;
}

.admin-panel .panel-button {
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.admin-panel .panel-button .icon {
	border-radius: 10px;
	background: #51463C;
	padding: 10px 30px;
	cursor: pointer;
	margin: 10px;
}
.admin-panel [class^="icon-"] {
	font-size: 40px;
	text-decoration: none;
	color: #CBC8C5;
}
.admin-panel .caption {
	text-decoration: none;
	color: #CBC8C5;
	font-size: 11px;
}
.admin-panel .panel-button:hover a {
	color: #FFF;
}

.admin-buttons {
	float: right;
	margin-top: 5px;
}
.admin-table {
	width: 100%;
	margin-top: -1px;
}
.admin-table th {
	padding: 5px 6px;
	border-bottom: 1px #635951 solid;
	background: #51463C;
	color: #FFF;
}
.admin-table td {
	padding: 5px 3px;
	border-bottom: 1px #635951 solid;
}
.admin-table td.spacing {
	height: 10px;
	border: none;
}
.admin-table td [class^="icon-"] {
	text-decoration: none;
	color: #929497;
	margin: 3px;
}
.admin-table td [class^="icon-"]:hover {
	text-decoration: none;
	color: #FFF;
}
.admin-table td .icon-up_arrow,
.admin-table td .icon-down_arrow {
	margin: 0px;
}
.admin-table td .dropdown {
	background: #222;
	border: 1px #635951 solid;
	padding: 5px 10px;
}
.admin-table td input,
.admin-table td select {
	width: 100%;
}

.admin-table-form {
	width: 100%;
}
.admin-table-form td {
	padding: 5px 3px;
}
.admin-table-form .disabled input,
.admin-table-form .disabled select,
.admin-table-form .disabled textarea {
	pointer-events: none;
	tab-index: -1;
}

.admin-table table td {
	border: none;
	padding: 2px 3px;
}

.newsletter-filter-list {
	margin-left: 20px;
}

.selectize-control.admin {
	white-space: nowrap;
}
.selectize-control.admin .selectize-input:after {
	display: none;
}
.selectize-control.admin .selectize-dropdown {
	width: 300px !important;
}
.selectize-control.multi .selectize-input > div {
	float: left !important;
}

.disabled {
	opacity: 0.7;
}

.redactor-toolbar {
	background: #51463C;
}

.redactor-toolbar li a {
	color: #A49E99;
}

.redactor-toolbar li a:hover {
	background: #483b31;
	color: #fff;
}

.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
	background: #262626;
	color: #aaa;
}
.redactor-editor {
	background: #483b31;
	border-color: #635951;
}
#redactor-modal {
	background: #51463C;
	color: #FFF;
	z-index: 10000000 !important;
}
#redactor-droparea-placeholder {
	color: #FFF;
}
#redactor-droparea-placeholder input[type="file"]{
	width: 100%;
}
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
	background: #51463C;
	border: 1px #635951 solid;
	color:#BBB;
}

.redactor-toolbar-tooltip {
	background: #635951;
}

.note-btn {
	border: none;
	background: none;
}
.note-editor .responsive-table {
	margin: 0 -16px 15px -16px;
}
.note-editor .responsive-table .table {
	border-collapse: separate;
	border-spacing: 15px 0;
	margin-bottom: -1px;12
}

.note-editor .table td {
	padding: 0 10px;
}
.note-editor .responsive-table .table td {
	padding: 0 15px;
	border-bottom: none;
}
.note-editor .responsive-table .table tr:first-child > td {
	border-top: none;
}

.note-link-classes {
	border: 1px #CCC solid;
	padding: 7px 10px;
	border-radius: 5px;
	margin: 2px;
}
.note-link-classes > div {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}

ul#boxes {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.media-item {
	border:1px #E0DFE3 solid;
	background:#F7F7F7;
	-moz-border-radius: 6px;
	float:left;
	margin:2px;
}
li.media-item:hover {
	border: 1px #555 solid;
}

li.media-item div.caption {
	visibility: hidden;
	position: absolute;
	font-size: 10px;
	color: #333;
	background: #FFF;
	opacity:0.8;
}
li.media-item div.info {
	visibility: hidden;
	position: absolute;
	background: #FFF;
	border: 1px #999 solid;
	padding: 2px 4px;
	margin: 14px 0px 0px 57px;
	width: 200px;
	font-size: 10px;
	color: #333;
	z-index: +100;
}
li.media-item a {
	color: #333;
}

div.tools {
	background: #FFF;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	margin:2px 0px 0px 290px;
	padding: 5px 4px 0px 4px;
}

button.icon {
	border: none;
	background: none;
	border-radius: 5px;
}
.dropdown-menu button:not(.btn) {
	border: none;
	background: none;
	padding: 0;
}
.itembtnscontainer,
.itemmarkcontainer {
	display: block;
	position: absolute;
	top: 10px;
	background:#FFF;
	padding: 5px;
	border-radius: 0px 0px 20px 0px;
}
.itembtnscontainer {
	display:none;
}
.thumbnail .itembtnscontainer {
	top: 5px;
}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1100;
	float: left;
	display: none;
	min-width: 160px;
	_width: 160px;
	padding: 4px 0;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}
.ui-menu-item,
.ui-autocomplete-category {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
}
.ui-autocomplete-category {
	font-weight: bold;
}
.ui-widget-content {
	background: #fff !important;
}
.ui-widget-content .ui-state-focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
	border-color: #0088cc;
	font-weight: normal;
}
.ui-helper-hidden-accessible {
	display: none;
}

.admin-table-form.ui-sortable-helper {
	background: #FFF;
}

/* SLICK ARROWS */

.slick-prev,
.slick-next {

}

.slick-prev:before,
.slick-next:before {
	color: #999;
}

/* BOOTSTRAP ADDONS */

/* centered columns styles */
.row-centered {
	text-align:center;
}
.col-centered {
	display:inline-block;
	float:none;
	/* reset the text-align */
	text-align:left;
	/* inline-block space fix */
	margin-right:-4px;
}

.col-box {
	padding: 15px;
	margin-bottom: 15px;
}

@media (min-width:1200px){
	.auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
	.auto-clear .col-md-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-md-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-md-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-md-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
	.auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
	.auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

/* CAROUSEL FADE */

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}
.carousel.fade .carousel-control,
.carousel.fade .carousel-indicators {
  z-index: 3;
}

/* KLEUREN */


/* tekst kleur */

body,
a,
blockquote,
blockquote p,
.admin-icons [class^="icon-"],
.admin-table td [class^="icon-"],
.admin-table th,
#redactor-modal,
#redactor-modal-close,
#redactor-droparea-placeholder {
	color: #333;
}

a:hover,
.admin-panel .panel-button:hover a,
.admin-table td [class^="icon-"]:hover,
.admin-icons [class^="icon-"]:hover {
	color: #000;
}

/* tekst kleur inputs */

input,
a.button,
.admin-panel .panel-button .icon a {
	color: #FFF;
}

input.input,
select,
.selectize-input.not-full,
.selectize-input.full,
textarea,
.admin-panel [class^="icon-"],
.redactor-toolbar li a,
.redactor-toolbar li a:hover,
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act,
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea,
.redactor-toolbar-tooltip,
.panel-heading.note-toolbar .note-btn {
	color: #333;
}
/* .admin-panel .caption, */


/* achtergrond */

.redactor-editor {
	background: #fff;
}

/* achtergrond kleur licht */

.redactor-toolbar li a:hover,
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act,
.redactor-toolbar-tooltip {
	background: #F9F9F9;
}

/* achtergrond kleur donker */

a.button,
a.button:hover,
input,
.admin-panel .panel-button .icon {
	background: #333;
}

#melding,
ul#nav > li > ul.submenu,
input.input,
select,
.selectize-input.not-full,
.selectize-input.full,
textarea,
.admin-table th,
#redactor-modal,
.redactor-toolbar,
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea,
.panel-heading.note-toolbar,
.note-editor.note-frame .note-statusbar {
	background: #F9F9F9;
}

/* randen */

#melding,
ul#nav > li > ul.submenu,
ul#nav > li > ul.submenu > li.title,
input,
input.input,
select,
.selectize-input.not-full,
.selectize-input.full,
textarea,
table.add-form,
.admin-table th,
.admin-table td .dropdown,
.redactor-editor,
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea,
.note-editor.note-frame {
	border-color: #333;
}

.admin-table,
.admin-table td,
hr {
	border-color: #DDD;
}

#melding,
input,
input.input,
.selectize-input,
textarea,
table.add-form {
	border-radius: 5px;
}

/* EINDE CSS */