/* SITE OPMAAK */

img.img-responsive {

}

html {
	position: relative;
	min-height: 100%;
	-webkit-text-size-adjust: auto;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 15px;
}

.gradient {
    background: #6FC7B9;
    background: -moz-linear-gradient(top, rgba(111,199,185,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(111,199,185,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(111,199,185,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fc7b9', endColorstr='#ffffff',GradientType=0 );
    width: 100%;
    top: 100px;
    height: 260px;
    position: absolute;
    z-index: 1;
    display: none;
}

.container {

}

.topmenucontainer {
	padding: 10px 0;
    background: #6FC7B9;
    z-index: 100;
    width: 100%;
    position: fixed;
    top: 0;
    border-top: 10px #F5F5F5 solid;
    height: 95px;
}
.topmenucontainer .logo {
	margin-top: 10px;
	width: 90%;
}
.topmenucontainer .slogan {
	margin-bottom: 0;
}

.bannercontainer {
	text-align: center;
	position: relative;
	background: #FFF;
	z-index: 1;
}
.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;
	left: 100em;
	font-family: 'dearjoe5';
	text-transform: none !important;
}
.bannercontainer h2 {
	text-transform: none;
	font-size: 20px;
	font-family: 'dearjoe5';
	left: -100em;
}
/*
@media (min-width: 993px) and (max-width: 1200px) {
	.webshopmenucontainer .logo {
		margin-bottom: -35px;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
	.webshopmenucontainer .logo {
		margin-bottom: -30px;
	}
}
*/

.backgroundcontainer {
	padding-top: 95px;
	min-height: 700px;
	position: relative;
	background-color: #F5F5F5;
}

.contentcontainer,
.sectioncontainer,
.nieuwscontainer {
	background: none;
}

.sectioncontainer.backgroundimage .cmscontent {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px;
}
.sectioncontainer.photo-tabs {
	padding-top: 100px;
}
.sectioncontainer .photo-tab.selected {
	position: relative;
}
.sectioncontainer .photo-tab.selected:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(245, 245, 245, 0);
	border-top-color: #F5F5F5;
	border-width: 16px;
	margin-left: -16px;
}

.sectioncontainer .photo-tab a {
	display: inline-block;
	text-align: center;
}
.sectioncontainer .photo-tab img {
	width: 70%;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.topmenucontainer {
		position: relative;
		height: auto;
	}
	.topmenucontainer .slogan {
		text-align: center;
	}
	.hoofdmenu {
		margin-left: -15px;
		margin-right: -15px;
	}
	.section-intro.backgroundimage .cmscontent {
		background-position-x: -100px;
		background-size: 230%;
		background-color: #EAE6DD;
	}
	.sectioncontainer .photo-tab img {
		width: 100%;
	}
	.sectioncontainer .photo-tab.selected:after {
		border-width: 20px;
		margin-left: -20px;
	}
	.backgroundcontainer {
		padding-top: 0;
	}
	.webshopmenucontainer .logo {
		margin-bottom: 0px;
		width: 85%;
	}

	.bannercontainer h1 {
		font-size: 15px;
		padding: 5px 10px;
	}
	.bannercontainer h2 {
		font-size: 12px;
		padding: 5px 10px;
	}
	.footercontainer .payment-icon {
		height: 30px;
	}
	.schrink-xs {
		width: 70% !important;
		margin: 0 auto;
	}
}
@media (max-width: 993px) {
	.topmenucontainer {
		position: relative;
		height: auto;
	}
	.backgroundcontainer {
		padding-top: 0;
	}
}

@media (min-width: 1400px) {
	.sectioncontainer .container {
		width: 1350px;
	}
}


.slogan-title {
	font-size: 35px;
	line-height: 50px;
	font-weight: 400;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 10px;
}
.slogan-title.smaller {
	font-size: 30px;
}
.slogan-title span {
	display: block;
	font-size: 25px;
	line-height: 35px;
}
.slogan-subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding: 0 30px;
	text-transform: uppercase;
	color: #555;
}
.slogan-text {
	font-size: 20px;
	line-height: 30px;
	padding: 0 80px;
	color: #555;
}
.buttons .btn {
	padding: 10px 40px;
	font-size: 20px;
}
.jconfirm .buttons .btn {
	padding: 6px 12px;
}

.buttons .orderbutton img {
	position: absolute;
	width: 50px;
	display: none;
}


@media (min-width: 767px) and (max-width: 1200px) {
	.slogan-subtitle {
		padding: 0 30px;
	}
	.slogan-text {
		padding: 0 40px;
	}
}
@media (max-width: 767px) {
	.slogan-subtitle {
		padding: 0 30px;
	}
	.slogan-text {
		padding: 0 10px;
	}
}

.adminheaderrow {
	padding-top: 20px;
	background: none;
}
.adminrow {
	background: none;
	min-height: 500px;
	padding-bottom: 40px;
}
.adminheadercontainer {

}
.admincontainer {
}

.collectiecontainer,
.merkencontainer {
	padding: 15px 0px;
	background: #f8f8f8;
	position: relative;
	width: 100%;
	margin-bottom: -20px;
}
.collectiecontainer h1,
.merkencontainer h1 {
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	top: -30px;
	position: relative;
}

.socialmediacontainer {
	padding: 15px 0px;
	background: #6FC7B9;
	position: relative;
	width: 100%;
}
.newslettercontainer {
	padding: 15px 0px;
	background: #f8f8f8;
	position: relative;
	width: 100%;
}

.footermenucontainer {
	background: #6FC7B9;
	position: relative;
	width: 100%;
	margin-top: 0px;
	padding: 40px 0 10px 0;
}
.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%;
	}
	.spacing {
		width: 100%;
		height: 145px;
	}
}
*/


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

