/*==========  Mobile First Method  ==========*/
body {
	font-family: 'Open Sans', sans-serif;
	
}	
	
h1, h2, h3{
	color: #009900;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 800;
}

span.h2 {
	color: #009900;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 800;	
	padding-top:20px;
	display:block;
}

h3 {
	font-size: 13px;
}
a {
	color: rgba(240,96,0,1);
}
a:hover {
	color: #009900;
}

.scrollToTop {
	display: none;
	position: fixed;
	bottom: 110px;
	right: 30px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	background-color: rgba(240,96,0,0.8);
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
}
.scrollToTop:hover, .scrollToTop:focus {
	color: #ffffff;
}

.breadcrumb {	
	background: none;
	font-size: 11px;
}

.btn.btn-default {
	color: #ffffff;
	background-color: rgba(240,96,0,1);
	border: none;
}
.btn.btn-default:hover {
	background-color: rgba(240,96,0,0.6);
	border: none;
}

.btn.btn-primary {
	background-color: rgba(0,153,0,1);
	border: none;
}

.btn.btn-primary:hover {
	background-color: rgba(0,153,0,0.6);
	border: none;
}	 
.btn.btn-info {
	background-color: rgba(0,0,0,0.05);
	border: none;
	color: #6f6f6f;
	font-weight: 700;
	text-align: left;
	
	
}
.btn.btn-info:hover {
	background-color: rgba(0,0,0,0.2);
	border: none;
}
[data-click="blok"] {
	cursor: pointer;
}
/*////////////////
///// HEADER /////
////////////////*/

#header .navbar-header {
	
}

#header .navbar {
	margin-top:5px;
}

#header .navbar-brand {
	height: auto;
	max-width: 65%;
}
#header #zoeken .zoekbalk, .zoekbalk {
	border-radius: 5px;
	border: 1px solid rgba(111,111,111,0.4);
	height: 45px;
	padding: 7px 0;
}
#header #zoeken .zoekbalk input, .zoekbalk input {
	padding-left: 15px;
	margin: 0;
	height: 31px;
	border: 0;
	width: 85%;
	width: calc(100% - 43px);
	color: #009900;
	font-weight: 900;
	text-transform: uppercase;
}
#header #zoeken .zoekbalk input:focus, .zoekbalk input:focus {
	outline: none;
}
#header #zoeken .zoekbalk  button, .zoekbalk button{
	height: 31px;
	/width: 55px;
	float: right;
	border-radius: 0;
	border: none;
	border-left: 1px solid rgba(111,111,111,0.4);
	background: none;
	color: rgba(111,111,111,0.8);
	padding: 0px 12px;
	line-height: 31px;
	font-size: 18px;
}

#header #zoeken .zoekbalk  button:hover, .zoekbalk button:hover{
	color: #009900;
}

#hoofdmenu {
	background-color: rgba(0,0,0,0.05);
}
#hoofdmenu .navbar-nav>li>a{
	text-transform: uppercase;
	color: #6f6f6f;
	font-weight: 700;
	font-size: 13px;
}

#hoofdmenu .navbar-nav>li>a:hover, #hoofdmenu .navbar-nav>li.active>a {
	color: #009900;
	background: none;
}



/*////////////////
///// SLIDER /////
////////////////*/
#slider {
	height: 300px;
}
#slider .item, #slider .item.active, #slider .carousel-inner {
	height: 100%;
}
#slider.vv {
	height: 125px;
	margin-bottom: 15px;	
	
} 
#slider .fill{
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

#slider .carousel-caption {
	text-shadow: none;
	left: 0px;
	right: auto;
	width: 100%;

}
#slider .carousel-caption {
	text-align: left;
	
}
#slider .carousel-caption .blok{
	display: inline-block;
	max-width: 100%;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	text-align: left;
	border-radius: 7px;
}
#slider .carousel-caption h2{
	color: #000000;
	margin-top: 0;
}
#slider .carousel-caption p{
		color: #000000;
}

#slider .carousel-indicators li {
	margin-left: 3px;
	margin-right: 3px;
	
}

