.img_slider{
    display: none;
}

/*SLIDER CSS*/

.carousel-inner { margin-bottom: 15px !important; }
.carousel-caption {
    position: absolute;
    right: 0% !important; 
    bottom: 0px !important;
    left: 0% !important; 
    z-index: 10;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    padding-left: 5px;
    color: #fff;
    text-align: left !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6) !important;
    background-color: #000000!important;
    opacity: 0.8 !important;
    min-height: 55px !important;
}

.slide_title{
    font-size: 15px !important;
    font-weight: bold !important;
    margin-bottom: 0px !important;

}

.item img { width: 100% ; }