/* Customize the Carousel and add some hacks */
.carousel {
    margin-bottom: 60px;
    overflow: hidden;
}

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    background-color: transparent;
    border: 0;
    z-index: 1000000;
}

.carousel .item {
    height: 500px;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.carousel-caption {
    
    position: static;
    /* max-width: 770px; */
    /* margin-top: 25px; */
    float: left;
    /* background: none repeat scroll 0 0 #d1ebee; */
    font-size: 18px;
    font-family: Verdana;
    font-weight: lighter;
    color: #474848;
    background-color: #d1ebee;
    
}

.carousel-caption h1,
.carousel-caption .lead {
    margin: 0;
    line-height: 1.25;
    width: 75%;
}

.carousel-caption .btn {
    margin-top: 10px;
}

@media (max-width: 979px) {
    .carousel .item {
        height: 500px;
    }
    
    .carousel img {
        width: auto;
        height: 500px;
    }
    
    #carousel {
        margin-right: 0;
        overflow: hidden;
    }
    
    .carousel {
        margin-left: -20px;
        margin-right: -12px;
    }
    
    .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
    }
    
    .carousel-caption h1 {
        font-size: 30px;
    }
    
    .carousel-caption .lead,
    .carousel-caption .btn {
        font-size: 18px;
    }
    
    .tag-liner-text {
        height: auto;
        float: left;
        width: 60.5%;
        padding: 20px 20px 20px 20px;
        font-size: 19px;
        line-height: 1.5;
        margin-top: 23px;
        font-family: Verdana;
        color: #ffffff;
        
        display: none;
    }
    
}

@media (max-width: 767px) {
    #carousel {
        margin-left: 20px;
        margin-right: 0;
    }
    
    .carousel {
        margin-left: -20px;
        margin-right: -12px;
    }
    
    .carousel img {
    }
    
    .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
    }
    
    .carousel-caption h1 {
        font-size: 30px;
    }
    
    .carousel-caption .lead,
    .carousel-caption .btn {
        font-size: 18px;
    }
    
    .tag-liner-text {
        height: auto;
        float: left;
        width: 60.5%;
        padding: 20px 20px 20px 20px;
        font-size: 19px;
        line-height: 1.5;
        margin-top: 23px;
        font-family: Verdana;
        color: #ffffff;
        
        display: none;
    }
}