#mobileCarousel .carousel-caption h4 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}
.index-mobile-title-h1 {
	color: #fff;
    font-size: 24px;
    font-weight: normal;
	margin-top: 10px;
}
.carousel-control .fa-chevron-left, 
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .fa-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .fa-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
    cursor: pointer;
}
.carousel-indicators {
    display: none;
    bottom: 5px;
    left: auto;
    width: 100%;
    margin-left: 0;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: rgb(31,31,31);
    background-color: rgba(31,31,31,0.5);
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}