/* 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%;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 400;
}
h1 {	font-size: 30px; color: #B38957; margin-bottom: 5px; margin-top: 10px; line-height: 40px; }
h2, h1.smaller {	font-size: 28px; color: #B38957; margin-bottom: 15px; line-height: 30px; }
h3, h2.smaller {	font-size: 25px; color: #B38957; margin-bottom: 20px; line-height: 25px; }
h4, h3.smaller {	font-size: 16px; color: #B38957; }
h5, h4.smaller {	font-size: 14px; color: #B38957; }
h6, h5.smaller {	font-size: 13px; color: #B38957; }

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


.lead {
	font-weight: 400;
}
p, .no-styling {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 16px;
	color: #333;
}
p.lead {
	margin-top: 10px;
	margin-bottom: 10px;
}

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

h1.no-styling, h2.no-styling, h3.no-styling, h4.no-styling, h5.no-styling, h6.no-styling {
	font-weight: 500;
}


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

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

a {

}
a:hover {

}

blockquote,
blockquote p {
	color: #FFF;
	padding: 0px;
	border: none;
	font-size: 13px;
}

.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;
}

.btn-primary {
	background-color: #6FC7B9;
	border-color: #6FC7B9;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-color: #67afa3;
	border-color: #67afa3;
}
.btn-primary.disabled, .btn-primary[disabled] {
	background-color: #888;
	border-color: #888;
}
.btn-link.active {
	background: #999;1
	color: #FFF;
}
.label-primary {
	background-color: #67afa3;
}

.cmscontent ul li:before {
	border-radius: 0px;
	background: #67afa3;
	left: -15px;
}

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

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark a, .dark .lead, .dark {
	color: #fff;
}
.dark .btn-primary {
	background: #fff;
	border-color: #fff;
	color: #333;
	font-size: 14px;
}


/* SPECIFIC STYLES */

.newsheadlines {
	border-top: 2px #FFF solid;
	padding-top: 20px;
}
.newsheadlines .item .image {
	margin: 0 !important;
}
.newsheadlines .item .caption {
	margin: 0;
	margin-bottom: 30px;
	background: #fff;
	padding: 5px 10px;
}
.newsheadlines .item .caption h3 {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 20px;
}
.newsheadlines .item .caption p {
	margin-top: 5px;
	color: #7f7f7f;
	font-size: 13px;
}