/*////////////////
///// VIDEO ////
////////////////*/

.videoheader {
	position:relative;
	height: 250px;
	width:100%;
	display:block;
	padding:0px;
	overflow:hidden;
}


/*////////////////
///// SUBMENU ////
////////////////*/
#submenu {
	background-color: rgba(240,96,0,1);
}
#submenu .navbar-nav>li>a{
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	font-size: 13px;
}

#submenu .navbar-nav>li>a:hover, #submenu .navbar-nav>li.active>a {
	color: #ffffff;
	background-color:#009900;
	/* background-color: rgba(0,0,0,0.1); */
}


/*////////////////
//// SUBMENU /////
/// categori?n ///
////////////////*/
#subcategoriemenu.nav-pills>li>a{
	background: none;
	border-bottom: 1px solid #eee;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 0;
}
#subcategoriemenu.nav-pills>li.active>a {
	color: rgba(240,96,0,1);
	background: none;
	font-weight: 800;
}
#subcategoriemenu.nav-pills>li.active>a:focus, #subcategoriemenu.nav-pills>li.active>a:hover {
	color: #009900;
}


/*////////////////
//// FILTERS /////
////////////////*/
#filterop .h2 {
	background-color: #009900;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	padding:0;
	padding-left: 10px;
	margin-top:15px;
}
#filterop .h2 i{
	font-size: 150%;
	float:left;
	margin-right: 8px;
	margin-top: 4px;
}
.filters strong{
	display: block;
	color: #009900;
	border-bottom: 1px solid #eee;
	margin-top:20px;
}
#filterop a{
	color: #000000;
}
#filterop span.number {
	color: rgba(240,96,0,1);
}

/*////////////////
//// BEKEKEN /////
////////////////*/
#bekeken {
	margin-top: 50px;
	margin-bottom: 40px;
}
#bekeken .h2 {
	background-color: #009900;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	padding:0;
	padding-left: 10px;
}
#bekeken .h2 i{
	font-size: 175%;
	float:left;
	margin-right: 5px;
	margin-top: 2px;
}
#bekeken .media{
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

#bekeken .media .media-body {
	font-size: 12px;
	color: rgba(0,0,0,0.8);
}
#bekeken .media:hover .media-body {
	color: #009900;
}
#bekeken h4 {
	font-size: 14px;
	font-weight: 800;
}
/*////////////////
// alternatief ///
////////////////*/
#alternatief {
	margin-bottom: 30px;
}
#alternatief .h2 {
	background-color: #009900;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
#alternatief .h2 i{
	font-size: 175%;
	float:left;
	margin-right: 5px;
	margin-top: 2px;
}
#alternatief .media{
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

#alternatief .media .media-body {
	font-size: 12px;
	color: rgba(0,0,0,0.8);
}
#alternatief .media:hover .media-body {
	color: #009900;
}
#alternatief h4 {
	font-size: 14px;
	font-weight: 800;
}
/*////////////////
///// CONTENT/////
////////////////*/
#content .blok1 {
	font-size: 13px;
}	
#content .blok1 p {
	font-size: 13px;
	line-height: 200%;
	font-weight: 600;
	line-height:20px;
}

