/*!
 * 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%;
}

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

.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;
}
.carousel-indicators{
	top:10px;
	left:auto;
	right:10px;
	width:auto;
	height:15px;
	/*display:table;*/
}
.carousel-indicators li{
	width:15px !important;
	height:15px !important;
}
.carousel-caption{
	background-color: rgba(0,0,0,0.7);
	padding:0 !important;
	bottom:0;
	right:0;
	left:0;
	text-align:left;
}
.carousel-caption h2{
	margin:10px !important;
}
footer {
    margin: 50px 0;
}