/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */



/* REMOVE THIS SECTION FOR SLIDER RATHER THAN FADER */
				.carousel-fade .carousel-inner .item {
					opacity: 0;
					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;
				}
				a.carousel-control{
					display:none;}
/* END OF 'FADE-SPECIFIC' CSS  */




.carousel,
.item,
.active {
    height: 24em;
}

.carousel-inner {
    height: 24em;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


@media only screen and (max-width:1000px) {
	
	.carousel,
	.item,
	.active {
			height: 18em;
	}
	
	.carousel-inner {
			height: 18em;
	}
}

@media only screen and (max-width:767px) {
	
	.carousel,
	.item,
	.active {
			height: 17em;
	}
	
	.carousel-inner {
			height: 17em;
	}
}

@media only screen and (max-width:640px) {
	
	.carousel,
	.item,
	.active {
			height: 13em;
	}
	
	.carousel-inner {
			height: 13em;
	}
}