/*!
 * 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.
 */

html, body {
	height: 100%;
	max-width:1200px;
	margin:0 auto;
}
.carousel, .item, .active {
	height: 47.5%;
}
.carousel-inner {
	height: 100%;
}
/* 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;
}
footer {
	margin: 50px 0;
}

 @media (min-width: 450px)
 {
	.carousel, .item, .active{
		height: 42.5%;
	}
}

 @media (min-width: 550px)
 {
	.carousel, .item, .active {
		height: 40%;
	}
}

 @media (min-width: 768px)
 {
	.carousel, .item, .active {
		height: 52.5%;
	}
}

 @media (min-width: 1200px)
 {
	.carousel, .item, .active {
		height: 45%;
	}
	.carousel-inner
	{
		height: 90%;
	}/* Background images are set within the HTML using inline CSS, not here */
}

 @media (max-width: 767px)
 {
	.carousel, .item, .active {
	 min-height:50px;
	}
	li.active {
	 min-height:10px !important;
	}
}
