body {
	font-family: 'Ubuntu', sans-serif;
}
a {color: #FAB400;}

/************/
/* Slider */
/************/
.slider{
	margin-bottom:5px;
	max-width:100%;
	position:relative;
}
.slider .bx_link a{
	color:#fff;
	display:block;
	line-height:26px;
	position:relative;
}

.main_slider img{
	max-height:600px;
	max-width:100%px;
}

.slider .bx_text{
	/*background:url(/images/bg.png) no-repeat 0 -450px;*/
	/*background-color: #74AED4;*/
  background: rgba(245,156,0,.8)!important;
	bottom:60px;
	color:#fff;
	font-size:28px;
	font-style:italic;
	font-weight:300;
	left:0;
	line-height:30px;
	max-width:530px;
	padding:10px 0 10px 0;
	position:absolute;
}

.slider .bx_text p{
	margin: 0 25px 0 10px;
}

.main_slider .bx_text{
	/*background:url(/images/bg.png) no-repeat 0 -450px;*/
	background-color: #74AED4;
	bottom:60px;
	color:#fff;
	font-size:28px;
	font-style:italic;
	font-weight:300;
	left:0;
	line-height:30px;
	max-width:680px;
	padding:10px 0;
	position:absolute;
}

.main_slider .bx_text p{
	margin:0 25px 0 10px;
	white-space:nowrap;
}

.main_slider .bx_link{
	bottom:30px;
	left:10px;
	position:absolute;
}

.main_slider .bx_link a{
	font-size:20px;
	font-weight:300;
	padding:0 17px;
}

.main_slider .bx_link a:hover{
	text-decoration:none;
}

.slider .bx-controls{
	position:relative;
	margin: -40px 0px 0px 10px;
}

.slider .bx-controls-direction{
	display:none;
}

.slider .bx-pager{
	zoom:1;
}

.slider .bx-pager:after{
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

.slider .bx-pager-item{
	float:left;
	margin-left:4px;
}

.slider .bx-pager-link{
	background:url(/images/bg.png) no-repeat 0 -600px;
	display:block;
	height:15px;
	overflow:hidden;
	text-indent:-999em;
	width:14px;
}

.slider .bx-pager-link.active{
	background-position:-100px -600px;
}
@media (min-width: 768px){
	.main_slider .bx_text{
		/*
		font-size:60px;
		line-height:66px;
		padding:1px 0 56px;*/
	}

	.main_slider .bx_link{
		bottom:30px;
		left: 10px;
		position: absolute;
	}

	.main_slider img{
		max-height:500px;
		max-width:100%;
	}
	.main_slider2 img{
		max-width:100%;
	}	
}

.paars {	background-image:url('images/paars.jpg'); }
.groen {	background-image:url('images/groen.jpg'); }
.oranje { background-image:url('images/oranje.jpg'); }

.fototitel {
	font-size: 10px;
	display: block;
	margin-top: 3px;
}

.fotoalbum  {
	margin: 0px 5px 0px 5px;
}
.fotoalbum  img{
	padding: 0px 2px 10px 2px;
}
.fotoalbum .foto {
	overflow: hidden;
	height: 115px;
	margin-bottom: 10px;
}
.fotoalbum .fotoactive  {
	border:1px solid #000000;
	height: 115px;
}
.fotoalbum h3 {
	margin-bottom: 10px;
}
.fotoalbum span.glyphicon {
    font-size: 2.2em;
}
@media (max-width: 767px) {
	.fotoalbum .foto { height: 100px; }
    .twitter-tweets { display: none; } 
}
@media (max-width: 400px) {
	.fotoalbum .foto { height: 70px; }
}
.newsheader td{
font-size: 14px;
font-weight:bold;
color:#FAB400;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.newsmessage td{
margin: 0px 0px 0px 0px;
padding: 6px 5px 4px 5px;
font-weight:normal;
font-size: 14px;
color:#000000;
}
.newsmessage p {
margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 0px;
font-weight:normal;
font-size: 14px;
color:#000000;
}
.newsmessage A{
color:#FAB400;
}

.newsheader table{
font-size: 14px;
font-weight:bold;
color:#000000;
cellspacing: 5px;
}
.clear {	clear: both;}

.frame_wrapper{
	border:none;
	display:block;
	height:2500px;
	width:100%;
	background:transparent;
	overflow: hidden;
}
.main_slider .bx-wrapper {
    background: linear-gradient(to left, #f39200, #fcc000);
    padding-top: 3px !important;
    margin: 0px;
}
.slider .bx-wrapper {
    max-height: 500px;
    overflow: hidden;
}
.bx_slider { 
  /*max-width: 100%;*/
  margin-top: 3px;
}
.verasol {
  border: 0px;
  height: 100%;        /* Viewport-relative units */
  width: 100%;    
  display:block;
}

@media (min-width: 768px){
  .verasol{
		width:768px;
		margin-left:-12px;
	}
}
@media (min-width: 1024px){
	.verasolxxxx {
		width:1024px;
		margin-left:-7px;
	}
}

/*================================
 Bootstrap overrides
==================================*/

.btn.btn-default {
	background: #FAB400;
	color: #fff;
	border: 1px solid #FAB400;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus, 
.btn.btn-default:focus:focus {
	background: #FAB400;
	color: #fff;
}
a:link, a:hover, a:focus, a:visited {
  color: #FAB400;
}
#dekstopCarousel a:link, #dekstopCarousel a:hover, #dekstopCarousel a:focus, #dekstopCarousel a:visited {
  color: #FFFFFF;
}
/*================================
 header
==================================*/
.mod-top-header {
	font-family: arial;
  font-size:22px;
  background-color: #FBBD00;
	color: #000000;
  font-weight: bold;
	padding: 9px 4px;
	margin-top: 20px;
	z-index: 1;
	position: relative;
}
.mod-top-header .flags {
	float: right;
	margin-top: -2px;
}

.mod-top-header .flags img {
	width: 25px;
	border: 1px solid white;
}

.mod-actie {
	font-size:22px;
	background-color: #FAB400;
	text-align:center;
	color: #FFFFFF;
	padding: 9px 4px;
	margin-top: 20px;
	z-index: 1;
	position: relative;
}
@media (max-width: 780px) {
	.mod-actie {
		font-size:16px;
		padding: 10px 5px 0px 5px;
		margin-bottom: 20px;
	}
}

/** header */
.mod-header .logo {
	padding: 20px;
	padding-left: 0px;
	display: block;
	position: absolute;
}
.mod-header .logo img {
	max-height: 100px;
	max-width: 100px;
}


.mod-header .row1 {
	position: relative;
	height: 140px;
}
.mod-header .links {
	position: absolute;
	width: 160px;
	right: 10px;
	top: 20px;
  z-index: 10;
}

.mod-header .link {
	padding-left: 24px;
	min-height: 28px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	line-height: 28px;
	display: block;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}

.mod-header .link-login { background-image: url('../img/icon-login.png'); }
.mod-header .link-support { background-image : url('../img/icon-support.png'); }
.mod-header .link-cart { background-image: url('../img/icon-cart.png'); }

.mod-header .link .badge  {
	background: #FAB400;
}


/** search */
.mod-search {
	position: absolute;
	width: 250px;
	right: 220px;
}

.mod-search {
	display: block;
	text-align: right;
	margin: 0px;
	margin-bottom: 30px;
	margin-top: 20px;

}
.mod-search form {
	border: 1px solid #1A1819;
	min-width: 250px;
	display: inline-block;
	text-align: left;
	line-height: 28px;
	position: relative;
}

.mod-search input {
	border: 0px;
	line-height: 28px;
	padding-left: 4px;
	padding-right: 4px;
	width: 100%;
  height: 30px;
}
.mod-search button {
	position: absolute;
	display: block;
	top: 0px;
	right: 4px;
	border: none;
	background: url('../img/icon-search.png');
	background-size: 100% 100%;
	border: none;
	width: 28px;
	height: 28px;
	padding: 0px;
}


/* mobile header stuff */
@media (max-width: 780px) {

[class*="col-"] {
    margin-bottom: 15px;
}
	.mod-header .row1 {
		height: auto;
		margin: ;
	}

	.menu-button {
		border: none;
		background: none;
		display: inline-block;
		margin-bottom: 20px;

	}
	.menu-button img {
		width: 38px;
		margin-top: 48px;
	}
	.mod-search {
		display: block;
		position: static;
		margin-top: 5px;
	}
	.mod-header .logo {
		display: inline-block;
		margin-left: 10px;
	}
	.mod-header .logo img {
		max-width: 80px;
		max-height: 80px;
	}

	.mod-search {
		position: static;
		display: block;
		padding: 5px 15px;
		width: 100%;
		margin-bottom: 15px;
	}
	.mod-search form {
		display: block;
	}


	.mod-header .links {
		text-align: right;
		width: 50%;
		margin-top: 34px;
	}

	.mod-header .links li {
		display: inline-block;
	}

	.mod-header .link {
		display: inline-block;
		vertical-align: top;
		margin: 10px 0px;
		height: 42px;
		line-height: auto;
		padding-left: 32px;
		background-repeat: no-repeat;
		background-size: 28px 28px;
		font-size: 13pt;
		top: 0px;
	}
	.mod-header .link span {
		display: none;
	}

	.mod-header .link .badge  {
		margin-left: -10px;
		margin-top: -10px;
	}
}


/*================================
 Menu
==================================*/


/* shared */
.navbar-default {
  background-color: #FFF;
  border: none;
}

.navbar-default a {
	color: #1D1C1C;
	display: block;
	font-size: 15px;
	line-height: 25px;
}
.navbar-default a:hover {
	color: #FAB400;
	/*text-decoration: none;*/
}

.navbar-default .heading  {
	font-weight: bold;
	margin-bottom:20px;
  color:#FAB400;
}
.navbar-default .heading a:hover { /*vervallen*/
	color: #1D1C1C;
	text-decoration: none
}
	.navbar-default .salenew a {
		margin-top: 125px;
	}

.navbar-default .navbar-nav>li>a {
	color: #1D1C1C;
	text-transform: uppercase;
	font-weight: bold;

}

.navbar-default .navbar-nav>li.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus{
	color: #FAB400;
	background: #FFF;
}


/* mobile */
@media (max-width: 780px) {
	.yamm .dropdown.yamm-fw .dropdown-menu {
		left: 50%;
	}

	.navbar.navbar-default {
		max-width: 50%;
	}
	.navbar-default .heading  {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.navbar-default .salenew a {
		margin-top: 0px;
	}
	.nav.navbar-nav {
		background: url('../img/mobile-menu-back.png') repeat-y top right;
		margin: 0px;
		margin-left: -15px;
		min-height: 740px;							/** minimale hoogte menu */
	}

	.navbar-default .navbar-nav>li.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus{
		background: url('../img/mobile-menu-tick.png') no-repeat center right;
	}


	.dropdown.open .dropdown-menu {
		display: block;
		position: absolute;
		top: 0px;
		/*margin-left: 100%;*/
		left: 100%;
		width: 100%;
	}

	.yamm .yamm-content {
		padding: 0px 20px;
	}

}


/** menu style changes */
@media (min-width: 780px) {

	.mod-header .collapse {
		display: block;
	}

	.navbar.navbar-default {
		margin-bottom: 0px;
		min-height: 40px;
		border-bottom: 1px solid #625F60;

		position: relative;

		margin-top: -30px;
		padding-left: 150px;
		background: none;
	}

	.navbar-default .navbar-nav>li>a {
		border: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #625F60;
		padding: 10px 18px !important;
		margin-bottom: -1px;
	}

	.navbar-default .navbar-nav>li.open>a {
		border-bottom: 1px solid #FFF;
		padding: 10px 17px !important;		/* 9px, remove 1 px for borders */
		margin-bottom: -1px;
	}



	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
		border: 1px solid #625F60;
		border-bottom: 1px solid #FFF;
	}
	.navbar-default .dropdown-menu {
		border: 1px solid #625F60;
		border-top: 0px;
		margin-top: 1px !important;
	}


}

.dropdown-toggle {
  cursor: default;
}
@media (max-width: 1024px) {
	.navbar.navbar-default {
		margin-top: -10px;
		padding-left: 0px;
	}

}

@media (min-width: 1024px) {
	.navbar.navbar-default {
		margin-top: -50px;
		padding-left: 14px;
	}

}

/*================================
 Footer
==================================*/

.mod-footer {
	margin: 10px 0px;
	margin-top: 40px;
	border-top: 30px solid #1A1819;
	padding-top: 20px;
	padding-bottom: 40px;
}

.mod-footer a {
	color: #1A1819;
}
.mod-footer h2 {
  color: #FAB400;
}
@media (max-width: 992px) {
  .mod-footer a, a:link, a:hover, a:focus, a:visited {
  	text-decoration: underline;
  }
}
.mod-footer .link {
 	text-decoration: underline;
  color: #FAB400;
}


.mod-footer .list-unstyled a {
	padding: 5px 0px;
	display: block;
}

/** mobile */
@media (max-width: 780px) {
	.mod-footer {
		margin-left: 0px;
		margin-right: 0px;
	}

}



/*================================
 Back to top
==================================*/

#backtotop-button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 30px;
    right: 10px;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 14pt;
    background-color: #000;
    box-shadow: 2px 2px 4px #444;
}

/*================================
 General Content
==================================*/

.mod-content-wrapper {
	box-shadow: 0px 0px 16px 12px rgba(223,223,223,1);
	z-index: 0;
	padding: 0px 20px;
}

.mod-page {
	clear: both;
}

.strike {
	text-decoration:line-through;
}


@media (max-width: 780px) {
	.mod-content-wrapper {
		box-shadow: none;
		padding: 0px 0px;
	}
}

@media (min-width: 780px) {
	.mod-page {
		padding: 10px 0px;
		padding-top: 20px;
	}
}


h2 {
	font-size: 18px;	
	color: #1A1819;
	font-weight: bold;
}

.mod-categories .col-sm-3{ 
  margin-top: 30px;
  margin-bottom:0px;
}
.line {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #625F60;
}
.mod-categories h2 {
	text-align: center;	
}

.form-horizontal .control-label {
	font-weight: normal;
	text-align: left;
}
.form-control {
	border: 1px solid #1A1819;
	padding: 4px 10px;
	line-height: 14px;
	height: 25px;
}


.checked-list {
	margin-left: 0px;
	padding-left: 0px;
}
.checked-list li{
   list-style: none;
   padding-left: 32px;
   background: url('../img/check-mark.png') no-repeat center left;
   background-size: 24px;
}


.section {
	margin-bottom: 20px;
}
.top-section {
	margin: 5px 0px;
}
.stap {
  color:#777777;
  font-size: 13px;
  margin-bottom: 6px;
  padding-left: 15px; 
}

/* product home -- */
.page-home .row-fluid {
	padding-bottom: 10px;
	margin-bottom: 10px
}
.img-home { padding-bottom: 30px;}

/*================================
 breadcrumbs
==================================*/

.mod-breadcrumbs {
	margin-bottom: 5px;
	display: none;		/* hidden on mobile */
	font-size: 14px;
}
.mod-breadcrumbs a {
	color: #454546;
	font-style: italic; 
}
.mod-breadcrumbs a.active {
	font-style: normal; 
	font-weight: bold;
}

@media (min-width: 780px) {
	.mod-breadcrumbs { display: block; }
}

.mod-productfotos  { display: none; }
.mod-productfotos-sm { display: block; }

@media (min-width: 780px) {
	.mod-productfotos { display: block; }
	.mod-productfotos-sm { display: none; }
}
.imgGroot { margin-bottom: 5px;}

/*================================
 Productlist
==================================*/

.mod-product-list p {
	/*font-style: italic;*/
	color: #454546;
  font-size: 13px;
}

.mod-product-list .filter-button {
	margin-top: -10px;
}

.mod-product-list .menuartikelen li{
  color: #454546;
  font-size: 13px;
}
@media (max-width: 768px) {
  .mod-product-list .filter-button {
    margin: 0px 0px 10px 15px;
  }
  .slider .bx_text{
    display:none;
  }
}

.mod-product-list .filters {
	padding-top: 20px;	/* extra spacing for mobile */
}

/* label color-change on check (werkt ws niet in alle browsers!!) */
.mod-product-list .filters label span {
   color: #454546;
   font-style: normal;
   font-weight: normal;
}

.mod-product-list .filters .clear-button {
	margin-bottom: 10px;
}

.mod-product-list .filters label :checked + span {
   color: #FAB400;   
   font-style: normal;
   font-weight: bold;
}

.mod-product-list .filters label {
	display: block;
	padding: 5px 10px; /* extra padding mobile */
}

.mod-product-list .filters fieldset {
	margin-bottom: 20px;
}

.mod-product-list .filters legend {
	color: #1A1817;
	border-bottom: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
  font-size:15px;
}

.mod-product-list .productlist h2 {
  margin-top:0px;
} 

@media (min-width: 780px) {
	.mod-product-list .filters {
		padding-top: 0px;
	}

	.mod-product-list .filters legend {
		margin-top: 0px;
	}

	.mod-product-list .filters.collapse {
		display: block;
	}

	.mod-product-list .filters label {
		padding: 0px 0px;
	}

}

.mod-product-list h1, .mod-page h1  {
	color: #FAB400;
	font-size: 15pt;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
/*  text-transform: uppercase; */
}
.mainpage h1  {
	text-align: left!important;
}

.mod-product-list .top-banner {
	margin-bottom: 20px;
}

.mod-product-list .paging {
	margin: 0px 0px 10px 0px;
	text-align: right;	
}

.mod-product-list .paging .active {
	color: #FAB400;
	font-style: normal;
	font-weight: bold;
}
.mod-product-list .paging a {
	text-decoration: underline;
	color: #1A1817;
}
.mod-product-list .paging .mobile .btn-default {
	background: none;
	color: #1D1C1C;
	border: none;
}
.mod-product-list .paging .mobile .btn-default:hover {
	text-decoration: underline;
}


.mod-product-list .product {
	color: #1A1817;
	/*font-style: italic;*/
	margin-bottom: 20px;
	height: 245px;		/* hoogte is belangijk mocht product info etc gaan afwijken **/
	border: 2px solid #fff;
	padding: 5px;
	text-align: center;
}


.mod-product-list .product:hover {
	text-decoration: none;
	border: 2px solid #ddd;
}


.mod-product-list .product .img {
	text-align: center;
	min-height: 130px;

	/* vertical align image: */
	vertical-align: middle;
	line-height: 130px;	
}

.mod-product-list .product img {
	display: inline-block;
	max-height: 130px;
}

.mod-product-list .product .uitverkocht {
	position:absolute;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	height: 68%;
	width: 90%;
	top:0px;
	background:#cccccc;
	padding-top:90px;
	background-position: center;
    background-size: cover; 
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */	
	margin: 0px;
}
.mod-product-list .product .uitverkochtOUD {
	position:absolute;
	min-height: 200px;
	max-height: 200px;
	background:#fef4ef;
	right:0px;
	top:0px;
	background-position: center;
    background-size: cover; 
	border-radius:10px;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */	
}

.mod-product-list .product .name {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}


.mod-product-list .product .price {
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

.mod-product-list .product .info {
	padding: 2px 10px;
	margin-left: 5px;
}


.mod-product-list .bottom-info {
	border-top: 1px solid #1A1817;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top:20px;
}

.mod-product-list .bottom-info h3,.mod-product-list .bottom-info h2 {
	font-size: 14px
}

.mod-product-list .bottom-info p,.mod-product-list .bottom-info  {
	font-size: 14px;
}

.mod-product-list .paging .mobile {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #1A1817;
}
.mod-product-list .paging .mobile .text{
	margin: 20px 0px;
}
.mod-product-list .paging .mobile .btn{
	margin: 0px 20px;
}

.mod-product-list .paging .desktop {
	display: none;
}

#knoopvoorbeelden img, #vouwwijze img { width:80%;}

@media (min-width: 780px) {
	.mod-product-list .paging .mobile {
		display: none;
	}
	.mod-product-list .paging .desktop {
		display: block;
	}

	.mod-product-list .product {
		text-align: center;
	}
	.mod-product-list .product .info {
		display: inline-block;
	}
  #knoopvoorbeelden img,#vouwwijze img { width:17%;}
  .mainpage .row { margin-top:15px;}
  .form-group .row { margin-top:0px;}
}
@media (min-width: 1200px) {
  #knoopvoorbeelden img,#vouwwijze img { width:14%;}
  .mainpage .row { margin-top:25px;}
  .form-group .row { margin-top:0px;}
}
/*================================
Product
==================================*/

.mod-product {
	font-size: 14px;
}

.mod-product h1 {
	color: #FAB400;	
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
}
.mod-product .staffel-remark {
	color: #FAB400;	
	font-size: 14pt;
	font-weight: bold;
	text-transform: none;
	margin: 20px 0px;
}

.mod-product .staffel-info {
	margin-left: 20px;
	color: #777;
}


.mod-product .staffel-old-price {
	text-decoration: line-through;
	color: #888;
	font-size: 11pt;
	display: inline-block;
	font-weight: normal;
	margin-left: 15px;
}
.mod-product .artikelnummer {
	text-align: center;
	margin-bottom: 10px;
	font-style: italic;
}
.mod-product .groteaantallen {
	color:#FAB400;
  font-weight: bold;
  font-size:15px;
	margin-bottom: 10px;
}

.mod-product p {
	/*font-style: italic;*/
}

.mod-product .dl-horizontal {
	margin-top: 17px;
}

.mod-product .dl-horizontal dt {
	text-align: left;
	float: left;
	width: 105px;
}

.mod-product .dl-horizontal dd {
	/*font-style: italic;*/
	margin-left: 100px;
}

.samenstellen .dl-horizontal {
	margin-top: 17px;
}

.samenstellen .dl-horizontal dt {
	text-align: left;
	float: left;
	width: 225px!important;
  font-weight: normal;
}

.samenstellen .dl-horizontal dd {
	/*font-style: italic;*/
  text-align:right!important;
	margin-left: 100px;
}

.mod-product .colors {
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 450px;
}

.mod-product .colors .lbl {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	margin-bottom: 0px;
}

.mod-product .color {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 5px 0px;
	margin-right: 15px;
}

.mod-product .sample {
	text-align: center;
}
.mod-product .sample img {
	display: inline-block;
	max-height: 100px;
}



.mod-product .conditions {
	margin: 3px 0px;
}

.mod-product .product-image {
	text-align: center;
	position: relative;
}

@media (min-width: 780px) {
	.mod-product .product-image {
		margin-top: 5px;	 	/* zet de afbeeldings iets hoger naast de titel op de niet mobiele versie (stond -50px, terug gezet) */
	}
}

.mod-product .product-image img {
	display: inline-block;
	max-height: 600px;
}

.mod-product .social {
	text-align: center;
	margin: 20px 0px;
}
.mod-product .social .addthis_default_style{
	max-width: 400px;
	display: inline-block;
}

.mod-product .row2 {
	margin-top: 30px;
}

.mod-product .nav-tabs>li.active>a, 
.mod-product .nav-tabs>li.active>a:hover, 
.mod-product .nav-tabs>li.active>a:focus {
	color: #FAB400;
	font-weight: bold;
}

.mod-product .nav>li>a { 
	color: #1A1819;
	font-weight: bold;
}

.mod-product .sub-product {
	padding: 20px;
	margin-top: 20px;
	text-align: center;
}
.mod-product .sub-product img {
	display: inline-block;
	max-height: 200px;
}

.mod-product .price {
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
}

.mod-product .mobile-header {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}
.mod-product .mobile-header .price{
	display: block;
	text-align: center;
	padding-top: 20px;
}
.mod-product .mobile-header .actions {
	margin-top: 15px;
	margin-bottom: 20px;
}


.mod-product .action-buttons {
	padding-top:10px;
	text-align: center;
}
.mod-product .verhaaltje {
	padding: -10px 0px 20px 0px;
	margin-bottom: 30px;
}
.product-laatst {
	margin-top:30px;
}
@media (min-width: 780px) {
	.mod-product h1 {
		text-align: left;
	}		
	.mod-product .mobile-header {
		display: none;
	}
	.mod-product .sub-product {
		text-align: left;
	}

	.mod-product .action-buttons {
		text-align: left;
	}

}

.mod-product .panel-group.responsive .panel-default {
	border: none;
	box-shadow: none;
}

.mod-product .panel-group.responsive .panel-default .panel-heading {
	background: none;
	padding: 0px;
	border: 0px;
	border-bottom: 1px solid #1A1819;
	margin-top: 10px;
}

.mod-product .panel-group.responsive .panel-default .panel-heading a {
	display: inline-block;
	padding: 8px 20px;
	padding-right: 10px;
	border: 1px solid #1A1819;
	border-bottom: 1px solid white;
	min-width: 240px;
	margin-bottom: -1px;
}
.mod-product .panel-group.responsive .panel-default .panel-heading a.collapsed {
	/*background-color: red;*/
}

.mod-product .panel-group.responsive .panel-default .panel-heading a:after {
  font-family: 'Glyphicons Halflings'; 
  content:"\e259";  
  display: block;
  float: right;
}
.mod-product .panel-group.responsive .panel-default .panel-heading a.collapsed:after {
  font-family: 'Glyphicons Halflings'; 
  content:"\e260";
  display: block;
  float: right;
}


.mod-product .panel-group.responsive .panel-default .panel-heading a:active,
.mod-product .panel-group.responsive .panel-default .panel-heading a:focus,
.mod-product .panel-group.responsive .panel-default .panel-heading a:hover {
	/*background: #eee;*/
	color: #000;
	font-weight: bold;
	text-decoration: none;	
}


.mod-product .panel-group.responsive .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}

.mod-product .amount-input {
	max-width: 50px;
}
/*================================
Order
==================================*/

.mod-order {
	margin-top: 20px;
	font-size: 15px;
}

.mod-order h1 {
	color: #FAB400;
	font-size: 15pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 40px;
}

.mod-order h2 {
	color: #FAB400;
	font-size: 12pt;
	text-transform: none;
  padding: 0px;
  margin: 0px;
}
.mod-order .btn-gebruik {
  margin-top:-6px;
}
.form-group.required .control-label:after { 
  color: #d00;
  content: "*";
  position: absolute;
  margin-left: 8px;
  top:1px;
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-size: 8px;
}

.mod-order .step {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #FAB400;	
	width: 30px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
}
.mod-order .stepOLD {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #FAB400;
	color: #FAB400;	
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
}

@media (min-width: 780px) {
	.mod-order .step-content {
		padding-left: 44px;
	}
}

.mod-order .dl-horizontal {
	margin-bottom: 5px;
}

.mod-order .dl-horizontal dt {
	width: 100px;
	text-align: left;
}

.mod-order .dl-horizontal dd {
	margin-left: 120px;
}

.mod-order .cart-giftbox td {
	padding-bottom: 40px;
}

.mod-order .table td {
	border-top: none;
}

.mod-order tfoot .lbl {
	font-weight: bold;
}

.mod-order .currency {
	text-align: right;
}

.mod-order .subtotal td.currency {
	border-top: 1px solid #454546;
}

.mod-order .amount {
	width: 3em;
}
.mod-order .product-photo img {
  max-height: 130px!important;
}

.mod-order .radio,
.mod-order .radio-inline {
	font-weight: normal;
}

.mod-order .step-block {
	margin-bottom: 30px;
}

.mod-order .bpe_paymentmethod_list li{
	display: block;
	border-top: 1px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 5px 0px;
}
.mod-order .bpe_paymentmethod_list li:hover {
	background: #eee;
}

.mod-order .bpe_paymentmethod_list img{
	float: right;
}

/** mobile */
@media (max-width: 780px) {
	.mod-order dt {
		display: none;
	}
	.mod-order .dl-horizontal dd {
		margin-left: 0px;
	}
	.mod-order .amount {
		width: 3em;
	}
}

/*================================
Mod staffel
==================================*/

.mod-staffel {
	border: 1px solid #ccc;
	min-height: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;

	max-width: 300px;
}

.mod-staffel .bar {
	border-left: 1px solid #ccc;
	float: left;
	color: #ccc;
	text-align: center;
	cursor: pointer;
}

.mod-staffel .bar:hover {
	color: #fff;
	background: #0E748B;
}


.mod-staffel .bar.sel {
	color: #fff;
	background: #0E748B;
}

.mod-staffel .bar:first-child {
	border-left: none;
}



/** Review */
.review { display: inline-block; }
.review a{ font-size: 12px; }
.review a:hover{ font-size: 12px; }

span.stars, span.stars span {
    display: inline-block;
    background: url(images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}

.clear {clear: both;}

.innerListBlock	{float: left; clear: both; width: 100%; margin: 25px 0 0 0; background-color: #cccccc; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(samenvoordeel/inc/PIE/PIE.htc); box-shadow: 0px 3px 0px #e9eaeb; border: none;}
.innerListBlock .innerreviewlist	{float: left; width: 96%; margin: 25px 2%;}
.innerListBlock .innerreviewlist .top		{float: left; width: 100%;}
.innerListBlock .innerreviewlist .top H2	{font-size: 233%; margin: 0; padding: 0; color: white;}
.innerListBlock .innerreviewlist .top .innerSelectVestiging		{float: right;}
.innerListBlock .innerreviewlist .review						{float: left; clear: both; width: 100%; margin: 34px 0 0 0; height: auto;}
.innerListBlock .innerreviewlist .review .reviewerInfo			{float: left; width: 75px; height: 100%;}
.innerListBlock .innerreviewlist .review .reviewerInfo .genderIcon			{width: 45px; height:45px; margin: 0 auto;}
.innerListBlock .innerreviewlist .review .reviewerInfo .genderIconFemale	{background: url(images/iconfemale.png) no-repeat; background-size: 45px 45px;}
.innerListBlock .innerreviewlist .review .reviewerInfo .genderIconMale		{background: url(images/iconmale.png) no-repeat; background-size: 45px 45px;}
.innerListBlock .innerreviewlist .review .reviewerInfo .reviewer			{float: left; clear: both; width: 100%; margin: 10px 0 0 0; text-align: center; color: white; position: relative;}
.innerListBlock .innerreviewlist .review .reviewerInfo .reviewer .innerReviewername	{position: absolute; top: 0; left: -8px; width: 92px; height: auto; text-align: center; color: white; font-size: 117%; overflow:hidden;}
.innerListBlock .innerreviewlist .review .reviewArrow						{float: left; width: 13px; height: 100%; min-height: 100px; background: url(images/arrowleft.png) right 20px no-repeat;}
.innerListBlock .innerreviewlist .review .reviewBox							{float: left; width: 70%; max-width: 788px; background: white; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; behavior: url(samenvoordeel/inc/PIE/PIE.htc); border: none; box-shadow: 0px 3px 0px #e9eaeb;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem				{float: left; width: 90%; margin: 20px 5%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerStars	{float: left;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerLegend	{float: left; margin: 5px 0 0 10px; font-size: 117%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile						{float: left; clear: both; display: none; margin-top: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIcon			{width: 45px; height:45px; margin: 0 auto;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIconFemale	{background: url(images/iconfemale.png) no-repeat; background-size: 45px 45px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIconMale		{background: url(images/iconmale.png) no-repeat;background-size: 45px 45px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .reviewer			{float: left; clear: both; width: 100%; margin: 10px 0 0 0; text-align: center; color: white; font-size: 117%;}				
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDate		{float: right; font-size: 117%; color: #9f9f9f; margin: 5px 0 0 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .summary		{float: left; clear: both; width: 100%; border-top: solid #e6eaf0 1px; margin: 20px 0 0 0; padding: 25px 0 0 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .summary H2		{margin:0; padding: 0; font-size: 150%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .summary H2	A	{font-weight: bold; text-decoration: none;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDesc		{float: left; clear: both; width: 100%; border-bottom: solid #e6eaf0 1px; margin: 0 0 20px 0; padding: 0 0 25px 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDesc H3	{font-size: 133%; font-weight: bold; margin: 20px 0 0 0; padding: 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDesc P	{font-size: 133%; margin: 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerReactie	{float: left; clear: both; width: 100%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerReactie H3	{color: #ff0000;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore		{float: left; clear: left; line-height: 20px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore .innerLabel		{font-size: 117%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore .numberrating	{font-size: 117%; color: #9f9f9f; margin-left: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore .aanbeveling	{font-size: 117%; color: #9f9f9f; margin-left: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore .txtvalue		{font-size: 117%; color: #9f9f9f; margin-left: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerLink		{float: right;margin-top: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerLink A	{font-size: 117%;}
@media screen and (min-width: 0px) and (max-width: 619px){
	.innerListBlock .innerreviewlist .review .reviewerInfo									{display: none;}
	.innerListBlock .innerreviewlist .review .reviewArrow									{display: none;}
	.innerListBlock .innerreviewlist .review .reviewBox										{max-width: 100%;}
	.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile		{display: block;}
	.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDate				{margin-top: 25px;}
}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ), only screen and ( min--moz-device-pixel-ratio: 1.3 ), only screen and ( -o-min-device-pixel-ratio: 2.6/2 ), only screen and ( min-device-pixel-ratio: 1.3 ), only screen and ( min-resolution: 124.8dpi ), only screen and ( min-resolution: 1.3dppx ) {
	.innerListBlock .innerreviewlist .review .reviewerInfo .genderIconFemale	{background: url(images/iconfemaleb.png) no-repeat; background-size: 45px 45px;}
	.innerListBlock .innerreviewlist .review .reviewerInfo .genderIconMale		{background: url(images/iconmaleb.png) no-repeat; background-size: 45px 45px;}
	.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIconFemale	{background: url(images/iconfemaleb.png) no-repeat; background-size: 45px 45px;}
	.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIconMale		{background: url(images/iconmaleb.png) no-repeat;background-size: 45px 45px;}
}
.ns	{display: none;}
.star1	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_1.png) left center no-repeat; background-size: 162px 24px;}
.star2	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_2.png) left center no-repeat; background-size: 162px 24px;}
.star3	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_3.png) left center no-repeat; background-size: 162px 24px;}
.star4	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_4.png) left center no-repeat; background-size: 162px 24px;}
.star5	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_5.png) left center no-repeat; background-size: 162px 24px;}
.star6	{width: 200px; height: 26px; margin: 0 0 0 0; background: url(images/star_inbox_-1.png) left center no-repeat; background-size: 162px 24px;}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ), only screen and ( min--moz-device-pixel-ratio: 1.3 ), only screen and ( -o-min-device-pixel-ratio: 2.6/2 ), only screen and ( min-device-pixel-ratio: 1.3 ), only screen and ( min-resolution: 124.8dpi ), only screen and ( min-resolution: 1.3dppx ) {
	.star1	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_1b.png) left center no-repeat; background-size: 162px 24px;}
	.star2	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_2b.png) left center no-repeat; background-size: 162px 24px;}
	.star3	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_3b.png) left center no-repeat; background-size: 162px 24px;}
	.star4	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_4b.png) left center no-repeat; background-size: 162px 24px;}
	.star5	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_5b.png) left center no-repeat; background-size: 162px 24px;}
	.star6	{width: 200px; height: 26px; margin: 0 0 0 0; background: url(images/star_inbox_-1b.png) left center no-repeat; background-size: 162px 24px;}
}

