﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0; }

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

body {
    /*lvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-size: 14px;*/
    /*line-height: 1.42857;*/
    color: #333333;
    /*background-color: #fff; */
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

[role="button"] {
    cursor: pointer; }

.text-left {
    text-align: left; }

.text-right {
    text-align: right; }

.text-center {
    text-align: center; }

.text-justify {
    text-align: justify; }

.text-nowrap {
    white-space: nowrap; }

.text-lowercase {
    text-transform: lowercase; }

.text-uppercase, .initialism {
    text-transform: uppercase; }

.text-capitalize {
    text-transform: capitalize; }

.text-muted {
    color: #777777; }

.text-primary {
    color: #dc4d23; }

a.text-primary:hover,
a.text-primary:focus {
    color: #b03e1c; }

.text-success {
    color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
    color: #2b542c; }

.text-info {
    color: #31708f; }

a.text-info:hover,
a.text-info:focus {
    color: #245269; }

.text-warning {
    color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c; }

.text-danger {
    color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
    color: #843534; }

.bg-primary {
    color: #fff; }

.bg-primary {
    background-color: #dc4d23; }

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #b03e1c; }

.bg-success {
    background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3; }

.bg-info {
    background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee; }

.bg-warning {
    background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5; }

.bg-danger {
    background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9; }

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee; }

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px; }
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0; }

.container {
    max-width: 1470px;
}

.container-fluid {
    max-width: 1243px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
.container-fluid:after {
    clear: both; }

#header-forum label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

#header-forum .form-control-search .icon {
    color: #776658 !important;
}
.form-control-search {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #777;
    /*background-color: #fff;*/
    background-image: none;
    border: 1px solid #bfb3a9;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control-search:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control-search::-moz-placeholder {
    color: #999;
    opacity: 1; }
.form-control-search:-ms-input-placeholder {
    color: #999; }
.form-control-search::-webkit-input-placeholder {
    color: #999; }
.form-control-search::-ms-expand {
    border: 0;
    background-color: transparent; }

input[type="search"] {
    -webkit-appearance: none; }

.form-group {
    margin-bottom: 15px; }

#header-forum .btn {
    white-space: nowrap;
    font-size: 14px;
}
#header-forum .btn-line-height {
    line-height: 1.42857; }

#header-forum .btn-default {
    color: #776658;
    background-color: #fff;
    border-color: #ccc;
}

#header-forum .btn-default:focus,
#header-forum .btn-default.focus {
    color: #776658;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

#header-forum .btn-default:hover {
    color: #776658;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#header-forum .btn-default:active,
#header-forum .btn-default.active,
#header-forum .open > .btn-default.dropdown-toggle {
    color: #776658;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#header-forum .btn-default:active:hover,
#header-forum .btn-default:active:focus,
#header-forum .btn-default:active.focus,
#header-forum .btn-default.active:hover,
#header-forum .btn-default.active:focus,
#header-forum .btn-default.active.focus,
#header-forum .open > .btn-default.dropdown-toggle:hover,
#header-forum .open > .btn-default.dropdown-toggle:focus,
#header-forum .open > .btn-default.dropdown-toggle.focus {
    color: #776658;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

#header-forum .btn-default:active,
#header-forum .btn-default.active,
#header-forum .open > .btn-default.dropdown-toggle {
    background-image: none;
}

#header-forum .btn-default.disabled:hover,
#header-forum .btn-default.disabled:focus,
#header-forum .btn-default.disabled.focus,
#header-forum .btn-default[disabled]:hover,
#header-forum .btn-default[disabled]:focus,
#header-forum .btn-default[disabled].focus,
#header-forum fieldset[disabled] .btn-default:hover,
#header-forum fieldset[disabled] .btn-default:focus,
#header-forum fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.search-collapse {
    display: none; }
.search-collapse.in {
    display: block; }
.border-radius-0 {
    border-radius: 0; }
/*.collapse:not(.show) {*/
/*    display: none; }*/
.padding-0 {
    padding: 0 !important; }
.font-size-18 {
    font-size: 18px; }
/*tr.collapse.in {*/
/*    display: table-row; }*/

/*tbody.collapse.in {*/
/*    display: table-row-group; }*/

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }

.dropup,
.dropdown {
    position: relative; }

.dropdown-toggle:focus {
    outline: 0; }

.dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; }
.dropdown-menu.pull-right {
    right: 0;
    left: auto; }
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:not(.active):hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #dc4d23; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; }

.open > .dropdown-menu {
    display: block; }

.open > a {
    outline: 0; }

.dropdown-menu .dropdown-submenu { 
    left: auto !important; 
    right: 100% !important;
    top: 0;
    margin-top: 0;
    margin-left: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0; }

.dropdown-menu-left {
    left: 0;
    right: auto; }

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap; }

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }

.pull-right > .dropdown-menu {
    right: 0;
    left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto; }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto; } }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left; }
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
    margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
.btn-toolbar:after {
    clear: both; }
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left; }
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }

.btn-group > .btn:first-child {
    margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.btn-group > .btn-group {
    float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0; }

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px; }

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
    margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 6px 6px 0;
    border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 6px 6px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table; }

.btn-group-vertical > .btn-group:after {
    clear: both; }

.btn-group-vertical > .btn-group > .btn {
    float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
.btn-group-justified > .btn-group .btn {
    width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

#header-forum .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
#header-forum .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
#header-forum .input-group .form-control-search {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
#header-forum .input-group .form-control-search:focus {
    z-index: 3; }

#header-forum .input-group-addon,
#header-forum .input-group-btn,
#header-forum .input-group .form-control-search {
    display: table-cell; }
#header-forum .input-group-addon:not(:first-child):not(:last-child),
#header-forum .input-group-btn:not(:first-child):not(:last-child),
#header-forum .input-group .form-control-search:not(:first-child):not(:last-child) {
    border-radius: 0; }

#header-forum .input-group-addon,
#header-forum .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }

#header-forum .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #776658;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #bfb3a9;
    border-radius: 0; }
#header-forum .input-group-addon.input-sm,
#header-forum .input-group-sm > .input-group-addon,
#header-forum .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0; }
#header-forum .input-group-addon.input-lg,
#header-forum .input-group-lg > .input-group-addon,
#header-forum .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0; }
#header-forum .input-group-addon input[type="radio"],
#header-forum .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

#header-forum .input-group .form-control-search:first-child,
#header-forum .input-group-addon:first-child,
#header-forum .input-group-btn:first-child > .btn,
#header-forum .input-group-btn:first-child > .btn-group > .btn,
#header-forum .input-group-btn:first-child > .dropdown-toggle,
#header-forum .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#header-forum .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

#header-forum .input-group-addon:first-child {
    border-right: 0; }

#header-forum .input-group .form-control-search:last-child,
#header-forum .input-group-addon:last-child,
#header-forum .input-group-btn:last-child > .btn,
#header-forum .input-group-btn:last-child > .btn-group > .btn,
#header-forum .input-group-btn:last-child > .dropdown-toggle,
#header-forum .input-group-btn:first-child > .btn:not(:first-child),
#header-forum .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

#header-forum .input-group-addon:last-child {
    border-left: 0; }

#header-forum .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
#header-forum .input-group-btn > .btn {
    position: relative; }
#header-forum .input-group-btn > .btn + .btn {
    margin-left: -1px; }
#header-forum .input-group-btn > .btn:hover,
#header-forum .input-group-btn > .btn:focus,
#header-forum .input-group-btn > .btn:active {
    z-index: 2; }
#header-forum .input-group-btn:first-child > .btn,
#header-forum .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
#header-forum .input-group-btn:last-child > .btn,
#header-forum .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

#header-forum .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
#header-forum .nav:before, #header-forum .nav:after {
    content: " ";
    display: table; }
#header-forum .nav:after {
    clear: both; }
#header-forum .nav > li {
    position: relative;
    display: block; }
#header-forum .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }
#header-forum .nav > li > a:hover, #header-forum .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee; }
#header-forum .nav > li.disabled > a {
    color: #777777; }
#header-forum .nav > li.disabled > a:hover, #header-forum .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed; }
#header-forum .nav .open > a:not(.active), #header-forum .nav .open > a:not(.active):hover, #header-forum .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #91ae39; }
#header-forum .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
#header-forum .nav > li > a > img {
    max-width: none; }

#header-forum .nav-tabs {
    border-bottom: 1px solid #ddd; }
#header-forum .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
#header-forum .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0 0 0 0; }
#header-forum .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd; }
#header-forum .nav-tabs > li.active > a,
#header-forum .nav-tabs > li.active > a:hover,
#header-forum .nav-tabs > li.active > a:focus {
    color: #776658;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default; }

#header-forum .nav-pills > li {
    float: left; }
#header-forum .nav-pills > li > a {
    border-radius: 0; }
#header-forum .nav-pills > li + li {
    margin-left: 2px; }
#header-forum .nav-pills > li.active > a,
#header-forum .nav-pills > li.active > a:hover,
#header-forum .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #dc4d23; }

#header-forum .nav-stacked > li {
    float: none; }
#header-forum .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

#header-forum .nav-justified,
#header-forum .nav-tabs.nav-justified {
    width: 100%; }
#header-forum .nav-justified > li,
#header-forum .nav-tabs.nav-justified > li {
    float: none; }
#header-forum .nav-justified > li > a,
#header-forum .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px; }
#header-forum .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
@media (min-width: 768px) {
    #header-forum .nav-justified > li,
    #header-forum .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
    #header-forum .nav-justified > li > a,
    #header-forum .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

#header-forum .nav-tabs-justified,
#header-forum .nav-tabs.nav-justified {
    border-bottom: 0; }
#header-forum .nav-tabs-justified > li > a,
#header-forum .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
#header-forum .nav-tabs-justified > .active > a,
#header-forum .nav-tabs.nav-justified > .active > a,
#header-forum .nav-tabs-justified > .active > a:hover,
#header-forum .nav-tabs.nav-justified > .active > a:hover,
#header-forum .nav-tabs-justified > .active > a:focus,
#header-forum .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
@media (min-width: 768px) {
    #header-forum .nav-tabs-justified > li > a,
    #header-forum .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0; }
    #header-forum .nav-tabs-justified > .active > a,
    #header-forum .nav-tabs.nav-justified > .active > a,
    #header-forum .nav-tabs-justified > .active > a:hover,
    #header-forum .nav-tabs.nav-justified > .active > a:hover,
    #header-forum .nav-tabs-justified > .active > a:focus,
    #header-forum .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff; } }

#header-forum .tab-content > .tab-pane {
    display: none; }
#header-forum .tab-content > .active {
    display: block; }

#header-forum .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

