
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carouselWrapper{
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 20px;
}



/* Carousel base class */
.carousel {
  max-width: 738px;
  height: 180px;
  margin: 0px auto 0px auto;
  padding: 0px;
  border-bottom: solid 0px #000000;
}


/* 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: 178px;
  background-color: #777;

}

.carousel-control {
    bottom: 0;
    color: #FFFFFF;
    font-size: 20px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 7%;
    border: solid 0px red;
}

.carousel-inner > .item > .carousel-image {
    height: 100%;
    text-align: center;
    align: center;
}


/* ------------------------------------------------------------------------------- */
/* FADING COMPONENT - INCLUDE THIS SECTION TO OVERRIDE SLIDE FUNCTION ------------ */
/* WITH FADING. REMOVE ENTIRELY TO GO BACK TO SLIDE ============      ------------ */
/* (We also must remove the "carousel-fade" class from the "carousel" div.) ------ */
/* ------------------------------------------------------------------------------- */

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* END FADING COMPONENT ===================================================== --- */



/* ------------------------------------------------------------------------------- */
/* RESPONSIVE CSS  768 px (SM) --------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

@media (min-width: 768px) {

			.carouselWrapper{
				margin-left: -15px;
				margin-right: -15px;
				margin-top: 43px;"
			}

			.carousel {
				margin-top: 0px;
				max-width: 748px;
				height: 313px;
  			border-bottom: solid 1px #000000;
			}

			.carousel .item {
				height: 312px;
			}

		/* Bump up size of carousel content */
			.carousel-caption p {
				margin-bottom: 20px;
				font-size: 21px;
				line-height: 1.4;
			}
}

/* ------------------------------------------------------------------------------- */
/* RESPONSIVE CSS  992 px (SM) --------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
@media (min-width: 992px) {



			.carouselWrapper{
				margin-top: 44px;"
			}

			.carousel {
				margin-top: 0px;
				max-width: 968px;
				height: 405px;
  			border-bottom: solid 1px #000000;
			}

			.carousel .item {
				height: 404px;
			}
}


/* ------------------------------------------------------------------------------- */
/* RESPONSIVE CSS  1200 px (SM) --------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
@media (min-width: 1200px) {

		  .carouselWrapper{
			  margin-top: 44px;"
			}

			.carousel {
				margin-top: 0px;
				max-width: 1168px;
				height: 488px;
  			border-bottom: solid 1px #000000;
			}

			.carousel .item {
				height: 487px;
			}
}



#csl-item1 {
    background:url(../images/Slider/TGCClubhouseFescue.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#csl-item2 {
    background:url(../images/Slider/MixedGroup.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#csl-item3 {
    background:url(../images/Slider/Girls-Sitting-in-Deck-Chairs-with-Drinks.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#csl-item4 {
    background:url(../images/Slider/RelaxationLaurendeau.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#csl-item5 {
    background:url(../images/Slider/Oysters.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#csl-item6 {
    background:url(../images/Slider/ElevenGreen.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#csl-item7 {
    background:url(../images/Slider/Ron-Simons-MA-Open.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#csl-item8 {
    background:url(../images/Slider/TGCHole2Sunset.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#csl-item9 {
    background:url(../images/Slider/GolferSwinging.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#csl-item10 {
    background:url(../images/Slider/GrilleRoom.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}