/*!
 * 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%;
	
	padding-top:44px;
	padding-bottom:43px;
}

.carousel,
.item,
.active {
    height: 100%;
	
}

.carousel {
	padding-left:40px;
	padding-right:40px;
}

.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: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
	background-repeat:no-repeat;
}


.carousel-caption {
		
			text-align: center;
			font-size:14px;
			line-height:22px;
			padding:0px;
			margin:0px;
			
}

.carousel-caption:not(#caption-0) {
    display: none;
}