﻿/*REQUIRED*/
.carousel-row {
    margin-bottom: 20px;
}

.slide-row {
    padding: 0;
    background-color: #eee;
    min-height: 150px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    height: auto;
    position: relative;
}


.slide-carousel {
    width: 20%;
    float: left;
    display: inline-block;
}
.slide-carousel img {
    width: 100%;
   
    display: block;
    margin-left:auto;
    margin-right:auto;
}
.slide-carousel .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
}

.slide-carousel .carousel-indicators li {
    border-radius: 0;
    width: 10px;
    height: 5px;
}

.slide-carousel .carousel-indicators .active {
    margin: 1px;
}

.slide-content {
    position: absolute;
    top: 0;
    left: 20%;
    display: block;
    float: left;
    width: 80%;
    max-height: 90%;
    padding: 20px 30px;
    overflow-y: auto;
}

.slide-content h4 {
    margin-bottom: 15px;
    margin-top: 0;
    font-size:17px;
}

.slide-footer {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 78%;
    height: 20%;
    margin: 1%;
}

/* Scrollbars */
.slide-content::-webkit-scrollbar {
  width: 5px;
}
 
.slide-content::-webkit-scrollbar-thumb:vertical {
  margin: 5px;
  background-color: #999;
  -webkit-border-radius: 5px;
}
 
.slide-content::-webkit-scrollbar-button:start:decrement,
.slide-content::-webkit-scrollbar-button:end:increment {
  height: 5px;
  display: block;
}
@media (max-width:767px) {
    .slide-carousel {
    width: 100%;
    float: none;
    display: block;
    margin-left:auto;
    margin-right:auto;
}

 .slide-carousel img {
    width: 100%;
   
    display: block;
    margin-left:auto;
    margin-right:auto;
}
.slide-carousel .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
}

.slide-carousel .carousel-indicators li {
    border-radius: 0;
    width: 20px;
    height: 6px;
}

.slide-carousel .carousel-indicators .active {
    margin: 1px;
}

.slide-content {
    position: relative;
    top: 0;
    left: 0;
    display: block;
     margin-left:auto;
    margin-right:auto;
    float: none;
    width: 100%;
    max-height: 90%;
    padding: 30px 15px;
    overflow-y: auto;
}

}