.newsheadlines .signup {
	padding-top: 80px;
	padding-bottom: 50px;
	background: #f5f5f2;
	text-align: center;
}
.newsheadlines .signup h2 {
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 50px;
}
.newsheadlines .signup .input {
	border: none;
	outline: none;
	border-radius: 0;
	background: #FFF url('bg_input_arrow_right.png') no-repeat center right;
	padding: 10px 20px;
	font-size: 15px;
	width: 80%;
}
.newsheadlines .archive-link {
	font-size: 20px;
	font-style: italic;
	text-decoration: none;
	color: #a8a8a8;
}

@media (min-width: 993px) and (max-width: 1200px) {
	.newsheadlines .signup {
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.newsheadlines .signup h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 40px;
	}
}
@media (min-width: 767px) and (max-width: 992px) {

}
@media (max-width: 767px) {

}



.socialmediacontainer h3 {
	margin-top: 25px;
	font-size: 30px;
	color: #FFF;
}
.socialmediacontainer .socialicons {
	margin-top: 35px;
	text-align: center;
}
.socialmediacontainer .socialicons .symbol {
	color: #FFF;
	font-size: 70px;
}

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

.footermenucontainer h2 {
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
}
.footermenucontainer {
	text-align: center;
	padding-bottom: 40px;
}
.footermenucontainer p,
.footermenucontainer a,
.footermenucontainer a:hover {
	color: #fff;
}
.footermenucontainer .lead {
	font-size: 17px;
	font-weight: 400;
}
.footermenucontainer .lead.big {
	font-size: 22px;
}
.footermenucontainer .s-icons {
	margin-top: 25px;
	text-align: center;
}
.footermenucontainer .s-icons img {
	display: inline-block;
	margin: 3px;
	height: 35px;
}
.footermenucontainer .logo {
	margin-top: 0px;
	width: 90%;
}


.footercontainer .menu {
	margin-top: 40px;
}
.footercontainer .titel,
.footercontainer .credit,
.footercontainer .credit a {
	color: #989898;
}
.footercontainer .titel {
	margin-bottom: 5px;
}
.footercontainer .credit {
	margin-top: 0px;
	margin-bottom: 25px;
}

.footercontainer .logo {
	max-width: 385px;
}
.footercontainer .payment-icon {
	height: 40px;
}
.footercontainer .s-icons {
	margin-top: 17px;
	text-align: center;
}

/* NAVIGATION */

.topmenu {
	margin-top: 5px;
	text-align: right;
}
.topmenu .btn-noborder {
	background: none;
}
.topmenu .btn {
	color: #fff;
}
.topmenu .btn i {
	color: #fff;
}
.topmenu .talen {
	color: #B7E2DC;
	display: inline-block;
	padding: 8px 0px 6px 12px;
} 
.topmenu .talen a {
	color: #B7E2DC;
}
.topmenu .talen a.actief,
.topmenu .talen a:hover {
	color: #fff;
}

.hoofdmenu {
	z-index: 1;
	position: relative;
	margin-top: -11px;
	text-align: right;
}

.hoofdmenu ul#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.hoofdmenu ul#nav > li {
	cursor: pointer;
	float: left;
}
.hoofdmenu ul#nav > li > div {
	padding: 35px 20px 8px 20px;
	font-size: 17px;
	margin-left: 10px;
	font-weight: 400;
}
.hoofdmenu ul#nav > li:hover > div {

}

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

}
.hoofdmenu ul#nav > li.selected > div {
	position: relative;
}
.hoofdmenu ul#nav > li.selected > div:after {
	top: 0%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(245, 245, 245, 0);
	border-top-color: #F5F5F5;
	border-width: 16px;
	margin-left: -16px;
}
/*
.hoofdmenu ul#nav > li.selected > div:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(245, 245, 245, 0);
	border-top-color: #6FC7B9;
	border-width: 30px;
	margin-left: -30px;
}
*/

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

.footermenucontainer ul#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

