/*!
 * 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:350px;
}
@media(min-width:768px) {
	body {
    height: 520px;
	}
}
@media(min-width:1200px) {
	body {
    height: 700px;
	}
}
.carousel,
.item,
.active {
	height: 100%;
	vertical-align: 50%;
}
.carousel-inner {
	height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
	width: 100%;
	height: 100% !important;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-color: #333;
	display:block;
	margin-top: 0px;
	height: 350px !important;
}
@media(min-width:768px) {
	.fill {
		margin-top: 0px;
		height: 520px !important;
		
	}
}
@media(min-width:1200px) {
	.fill {
		margin-top: 0px;
		height: 700px !important;
		
	}
}