.modal-backdrop,
.modal-backdrop.fade.in {
    background-color: #000000;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=1);
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th,
.table-hover .active td,
.table-hover li:hover,
.table-hover li:hover,
.table-hover li.active {
    background-color: rgba(0, 171, 255, 0.12) !important;
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: #000;
}

.hero-unit {
	background-color: #F3F3F3;
}