#header-forum .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
#header-forum .navbar:before, #header-forum .navbar:after {
    content: " ";
    display: table; }
#header-forum .navbar:after {
    clear: both; }
@media (min-width: 768px) {
    #header-forum .navbar {
        border-radius: 0; } }

#header-forum .navbar-header:before, #header-forum .navbar-header:after {
    content: " ";
    display: table; }
#header-forum .navbar-header:after {
    clear: both; }
@media (min-width: 768px) {
    #header-forum .navbar-header {
        float: left; } }

#header-forum .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
#header-forum .navbar-collapse:before, #header-forum .navbar-collapse:after {
    content: " ";
    display: table; }
#header-forum .navbar-collapse:after {
    clear: both; }
#header-forum .navbar-collapse.in {
    overflow-y: auto; }
@media (min-width: 768px) {
    #header-forum .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none; }
    #header-forum .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
    #header-forum .navbar-collapse.in {
        overflow-y: visible; }
    #header-forum .navbar-fixed-top .navbar-collapse,
    #header-forum .navbar-static-top .navbar-collapse,
    #header-forum .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

#header-forum .navbar-fixed-top .navbar-collapse,
#header-forum .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
    #header-forum .navbar-fixed-top .navbar-collapse,
    #header-forum .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0; } }

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0; } }

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
.navbar-brand > img {
    display: block; }
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px; } }

#header-forum .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0; }
#header-forum .navbar-toggle:focus {
    outline: 0; }
#header-forum .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
#header-forum .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
@media (min-width: 768px) {
    #header-forum .navbar-toggle {
        display: none; }
}

#header-forum .navbar-nav {
    display: block;
    margin: 7.5px -15px; }
#header-forum .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
@media (max-width: 767px) {
    #header-forum .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
    #header-forum .navbar-nav .open .dropdown-menu > li > a,
    #header-forum .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
    #header-forum .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
    #header-forum .navbar-nav .open .dropdown-menu > li > a:hover,
    #header-forum .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; }
}
@media (min-width: 768px) {
    #header-forum .navbar-nav {
        float: left;
        margin: 0; }
    #header-forum .navbar-nav > li {
        float: left; }
    #header-forum .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px; }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px; }
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
    .navbar-form .form-control-search {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .navbar-form .form-control-search-static {
        display: inline-block; }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle; }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control-search {
        width: auto; }
    .navbar-form .input-group > .form-control-search {
        width: 100%; }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
    .navbar-form .has-feedback .form-control-search-feedback {
        top: 0; } }
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px; }
    .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

#header-forum .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px; }
#header-forum .navbar-btn.btn-sm,
#header-forum .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
#header-forum .navbar-btn.btn-xs,
#header-forum .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

#header-forum .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px; }
@media (min-width: 768px) {
    #header-forum .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px; }
}

@media (min-width: 768px) {
    #header-forum .navbar-left {
        float: left !important; }
    #header-forum .navbar-right {
        float: right !important;
        margin-right: -15px; }
    #header-forum .navbar-right ~ .navbar-right {
        margin-right: 0; }
}

#header-forum .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7; }
#header-forum .navbar-default .navbar-brand {
    color: #777; }
#header-forum .navbar-default .navbar-brand:hover, #header-forum .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent; }
#header-forum .navbar-default .navbar-text {
    color: #777; }
#header-forum .navbar-default .navbar-nav > li > a {
    color: #777; }
#header-forum .navbar-default .navbar-nav > li > a:hover, #header-forum .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent; }
#header-forum .navbar-default .navbar-nav > .active > a, #header-forum .navbar-default .navbar-nav > .active > a:hover, #header-forum .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
#header-forum .navbar-default .navbar-nav > .disabled > a, #header-forum .navbar-default .navbar-nav > .disabled > a:hover, #header-forum .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
#header-forum .navbar-default .navbar-toggle {
    border-color: #ddd; }
#header-forum .navbar-default .navbar-toggle:hover, #header-forum .navbar-default .navbar-toggle:focus {
    background-color: #ddd; }
#header-forum .navbar-default .navbar-toggle .icon-bar {
    background-color: #888; }
#header-forum .navbar-default .navbar-collapse,
#header-forum .navbar-default .navbar-form {
    border-color: #e7e7e7; }
#header-forum .navbar-default .navbar-nav > .open > a, #header-forum .navbar-default .navbar-nav > .open > a:hover, #header-forum .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
@media (max-width: 767px) {
    #header-forum .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777; }
    #header-forum .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, #header-forum .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    #header-forum .navbar-default .navbar-nav .open .dropdown-menu > .active > a, #header-forum .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, #header-forum .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7; }
    #header-forum .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, #header-forum .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, #header-forum .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent; } }
#header-forum .navbar-default .navbar-link {
    color: #777; }
#header-forum .navbar-default .navbar-link:hover {
    color: #333; }
#header-forum .navbar-default .btn-link {
    color: #777; }
#header-forum .navbar-default .btn-link:hover, #header-forum .navbar-default .btn-link:focus {
    color: #333; }
#header-forum .navbar-default .btn-link[disabled]:hover, #header-forum .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] #header-forum .navbar-default .btn-link:hover,
fieldset[disabled] #header-forum .navbar-default .btn-link:focus {
    color: #ccc; }

.navbar-inverse {
    background-color: #222;
    border-color: #090909; }
.navbar-inverse .navbar-brand {
    color: #9d9d9d; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent; }
.navbar-inverse .navbar-text {
    color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
.navbar-inverse .navbar-toggle {
    border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent; } }
.navbar-inverse .navbar-link {
    color: #9d9d9d; }
.navbar-inverse .navbar-link:hover {
    color: #fff; }
.navbar-inverse .btn-link {
    color: #9d9d9d; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444; }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
.label:empty {
    display: none; }
.btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

.label-default {
    background-color: #777777; }
.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
    background-color: #dc4d23; }
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #b03e1c; }

.label-success {
    background-color: #91ae39; }
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #71882c; }

.label-info {
    background-color: #776658; }
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #5a4d42; }

.label-warning {
    background-color: #f9a819; }
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #d98d06; }

.label-danger {
    background-color: #941a1d; }
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #691215; }

#menu .list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

#menu .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    /*margin-bottom: -1px;*/
    background-color: #fff;
    border: 1px solid #ddd;
}

#menu .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#menu .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#menu a.list-group-item,
#menu button.list-group-item {
    /*color: #555;*/
}

#menu .close {
    font-size: 21px;
}

#menu a.list-group-item .list-group-item-heading,
#menu button.list-group-item .list-group-item-heading {
    color: #333;
}

#menu a.list-group-item:hover,
#menu a.list-group-item:focus,
#menu button.list-group-item:hover,
#menu button.list-group-item:focus {
    text-decoration: none;
    /*color: #555;*/
    /*background-color: #f5f5f5;*/
}

#menu button.list-group-item {
    width: 100%;
    text-align: left;
}

#menu .list-group-item.disabled,
#menu .list-group-item.disabled:hover,
#menu .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

#menu .list-group-item.disabled .list-group-item-heading,
#menu .list-group-item.disabled:hover .list-group-item-heading,
#menu .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

#menu .list-group-item.disabled .list-group-item-text,
#menu .list-group-item.disabled:hover .list-group-item-text,
#menu .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

#menu .list-group-item.active,
#menu .list-group-item.active:hover,
#menu .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #dc4d23;
    border-color: #dc4d23;
}

#menu .list-group-item.active .list-group-item-heading,
#menu .list-group-item.active .list-group-item-heading > small,
#menu .list-group-item.active .list-group-item-heading > .small,
#menu .list-group-item.active:hover .list-group-item-heading,
#menu .list-group-item.active:hover .list-group-item-heading > small,
#menu .list-group-item.active:hover .list-group-item-heading > .small,
#menu .list-group-item.active:focus .list-group-item-heading,
#menu .list-group-item.active:focus .list-group-item-heading > small,
#menu .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

#menu .list-group-item.active .list-group-item-text,
#menu .list-group-item.active:hover .list-group-item-text,
#menu .list-group-item.active:focus .list-group-item-text {
    color: #f8dbd3;
}

#btn-menu-nav {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }
#btn-menu-nav:hover, #btn-menu-nav:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
.modal-backdrop.in {
    opacity: 0.75;
    filter: alpha(opacity=75); }

@media (min-width: 992px) {
    .modal-lg {
        width: 900px; } }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important; } }

#header-forum .btn-default,
#header-forum .btn-primary,
#header-forum .btn-success,
#header-forum .btn-info,
#header-forum .btn-warning,
#header-forum .btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

#header-forum .btn-default:active,
#header-forum .btn-default.active,
#header-forum .btn-primary:active,
#header-forum .btn-primary.active,
#header-forum .btn-success:active,
#header-forum .btn-success.active,
#header-forum .btn-info:active,
#header-forum .btn-info.active,
#header-forum .btn-warning:active,
#header-forum .btn-warning.active,
#header-forum .btn-danger:active,
#header-forum .btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#header-forum .btn-default.disabled,
#header-forum .btn-default[disabled],
#header-forum fieldset[disabled] .btn-default,
#header-forum .btn-primary.disabled,
#header-forum .btn-primary[disabled],
#header-forum fieldset[disabled] .btn-primary,
#header-forum .btn-success.disabled,
#header-forum .btn-success[disabled],
#header-forum fieldset[disabled] .btn-success,
#header-forum .btn-info.disabled,
#header-forum .btn-info[disabled],
#header-forum fieldset[disabled] .btn-info,
#header-forum .btn-warning.disabled,
#header-forum .btn-warning[disabled],
#header-forum fieldset[disabled] .btn-warning,
#header-forum .btn-danger.disabled,
#header-forum .btn-danger[disabled],
#header-forum fieldset[disabled] .btn-danger {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header-forum .btn-default .badge,
#header-forum .btn-primary .badge,
#header-forum .btn-success .badge,
#header-forum .btn-info .badge,
#header-forum .btn-warning .badge,
#header-forum .btn-danger .badge {
    text-shadow: none;
}

#header-forum .btn:active,
#header-forum .btn.active {
    background-image: none;
}

#header-forum .btn-default {
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE0E0E0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
}

#header-forum .btn-default:hover,
#header-forum .btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

#header-forum .btn-default:active,
#header-forum .btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

