.container-main {
    margin-top: 16px;
}

.navbar-default {
    background: #3F3221;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-right {
    padding-right: 15px;
}

.navbar-fixed-top {
    border-bottom: rgba(55, 49, 43, 1);
    min-height: 36px;
    height: 36px;
}

.navbar-fixed-top .container-fluid {
    background: rgba(55, 49, 43, 1);
}

.postmeta {
    height: 32px !important;
}

.navbar-fixed-top .navbar-brand {
    height: 32px;
    padding: 2px;
    padding-left: 12px;
}

.navbar-fixed-top li a {
    height: 36px;
    padding: 8px;
    border: 0px;
}

.navbar-network .dropdown-toggle {
    height: 36px;
    padding: 8px;
    color: rgba(248, 240, 224, 1);
}

.navbar-network .navbar-toggle {
    padding: 2px;
    border: 0px;
    color: white;
}

.navbar-nav {
    margin: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    color: white;
    background: white;
}

.navbar-default .navbar-toggle:active {
    color: white;
    background: none;
}

.navbar-default .navbar-toggle:focus {
    background: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: rgba(248, 240, 224, 0.8);
    background: rgba(108, 100, 84, 1);
}

.btn {
    border-radius: 0px;
}

.navbar-default .navbar-nav > li {
    border-right: 1px solid rgba(248, 240, 224, 0.0);

}

.navbar-default .navbar-nav>li>a {
    padding-left: 12px;
    padding-right: 12px;
    color: white;
}

.navbar-default .navbar-nav>li>a:hover {
    color: white;
    background: rgba(108, 100, 84, 0.6);
}

.navbar-default .navbar-nav>li>a:active {
    color: white;
}

.navbar-default .navbar-nav>li>a:hover {
    color: white;
}

.navbar-default .navbar-nav>li>a:focus {
    color: white;
}

.caret {
    transform: translateY(-2px);
}


@media (min-width: 970px) {
    .dropdown:hover .dropdown-menu {
        display: block !important;
        margin-top: 0; // remove the gap so it doesn't close
    }
}

.dropdown-menu {
    background: rgb(45, 39, 33);
}

.dropdown-menu>li>a:hover {
    color: white;
    background: rgba(108, 100, 84, 1);
}

.dropdown-menu .divider {
    background: rgba(108, 100, 84, 1);
}

.dropdown-menu>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    color: rgba(248, 240, 224, 1);
}
.navbar-default .navbar-collapse {
    border-color: rgba(108, 100, 84, 1);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: rgba(248, 240, 224, 1);
}

.dropdown-header {
    color: rgba(208, 200, 184, 1);
}

header {
    background-color: rgba(40, 35, 29, 0.8);
}

.scape {
    /*background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -999;*/
}


.btn {
    background: #8b7d69 !important;
    border: 0px !important;
    color: #eaeaea;
    border-radius: 4px;
    margin: 0 2px;
    font-size: 14px;

}

a.btn {
    color: #eaeaea !important;
}

.btn .disabled {
    font-size: 12px;
}

/* battlelog.co reskin 2016 lol */
nav {
    background: rgba(55, 49, 43, 0.9);
}

.nav li {

}

.content {
    background: rgba(55, 49, 43, 0.901961);
}

.box {
    background: #4C4539;
}

h5 small, h4 small, h3 small, h2 small, h1 small {
    color: rgba(248, 240, 224, 1);
}

.breadcrumb {
    background: #4C4439;
    text-shadow: none;
}

div.breadcrumb {
    margin: 0px;
}

.breadcrumb .active {
    color: #B6A894;
}

input[type="text"], input[type="number"], input[type="url"], input[type="email"], input[type="password"], textarea, select {
    background: #332b1f;
}

/* forum */
.forum-cat, .forum-topic {
    background: #4C4439 !important;
}

.type-cat {
    background: #4C4439 !important;
    padding: 0px;
}

a, a:link, a:visited {
    color: #e6aa4d;
}
a:hover {
  color: #ffffff;
}

.content h2 {
    color: #efd180;
}

.muted {
    color: #a3947d;
}

.bl-forum-author, .bl-forum-author a, .forum-latest-author, .forum-latest-author a, .forum-latest-cat a {
    color: #B0A58E !important;
}

.forum-topic-title {
    background: rgba(134, 122, 103, 0.53) !important;
}

.forum-cat-title h2, .forum-topic-title h2 {
    background: rgba(134, 122, 103, 0.53);
}

.reply, .quickreply {
    background: rgba(88, 80, 64, 0.6) !important;
}

/* old fraglog stuff */
#fraglog {
    padding: 3px;
    font-size: 12px;
    color: #888 !important;
    text-align: right;
    line-height: 24px;
}

#fragLogBg {
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}
#playersBg {
    background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}

#fraglog a {
    /*color: #ccc !important;*/
    font-weight: bold;
    font-size: 14px !important;
}

.team1 {
    color: #95d0e5 !important;
}

.team2 {
    color: #d1a1a1 !important;
}