.img-responsive {
  display: inline-block;
}

@media (min-width: 750px) {
  .img-responsive {max-width:80%;!important}
}

@media (min-width: 992px) {
  .img-responsive {max-width:80%;!important}
}

@media (min-width: 1200px) {
  .img-responsive {max-width:100%;!important}
}

table, tr, td {
	position: static;
	float:left;
	clear:left;
}
.table-header-rotated td {
	position: static;
	float:none;
}
td {padding: 3px 10px 3px 3px;}	
@media all and (min-width: 768px) { 
	table, tr, td {
	position: static;
	float:none;
	}
}

.table tr>td.vert-align-bottom{
    vertical-align: bottom;
}

.center {
    margin: 0 auto;
    width: 80%;
}
.roodbold {
  color:#ff0000;
  font-weight: bold;
}
.icon {
  font-weight: bold;
  font-size: 18px;
}
.accountkop {
  font-weight: bold;
  font-size: 18px;
}
.rm {display: none;}
.hand {cursor: pointer; }
.cadeauklikhier {font-size:13px; color:#000000; font-weight: normal;}
.fout {
	font-size : 13pt;
	font-weight : bold;
	color : #FF0000;
}

.mainpage .green {
    background: url(/images/green.png) no-repeat;
}
.mainpage .purple {
    background: url(/images/purple.png) no-repeat;
}
.mainpage .orange {
    background: url(/images/orange.png) no-repeat;
}
.mainpage h3 {
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #333;
    text-transform: uppercase;
    line-height: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 15px 11px 13px;
}
.form-group .kop {
  font-size:15px;
  font-weight: bold;
}
.showhidebox{
  display: none;
  margin-top: 10px;
}
.formfout {
  font-weight: bold;
  color: #ff0000;
}