/*////////////////
//// PRODUCTEN ///
////////////////*/
.korting {
	position: absolute;
	top: 15px;
	left: 5px;
	background: url(/assets/images/korting_bg.png);
	padding: 6px 15px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
.productlijst .blok {
	background-color: rgba(0,0,0,0.2);
	margin-bottom: 15px;
	padding-top:0px;
}
.productlijst .blok h2{
	background-color: rgba(240,96,0,1);
	padding: 15px;
	color: #ffffff;
	margin: 0;
	margin-bottom: 15px;
	margin-top:0px;
	font-size: 14px;
}
.productlijst .thumbnail {
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	cursor: pointer;
	text-align: center;
	width: 100%;
	position: relative;

}
.productlijst .thumbnail:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(81, 81, 81, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(81, 81, 81, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(81, 81, 81, 0.75);

}
.productlijst .productafbeelding {
	height: 160px;
	width: 100%;
	text-align: center;
	line-height: 160px;
}
.productlijst .productafbeelding img {
	max-height: 160px;
	vertical-align: middle;
	display: inline;
}
.productlijst .thumbnail h2 {
	text-align: center;
}
.productlijst .thumbnail h3 {
	text-transform: none;
	color: rgba(240,96,0,1);
}
#content .productlijst .thumbnail p.prijs {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	margin-right: 0px;
}
#content .productlijst .thumbnail p.voorraad {
	color: #009900;
	font-size: 11px;
	line-height: 18px;
	display: inline-block;
}
#content .productlijst .thumbnail p.voorraad i{
	font-size: 18px;
	float: left;
	margin-right: 5px;
}
/*////////////////
///// Zoeken /////
////////////////*/
#content .blok2 {
	padding-left: 30px;
}
.zoekop {
	border-radius: 5px;
	border: 1px solid rgba(111,111,111,0.4);
	height: 45px;
	padding: 7px 0;
	position: relative;
	margin-bottom: 15px;
}
.zoekop select {
	padding: 5px 8px;
	width: 100%;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	font-weight: 900;
	text-transform: uppercase;
	color: #009900;
	
}
.zoekop select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.zoekop select.placeHolder {
	color: gray;
}

.zoekop .down{
	position: absolute;
	right: 0;
	top: 7px;
	height: 31px;
	width: 45px;
	float: right;
	border-radius: 0;
	border: none;
	border-left: 1px solid rgba(111,111,111,0.4);
	background: none;
	color: rgba(111,111,111,0.8);
	padding: 0px 12px;
	line-height: 31px;
	font-size: 18px;
	z-index: -1;
	text-align: center;
}

.search-result .thumbnail { border-radius: 0 !important; }
.search-result:first-child { margin-top: 0 !important; }
.search-result { margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef;
 }
.search-result .col-md-2 { border-right: 1px dotted #ccc; min-height: 140px; }
.search-result ul { padding-left: 0 !important; list-style: none;  }
.search-result ul li { font: 400 normal .85em "Roboto",Arial,Verdana,sans-serif;  line-height: 30px; }
.search-result ul li i { padding-right: 5px; }
.search-result .col-md-7 { position: relative; }
.search-result h3 { font: 500 normal 1.375em "Roboto",Arial,Verdana,sans-serif; margin-top: 0 !important; margin-bottom: 10px !important; }
.search-result p { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; } 
.search-result span.border { display: block; width: 97%; margin: 0 15px; border-bottom: 1px dotted #ccc; }

/*////////////////
/// VESTIGINGEN //
////////////////*/

.vestigingen .vestiging {
	padding: 0px;
	height: 100px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	display: table;
	width: 100%;
}
.vestigingen .vestiging .info{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: inherit;
	color: #ffffff;
	transition: background 1s;
}
.vestigingen .vestiging .info:hover{
	background-color: rgba(0,0,0,0.85);
}
.vestigingen .vestiging .info h3{
	color: #ffffff;
	text-align: center;	
	margin: 0;
}
/*////////////////
///// FOOTER /////
////////////////*/
footer {
	font-size: 12px;
}

footer h2 {
	margin-top: 15px;
}
footer #adres {
	min-height: 50px;
	background-color: rgba(0,0,0,0.05);
	color: #f06000;
	line-height: 50px;
	text-align:center;

	margin-top: 10px;
}
footer #adres p {
	display: inline !important; 
	margin: 0;
}
footer #adres .betaalmogelijkheden {
	text-align:center;
	display:block;
	color: #e5e5e5;
	font-size: 13px;
	line-height: 20px;
	height: 45px;
	padding: 15px 0;
}	
footer #meer{
	min-height: 250px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #cdcdcd;
	line-height: 200%;
}
footer a {
	color: #000000;
}

footer [class*='col-'] {
	border-right: 1px #bababa solid;
}