@media (min-width: 1200px){
	.topmenu .visible-lg {
		display: inline-block !important;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.hoofdmenu {

	}
	.hoofdmenu ul#nav > li > div {
		padding: 33px 20px 8px 20px;
		font-size: 17px;
		margin-left: 10px;
	}
	.hoofdmenu ul#nav > li.selected > div:after {
		border-width: 14px;
		margin-left: -14px;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
	.topmenucontainer .logo {
		margin-top: 15px;
		width: 100%;
	}
	.topmenu .shoppingcart {
		padding: 10px 0px;
	}
	.hoofdmenu {

	}
	.hoofdmenu ul#nav > li > div {
		padding: 35px 10px 8px 15px;
		font-size: 15px;
		margin-left: 0px;
	}
	.hoofdmenu ul#nav > li.selected > div:after {
		display: none;
	}
}
@media (max-width: 767px) {
	.topmenu {
		text-align: center;
	}
	.webshopmenucontainer .logo {
		margin-bottom: 0px;
		width: 85%;
	}
	.hoofdmenu ul#nav > li > div {
		padding: 35px 5px 8px 10px;
	}
	.hoofdmenu ul#nav > li.selected > div:after {
		display: none;
	}

}

/* GOOGLE MAP */

#map {
	width: 100%;
	height: 600px;
}

/* BANNERS */

.banners .carousel-caption {
	display: none;

}
.banners .carousel-caption h1,
.banners .carousel-caption p,
.banners .carousel-caption a {

}
.banners .carousel-caption h1 {
	
}
.banners .carousel-caption p {
	color: #000;
	text-shadow: none;
}
.banners .carousel-caption a {

}
.banners .carousel-inner .item {

}
.banners .carousel-inner .item img {
}
.banners .badge {
	background: #B54B63;
	border-radius: 400px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	white-space: normal;
	width: 200px;
	height: 200px;
	padding: 28px 20px 0 20px;
	position: absolute;
	transform: rotate(-5deg);
	top: 20px;
	left: 40%
}

