/* CUSTOM CSS FILE - USE THIS FILE FOR YOUR CUSTOM CSS CODE
--------------------------------------------------------------- */

li.row {
    background-color: #EEEEEE;
}

.bg2 {
    background-color: rgba(185, 145, 121, 0.4);
}

.bg1 {
    background-color: rgba(221, 150, 51, 0.4);
}

#page-body > h2, #inner-body-with-sidebar > h2, .section-memberlist form > h2 {
    background-color: rgba(185, 145, 121, 0.6);
}

.panel {
    background: none;
    padding-left: 0;
}

.logo {
    text-decoration: none;
}

.logo img {
    max-height: none;
    position: relative;
    top: -50px;
    left: -5px;
}

.logo-text {
    position: relative;
    left: -200px;
}

#page-header {
    background: none;
    color: inherit;
}

#page-header .navbar-bottom {
    border-top: 1px solid #888;
}

#page-footer {
    background: none;
}

.codebox {
    background-color: #EEEEEE;
    margin-top: 10px;
    margin-bottom: 10px;
}

.postbody .content {
    /*margin-top: 20px;*/
    font-size: 14px;
}

blockquote {
    margin-bottom: 1em;
}

.panel h3 {
    margin-left: 0;
    padding-left: 50px;
}

fieldset.fields1 dt {
    line-height: 2.5em;
    font-weight: bold;
    font-size: 1.2em;
}

.li-home img {
    width: 60px;
    position: relative;
    left: 20%;
    top: -15%;
}

.forum-image img {
    width: 30px;
}

.sticky_read_mine:after, .sticky_read_locked_mine:after, .topic_read_mine:after, .topic_read_hot_mine:after, .topic_read_locked_mine:after, .global_read_mine:after, .global_read_locked_mine:after, .announce_read_mine:after, .announce_read_locked_mine:after {
    /* border-width: 4px !important; */
    top: 14px;
}

.announce_read:before, .announce_read_mine:before, .announce_unread:before, .announce_unread_mine:before {
    content: "\e0db";
}


#page-body > h2, #inner-body-with-sidebar > h2,.section-memberlist form > h2 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.panel .column1 h3:before, .panel .column2 h3:before {
    left: 10px;
}

.panel h2, .panel h3, .panel h4 {
    padding-left: 52px;
}

.online:after {
    border-top-color: rgba(189, 54, 70, 0.5);
}

.panel.online:before {
    top: 14px;
}

.panel.online:after {
    top: 10px;
}

.content a {
    color: #757372;
    text-decoration: underline;
    font-weight: bold;
}

#nav-main strong.counter.red {
    background-color: #bc2a4d;
    border-radius: 50%;
    padding: 2px 1px 0;
}

@media only screen and (max-width: 480px) {
    .logo img {
        margin-left: 5px;
    }

    .logo-text {
        font-size: 20px;
        top: -180px;
        left: 0;
    }

    #responsive-menu-button {
        top: 10px;
    }

    .pagination > ul {
        display: block;
        margin-top: -10px;
        margin-bottom: -10px;
    }

    #jumpbox {
        float:none;
    }

    .topic-tools {
        clear: left;
    }

    .action-bar > a.button {
        margin-bottom: 5px;
    }

    #nav-main > li.li-home > a > span {
        text-transform: capitalize;
    }

    .li-home img {
        width: 30px;
        position: absolute;
        left: 3px;
        top: 12px;
    }

    #nav-main strong.counter.red {
        padding: 1px 7px 2px;
    }

    div#responsive-menu-button.red:before {
        display: block;
        content: '\!';
        padding: 0 0 3px 7px;
        color: white;
        width: 9px;
        background-color: red;
        height: 13px;
        position: absolute;
        right: -5px;
        border-radius: 50%;
        top: -5px;
        font-weight: bold;
    }

    #page-body {
        margin-top: 0;
    }
}