footer [class*='col-']:last-of-type {
	border: none;
}
.lijst ol {
	list-style-type: none;
	list-style-type: decimal !ie; /*IE 7- hack*/
	margin: 0;
	margin-left: 35px;
	padding: 0;
	 
	counter-reset: li-counter;
}
.lijst ol > li{
	position: relative;
	margin-bottom: 10px;
}
.lijst ol > li:before {
	position: absolute;
	top: 0;
	left: -35px;
	width: 20px;
	height: 20px;
	 
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: 600;
	border-radius: 50%;
	color: #ffffff;
	background-color: rgba(240,96,0,1);
	content: counter(li-counter);
	counter-increment: li-counter;
}

footer #copyright {
	min-height: 50px;
	background-color: rgba(0,0,0,0.05);
}	

footer #klantbeoordelingen {
	 margin-top:10px;
	display:block;
	text-align:center;
}

.starContainer {
	background-color: #B3B3B3;
	display: block;
	height: 30px;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	width: 138px;
	margin-right:10px;
	line-height: 38px;
	border:2px #ffffff solid;
	border-left:none;
	left:50%;
	margin-left:-69px;
	
}
.percent {
	background: none repeat scroll 0 0 #ffd400;
	height: 26px;
	left: 0;
	position: absolute;
	top: 0;
}
.stars {
	background: url("../images/ster.png") repeat scroll 0 0 transparent;
	height: 26px;
	left: 0;
	position: absolute;
	top: 0;
	width: 138px;
}

/*////////////////
// STEL JE VRAAG /
////////////////*/

div.steljevraag {
	width: 155px;
	height: 75px;
	line-height: 55px;
	box-sizing: border-box;	
	background-color: #f06000;
	border: 2px solid #e56d00;
	border-radius: 5px;
	position: fixed;
	right: -55px;
	top: 12%;
	z-index: 199;
	font-size: 16px;	
	text-align: center;
	color: #fff;
	padding: 5px;
	margin: 0px;          
        -ms-transform: rotate(-90.0deg); 
	-moz-transform: rotate(-90.0deg);  /* FF3.5+ */
	-o-transform: rotate(-90.0deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
}

div.steljevraag:hover {
	cursor:pointer;
	//right: -50px;
}

#form-steljevraag {
    position:fixed;
    min-height:375px;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 5px;
    width:335px;
    right:10px;
    top: 5%;
    margin-right: -345px;
    box-sizing: border-box;
    z-index: 200;
}
#form-steljevraag .alert {
	margin-top: 30px;
	margin-bottom: 0;
}
#form-steljevraag .button, #form-steljevraag a.button {
    display: inline-block;    
    font: bold 14px verdana, geneva, arial, helvetica, sans-serif;
    text-align: center;    
    background-color: rgba(240, 96, 0, 1);
    color: #ffffff;
    cursor: hand;
    height: 40px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 220px;
    border: none;
    margin-top:5px;
    margin-botton:5px;
    margin-right:15px;
}


#form-steljevraag a.button {
    background-color: rgba(0, 153,0, 0.6);
    font-size: 13px;
    font-weight:normal;
    width: 200px;
}

#form-steljevraag div.sluiten {
	/*
	background-color:#009900;
	color: #ffffff;
	padding-left: 10px;
	width: 100px;
	*/
	position:absolute;
	top:5px;
	right:5px;
	color:#009900;
}
div.sluiten:hover {
	cursor:pointer;
	
}

/*////////////////
//PRODUCTDETAILS//
////////////////*/



#product-slider {
	margin-bottom: 35px;
}
#product-slider .selected img {
	//opacity:0.5;
}
#product-slider #slider-thumbs .list-inline {
	margin-left: 0;
}
#product-slider #slider-thumbs .list-inline>li {
	padding:0;
	cursor: pointer;
	width: 21%;
	margin-right:1%;
}
#product-slider #slider-thumbs .list-inline>li {

}
#product-slider .fotos{
	padding:0;
}
.productinfo strong {
	color: #009900;
}
.productinfo ul { 
	padding-left:20px; 
	list-style:none; 
}
.productinfo li { 
	margin-bottom:8px; 
}
.productinfo li:before {	
	font-family: 'FontAwesome';
	content: '\f192';
	margin:0 5px 0 -15px;
	//color: #009900;
}
#productspecs h4 {
	font-size: 14px;
	color: #009900;
	font-weight: 700;

}
#productspecs p {
	padding-left: 30px;
	position: relative;
	line-height: 18px;
}

