
.carousel-control.left, .carousel-control.right{
    background-image: none;
}



.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
    background-image: none;
    color: #009EE0;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-right: -15px;
    margin-left: -15px;


}



.carousel-indicators li{
    border-color: white;
    box-shadow: 0 4px 2px -2px gray;
}

.carousel-indicators li.active{
    background-color: #009EE0;
    box-shadow: 0 4px 2px -2px gray;
}

.carousel-inner img{
    width:100%;
    margin:auto;

}

.item h4{
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;

}

.item h1{
    font-size: 12px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: normal;
}

.item span{
    font-style: normal;
}