#header-forum .btn-default.disabled,
#header-forum .btn-default.disabled:hover,
#header-forum .btn-default.disabled:focus,
#header-forum .btn-default.disabled.focus,
#header-forum .btn-default.disabled:active,
#header-forum .btn-default.disabled.active,
#header-forum .btn-default[disabled],
#header-forum .btn-default[disabled]:hover,
#header-forum .btn-default[disabled]:focus,
#header-forum .btn-default[disabled].focus,
#header-forum .btn-default[disabled]:active,
#header-forum .btn-default[disabled].active,
#header-forum fieldset[disabled] .btn-default,
#header-forum fieldset[disabled] .btn-default:hover,
#header-forum fieldset[disabled] .btn-default:focus,
#header-forum fieldset[disabled] .btn-default.focus,
#header-forum fieldset[disabled] .btn-default:active,
#header-forum fieldset[disabled] .btn-default.active {
    background-color: #e0e0e0;
    background-image: none;
}

#header-forum .btn-primary {
    background-image: -webkit-linear-gradient(top, #dc4d23 0%, #a73b1b 100%);
    background-image: -o-linear-gradient(top, #dc4d23 0%, #a73b1b 100%);
    background-image: linear-gradient(to bottom, #dc4d23 0%, #a73b1b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC4D23', endColorstr='#FFA73B1B', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #9e3719;
}

#header-forum .btn-primary:hover,
#header-forum .btn-primary:focus {
    background-color: #a73b1b;
    background-position: 0 -15px;
}

#header-forum .btn-primary:active,
#header-forum .btn-primary.active {
    background-color: #a73b1b;
    border-color: #9e3719;
}

#header-forum .btn-primary.disabled,
#header-forum .btn-primary.disabled:hover,
#header-forum .btn-primary.disabled:focus,
#header-forum .btn-primary.disabled.focus,
#header-forum .btn-primary.disabled:active,
#header-forum .btn-primary.disabled.active,
#header-forum .btn-primary[disabled],
#header-forum .btn-primary[disabled]:hover,
#header-forum .btn-primary[disabled]:focus,
#header-forum .btn-primary[disabled].focus,
#header-forum .btn-primary[disabled]:active,
#header-forum .btn-primary[disabled].active,
#header-forum fieldset[disabled] .btn-primary,
#header-forum fieldset[disabled] .btn-primary:hover,
#header-forum fieldset[disabled] .btn-primary:focus,
#header-forum fieldset[disabled] .btn-primary.focus,
#header-forum fieldset[disabled] .btn-primary:active,
#header-forum fieldset[disabled] .btn-primary.active {
    background-color: #a73b1b;
    background-image: none;
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, white 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, white 0%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDBDBDB', endColorstr='#FFE2E2E2', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }

#menu .list-group {
    /*font-size: 18px;*/
    /*font-family: "Lato", sans-serif;*/
    border-radius: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

