

#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 {
    
    bottom: 50px;
   
    text-shadow: 0 2px 4px rgba(0,0,0,.8);
}

.carousel-caption h3 p{
     font-weight:bold;
}

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