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

/*#myCarousel {
	border-bottom: 10px solid #ddd;
	}*/
 .carousel-caption{
		/*display:none !important;*/
 }

.carousel,
.item,
.active {
    height: 500px;
	font-family: Open Sans;
	margin: 0;
	width: 100%; /* foarte important - fara asta joaca cadrele */
}

.carousel-inner {
	width: 100%;
    height: 100%;
	margin: 0;
	}

/* 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: 0px 0;
}