#menu .list-group-item.active, #menu .list-group-item.active:hover, #menu .list-group-item.active:focus {
    text-shadow: 0 -1px 0 #b03e1c;
    background-image: -webkit-linear-gradient(top, #dc4d23 0%, #bb411e 100%);
    background-image: -o-linear-gradient(top, #dc4d23 0%, #bb411e 100%);
    background-image: linear-gradient(to bottom, #dc4d23 0%, #bb411e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC4D23', endColorstr='#FFBB411E', GradientType=0);
    border-color: #bb411e; }
#menu .list-group-item.active .badge,
#menu .list-group-item.active:hover .badge,
#menu .list-group-item.active:focus .badge {
    text-shadow: none; }
#menu .list-group-item.active {
    z-index: 1; }

/* ========================================================================
 * bootstrap-drawer: 1.0.6
 * ========================================================================
*/
html {
    min-height: 100%;
    height: 100%; }

body.has-drawer {
    min-height: 100%;
    height: 100%; }

.has-inner-drawer {
    position: relative;
    overflow: hidden; }

.drawer {
    display: block;
    background-color: #f8f8f8;
    color: #333333;
    border-right: 1px solid #dfdfdf;
    max-width: 600px;
    min-height: 1px;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1035;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.drawer .drawer-contents, .drawer .drawer-heading, .drawer .drawer-body, .drawer .drawer-nav, .drawer .drawer-footer, .drawer ul, .drawer li {
    display: inherit;
    margin: 0;
    width: 100%;
    position: relative; }

.drawer-right {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05); }
.drawer-right .drawer-controls {
    float: left;
    margin-left: -16.66667%;
    margin-right: 0; }

.drawer-inverse {
    background-color: #333;
    color: #eeeeee;
    border-right: 1px solid #1a1a1a; }
.drawer-inverse.drawer-right {
    border-right: 1px solid #dfdfdf; }
.drawer-inverse .drawer-contents {
    background-color: #333; }
.drawer-inverse .drawer-fullnav li a, .drawer-inverse .drawer-nav li a {
    color: #fff;
    padding: 10px 15px; }
.drawer-inverse .drawer-fullnav li.active a, .drawer-inverse .drawer-fullnav li a:hover, .drawer-inverse .drawer-fullnav li a:active,
.drawer-inverse .drawer-nav li.active a, .drawer-inverse .drawer-nav li a:hover, .drawer-inverse .drawer-nav li a:active {
    color: #eeeeee;
    background-color: #1a1a1a; }

.drawer-inside {
    position: absolute; }

.drawer-controls {
    float: right;
    margin-right: -16.66667%;
    padding: 10px;
    height: 100%;
    position: relative;
    width: 16.66667%;
    z-index: 500; }

.drawer-contents {
    background-color: #f8f8f8;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 100; }

.drawer-heading {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 15px;
    color: inherit; }

.drawer-title {
    margin-top: 0;
    margin-bottom: 0; }

.drawer-inner-toggle {
    position: absolute;
    top: 10px;
    right: 10px; }

.drawer-body, .drawer-nav {
    padding: 10px 15px; }

.drawer-nav, .drawer-fullnav {
    padding: 10px 15px;
    margin-bottom: 0;
    list-style: none; }

.drawer-nav li, .drawer-fullnav li {
    position: relative;
    margin-bottom: 5px; }
.drawer-nav li a, .drawer-fullnav li a {
    color: #777;
    border-radius: 0;
    position: relative;
    display: block;
    padding: 10px 15px; }
.drawer-nav li.active a, .drawer-nav li a:hover, .drawer-nav li a:focus, .drawer-fullnav li.active a, .drawer-fullnav li a:hover, .drawer-fullnav li a:focus {
    color: #515151;
    text-decoration: none;
    background-color: white; }

.drawer-fullnav {
    color: #fff;
    padding: 0; }
.drawer-fullnav li {
    margin-bottom: 0; }
.drawer-fullnav li a {
    border-radius: 0; }

.drawer-footer {
    padding: 10px 15px; }
.drawer-footer.locked {
    position: absolute;
    bottom: 0;
    left: 0; }

.dw-xs-12 {
    width: 100%; }

.fold.dw-xs-12 {
    margin-left: -100%; }

.drawer-right.fold.dw-xs-12 {
    margin-right: -100%; }

.dw-xs-11 {
    width: 91.66667%; }

.fold.dw-xs-11 {
    margin-left: -91.66667%; }

.drawer-right.fold.dw-xs-11 {
    margin-right: -91.66667%; }

.dw-xs-10 {
    width: 83.33333%; }

.fold.dw-xs-10 {
    margin-left: -83.33333%; }

.drawer-right.fold.dw-xs-10 {
    margin-right: -83.33333%; }

.dw-xs-9 {
    width: 75%; }

.fold.dw-xs-9 {
    margin-left: -75%; }

.drawer-right.fold.dw-xs-9 {
    margin-right: -75%; }

.dw-xs-8 {
    width: 66.66667%; }

.fold.dw-xs-8 {
    margin-left: -66.66667%; }

.drawer-right.fold.dw-xs-8 {
    margin-right: -66.66667%; }

.dw-xs-7 {
    width: 58.33333%; }

.fold.dw-xs-7 {
    margin-left: -58.33333%; }

.drawer-right.fold.dw-xs-7 {
    margin-right: -58.33333%; }

.dw-xs-6 {
    width: 50%; }

.fold.dw-xs-6 {
    margin-left: -50%; }

.drawer-right.fold.dw-xs-6 {
    margin-right: -50%; }

.dw-xs-5 {
    width: 41.66667%; }

.fold.dw-xs-5 {
    margin-left: -41.66667%; }

.drawer-right.fold.dw-xs-5 {
    margin-right: -41.66667%; }

.dw-xs-4 {
    width: 33.33333%; }

.fold.dw-xs-4 {
    margin-left: -33.33333%; }

.drawer-right.fold.dw-xs-4 {
    margin-right: -33.33333%; }

.dw-xs-3 {
    width: 25%; }

.fold.dw-xs-3 {
    margin-left: -25%; }

.drawer-right.fold.dw-xs-3 {
    margin-right: -25%; }

.dw-xs-2 {
    width: 16.66667%; }

.fold.dw-xs-2 {
    margin-left: -16.66667%; }

.drawer-right.fold.dw-xs-2 {
    margin-right: -16.66667%; }

.dw-xs-1 {
    width: 8.33333%; }

.fold.dw-xs-1 {
    margin-left: -8.33333%; }

.drawer-right.fold.dw-xs-1 {
    margin-right: -8.33333%; }

@media (min-width: 768px) {
    .dw-sm-12 {
        width: 100%; }
    .fold.dw-sm-12 {
        margin-left: -100%; }
    .drawer-right.fold.dw-sm-12 {
        margin-right: -100%; }
    .dw-sm-11 {
        width: 91.66667%; }
    .fold.dw-sm-11 {
        margin-left: -91.66667%; }
    .drawer-right.fold.dw-sm-11 {
        margin-right: -91.66667%; }
    .dw-sm-10 {
        width: 83.33333%; }
    .fold.dw-sm-10 {
        margin-left: -83.33333%; }
    .drawer-right.fold.dw-sm-10 {
        margin-right: -83.33333%; }
    .dw-sm-9 {
        width: 75%; }
    .fold.dw-sm-9 {
        margin-left: -75%; }
    .drawer-right.fold.dw-sm-9 {
        margin-right: -75%; }
    .dw-sm-8 {
        width: 66.66667%; }
    .fold.dw-sm-8 {
        margin-left: -66.66667%; }
    .drawer-right.fold.dw-sm-8 {
        margin-right: -66.66667%; }
    .dw-sm-7 {
        width: 58.33333%; }
    .fold.dw-sm-7 {
        margin-left: -58.33333%; }
    .drawer-right.fold.dw-sm-7 {
        margin-right: -58.33333%; }
    .dw-sm-6 {
        width: 50%; }
    .fold.dw-sm-6 {
        margin-left: -50%; }
    .drawer-right.fold.dw-sm-6 {
        margin-right: -50%; }
    .dw-sm-5 {
        width: 41.66667%; }
    .fold.dw-sm-5 {
        margin-left: -41.66667%; }
    .drawer-right.fold.dw-sm-5 {
        margin-right: -41.66667%; }
    .dw-sm-4 {
        width: 33.33333%; }
    .fold.dw-sm-4 {
        margin-left: -33.33333%; }
    .drawer-right.fold.dw-sm-4 {
        margin-right: -33.33333%; }
    .dw-sm-3 {
        width: 25%; }
    .fold.dw-sm-3 {
        margin-left: -25%; }
    .drawer-right.fold.dw-sm-3 {
        margin-right: -25%; }
    .dw-sm-2 {
        width: 16.66667%; }
    .fold.dw-sm-2 {
        margin-left: -16.66667%; }
    .drawer-right.fold.dw-sm-2 {
        margin-right: -16.66667%; }
    .dw-sm-1 {
        width: 8.33333%; }
    .fold.dw-sm-1 {
        margin-left: -8.33333%; }
    .drawer-right.fold.dw-sm-1 {
        margin-right: -8.33333%; } }

@media (min-width: 992px) {
    .dw-md-12 {
        width: 100%; }
    .fold.dw-md-12 {
        margin-left: -100%; }
    .drawer-right.fold.dw-md-12 {
        margin-right: -100%; }
    .dw-md-11 {
        width: 91.66667%; }
    .fold.dw-md-11 {
        margin-left: -91.66667%; }
    .drawer-right.fold.dw-md-11 {
        margin-right: -91.66667%; }
    .dw-md-10 {
        width: 83.33333%; }
    .fold.dw-md-10 {
        margin-left: -83.33333%; }
    .drawer-right.fold.dw-md-10 {
        margin-right: -83.33333%; }
    .dw-md-9 {
        width: 75%; }
    .fold.dw-md-9 {
        margin-left: -75%; }
    .drawer-right.fold.dw-md-9 {
        margin-right: -75%; }
    .dw-md-8 {
        width: 66.66667%; }
    .fold.dw-md-8 {
        margin-left: -66.66667%; }
    .drawer-right.fold.dw-md-8 {
        margin-right: -66.66667%; }
    .dw-md-7 {
        width: 58.33333%; }
    .fold.dw-md-7 {
        margin-left: -58.33333%; }
    .drawer-right.fold.dw-md-7 {
        margin-right: -58.33333%; }
    .dw-md-6 {
        width: 50%; }
    .fold.dw-md-6 {
        margin-left: -50%; }
    .drawer-right.fold.dw-md-6 {
        margin-right: -50%; }
    .dw-md-5 {
        width: 41.66667%; }
    .fold.dw-md-5 {
        margin-left: -41.66667%; }
    .drawer-right.fold.dw-md-5 {
        margin-right: -41.66667%; }
    .dw-md-4 {
        width: 33.33333%; }
    .fold.dw-md-4 {
        margin-left: -33.33333%; }
    .drawer-right.fold.dw-md-4 {
        margin-right: -33.33333%; }
    .dw-md-3 {
        width: 25%; }
    .fold.dw-md-3 {
        margin-left: -25%; }
    .drawer-right.fold.dw-md-3 {
        margin-right: -25%; }
    .dw-md-2 {
        width: 16.66667%; }
    .fold.dw-md-2 {
        margin-left: -16.66667%; }
    .drawer-right.fold.dw-md-2 {
        margin-right: -16.66667%; }
    .dw-md-1 {
        width: 8.33333%; }
    .fold.dw-md-1 {
        margin-left: -8.33333%; }
    .drawer-right.fold.dw-md-1 {
        margin-right: -8.33333%; } }

@media (min-width: 1200px) {
    .dw-lg-12 {
        width: 100%; }
    .fold.dw-lg-12 {
        margin-left: -100%; }
    .drawer-right.fold.dw-lg-12 {
        margin-right: -100%; }
    .dw-lg-11 {
        width: 91.66667%; }
    .fold.dw-lg-11 {
        margin-left: -91.66667%; }
    .drawer-right.fold.dw-lg-11 {
        margin-right: -91.66667%; }
    .dw-lg-10 {
        width: 83.33333%; }
    .fold.dw-lg-10 {
        margin-left: -83.33333%; }
    .drawer-right.fold.dw-lg-10 {
        margin-right: -83.33333%; }
    .dw-lg-9 {
        width: 75%; }
    .fold.dw-lg-9 {
        margin-left: -75%; }
    .drawer-right.fold.dw-lg-9 {
        margin-right: -75%; }
    .dw-lg-8 {
        width: 66.66667%; }
    .fold.dw-lg-8 {
        margin-left: -66.66667%; }
    .drawer-right.fold.dw-lg-8 {
        margin-right: -66.66667%; }
    .dw-lg-7 {
        width: 58.33333%; }
    .fold.dw-lg-7 {
        margin-left: -58.33333%; }
    .drawer-right.fold.dw-lg-7 {
        margin-right: -58.33333%; }
    .dw-lg-6 {
        width: 50%; }
    .fold.dw-lg-6 {
        margin-left: -50%; }
    .drawer-right.fold.dw-lg-6 {
        margin-right: -50%; }
    .dw-lg-5 {
        width: 41.66667%; }
    .fold.dw-lg-5 {
        margin-left: -41.66667%; }
    .drawer-right.fold.dw-lg-5 {
        margin-right: -41.66667%; }
    .dw-lg-4 {
        width: 33.33333%; }
    .fold.dw-lg-4 {
        margin-left: -33.33333%; }
    .drawer-right.fold.dw-lg-4 {
        margin-right: -33.33333%; }
    .dw-lg-3 {
        width: 25%; }
    .fold.dw-lg-3 {
        margin-left: -25%; }
    .drawer-right.fold.dw-lg-3 {
        margin-right: -25%; }
    .dw-lg-2 {
        width: 16.66667%; }
    .fold.dw-lg-2 {
        margin-left: -16.66667%; }
    .drawer-right.fold.dw-lg-2 {
        margin-right: -16.66667%; }
    .dw-lg-1 {
        width: 8.33333%; }
    .fold.dw-lg-1 {
        margin-left: -8.33333%; }
    .drawer-right.fold.dw-lg-1 {
        margin-right: -8.33333%; } }

.fold {
    margin-right: 0; }

.folding {
    height: 100%;
    -webkit-transition-property: margin-left;
    transition-property: margin-left;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }

.drawer-right.fold {
    margin-left: 0; }

.drawer-right.folding {
    -webkit-transition-property: margin-right;
    transition-property: margin-right; }

.fold.open,
.drawer-right.fold.open {
    margin-left: 0;
    margin-right: 0; }

.btn:focus, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
html,
body {
    height: 100%;
    padding: 0; }

.site-loading body > * {
    visibility: hidden; }

a:active {
    color: #617426;
    text-decoration: underline; }

#page-container {
    position: relative;
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    overflow: hidden; }

.page {
    position: relative;
    width: 100%;
    min-width: 320px; }

.page-row {
    position: relative;
    width: 100%; }
.page-row:before, .page-row:after {
    content: " ";
    display: table; }
.page-row:after {
    clear: both; }
.page-row > .container {
    width: 100%;
    max-width: 1470px; }

.container, .container-fluid {
    position: relative; }

header[role="banner"] {
    z-index: 5; }

#header-forum label {
    font-weight: normal;
    color: #776658; }

@media (max-width: 767px) {
    .form-group {
        margin-bottom: 10px; } }

@media (min-width: 768px) and (max-width: 991px) {
    .form-group {
        margin-bottom: 10px; } }

.field-validation-error, .field-validation-valid {
    display: block;
    margin-top: .2em; }

.has-success .form-control-search:focus, .has-error .form-control-search:focus {
    border-color: #66afe9; }

.input-group.disabled {
    cursor: not-allowed; }
.input-group.disabled .input-group-addon, .input-group.disabled .input-group-btn .btn {
    background-color: #eeeeee; }
.input-group.disabled .input-group-btn .btn {
    pointer-events: none; }

.input-group-addon {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default; }

.input-group-bar {
    width: 100%; }
.input-group-bar > .input-group {
    width: 100%;
    padding: 0;
    border: none;
    z-index: 2; }
.input-group-bar > .input-group .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: transparent;
    border-color: transparent;
    display: none;
    z-index: 5; }
.input-group-bar > .input-group .btn:hover, .input-group-bar > .input-group .btn:active {
    background-color: rgba(0, 0, 0, 0.1); }
.input-group-bar .placeholder {
    cursor: text;
    opacity: unset !important;
}
.input-group-bar input.form-control-search:-webkit-autofill {
    z-index: 10; }
.input-group-bar .bootstrap-maxlength {
    font-size: 11px;
    top: -8px !important;
    left: auto !important;
    right: 10px !important;
    background-color: white;
    padding: 0 4px; }
.input-group-bar.focus > .input-group, .input-group-bar.active > .input-group {
    z-index: 3; }
.input-group-bar.focus input.form-control-search:-webkit-autofill, .input-group-bar.active input.form-control-search:-webkit-autofill {
    z-index: 2; }
.input-group-bar.active > .input-group .btn {
    display: block; }
.input-group-bar.optional input.form-control-search {
    padding-right: 36px; }
.input-group-bar.optional.input-group-sm input.form-control-search {
    padding-right: 30px; }
.input-group-bar.optional.input-group-lg input.form-control-search {
    padding-right: 48px; }

.input-group-bar .placeholder, .selectlist .placeholder {
    position: absolute;
    top: 7px;
    left: 12px;
    background-color: var(--bs-body-bg);
    padding: 0;
    margin: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999;
    border: none;
    pointer-events: none;
    z-index: 4; }

.input-group-bar select, .selectlist select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px; }

.input-group-bar.focus .form-control-search::-moz-placeholder, .input-group-bar.active .form-control-search::-moz-placeholder, .input-group-bar.easing .form-control-search::-moz-placeholder, .selectlist.focus .form-control-search::-moz-placeholder, .selectlist.active .form-control-search::-moz-placeholder, .selectlist.easing .form-control-search::-moz-placeholder {
    color: transparent;
    opacity: 1; }

.input-group-bar.focus .form-control-search:-ms-input-placeholder, .input-group-bar.active .form-control-search:-ms-input-placeholder, .input-group-bar.easing .form-control-search:-ms-input-placeholder, .selectlist.focus .form-control-search:-ms-input-placeholder, .selectlist.active .form-control-search:-ms-input-placeholder, .selectlist.easing .form-control-search:-ms-input-placeholder {
    color: transparent; }

.input-group-bar.focus .form-control-search::-webkit-input-placeholder, .input-group-bar.active .form-control-search::-webkit-input-placeholder, .input-group-bar.easing .form-control-search::-webkit-input-placeholder, .selectlist.focus .form-control-search::-webkit-input-placeholder, .selectlist.active .form-control-search::-webkit-input-placeholder, .selectlist.easing .form-control-search::-webkit-input-placeholder {
    color: transparent; }

.input-group-bar.focus .placeholder, .input-group-bar.active .placeholder, .input-group-bar.easing .placeholder, .selectlist.focus .placeholder, .selectlist.active .placeholder, .selectlist.easing .placeholder {
    display: none; }

.input-group-bar.has-error .form-control-search:not(:focus), .input-group-bar.has-error label.placeholder, .selectlist.has-error .form-control-search:not(:focus), .selectlist.has-error label.placeholder {
    color: #941a1d; }

.input-group-bar.has-success .form-control-search:not(:focus), .input-group-bar.has-success label.placeholder, .selectlist.has-success .form-control-search:not(:focus), .selectlist.has-success label.placeholder {
    color: #91ae39; }

.input-group-area {
    display: block; }
.input-group-area .input-group {
    display: block;
    float: none;
    height: auto !important; }
.input-group-area textarea.form-control-search {
    display: block;
    float: none;
    min-height: 140px;
    resize: vertical;
    overflow: auto; }

.input-group-sm .placeholder, .selectlist-sm .placeholder {
    left: 10px;
    top: 5px; }

.input-group-lg .placeholder, .selectlist-lg .placeholder {
    left: 16px;
    top: 10px; }

.selectlist-lg .caret {
    border-width: 6px; }

.selectlist > .dropdown-toggle {
    position: relative;
    width: 100%;
    color: #776658;
    background-color: #fff;
    border-radius: 0;
    font-weight: normal;
    text-align: left;
    z-index: 2; }
.selectlist > .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -1px; }
.selectlist > .dropdown-toggle .dropdown-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
.selectlist > .dropdown-toggle[disabled] {
    background-color: #eeeeee; }

.selectlist:not(.has-error):not(.has-success):not(.focus) .dropdown-toggle {
    border-color: #bfb3a9; }

.selectlist.has-error:not(.focus) .dropdown-toggle {
    border-color: #a94442;
    color: #941a1d; }

.selectlist.has-success:not(.focus) .dropdown-toggle {
    border-color: #3c763d;
    color: #91ae39; }

.selectlist > select {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    z-index: 1; }

.selectlist label.placeholder {
    max-width: 90%;
    cursor: pointer; }

.selectlist .dropdown-menu {
    width: 100%;
    min-width: 0;
    overflow: auto;
    padding: 1px 1px 1px 0;
    margin: 0; }
.selectlist .dropdown-menu > li > a {
    white-space: normal; }

.selectlist.focus > .dropdown-toggle {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.selectlist.selectlist-native > select {
    width: 100%;
    height: 34px;
    min-height: 100%;
    clip: auto;
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    opacity: 0;
    z-index: 3; }

.selectlist-lg .dropdown-toggle {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0; }

.selectlist-lg.selectlist-native > select {
    height: 46px; }

@media (max-width: 768px) {
    .selectlist .dropdown-menu > li > a {
        padding-left: 12px;
        padding-right: 12px; } }

@media (min-width: 768px) {
    form .dob .control-label {
        padding-right: 10px; }
    form .dob .row {
        display: inline;
        margin-left: 0;
        margin-right: 0; }
    form .dob .row:before {
        display: none; }
    form .dob .row > div {
        display: inline;
        width: auto;
        float: none;
        padding-left: 0;
        padding-right: 0; }
    form .dob .month, form .dob .date, form .dob .year {
        display: inline-block;
        margin-right: 10px; }
    form .dob .month {
        min-width: 150px; }
    form .dob .date, form .dob .year {
        min-width: 100px; } }

@media (min-width: 992px) {
    #header-forum .rs .btn-checkbox,
    #header-forum .rs .btn-radio {
        font-size: 14px; }
    #header-forum .rs .btn {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33333;
        border-radius: 0; }
    #header-forum .rs .input-group > input[type="date"].form-control-search,
    #header-forum .rs .input-group > input[type="date"].input-group-addon,
    #header-forum .rs .input-group > .input-group-btn > input[type="date"].btn,
    #header-forum .rs .input-group input[type="date"],
    #header-forum .rs .input-group > input[type="time"].form-control-search,
    #header-forum .rs .input-group > input[type="time"].input-group-addon,
    #header-forum .rs .input-group > .input-group-btn > input[type="time"].btn,
    #header-forum .rs .input-group input[type="time"],
    #header-forum .rs .input-group > input[type="datetime-local"].form-control-search,
    #header-forum .rs .input-group > input[type="datetime-local"].input-group-addon,
    #header-forum .rs .input-group > .input-group-btn > input[type="datetime-local"].btn,
    #header-forum .rs .input-group input[type="datetime-local"],
    #header-forum .rs .input-group > input[type="month"].form-control-search,
    #header-forum .rs .input-group > input[type="month"].input-group-addon,
    #header-forum .rs .input-group > .input-group-btn > input[type="month"].btn,
    #header-forum .rs .input-group input[type="month"] {
        line-height: 46px; }
    #header-forum .rs .selectlist .dropdown-toggle,
    #header-forum .rs .input-group > .form-control-search,
    #header-forum .rs .input-group > .input-group-addon,
    #header-forum .rs .input-group > .input-group-btn > .btn {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33333;
        border-radius: 0; }
    #header-forum .rs .input-group > select.form-control-search,
    #header-forum .rs .input-group > select.input-group-addon,
    #header-forum .rs .input-group > .input-group-btn > select.btn {
        height: 46px;
        line-height: 46px; }
    #header-forum .rs .input-group > .form-control-search + .form-control-search-feedback,
    #header-forum .rs .input-group > .input-group-addon + .form-control-search-feedback,
    #header-forum .rs .input-group > .input-group-btn > .btn + .form-control-search-feedback,
    #header-forum .rs .input-group + .form-control-search-feedback {
        width: 46px;
        height: 46px;
        line-height: 46px; }
    #header-forum .rs .input-group-bar > .input-group {
        padding: 0; }
    #header-forum .rs .input-group-bar .placeholder {
        left: 16px;
        top: 10px; }
    #header-forum .rs .selectlist .placeholder {
        left: 16px;
        top: 10px;
        font-size: 18px;
        line-height: 1.33333; }
    #header-forum .rs .selectlist .caret {
        border-width: 6px; }
    #header-forum .rs .selectlist.selectlist-native > select {
        height: 46px; }
}

