
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 330px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 330px;
  max-width: 2000px !important;
}

.carousel-inner .container {
	max-width: 1000px;
}

.carousel-caption h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 43px;
	margin-left: 40px;
	padding-right: 20px;
	letter-spacing: 2px;
}
.carousel-caption p {
	margin: 24px 10px 10px 40px;
}
.carousel-caption .btn {
	margin-top: 20px;
}

.carousel-caption a {
	margin-left: 40px;
	text-transform: uppercase;
	color: white;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 2px;
}

.carousel-control {
    background: transparent !important;
    opacity: 1;
    z-index: 12;
}

/* carrousel-controls left and right meer opzij */
.carousel-control .glyphicon-chevron-left {
	left: 10%;
}
.carousel-control .glyphicon-chevron-right {
	right: 10%;
}


.well a.title {
	padding-top: 0;
	margin-top: 0;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
}
.well .bgimage {
	height: 178px;
	background-size: cover;
	background-position: center;
	border-radius: 4px 0 0 4px;
}
.well .imagelink {
	width: 100%;
	height: 178px;
	display: block;
}

.well a {
	color: #FE7A22;
}

.well h3 {
	color: #FE7A22;
	padding-top: 0;
	margin-top: 0;
}

@media (max-width: 900px) {
	.well .bgimage {
		height: 280px;
	}
     .carousel-caption h1 {
        font-size: 30px;
    }
}
@media (max-width: 700px) {
    .carousel-caption h1 {
        font-size: 20px;
    }   
}



.rowwrapper.wheretogolf {
	min-height: 50px;
	background-color: #d9d9d9;
	min-height: 175px;
	
}
.rowwrapper .carousel-indicators {
	bottom: 55px;
}
.rowwrapper .carousel-caption {
	bottom: none;
	top: 30px;
	float: none;
	left: inherit;
	right: inherit;
	position: absolute;
	text-align: left;
	text-shadow: none !important;
}

.voorinschrijving .btn-orange {
	padding: 7px 12px;
        width: 100%;
        max-width: 120px;
}

.postcodeblock .btn-orange {
	float: right;
	padding: 7px 16px;
}

.postcodeblock {
	background-color: white;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);;
	width: 450px;
	padding: 26px 0 30px 67px;
	margin: -50px auto 0 auto;
	z-index: 99;
	position: relative;
}
.postcodeblock .inner {
	float: left;
}
.postcodeblock h2 {
	padding: 0 0 16px 0;
	margin: 0;
	color: #dc911b;
	text-transform: uppercase;

}
.postcodeblock .form-group {
	width: 205px;
        float: left;
}
@media (max-width: 580px) {
	.wheretogolf .postcodeblock {
            margin: 0;
            width: 100%;
            padding: 26px 25px 25px 25px;
	}
        .postcodeblock .form-group {
            width: 170px;
            float: left;
        }
}


.homegrid .col-sm-4 {
	padding: 0 22px;
	
	margin-bottom: 40px;
	position: relative;
}
.homegrid .col-sm-4 .inner {
	border-bottom: 1px solid #dc911b;
	min-height: 202px;
}
@media (max-width: 991px) {
    .homegrid .col-sm-4 .inner {
	min-height: 239px;
    }
}
