

#promo-slider{
    height:525px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.35);
}

#promo-slider .item{
    height:100%;
    background-repeat: no-repeat;
    
    /*background-position:right 275px bottom -50px;*/
    background-position: bottom center;
    background-blend-mode: overlay;
}

.carousel-caption {
    
    top: 20px;
}

.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: 2px solid #777;
    border-radius: 10px;
}