.carousel, .carousel-inner {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-inner {
	height: 100%;
}

.carousel img {
	max-width: 100%;
}

.carousel .carousel-indicators li {
    margin: 10px 10px;
}

.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.carousel .carousel-caption {
	position: relative;
	text-align: center;
	width: 100%;
	left: 0px;
	right: 0px;
}

.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}

.transition-timer-carousel .carousel-control {
	z-index: 11;
}

.transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #e69418;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}

.transition-timer-carousel-progress-bar.animate {
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}

/********************************************************* CUSTOM SETTINGS *********************************************************/

div#container #carousel {
	margin-top: 57px;
}

.carousel img {
	min-width: 1500px;
	width: 100%;
    height: 100%;
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}

.carousel-inner {
	width: 100%;
	min-height: 453px;
}

.carousel-inner .item {
	position: absolute;
	margin-top: 8%;
	padding: 5px;
	right: 0px;
	width: 100%;
}

.carousel-caption h1, .carousel-caption h2 {
	text-shadow: 0 5px 2px rgba(0, 0, 0, 0.6);
}

.carousel-inner .item h1 {
	font-size: 5.5em;
}

.carousel-inner .item h1, .carousel-inner .item h2 {
	word-wrap: break-word;
}

@media screen and (max-width: 640px) {

	.carousel-inner .item h1 {
		font-size: 3.4em !important;
	}

}
