/*
	CSS Stylesheet for IE Alert! plugin.
*/
/*
	Overlay Background
*/
.bg-color {
    background-color: #afd9ee !important;
}
.carousel-caption-pb {
    position: absolute;
    padding: 10px 20px 10px 20px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #002a3f;
    background: rgba(0,42,63,0.65);
    /*background: #333;
    background: rgba(0,0,0,0.75);*/
}
.carousel-caption-pb p {
    color: #fff;
}
.footer {
    text-align: center;
    padding: 20px 0;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}