.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-caption {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
}

.carousel-caption .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: none;
	margin:0;
	font-size: 3rem;
	width: 100%;
	line-height: .9em;
	padding:30px;
}

.carousel-caption .subtitle {
	text-shadow: none;
	margin:0;
	font-size: 1.4rem;
	text-align: right;
	position:relative;
}

.carousel-caption .subtitle a {
	color:#fff;
	text-decoration: none;
}

.carousel-caption .subtitle a:hover {
	color:#a8d3ec;
}

.carousel-caption .subtitle .material-icons {
	font-size: 1.7rem;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.carousel-caption .toptitle {
	text-shadow: none;
	margin:0;
	font-size: 1.4rem;
	text-align: left;
}

.carousel-caption .btn {
	position: absolute;
    right: 10%;
    top: 60%;
}

.transition-timer-carousel-progress-bar {
    height: 10px;
    background-color: #ff9933;
    width: 0%;
    margin: -10px 0px 0px 0px;
    border: none;
    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 5.25s linear;
	-moz-transition: width 5.25s linear;
	-o-transition: width 5.25s linear;
	transition: width 5.25s linear;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	border: 0;
	background: #fff;
	margin: 0 5px;
}

.carousel-indicators li.active {
	width: 15px;
	height: 15px;
	border: 0;
	background: #ff9933;
	margin: 0 5px;
}

@media (min-width: 768px) {
	.carousel-caption .title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-shadow: none;
		margin:0;
		font-size: 5rem;
		width: 80%;
		line-height: .9em;
	}
	
	.carousel-caption .toptitle,
	.carousel-caption .subtitle {
		font-size: 1.7rem;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1199px) {
	.carousel-caption .title {
		width: 65%;
	}	
}