@media (min-width: 993px) and (max-width: 1200px) {
	.banners .badge {

	}
	.banners .cmscontent {
		zoom: 0.8;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
	.banners .badge {

	}
	.banners .cmscontent {
		zoom: 0.6;
	}
}

@media (max-width: 767px) {
	.banners .cmscontent {
		zoom: 0.6;
	}
	.banners .badge {
		left: 60%;
	}
	.banners .item {
		margin-bottom: 300px;
	}
}

/* ITEMS */

.project-item {
	margin-bottom: 30px;
	background: #FFF;
	display: inline-block;
	padding: 15px;
	border-radius: 5px;
	transition: background-color 200ms linear;
}
.project-item:hover {
	background: #F9F9F9;
}
.project-item .caption {
	margin-top: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.project-item .caption,
.project-item p,
.project-item a,
.project-item a:hover {
	color: #333;
	text-decoration: none;
}

.dark .project-item {
	background: none;
}
.dark .project-item .caption,
.dark .project-item p,
.dark .project-item a,
.dark .project-item a:hover {
	color: #FFF;
}

.dark .project-item:hover {
	background: #616161;
}

.nieuwscontainer .nieuws-item img {
	margin-bottom: 20px;
}
.nieuwscontainer hr {
	display: none;
}
.nieuwscontainer .nieuws-item h2 {
	margin-top:0px;
	padding-bottom: 5px;
	margin-bottom:10px;
}
.nieuwscontainer .nieuws-item h2 a {

}
.nieuwscontainer .nieuws-item .date {
	display: none;
}

.nieuws-header {
	margin-top: 40px;
	margin-bottom: 20px;
}
.nieuws-header h2 {
	font-size: 30px;
}
.nieuws-header .nieuws-datum {
	display: none;
}

.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;
}

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

.arrow-right .col-box {
	background-image: url('arrow-right-bg.png');
	background-position: right center;
	background-repeat: no-repeat;
}
.search-box {
	background: url('icon-search.png') no-repeat 10px center;
	background-color: rgba(255,255,255,0.2);
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-top: 15px;
	padding: 2px 0;
}
.search-box .search {
	margin-left: 50px;
	width: calc(100% - 80px);
	border: none;
	background: none;
	color: #FFF;
	outline: none;
	font-size: 17px;
}

.search-box .search::-webkit-input-placeholder { /* Chrome */
	color: white;
	transition: opacity 250ms ease-in-out;
}
.search-box .search:focus::-webkit-input-placeholder {
	opacity: 0.5;
}
.search-box .search:-ms-input-placeholder { /* IE 10+ */
	color: white;
	transition: opacity 250ms ease-in-out;
}
.search-box .search:focus:-ms-input-placeholder {
	opacity: 0.5;
}
.search-box .search::-moz-placeholder { /* Firefox 19+ */
	color: white;
	opacity: 1;
	transition: opacity 250ms ease-in-out;
}
.search-box .search:focus::-moz-placeholder {
	opacity: 0.5;
}
.search-box .search:-moz-placeholder { /* Firefox 4 - 18 */
	color: white;
	opacity: 1;
	transition: opacity 250ms ease-in-out;
}
.search-box .search:focus:-moz-placeholder {
	opacity: 0.5;
}

.searchform h3 {
	font-size: 22px;
}
.searchform .caption {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 15px;
	color: #333;
}

.searchform .color-select {
	display: inline;
}

.searchform .color-select [type="checkbox"] {
	position: absolute;
	left: -9999px;
}

/* checkbox aspect */
.searchform .color-select [type="checkbox"] + label {
	position: relative;
	cursor: pointer;
	width: 40px; height: 40px;
	padding: 0;
	margin-left: 2px;
	font-size: 0;
	border: 2px solid #bbb;
	border-radius: 20px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
	opacity: 0.7;
	transition: opacity .2s;
}
.searchform .color-select [type="checkbox"] + label:hover {
	opacity: 1;
}
.searchform .color-select [type="checkbox"] + label:after {
	content: '';
	position: absolute;
	border-radius: 20px;
	width: 38px; height: 38px;
	left: -1px; top: -1px;
	border: 2px solid #fff;
}

/* checked mark aspect changes */
.searchform .color-select [type="checkbox"]:checked + label {
	border-color: #6FC7B9;
	opacity: 1;
}
.searchform .color-select [type="checkbox"]:checked + label:after {
	left: 0; top: 0;
	width: 36px; height: 36px;
	border-width: 3px;
}




/*
.searchform .color-select {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 20px;
	box-shadow: 1px 1px 2px #bbb;
	margin: 2px;
}
.searchform label.color-select.checked {

}
.searchform label.color-select input[type=checkbox] {
	visibility: hidden;
}
*/

/* PRODUCT OPMAAK */

.product-item {
	border: none;
}
.product-item:hover {
	border: none;
}
.product-item .image {

}
.product-item .image img {
	border: none;
	margin-bottom: 0px !important;
	max-height: 250px;
	margin: 0 auto;
}
.product-item .caption {
	padding: 10px;
}
.product-item .caption .title {
	display: block;
	font-weight: normal;
	font-size: 20px;
}
.product-item .caption .price {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 200;
}
.product-item .caption .price s {
	color: #999;
}
.product-item .btn {
	margin-top: 20px;
	font-size: 18px;
	padding: 10px 30px;
	margin-left: 10px;
}

.product-item:hover {
	background: #F9F9F9;
	border-radius: 10px;
}

.product-images {
	margin-top: 20px;
	padding: 0 100px;
}

.prijs .lead {

}


/* BESTELLING */

.panel.order {
	background: #FFF;
	border-radius: 0;
	margin-bottom: 30px;
}
.panel.order input.input,
.panel.order .selectize-input {
	border-color: #DDDDDD;
}
.panel.order .select-payment-method {
	border-color: #FFF;
}
.panel.order h3 {
	text-transform: uppercase;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #6FC7B9;
}

.input-group .order-button {
	top: 1px;
	padding-bottom: 11px;
}


.breadcrumb {
	margin-top: 30px;
}
.orderNumber {
	margin-top: 40px;
}

.shoppingcart {
	padding: 10px 5px 10px 0;
}
.table>thead>tr>th {
	border-width: 1px;
}
.shoppingcart .image img {
	height: 80px;
	margin: 10px auto;
}
.shoppingcart .quantity {
	padding-top: 35px;
}
.shoppingcart .table .title,
.shoppingcart .table .price,
.shoppingcart .table .actions {
	padding-top: 40px;
}
.shoppingcart del {
	display: none;
}

.account-create {
	margin-top: 30px;
}
.shipping-total {
	background: #FFF;
	padding-top: 10px !important;
}
.shipping-total label:first-child {
	margin-left: -25px;
}
.voucher {
	padding: 15px 20px;
}
input.shipping-method {
	display: none;
}
select.shipping-country {
	padding: 5px 10px;
}

.input-group .form-control {
	margin-bottom: 0px;
	margin-top: 0px;
}

/* 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%;
}

/* INPUTS & SELECTS */

input {
	background: #51463C;
	border: 1px #635951 solid;
	cursor:pointer;
	font-size: 13px;
	color:#BBB;
	padding: 5px 20px;
	margin: 2px;
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
}
input.titel {
	border: 1px #252525 solid;
	cursor:text;
	font-size: 13px;
	font-weight: bold;
	color:#BBB;
}

input.input {
	border: 1px #635951 solid;
	cursor:text;
	padding: 5px 8px;
	color:#BBB;
}
input.dashed {
	border:none;
	height:15px;
	border-bottom: 1px #333 dashed;
	background: none;
	text-align:center;
}
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;
	margin: 2px;
	padding: 5px 8px;
}

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


