.widget header h4 {
    background-color: #0d0d0e;
}
.navbar-default {
    background-color: #0d0d0e;
    border-color: #ff0404;
}
.breaking-news header h4 {
    background-color: #ff0000;
}
.breaking-news header .triangle {
    border-color: #ff0000;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    float: left;
}
.btn-primary, button, input[type=button], input[type=reset], input[type=submit] {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
#footer-bottom {
    background-color: #000000;
}
#footer-main {
    background-color: #ff0000;
    color: #8b8b92;
    position: relative;
    z-index: 1;
}
.clnan {
    background-color: #000000;

}
.accordion .header {
    background: #bbbbbb;
}