.btn.collapsed .active, .list-group-item.collapsed .active {
    display: none; }

.btn:not(.collapsed) .inactive, .list-group-item:not(.collapsed) .inactive {
    display: none; }

#menu .list-group-item:not(:hover):not(:active) {
    background-color: transparent; }

#menu .list-group {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu .list-group-panel:last-of-type .list-group-heading .list-group-item {
   margin-bottom: -1px;
}

#menu .list-group > .list-group-panel:first-child > .list-group-collapse-heading > .list-group-item:first-child {
    border-top-left-radius: 0;
}

#menu .list-group > .list-group-panel:first-child > .list-group-collapse-heading > .list-group-item:last-child {
    border-top-right-radius: 0;
}

#menu .list-group > .list-group-panel:last-child > .list-group-collapse-heading > .list-group-item:first-child {
    border-bottom-left-radius: 0;
}

#menu .list-group > .list-group-panel:last-child > .list-group-collapse-heading > .list-group-item:last-child {
    border-bottom-right-radius: 0;
}

#menu .list-group .list-group-item {
    margin-top: 0;
}

#menu .list-group a.list-group-item,
#menu .list-group button.list-group-item {
    padding-right: 40px;
    z-index: 2;
}

#menu .list-group .list-group-heading {
    position: relative;
    width: 100%;
    z-index: 2;
}

#menu .list-group .list-group-heading:before,
#menu .list-group .list-group-heading:after {
    content: " ";
    display: table;
}

#menu .list-group .list-group-heading:after {
    clear: both;
}

#menu .list-group .list-group-heading .list-group-item {
    float: left;
    padding-right: 15px;
    /*margin-bottom: -1px;*/
}

#menu .list-group .list-group-heading .list-group-item:last-child {
    float: right;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    vertical-align: middle;
    border-left-width: 0;
}

@media (max-width: 767px) {
    #menu .list-group .list-group-heading .list-group-item {
        width: 80%;
    }
    #menu .list-group .list-group-heading .list-group-item:last-child {
        width: 20%;
    }
}

@media (min-width: 768px) {
    #menu .list-group .list-group-heading .list-group-item {
        width: 80%;
    }
    #menu .list-group .list-group-heading .list-group-item:last-child {
        width: 20%;
    }
}

#menu .list-group .list-group-collapse {
    padding: 0;
    margin: 0 0 -1px 0;
    z-index: 1;
}
#menu .list-group-collapse.in {
    display: block !important;
}

#menu .list-group .list-group-collapse:not(.in):not(.collapsing) {
    display: none;
}

#menu .list-group .list-group-collapse .list-group-collapse {
    padding: 0;
    z-index: 1;
}

#menu .list-group .list-group-collapse .list-group-collapse:not(.in):not(.collapsing) {
    display: none;
}

#menu .list-group .list-group-body {
    padding: 10px 15px;
    margin-bottom: 1px;
    border: 1px solid #ddd;
    border-top-width: 0;
    border-bottom-width: 0;
}

#menu .list-group .list-group-addon {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*#endregion */
#header-forum .navbar {
    min-height: 0; }

#header-forum .navbar-item .dropdown-menu > li.divider:first-child {
    display: none; }

#header-forum .navbar-item .dropdown-menu .dropdown-header.dropdown-header-link {
    padding: 0; }

@media (max-width: 991px) {
    #header-forum .navbar-megamenu {
        padding-left: 0;
        padding-right: 0; }
    #header-forum .navbar-megamenu .dropdown-menu {
        position: static;
        float: none;
        top: auto;
        left: auto; }
    #header-forum .navbar-megamenu .dropdown-menu.collapsing {
        display: block; }
    #header-forum .navbar-megamenu .list-group {
        margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
    #header-forum .navbar-megamenu .navbar-nav > li {
        float: none; } }