/* CONTROL PANEL */


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;
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
}
.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: #a1a1a1;
	font-size: 11px;
}
.admin-panel .panel-button:hover a {
	color: #FFF;
}

.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;
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
}
.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-form {
	width: 100%;
}
.admin-table-form td {
	padding: 5px 3px;
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
}

.faded td,
.faded td a,
.faded td .selectize-input {
	color: #bbb !important;
}

.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;
}

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;
}
.itembincontainer {
	position: absolute;
	display:none;
	background:#FFF;
	padding: 0px 5px 5px 0px;
	border-radius: 0px 0px 20px 0px;
}
.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	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 .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;
}
.ui-helper-hidden-accessible {
	display: none;
}

/* CAROUSEL FADE */

.banners .carousel-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.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;
  opacity: 1 !important;
}
.carousel-control .arrow {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .arrow-left {
  left: 20%;
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; 
  border-right: 20px solid #FFF; 
}
.carousel-control .arrow-right {
  right: 20%;
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  
  border-left: 20px solid #FFF;
}

.touch-carousel .carousel-inner {
	touch-action: auto !important;
}

/* CAROUSEL SPECIFIC STYLE */

.carousel.fade .carousel-control {
	background: none;
}

/* WOOKMARK */

.wookmarkcontainer {
	margin-top: 30px;
}

.wookmark-placeholder {
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}

.wookmark {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

/*
.wookmark li {
	background-color: #F8F8F8;
	display: none;
	width: calc(33% - 10px);
	padding: 15px;
	border-radius: 5px;
}
*/

.wookmark li {
  display: block;
  opacity: 0;
  text-align: left;
  list-style-type: none;
  float: left;
  width: calc(33% - 10px);
  padding: 15px;
  margin: 0;
}
.wookmark.smallscreen li {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
	.wookmark li,
	.wookmark.smallscreen li {
		width: 100%;
	}
}
.wookmark.wookmark-initialised.animated li {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.wookmark.wookmark-initialised li {
  opacity: 1;
}

.wookmark li.wookmark-inactive {
  visibility: hidden;
  opacity: 0;
}

.wookmark li:hover {
/*   background-color: #fafafa; */
  background-color: #FED564;
}

.wookmark img {
  display: block;
}
.wookmark a {
	text-decoration: none;
}
.wookmark .caption {
	margin: 10px 0 0 0;
}

.wookmark .images a {
	float: left;
	margin-right: 10px;
}
.wookmark .images a:last-child {
	margin-right: 0px;
}

/* TERAL AUTO LANG */

.tl-btn-dropdown {

}

/* 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 {
	font-family: 'Open sans', sans-serif;
	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: #6FC7B9;
}

#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: #6FC7B9;
}

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

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

/* EINDE CSS */