.carousel {
    height: 100%;
    margin:0; padding:0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    position: absolute; bottom: -30px; left: 0;
    z-index: 0;
    width: 100%;
    padding:0; margin:0;
}
.btnGrp {
    width: 100%;
    padding:0; margin:0;
    height: 90px;
    position: absolute; bottom: 120px;
}
.btnGrp .container {
    text-align: center;
    background-color: transparent;
}
.carousel-caption .container {
    color: #fff; background-color: transparent;
    height: 120px;
    z-index: 1000;
    padding-top: 0;
    opacity: 1;
}
.carousel-caption .container h2 {
    font-family: 'StagSansBook', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 27px;
    color: #fff;
    text-shadow: none;
    padding:0; margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.carousel-caption .container p {
    font-family: 'StagSansLight', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 17px;
    color: #fff;
    text-shadow: none;
    text-align: center;
    line-height: 20px;
}
.carousel-caption .accroche p {
    color: #fff;
    font-family: 'StagSansBook', Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 5px 0;
}
.carousel-caption .btn, .btnGrp .btn {
    /*    c64e97    a43579 */
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background-color:  #002e3b;
    color: #fff;
    font-family: 'StagSansBook', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 15px;
    text-transform: uppercase;
    margin: -30px auto;
    position: relative;
}
.carousel-caption .btn:hover, .btnGrp .btn:hover {
    background-color: #002029;
}

.carousel-caption .background {
    position: absolute; bottom: 30px; left: 0;
    background-color: #000;
    height: 120px;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 600px;
    background: no-repeat center bottom scroll;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel .carousel-control {
    background-color:  #002e3b;
    background-image: none;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 600px;
}



@media (max-width: 767px) {

    .carousel-caption .container h2 {
        font-size: 18px;
        line-height: 18px;
        text-align: center;
    }
    .carousel-caption .container p {
        text-align: center;
        font-size: 14px;
        line-height: 15px;
    }
    .carousel-caption .container {
        color: #fff; background-color: transparent;
        height: 150px;
        z-index: 1000;
        opacity: 1;
    }

    .carousel-caption .background {
        height: 150px;
    }
    .carousel .item {
        height: 400px;
    }
    .carousel-caption .accroche .btn {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        background-color: #002029;
        color: #fff;
        font-family: 'StagSansBook', Helvetica, Arial, sans-serif;
        font-weight: lighter;
        font-size: 12px;
        text-transform: uppercase;
        padding: 5px 20px;
    }
}