@media (min-width: 992px) {
    #header-forum .navbar-justify {
        position: static;
        display: table;
        width: 100%; }
    #header-forum .navbar-justify .navbar-item {
        display: table-cell;
        float: none; }
    #header-forum .navbar-justify .navbar-item > a {
        text-align: center;
        white-space: nowrap;
        padding-left: 0 !important;
        padding-right: 0 !important; }
    #header-forum .navbar-megamenu {
        position: relative; }
    #header-forum .navbar-megamenu .list-group-addon {
        display: none; }
    #header-forum .navbar-megamenu .dropdown-menu.list-group-collapse {
        float: none;
        padding: 15px; }
    #header-forum .navbar-megamenu div.dropdown-menu {
        width: 100%; }
    #header-forum .navbar-megamenu div.dropdown-menu table {
        width: 100%; }
    #header-forum .navbar-megamenu div.dropdown-menu table > tbody > tr > td {
        vertical-align: top; }
    #header-forum .navbar-megamenu div.dropdown-menu table > tbody > tr > td:not(:last-child) {
        padding-right: 15px; }
    #header-forum .navbar-megamenu div.dropdown-menu table > tbody > tr > td.dropdown-menu-img {
        width: 1%; }
    #header-forum .navbar-megamenu div.dropdown-menu table > tbody > tr > td.dropdown-menu-img a,
    #header-forum .navbar-megamenu div.dropdown-menu table > tbody > tr > td.dropdown-menu-img img {
        display: block; }
    #header-forum .navbar-megamenu div.dropdown-menu table > tbody > tr > td > div {
        font-weight: bold; }
    #header-forum .navbar-megamenu div.dropdown-menu table ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0; }
    #header-forum .navbar-megamenu div.dropdown-menu table ol {
        margin-left: 0;
        padding-left: 1.8em; }
    #header-forum .navbar-megamenu div.dropdown-menu .list-group-table {
        display: table;
        width: 100%; }
    #header-forum .navbar-megamenu div.dropdown-menu .list-group-column {
        display: table-cell;
        vertical-align: top; }
    #header-forum .navbar-megamenu div.dropdown-menu .list-group-img {
        width: 1%; }
    #header-forum .navbar-megamenu .dropdown.open .dropdown-menu {
        display: block; }
    #header-forum .navbar-megamenu .dropdown:not(.open) .dropdown-menu {
        display: none !important; }
    #header-forum .navbar-megamenu .navbar-item:not(.navbar-menu) .dropdown-menu {
        min-width: 100%; }
    #header-forum .navbar-megamenu .navbar-menu {
        position: static; }
    #header-forum .navbar-megamenu .navbar-menu:not(.navbar-menu-narrow) .dropdown-menu {
        min-width: 100%; }
    #header-forum .navbar-megamenu .navbar-menu.navbar-menu-narrow .dropdown-menu {
        left: 20%;
        width: 60%; }
    #header-forum .navbar-megamenu .navbar-menu.navbar-menu-narrow:nth-child(-n+3) .dropdown-menu {
        left: 0; }
    #header-forum .navbar-megamenu .navbar-menu.navbar-menu-narrow:nth-last-child(-n+3) .dropdown-menu {
        left: auto;
        right: 0; } }

html,
body {
    /*font-family: "Lato", sans-serif;*/
    color: #776658;
}

.title > span:not(.title-name) {
    white-space: nowrap; }

/*#region Button Defaults */
/*.password-show input.form-control-search {*/
/*    border-right-color: white !important; }*/

/*.password-show .input-group-btn .btn {*/
/*    font-weight: normal !important;*/
/*    text-decoration: underline; }*/
/*.password-show .input-group-btn .btn:hover, .password-show .input-group-btn .btn:active, .password-show .input-group-btn .btn:focus {*/
/*    background-color: white !important;*/
/*    text-decoration: none; }*/

/*.btn-add .btn-add-suffix {*/
/*    display: none; }*/

#header-forum .btn:not(.btn-link) {
    text-transform: lowercase;
    /*font-weight: bold;*/
    text-shadow: none !important;
    box-shadow: none;
    background-image: none !important;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s ease-in;
    -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s ease-in;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s ease-in;
}

/*.btn-link {*/
/*    font-size: 1em;*/
/*    vertical-align: top; }*/

#header-forum .btn-default {
    color: #776658;
    background-color: white;
    border-color: white;
    background-image: none; }
#header-forum .btn-default:focus, #header-forum .btn-default.focus {
    color: #776658;
    background-color: #e6e6e6;
    border-color: #bfbfbf; }
#header-forum .btn-default:hover {
    color: #776658;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
#header-forum .btn-default:active, #header-forum .btn-default.active,
#header-forum .open > .btn-default.dropdown-toggle {
    color: #776658;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
#header-forum .btn-default:active:hover, #header-forum .btn-default:active:focus, #header-forum .btn-default:active.focus,
#header-forum .btn-default.active:hover, #header-forum .btn-default.active:focus, #header-forum .btn-default.active.focus,
#header-forum .open > .btn-default.dropdown-toggle:hover,
#header-forum .open > .btn-default.dropdown-toggle:focus,
#header-forum .open > .btn-default.dropdown-toggle.focus {
    color: #776658;
    background-color: #d4d4d4;
    border-color: #bfbfbf; }
#header-forum .btn-default:active, #header-forum .btn-default.active,
#header-forum .open > .btn-default.dropdown-toggle {
    background-image: none; }
#header-forum .btn-default.disabled:hover, #header-forum .btn-default.disabled:focus, #header-forum .btn-default.disabled.focus,
#header-forum .btn-default[disabled]:hover, #header-forum .btn-default[disabled]:focus, #header-forum .btn-default[disabled].focus,
fieldset[disabled] #header-forum .btn-default:hover,
fieldset[disabled] #header-forum .btn-default:focus,
fieldset[disabled] #header-forum .btn-default.focus {
    background-color: white;
    border-color: white; }
#header-forum .btn-default .badge {
    color: white;
    background-color: #776658; }
#header-forum .btn-default:hover, #header-forum .btn-default:active {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: #eee9e3; }

/*#region Dividers */
/*hr {*/
/*    margin-top: 40px;*/
/*    margin-bottom: 40px;*/
/*    border-color: #776658;*/
/*    border-width: 2px; }*/

/*.burst-or {*/
/*    width: 60px;*/
/*    margin: -60px auto 0;*/
/*    background-color: white; }*/
/*.burst-or div {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    margin: 0 auto 20px auto;*/
/*    line-height: 40px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    background-color: #776658;*/
/*    color: white;*/
/*    border-radius: 100%; }*/

/*#endregion */
/*#region Panel Defaults */
/*.panel-default {*/
/*    border-left-width: 0;*/
/*    border-right-width: 0; }*/

/*.panel-default > .panel-heading {*/
/*    background-image: none;*/
/*    background-color: transparent;*/
/*    box-shadow: none; }*/
/*.panel-default > .panel-heading.collapsed {*/
/*    border-bottom-width: 0; }*/

/*.panel-heading, .panel {*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none; }*/

/*.navlist .btn {*/
/*    text-transform: none; }*/

/*@media (max-width: 991px) {*/
/*    .navlist .btn {*/
/*        font-weight: normal; } }*/

/*@media (min-width: 992px) {*/
/*    .navlist a.btn:hover, .navlist a.btn:active {*/
/*        text-decoration: underline; } }*/

/*#endregion */
/*#region Modal Defaults */
.modal-title {
    font-weight: bold; }

.modal-body {
    padding-top: 0; }
.modal-body .help-faq h1 {
    margin-top: 0; }

/*#endregion */
/*#region Form Defaults */
legend {
    color: #8f857c;
    font-weight: bold;
    border-bottom: 2px solid #8f857c; }
legend .disclaimer {
    font-weight: normal;
    font-size: 14px;
    font-style: italic; }

.required label {
    color: #776658; }

.form-control-search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.number.qty .placeholder {
    left: 0 !important;
    margin-left: 0;
    width: 100%;
    text-align: center !important; }

.number.qty .form-control-search {
    text-align: center !important; }

.number.qty.active .placeholder, .number.qty.focus .placeholder {
    display: none; }

/*#endregion */
/*#region Input Defaults */
#header-forum .selectlist > .dropdown-toggle {
    text-transform: none;
    font-weight: normal;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

#header-forum .input-group input:not(:focus) {
    -webkit-box-shadow: none;
    box-shadow: none; }

#header-forum .input-group .input-group-btn .btn-default {
    border-color: #bfb3a9; }

#header-forum .input-group .input-group-btn:not(:first-child) .btn-default {
    border-left-width: 0; }

#header-forum .input-group .input-group-btn:not(:last-child) .btn-default {
    border-right-width: 0; }

#header-forum .input-group .input-group-addon {
    background-color: #fff; }

#header-forum .input-group.disabled .input-group-addon,
#header-forum .input-group.disabled .input-group-btn .btn {
    color: #999; }

#header-forum .input-group.has-error .input-group-btn .btn {
    border-color: #941a1d; }

#header-forum .input-group.has-success .input-group-btn .btn {
    border-color: #91ae39; }

#header-forum .input-group-bar > .input-group .btn,
#header-forum .selectlist > .input-group .btn {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-out; }

#header-forum .input-group-bar label.placeholder,
#header-forum .selectlist label.placeholder {
    font-weight: normal;
    padding: 0px 6px;
    margin: 0 0 0 -6px; }

/* SASS style nested selector converted to standard CSS */
#header-forum .input-group-bar.focus .placeholder,
#header-forum .input-group-bar.active .placeholder,
#header-forum .selectlist.focus .placeholder,
#header-forum .selectlist.active .placeholder {
    display: block;
    /*background-color: $input-bg;*/
    transform: translateY(-85%) translateX(1px) scale(.8);
}

#header-forum .input-group-bar.focus > .input-group,
#header-forum .input-group-bar.active > .input-group,
#header-forum .selectlist.focus > .input-group,
#header-forum .selectlist.active > .input-group {
    z-index: 3; }

#header-forum .input-group-bar.active > .input-group .btn,
#header-forum .selectlist.active > .input-group .btn {
    display: block;
    opacity: 1;
    visibility: visible;
    -moz-transform: transform 0.3s ease-out;
    -o-transform: transform 0.3s ease-out;
    -ms-transform: transform 0.3s ease-out;
    -webkit-transform: transform 0.3s ease-out;
    transform: transform 0.3s ease-out; }

#header-forum .input-group-bar.required:not(.has-error):not(.has-success):not(.focus) .dropdown-toggle,
#header-forum .input-group-bar.required:not(.has-error):not(.has-success):not(.focus) input.form-control-search:not(:focus),
#header-forum .input-group-bar.required:not(.has-error):not(.has-success):not(.focus) .input-group-btn .btn,
#header-forum .input-group-bar.required:not(.has-error):not(.has-success):not(.focus) .input-group-addon,
#header-forum .selectlist.required:not(.has-error):not(.has-success):not(.focus) .dropdown-toggle,
#header-forum .selectlist.required:not(.has-error):not(.has-success):not(.focus) input.form-control-search:not(:focus),
#header-forum .selectlist.required:not(.has-error):not(.has-success):not(.focus) .input-group-btn .btn,
#header-forum .selectlist.required:not(.has-error):not(.has-success):not(.focus) .input-group-addon {
    border-color: #776658; }

