.carousel-caption {
    margin-top: -1px;
    background: rgba(0,0,0,0);
    position: absolute;
    bottom: 10em;
    max-width: 560px;
    margin: 0 auto;
    text-align: right;
    padding-right: 0;
    padding-left: 450px;
}

.carousel-caption h2 {
    color: #ffffff;
    font-size: 2em;
    padding-right: 15px;
    font-weight: 400;
    line-height: 1.2em;    
}

.carousel-caption h2 a {
    color: #ffffff;
}

.carousel-caption a.carousel-cta-link {
    background: url(images/circle-arrow.png) no-repeat 0 0;
    height: 67px;
    width: 67px;
    display: inline-block;
    position: absolute;
    top: 6px;
    top: 50%;
    margin-top: -33px;
    right: 25px;
}

.carousel-caption a.carousel-cta-link span {
    display: none;   
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;    
}

/* MOVED TO VOIEW>PHP FOR INDIVIDUAL TIMING - CSS3 Fade for opacity ---*/
/*.carousel-inner > .item {
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}*/
.carousel .active.left, 
.carousel .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}
.carousel .next {
    left: 0;
    opacity: 1;
    z-index: 1;
}

.carousel-indicators {
    left: 50%;
    top: auto;
    bottom: 50px;
}

.carousel-indicators .active {
    background-color: #F6BC1E;
}




.carousel-caption .title-1 {
    font-size: 40px;
    line-height: 1.1;
    text-align: left;
    color: #007985;
}

.carousel-caption .title-2 {
    font-size: 45px;
    line-height: 1.1;
    text-align: left;
    color: #007985;
}

.carousel-caption .subtitle {
    font-size: 20px;
    /* font-family: Gotham; */
    font-size: 21.5px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #007985;
}

/* Home carousel button */
.carousel-caption a {
    color: #ffffff;
    background-color: #ff7912;

    padding: 10px 20px;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Gotham', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.carousel-caption a:hover {
    color: #ffffff;
    background-color: #001044; /* change */
    text-decoration: none;
}

