.cc_slide_title{
    text-indent: -9999px;
    position: absolute;
}

.cc_slides{
    padding: 0 !important;
    display: block;
    position: relative;
    background: #cdcdcd;
    border-bottom: 5px solid #00a829;
}

.cc_slide_item{
    display: block;
    width: 100%;
    position: relative;
    display: none;
}

.cc_slide_item.first{
    display: block;
}

.cc_slide_item_desc{
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    padding: 20px;
    color: #fff;
}

.cc_slide_item_desc--container{
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    width: 1160px;
}
.cc_slide_item_desc--container > div{
    background: rgba(0,0,0,0.7);
    padding: 15px;
    border-top: 3px solid #00a829;
    width: 400px;
    max-width: 100%;
}


.cc_slide_item_desc h1{
    font-size: 1.15em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 5px 0 15px;
}

.cc_slide_item_desc a{
    color: inherit;
    text-decoration: none;
}

.cc_slide_item_desc a:hover{
    text-decoration: underline;
}

.cc_slide_item_desc p{
    font-size: 0.8em;
    color: #eee;
}
.cc_slide_item_desc .btn{
    margin-top: 20px;
}
.cc_slide_pager{
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: block;
    text-align: right;
}
.cc_slide_pager span{
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 1em;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 6px;
}
.cc_slide_pager span:hover{
    background: #fff;
}
.cc_slide_pager span.active{
    background: rgba(255,255,255,0.7);
}

@media (max-width: 768px) {
    .cc_slide_item_desc--container {
        width: 970px;
    }
    .cc_slide_item_desc--container div{
        width: 100%;
        background: #1e1e1e;
    }
    .cc_slide_item_desc{
        position: relative;
        margin-top: -100px;
    }
    .cc_slide_item h1{
        font-size: 1em;
    }
    .cc_slide_pager{
        top: 20px;
        right: 10px;
    }    
}
@media (max-width: 992px) {
    .cc_slide_item_desc--container {
        width: 750px !important;
        max-width: 100%;        
    }
    .cc_slide_item_desc {
        top: 0;
    }
}
@media (max-width: 1200px) {
    .cc_slide_item_desc--container {
        width: 970px;
    }
}