#header-forum .input-group-bar.required:not(.has-error):not(.has-success):not(.focus) label.placeholder,
#header-forum .selectlist.required:not(.has-error):not(.has-success):not(.focus) label.placeholder {
    color: #776658; }

#header-forum .input-group-bar.has-error,
#header-forum .selectlist.has-error {
    -webkit-box-shadow: 0 0 8px rgba(148, 26, 29, 0.6);
    box-shadow: 0 0 8px rgba(148, 26, 29, 0.6); }

.csstransitions .input-group-bar label.placeholder, .csstransitions .selectlist label.placeholder {
    display: block;
    visibility: hidden;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }

.csstransitions .input-group-bar.focus label.placeholder, .csstransitions .input-group-bar.active label.placeholder, .csstransitions .selectlist.focus label.placeholder, .csstransitions .selectlist.active label.placeholder {
    transform: translateY(-85%) translateX(1px) scale(0.8); }

.csstransitions .input-group-bar.focus .placeholder, .csstransitions .input-group-bar.active .placeholder, .csstransitions .input-group-bar.easing .placeholder, .csstransitions .selectlist.focus .placeholder, .csstransitions .selectlist.active .placeholder, .csstransitions .selectlist.easing .placeholder {
    visibility: visible;
    background-color: #fff; }

/*#region Containers */
.page-row {
    background-color: var(--bs-body-bg); }

main > .container {
    padding-top: 6px; }

.atlas-messages .alert, .atlas-messages .message-page {
    background-image: none;
    border-width: 0; }

@media (min-width: 992px) {
    .atlas-messages {
        font-size: 18px; } }

@media (min-width: 1200px) {
    .atlas-messages {
        font-size: 20px; } }

/*#endregion */
/*#region Header */
.modal-backdrop-header {
    z-index: 4; }

.modal-backdrop-drawer {
    z-index: 1034; }

.header-promo-m {
    display: none; }
.header-promo-m .col-xs-12 {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #eee9e3;
    color: #776658;
    text-align: center;
    font-size: 12px; }

@media (min-width: 1200px) {
    .header-promo {
        font-size: 16px; } }

.header-promo > div {
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #776658; }

.header-promo span {
    color: #dc4d23 !important;
    font-family: "Lato", sans-serif;
}

.nav-alerts > .btn {
    position: relative; }
.nav-alerts > .btn .badge {
    font-size: 11px;
    background-color: #dc4d23; }

#nav-alerts {
    padding: 0;
    overflow: hidden;
    background-color: white;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
#nav-alerts:not(.in):not(.collapsing) {
    display: none; }
#nav-alerts .loader {
    margin: 0; }
#nav-alerts .loader-icon {
    width: 40px;
    height: 40px; }
#nav-alerts .btn-link {
    color: #91ae39; }
#nav-alerts .loader-title {
    display: none; }
#nav-alerts .btn-link {
    padding-left: 10px;
    padding-right: 10px; }
#nav-alerts .panel-title {
    text-transform: uppercase;
    font-weight: bold; }
#nav-alerts .panel-title:after {
    content: ":"; }
#nav-alerts .panel-heading {
    position: relative;
    background-color: #eee9e3; }
#nav-alerts .panel-heading .badge {
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -9px -37px 0 0; }
#nav-alerts .panel-heading label {
    vertical-align: middle;
    margin: 0; }
#nav-alerts .panel-heading .btn-link {
    text-transform: none; }
#nav-alerts .panel-heading .collapse, #nav-alerts .panel-heading .collapsing {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 100%;
    min-width: 170px;
    text-align: right; }
#nav-alerts .panel {
    margin: 0;
    border: none; }
#nav-alerts .panel-body {
    padding: 0; }
#nav-alerts .btn-bid {
    position: absolute;
    top: 50%;
    right: 60px;
    color: #dc4d23;
    background-color: white;
    border-color: #dc4d23;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25) !important;
    border-width: 2px;
    min-width: 140px;
    margin-top: -18px;
    font-weight: bold; }
#nav-alerts .btn-bid:focus, #nav-alerts .btn-bid.focus {
    color: #dc4d23;
    background-color: #e6e6e6;
    border-color: #6e2712; }
#nav-alerts .btn-bid:hover {
    color: #dc4d23;
    background-color: #e6e6e6;
    border-color: #a73b1b; }
#nav-alerts .btn-bid:active, #nav-alerts .btn-bid.active,
.open > #nav-alerts .btn-bid.dropdown-toggle {
    color: #dc4d23;
    background-color: #e6e6e6;
    border-color: #a73b1b; }
#nav-alerts .btn-bid:active:hover, #nav-alerts .btn-bid:active:focus, #nav-alerts .btn-bid:active.focus, #nav-alerts .btn-bid.active:hover, #nav-alerts .btn-bid.active:focus, #nav-alerts .btn-bid.active.focus,
.open > #nav-alerts .btn-bid.dropdown-toggle:hover,
.open > #nav-alerts .btn-bid.dropdown-toggle:focus,
.open > #nav-alerts .btn-bid.dropdown-toggle.focus {
    color: #dc4d23;
    background-color: #d4d4d4;
    border-color: #6e2712; }
#nav-alerts .btn-bid:active, #nav-alerts .btn-bid.active,
.open > #nav-alerts .btn-bid.dropdown-toggle {
    background-image: none; }
#nav-alerts .btn-bid.disabled:hover, #nav-alerts .btn-bid.disabled:focus, #nav-alerts .btn-bid.disabled.focus, #nav-alerts .btn-bid[disabled]:hover, #nav-alerts .btn-bid[disabled]:focus, #nav-alerts .btn-bid[disabled].focus,
fieldset[disabled] #nav-alerts .btn-bid:hover,
fieldset[disabled] #nav-alerts .btn-bid:focus,
fieldset[disabled] #nav-alerts .btn-bid.focus {
    background-color: white;
    border-color: #dc4d23; }
#nav-alerts .btn-bid .badge {
    color: white;
    background-color: #dc4d23; }
#nav-alerts .btn-bid:hover, #nav-alerts .btn-bid:active {
    color: white;
    background-color: #dc4d23; }
#nav-alerts .alert, #nav-alerts .message-page {
    position: relative;
    margin: 0;
    padding-right: 170px;
    border-bottom: 2px solid #eee9e3;
    -webkit-box-shadow: none;
    box-shadow: none; }
#nav-alerts .alert img, #nav-alerts .message-page img {
    position: absolute;
    top: 50%;
    height: auto;
    display: block; }
#nav-alerts .alert a.nav-alert-all, #nav-alerts .message-page a.nav-alert-all {
    font-weight: bold; }
#nav-alerts .alert a.nav-alert-all .fa, #nav-alerts .message-page a.nav-alert-all .fa {
    font-size: .8em;
    vertical-align: middle; }
#nav-alerts .title {
    display: block;
    color: #776658;
    font-weight: bold; }
#nav-alerts .panel:not(.panel-none) .panel-heading, #nav-alerts .panel:not(.panel-none) .alert, #nav-alerts .panel:not(.panel-none) .message-page {
    padding-left: 45px; }
#nav-alerts .panel-none {
    text-align: center; }
#nav-alerts .panel-ending-soon .panel-title, #nav-alerts .panel-outbid .panel-title {
    color: #dc4d23; }
#nav-alerts .panel-relisted .panel-title, #nav-alerts .panel-winning .panel-title {
    color: #91ae39; }

#menu {
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.9);
    border: none; }
#menu:not(.folding):not(.open) {
    display: none; }
#menu .drawer-heading {
    padding: 0;
    background-color: black;
    border: none; }
#menu .drawer-title {
    min-height: 40px;
    padding: 6px;
    line-height: 1.42857; }
#menu .drawer-title .close {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 40px;
    opacity: 1;
    color: white;
    text-align: center;
    border: none; }
#menu .drawer-title .close .icon {
    position: relative;
    top: -2px; }
#menu .drawer-title .close:hover, #menu .drawer-title .close:active {
    background-color: #504b47; }
#menu .drawer-body {
    padding: 0; }
#menu .drawer-body > .list-group-container {
    margin-bottom: 0; }
#menu .drawer-contents {
    background: none;
    border: none; }
#menu .icon {
    opacity: .5; }
#menu .list-group {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    background-color: transparent; }
#menu .list-group-panel:not(:last-child) .list-group-item {
    border-bottom-width: 0 !important; }
#menu .list-group-item {
    color: #eee9e3;
    border-color: #504b47;
    border-top-width: 1px !important;
    border-left-width: 0; }
#menu .list-group-item:last-child {
    border-right-width: 0; }
#menu .list-group-item:hover, #menu .list-group-item:active {
    background-color: black; }
#menu .list-group-panel:not(.collapsed) {
    background-color: #504b47; }
#menu .list-group-panel:not(.collapsed) .list-group-item {
    border-color: black; }
#menu .list-group-panel:not(.collapsed) .list-group-panel:not(.collapsed) {
    background-color: #79716b; }
#menu .list-group-panel:not(.collapsed) .list-group-panel:not(.collapsed) .list-group-panel:not(.collapsed) {
    background-color: #947f6e; }
#menu .list-group-panel .list-group-panel .list-group-panel .list-group-item {
    padding-left: 30px; }
#menu .list-group-panel .list-group-panel .list-group-panel .list-group-panel .list-group-item {
    padding-left: 50px; }
#menu .list-group-img {
    padding: 10px;
    border-bottom: 1px solid #504b47; }
#menu .list-group-img a {
    display: block; }
#menu .list-group-img img {
    width: 100%;
    height: auto; }
#menu .padding-quick-search {
    padding: 10px;
    border-top: 1px solid #504b47;
}

/*.menu-social {*/
/*    border-bottom: 1px solid #504b47;*/
/*    font-size: 0;*/
/*    text-align: center; }*/
/*.menu-social a {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    padding: 10px 0;*/
/*    min-width: 40px; }*/
/*.menu-social a img {*/
/*    height: 20px;*/
/*    opacity: .8; }*/
/*.menu-social a:hover, .menu-social a:active {*/
/*    background-color: #504b47; }*/
/*.menu-social > div {*/
/*    float: none;*/
/*    display: inline-block; }*/

@media (max-width: 767px) {
    #nav-alerts .btn-bid {
        right: 50px;
        min-width: 0; } }

@media (min-width: 768px) {
    #nav-alerts .lot-btw, #nav-alerts .lot-qb, #nav-alerts .lot-closes, #nav-alerts .lot-qty {
        display: inline; }
    #nav-alerts .lot-btw:after, #nav-alerts .lot-qb:after, #nav-alerts .lot-qty:after {
        content: " - "; } }

