body {
    background-color: #fff !important;
    background: initial !important;
    display: none
}

a[rel=next] {
    display: none !important
}

a[rel=prev] {
    display: none !important
}

img {
    border: none !important;
    margin: .2em 0 !important;
    padding: 0 !important;
    border-radius: 0 !important
}

img.bt-sm-img {
    border-radius: 9em !important;
    margin: 0 2px !important;
    width: 36px !important;
    height: 36px !important
}

.navbar {
    background-repeat: no-repeat !important;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1) !important;
    background-color: rgba(157,34,53,1) !important;
    background-image: linear-gradient(rgba(157,34,53,1), rgba(157,34,53,1))
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: rgba(167, 93, 93, 1)
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: rgba(167, 93, 93, 1)
}

.navbar-default .navbar-toggle {
    border-color: rgba(157,34,53,1)
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(167, 93, 93, 1)
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: rgba(167, 93, 93, 1)
}

@media (max-width:767px) {

    .navbar-default .navbar-nav .open .dropdown-menu>li>a: focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a: hover {
        background-color: rgba(167, 93, 93, 1)
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a: hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        background-color: rgba(167, 93, 93, 1)
    }
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: rgba(167, 93, 93, 1)
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: rgba(167, 93, 93, 1)
}

.bs-sidebar .nav>.active:focus>a,
.bs-sidebar .nav>.active:hover>a,
.bs-sidebar .nav>.active>a {
    font-weight: inherit !important
}