#productspecs p i{
	font-size: 18px;
	position: absolute;
	left: 0px;

	color: #009900;
	
}

.fotoalbum {
	border: 1px rgba(0,0,0,0.1) solid;
}

#productspecs .prijs {
	color: #f06000;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
}
#productspecs .prijs .btw{
	color: #000;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}
#productspecs .prijs strong {
    font-size: 14px;
    display: block;
    color: #009900;
}
#productspecs .prijs .prijsvan {
	text-decoration: line-through;
	font-size:18px;
}
#productspecs .prijs .prijsvoor {
	font-size:130%;
	color:#009900;
	font-weight:bold;
	line-height:120%;
}
#productspecs .btn {
	width: 100%;
	margin-bottom: 15px
}
#bestellen {
	background-color: rgba(0,0,0,0.05);
	margin-top: 30px;
	margin-bottom: 15px;
	
}
#bestellen h2{
	background-color: rgba(240,96,0,1);
	padding: 15px;
	color: #ffffff;
	margin: 0;

	font-size: 14px;
}
#bestellen .keuzes{
	padding:15px 15px 30px 15px;
}
#bestellen .keuzes .btn {
	margin-right: 15px;
}
#bestellen .keuzes .form-group {
	margin-bottom: 30px;
}
#bestellen .keuzes input[type="radio"] {
	position: absolute;
	left: 0px;	
	transform: scale(1.5) !important;
	-webkit-transform: scale(1.5) !important;
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	padding-bottom: 5px !important;
}

#bestellen .keuzes label{
	position: relative;
	font-weight: normal;
	padding-left: 25px;
	margin-left: 10px;

}
/*////////////////
/// winkewagen ///
////////////////*/
#winkelwagen .panel{
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#winkelwagen .panel-heading {
	border-radius: 0;
	padding: 5px 15px;
	color: #000000;
	font-weight: 800;
	background: none;
	border-color: rgba(0,0,0,0.2);
}
#winkelwagen .panel-body {
	border: none;
}
#winkelwagen .panel-body h4 {
	margin: 0;
	font-size: 14px;
}
#winkelwagen hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
#winkelwagen .panel-footer {
	border-radius: 0;
	padding: 5px 15px;
	color: #000000;
	font-size: 16px;
	font-weight: 800;
	background: none;
	border-color: rgba(0,0,0,0.2);
}

#winkelwagen .aantalplusmin:hover {
	background-color: rgba(0,0,0,0.05);
	
}

#winkelwagen input[type="number"] {
 border-radius: 7px;
 width: 45px;
 border: 1px solid rgba(0,0,0,0.2);
 padding-left: 5px;
}


#winkelwagen a.plus, #winkelwagen a.min {
 color: #009900;
}
#winkelwagen a.plus:hover, #winkelwagen a.min:hover {
 color: #535353;
}