@media (min-width: 480px) and (max-width: 767px) {
    #nav-alerts .panel:not(.panel-none) .alert, #nav-alerts .panel:not(.panel-none) .message-page {
        padding-left: 115px; }
    #nav-alerts .panel:not(.panel-none) .alert img, #nav-alerts .panel:not(.panel-none) .message-page img {
        left: 45px;
        width: 60px;
        margin-top: -30px; } }

@media (max-width: 479px) {
    #nav-alerts .alert, #nav-alerts .message-page {
        padding-left: 10px !important; }
    #nav-alerts .alert img, #nav-alerts .message-page img {
        display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
    #nav-alerts .panel:not(.panel-none) .alert, #nav-alerts .panel:not(.panel-none) .message-page {
        padding-left: 95px; }
    #nav-alerts .panel:not(.panel-none) .alert img, #nav-alerts .panel:not(.panel-none) .message-page img {
        left: 45px;
        width: 40px;
        margin-top: -20px; } }

@media (max-width: 991px) {
    #header-forum .header-promo-m {
        display: block; }
    #header-forum .header-promo, .navbar-megamenu {
        display: none; }
    #header-forum .header {
        border-bottom: 4px solid #eee9e3; }
    #header-forum .header .container {
        position: relative;
        min-height: 70px; }
    #header-forum .header .container > .container-fluid {
        position: static; }
    #header-forum .navbar-header {
        display: block;
        height: 70px; }
    #header-forum .navbar-header .navbar-nav {
        margin: 0;
        float: none; }
    #header-forum .navbar-header .navbar-item {
        position: static;
        float: left !important; }
    #header-forum .navbar-header .navbar-item > .btn {
        width: 58px;
        height: 58px;
        line-height: 58px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 30px;
        color: #776658;
        /*background: white;*/
        border: none; }
    .navbar-header .navbar-item > .btn:hover, .navbar-header .navbar-item > .btn:active, .navbar-header .navbar-item > .btn[data-toggle="collapse"]:not(.collapsed), .navbar-header .navbar-item > .btn[data-toggle="drawer"]:not(.folded) {
        /*background-color: #eee9e3;*/
    }
    #header-forum .navbar-header .navbar-item-search {
        float: right !important; }
    #header-forum .container > .navbar-header {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        margin: 0 0 4px 0; }
    #header-forum .header-logo {
        position: absolute;
        top: 10px;
        left: 116px;
        height: 70px;
        z-index: 1; }
    #header-forum .header-logo img {
        width: auto;
        max-height: 50px; }
    #header-forum .header-search {
        position: static; }
    #header-forum .header-search form.search {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0 15px;
        background-color: var(--bs-body-bg); }
    #header-forum .header-search form.search .input-group-bar {
        margin-bottom: 15px; }
    #header-forum .nav-alerts > .btn .badge {
        position: absolute;
        top: 5px;
        left: 8px; }
    #nav-alerts {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%; }
    #nav-alerts .panel-heading {
        padding-top: 5px;
        padding-bottom: 5px; }
    #nav-alerts .panel-heading .collapse, #nav-alerts .panel-heading .collapsing, #nav-alerts .panel-heading .btn-link {
        line-height: 32px; }
    #nav-alerts .alert, #nav-alerts .message-page {
        padding-right: 110px; }
    #header-forum .search-suggestions .list-group-item {
        border-left-width: 0;
        border-right-width: 0; }
    #header-forum .megamenu {
        margin: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none; } }

@media (min-width: 992px) {
    #header-forum .header .container {
        position: relative;
        z-index: 1; }
    #header-forum .header .container-fluid {
        padding-left: 0;
        padding-right: 0;
        margin-left: 200px; }
    #header-forum .header .container-fluid .row {
        display: table;
        width: 100%;
        margin: 0;
        height: 115px; }
    #header-forum .header .container-fluid .row > div {
        display: table-cell;
        float: none;
        vertical-align: middle; }
    #header-forum .header-logo {
        position: absolute;
        top: 22px;
        left: 15px; }
    #header-forum .header-search {
        padding-right: 0; }
    #header-forum form.search {
        position: relative;
        display: block;
        height: auto !important;
        padding: 0; }
    #header-forum form.search .input-group {
        width: 100%; }
    #header-forum .navbar-item-search {
        display: none !important; }
    #header-forum .navbar-header {
        position: static; }
    #header-forum .navbar-header::before, .navbar-header::after {
        content: "";
        display: none; }
    #header-forum .navbar-header .navbar-nav {
        position: static; }
    #header-forum .navbar-header .navbar-item .btn {
        margin: 0; }
    #header-forum .navbar-header .navbar-item:first-child .btn {
        border-left-width: 1px; }
    #header-forum .nav-alerts > .btn .badge {
        position: absolute;
        top: 3px;
        left: 18px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    #header-forum .nav-alerts > .btn .badge {
        left: 8px; } }

@media (min-width: 992px) {
    #header-forum .megamenu .navbar-item.nav-alerts > button.btn:not(.collapsed) {
        background-color: #eee9e3; }
    #header-forum .megamenu .navbar-item.nav-alerts > button.btn:not(.collapsed):hover, .megamenu .navbar-item.nav-alerts > button.btn:not(.collapsed):active {
        background-color: #e4ddd3 !important; }
    #nav-alerts {
        width: calc(100% - (30px));
        min-width: 0; }
    #nav-alerts .panel-heading {
        padding-top: 0;
        padding-bottom: 0;
        height: 36px;
        line-height: 36px; }
    #nav-alerts .panel-title {
        font-size: 24px; }
    #nav-alerts .btn-link {
        vertical-align: middle;
        line-height: 36px; }
    #nav-alerts .alert, #nav-alerts .message-page {
        padding-top: 15px;
        padding-bottom: 15px; }
    #nav-alerts .panel:not(.panel-none) .alert, #nav-alerts .panel:not(.panel-none) .message-page {
        padding-left: 105px; }
    #nav-alerts .panel:not(.panel-none) .alert img, #nav-alerts .panel:not(.panel-none) .message-page img {
        left: 45px;
        width: 50px;
        margin-top: -25px; }
    #header-forum .megamenu {
        margin-bottom: 0; }
    #header-forum .megamenu .navbar-item > a, .megamenu .navbar-item > button.btn {
        font-size: 18px !important;
        line-height: 1em;
        color: #777;
        font-weight: normal;
        margin: 0;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: transparent;
        border-width: 0; }
    #header-forum .megamenu .navbar-item > a:hover, .megamenu .navbar-item > a:active, .megamenu .navbar-item > button.btn:hover, .megamenu .navbar-item > button.btn:active {
        background-image: none !important;
        background-color: #eee9e3 !important; }
    #header-forum .megamenu .navbar-item > a .icon, .megamenu .navbar-item > button.btn .icon {
        margin-right: 10px;
        opacity: .75; }
    #header-forum .megamenu .navbar-item.open > a, .megamenu .navbar-item.open > button.btn {
        background-image: none !important;
        background-color: #eee9e3 !important; }
    #header-forum .megamenu .navbar-item > button.btn {
        padding-left: 25px;
        padding-right: 25px;
        border-color: #aa998b;
        border-right-width: 1px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    #header-forum .megamenu .navbar-item > button.btn .icon {
        font-size: 20px;
        top: 2px; }
    #header-forum .megamenu .navbar-item > button.btn {
        padding-left: 15px;
        padding-right: 15px; } }
@media (min-width: 992px) {
    #header-forum .megamenu .navbar-item > button.btn .icon {
        margin-top: -100%;
        position: relative; }
    #header-forum .megamenu .navbar-item .dropdown-menu {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px; }
    #header-forum .megamenu .navbar-item .dropdown-menu > li > a:not(.active):hover, .megamenu .navbar-item .dropdown-menu > li > a:active {
        background: none !important;
        text-decoration: underline; }
    #header-forum .megamenu .navbar-menu .dropdown-menu {
        padding: 15px; }
    #header-forum .megamenu .navbar-menu .dropdown-menu a {
        font-weight: normal;
        color: #333;
        line-height: 1.5em; }
    #header-forum .megamenu .navbar-menu .dropdown-menu .dropdown-menu-img img {
        width: 300px;
        height: auto; }
    #header-forum .megamenu .navbar-menu:not(.navbar-menu-narrow) .dropdown-menu {
        width: calc(100% - (30px)); }
    #header-forum .megamenu .navbar-menu.navbar-menu-narrow:nth-child(-n+3) .dropdown-menu, .megamenu .navbar-menu:not(.navbar-menu-narrow) .dropdown-menu {
        left: 15px; }
    #header-forum .megamenu .navbar-menu.navbar-menu-narrow:nth-last-child(-n+3) .dropdown-menu {
        right: 15px; }
    #header-forum .navbar-megamenu {
        position: static;
        padding: 0; }
    #header-forum nav.megamenu {
        background: none;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom-color: #bbb;
        -webkit-box-shadow: inset 0 8px 8px #eee;
        box-shadow: inset 0 8px 8px #eee; }
    #header-forum nav.megamenu .container {
        display: table; }
    #header-forum nav.megamenu .container > div {
        display: table-cell; }
    #header-forum nav.megamenu .container .navbar-nav > li > .panel-heading .btn {
        background: none;
        padding-left: 25px;
        padding-right: 25px;
        margin-left: -1px;
        border-top-width: 0;
        border-bottom-width: 0;
        border-color: #bbb; }
    #header-forum nav.megamenu .container .navbar-header {
        width: 1%;
        font-size: 0;
        float: none; }
    #header-forum nav.megamenu .container .navbar-header > div {
        display: table;
        white-space: nowrap; }
    #header-forum nav.megamenu .container .navbar-header > div button {
        display: table-cell; }
    #header-forum .search-suggestions .list-group-item {
        border-left-color: #776658;
        border-right-color: #776658; }
    #header-forum .search-suggestions .list-group-item:last-child {
        border-bottom-color: #776658; }
    #header-forum .menu-social a img {
        height: 25px; } }

@media (min-width: 1200px) {
    #header-forum .megamenu .navbar-item > a, .megamenu .navbar-item > button.btn {
        padding-top: 15px;
        padding-bottom: 15px; }
    #header-forum .megamenu .navbar-item > a .icon, .megamenu .navbar-item > button.btn .icon {
        font-size: 28px;
        top: 5px; } }

/*#endregion */
/*#region Container */
main > .container {
    padding-top: 15px;
    padding-bottom: 15px; }

@media (max-width: 991px) {
    main > .container {
        padding-top: 0; } }
/*#endregion */

.moderate-post {
    padding: 3px 6px;
    display: inline;
}

#nav-drawer-btn:hover {
    color: #333;
    background-color: rgba(0, 0, 0, 0.1);
}

#btn-search-small:hover {
    background-color: rgba(0, 0, 0, 0.1);
}