

/*-------------------------------------------------- Slider CSS ---------------------------------------------------*/

.slider-size {
    height: 400px; /* This is your slider height */
}
.slider-height{
    height: 450px; /* This is home page slider height */
}
.carousel {
    width:100%; 
    margin:0 auto; /* center your carousel if other than 100% */ 
}
.carousel-caption{
    background: rgba(0, 0, 0, 0.31);
}
.carousel-caption {
    bottom: 125px;
}
.homeSlider .icon-next, .homeSlider .icon-prev{
    display: none;
}
header.carousel.slide {
    height: 50%;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #EDB549;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #FAD794;
}