#mainSlider {
    position: relative;
}

#mainSlider.fixedHeight {
  overflow:hidden;
}
 

@media only screen and (min-width: 990px) {
  
  #mainSlider.fixedHeight {
    height:675px;
  }
  
}

body {
  background:#000;
}

#main {
 	background:#fff; 
}

.black {
	color:#000;  
}

.golfquest {
	color:#be0a26;  
}

#bBasket .bDestination {
 	display:none; 
}

#bBasket .bFooter .bTotal {
    border-bottom: 1px dotted #c1c2c4;
}

#bBasket .bOption .costs {
  color: #be0a26;
  display: inline-block;
  margin-left: 10px;
}

#bBasket .bOption .cInfo {
  width: 370px;
}

#bBasket .bOption .cChoices {
  margin-left: 440px;
}

#bBasket .button {
  min-width: 150px;
}

#bBasket a[name="back"] {
 	display:none; 
}

#login_container .error {
 	margin-top:0; 
}

#login_container #login_succes label {
  	margin-bottom:20px;
  	display:block;
}

#login_container input[type="submit"] {
  float:right; 
}

#shopArticles {
 	margin-top:20px; 
}

#shopArticles .box {
	min-height 400px; 
}

#shopArticles .box.abonnement .image {
 	overflow:hidden;
  	position:relative;
  	display: inline-block;
}

#shopArticles .box.abonnement .image img {
 	margin-top: 25px;
  	margin-bottom: -25px;
}

#shopArticles .box.abonnement.meestgekozen .image img {
 	margin-top: 0;
  	margin-bottom: 0;
}

#shopArticles .box.abonnement .image .label {
 	padding:5px;
  	background: rgba(190, 10, 38, 0.9);
  	font: 28px "Noto Serif", "Arial", sans-serif;
  	color:#fff;
  	position:absolute;
  	left:0;
  	right:0;
  	bottom:25px;
  	text-align:center;
}

.green {
	color:#709d00;  
}

.kosten h3 {
	font-size:28px;  
}

.scrollX {
    overflow-x: auto;
}
  
.scrollX .row {
	white-space: nowrap;
}

.scrollX .row > div {
    display: inline-block;
    float: none;
    white-space:normal;
}
}
  
#footer #uspBar .tags br {
  display:none;
}