.kortingveld {
	border-top: #f06000 1px solid;
	border-bottom: #f06000 1px solid;
	border-left: #f06000 1px solid;
	border-right: #f06000 1px solid;
	vertical-align: baseline;
	background-color: #ffffff;
	height: 16px;
	width: 120px;
	color: #009900;
	font-weight: normal;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.kortingbutton {
	font: 10px verdana, geneva, arial, helvetica, sans-serif;
	background-color : #f06000;
	color: #ffffff;
	cursor : hand;
	height : 20px;
	width: 85px;
	border-right: #f06000 1px solid;
	border-top: #f06000 1px solid;
	border-left: #f06000 1px solid;
	border-bottom: #f06000 1px solid;
}

div.betaalbutton input {
    font: bold 11px verdana, geneva, arial, helvetica, sans-serif;
    background-color: #009900;
    color: #ffffff;
    cursor: hand;
    height: 22px;
    width: 300px;
    border-right: #009900 1px solid;
    border-top: #009900 1px solid;
    border-left: #009900 1px solid;
    border-bottom: #009900 1px solid;
    margin-top:15px;
}

.betaalwijzen .radio input[type=radio]{
	position: relative;
	margin-left: 55px;


}
.betaal_ideal {
	background: url('/assets/images/icon_ideal.png') no-repeat;
	background-position:1px center;
	pading-left: 55px;
	line-height: 35px;
}
.betaal_mastercard {
	background: url('/assets/images/icon_mastercard.png') no-repeat;
	background-position:1px center;
	pading-left: 55px;
	line-height: 35px;
}
.betaal_visa {
	background: url('/assets/images/icon_visa.png') no-repeat;
	background-position:1px center;
	pading-left: 55px;
	line-height: 35px;
}
.betaal_maestro {
	background: url('/assets/images/icon_maestro.png') no-repeat;
	background-position:1px center;
	pading-left: 55px;
	line-height: 35px;
}
.betaal_bankcontact {
	background: url('/assets/images/icon_bankcontact.png') no-repeat;
	background-position:1px center;
	pading-left: 55px;
	line-height: 35px;
}
.betaal_vooruit {
	background: url('/assets/images/icon_overmaken.png') no-repeat;
	background-position:1px center;
	pading-left: 55px;
	line-height: 35px;
}
.betaal_rembours {
	background: url('/assets/images/icon_rembours.png') no-repeat;
	background-position:1px center;
	line-height: 35px;
}
.betaal_americanexp {
	background: url('../assets/images/icon_americanexp.png') no-repeat;
	background-position:1px center;
	line-height: 35px;
}
.betaal_sofort {
	background: url('../assets/images/icon_sofort.png') no-repeat;
	background-position:1px center;
	line-height: 35px;
}
.betaal_kbc {
	background: url('../assets/images/icon_kbc.png') no-repeat;
	background-position:1px center;
	line-height: 35px;
}
.betaal_belfius {
	background: url('../assets/images/icon_belfius.png') no-repeat;
	background-position:1px center;
	line-height: 35px;
}
.shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(185,185,185, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(185, 185 ,185, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(185,185,185, 0.75);
	
}
	/* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px) {
		
	}
	
	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
		/*////////////////
		///// HEADER /////
		////////////////*/
		
		#header{
			height: 85px;
		}
		#header .navbar-header{
			height: 85px;
			
		}
		#header #zoeken {
			height: 100%;
			padding-top: 15px;
		}
		#header .navbar-header {
			max-width: 70%;
		}
		#header .navbar-brand {
			max-width: 100%;
			width:500px;
			margin-top:5px;
		}
		#menu {
			padding-left: 0;
			padding-right: 0;
		}
		#hoofdmenu .navbar-nav>li>a {
			padding: 10px;
			font-size: 12px;
		}
		
		.dropdown-menu {
			background-color:#009900;
			color:#ffffff;
		}
		.dropdown-menu>li>a {
			color:#ffffff;
		}
		.dropdown-menu>li>a:hover {
			color:#ffffff;
			background-color:rgba(0,0,0,0.2);
		}
		/*////////////////
		//// PRODUCTEN ///
		////////////////*/	
		.row-eq-height  {
			display: -webkit-box;
			display: -webkit-flex;
			display: -webkit-flex;
			display: -ms-flexbox;
			display:flex;
			//flex-flow: row wrap;


		}
		.row-eq-height > [class*='col-'] {
			display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			flex-direction: row;
			-webkit-flex-direction: row;
			-webkit-align-content: stretch;
			align-content: stretch;
		}	
		/*////////////////
		//PRODUCTDETAILS//
		////////////////*/
		#product-slider {
			padding:0;
		}
		#product-slider .selected img {
			opacity:0.5;
		}
	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
		.navbar-brand {
			max-width: 100%;
		}
		#hoofdmenu .navbar-nav>li>a {
			padding: 15px 10px;
			font-size: 12px;
		}
		.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
			background-color: rgba(0,0,0,0.15);
			background-color: #009900;
			
		}
		#inhoudwagentje {
			font-size: 11px;
		}
	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {

	}