* {
  box-sizing: border-box; }

/****************  FORUM  *********************** */
/****************  BASE   *********************** */
/*! 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; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -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.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  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: 4px;
  -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: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: #337ab7; }

.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-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, .forum-moder-panel,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .forum-moder-panel > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .forum-moder-panel > .btn:hover, .btn-group > .btn:focus, .forum-moder-panel > .btn:focus, .btn-group > .btn:active, .forum-moder-panel > .btn:active, .btn-group > .btn.active, .forum-moder-panel > .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, .forum-moder-panel .btn + .btn,
.btn-group .btn + .btn-group,
.forum-moder-panel .btn + .btn-group,
.btn-group .btn + .forum-moder-panel,
.forum-moder-panel .btn + .forum-moder-panel,
.btn-group .btn-group + .btn,
.forum-moder-panel .btn-group + .btn,
.btn-group .forum-moder-panel + .btn,
.forum-moder-panel .forum-moder-panel + .btn,
.btn-group .btn-group + .btn-group,
.forum-moder-panel .btn-group + .btn-group,
.btn-group .forum-moder-panel + .btn-group,
.forum-moder-panel .forum-moder-panel + .btn-group,
.btn-group .btn-group + .forum-moder-panel,
.forum-moder-panel .btn-group + .forum-moder-panel,
.btn-group .forum-moder-panel + .forum-moder-panel,
.forum-moder-panel .forum-moder-panel + .forum-moder-panel {
  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 .forum-moder-panel,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .forum-moder-panel,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .forum-moder-panel > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .forum-moder-panel > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .forum-moder-panel > .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), .forum-moder-panel > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.forum-moder-panel > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group, .forum-moder-panel > .btn-group, .btn-group > .forum-moder-panel, .forum-moder-panel > .forum-moder-panel {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .forum-moder-panel > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .forum-moder-panel:not(:first-child):not(:last-child) > .btn, .forum-moder-panel > .forum-moder-panel:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .forum-moder-panel > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .forum-moder-panel:first-child:not(:last-child) > .btn:last-child, .forum-moder-panel > .forum-moder-panel:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.forum-moder-panel > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .forum-moder-panel:first-child:not(:last-child) > .dropdown-toggle,
.forum-moder-panel > .forum-moder-panel: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, .forum-moder-panel > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .forum-moder-panel:last-child:not(:first-child) > .btn:first-child, .forum-moder-panel > .forum-moder-panel:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .forum-moder-panel .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.open.forum-moder-panel .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .forum-moder-panel > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .forum-moder-panel > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.forum-moder-panel > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle, .open.forum-moder-panel .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, .open.forum-moder-panel .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: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .forum-moder-panel,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .forum-moder-panel > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .forum-moder-panel:before, .btn-group-vertical > .btn-group:after, .btn-group-vertical > .forum-moder-panel:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .forum-moder-panel:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .forum-moder-panel > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn + .forum-moder-panel,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .forum-moder-panel + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .forum-moder-panel + .btn-group,
.btn-group-vertical > .btn-group + .forum-moder-panel,
.btn-group-vertical > .forum-moder-panel + .forum-moder-panel {
  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: 4px;
  border-top-left-radius: 4px;
  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: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .forum-moder-panel: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 > .forum-moder-panel:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .forum-moder-panel: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, .btn-group-vertical > .forum-moder-panel: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,
  .btn-group-justified > .forum-moder-panel {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .forum-moder-panel .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu, .btn-group-justified > .forum-moder-panel .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"] > .forum-moder-panel > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .forum-moder-panel > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.clearfix:before, .f-build__list:before, .clearfix:after, .f-build__list:after {
  content: " ";
  display: table; }
.clearfix:after, .f-build__list:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.f-table-row {
  display: table;
  width: 100%; }

.f-column__left {
  display: table-cell;
  vertical-align: top;
  width: 60%; }

.f-column__50 {
  width: 48%; }

.f-column__right {
  display: table-cell;
  vertical-align: top; }

.f-column__empty {
  display: table-cell;
  width: 20px; }

.f-column--border {
  border: #888888 1px solid;
  border-radius: 5px; }

.f-news-linkblock {
  display: block;
  padding: 10px; }
  .f-news-linkblock strong {
    color: #333333; }
  .f-news-linkblock p {
    color: #333333; }
  .f-news-linkblock:hover {
    color: #333333;
    text-decoration: none; }
    .f-news-linkblock:hover strong {
      color: #56AE00;
      text-decoration: underline; }

.f-news__list {
  margin: 0;
  padding: 10px;
  list-style: none; }

.f-news__item {
  margin-bottom: 10px; }

.f-news__item_title {
  margin: 7px 0 15px 0; }

.f-news__item_date {
  color: #888888;
  font-size: 0.9em;
  padding-right: 10px; }

.f-news__item_link {
  color: #333333;
  text-decoration: none;
  font-weight: bold; }
  .f-news__item_link:hover {
    color: #56AE00;
    text-decoration: underline; }

.f-build__list {
  margin: 0;
  padding: 10px;
  list-style: none; }

.f-build__item {
  width: 20%;
  float: left; }

.f-build__item_image {
  background: url(/assets/old/ico/gfx/bgloader.gif) no-repeat center;
  min-height: 100px; }
  .f-build__item_image img {
    display: block;
    max-width: 100%; }

.f-build__item_title {
  padding-top: 5px; }

.f-build__item_price {
  padding-top: 5px;
  font-size: 17px; }

.f-build__item_link {
  display: block;
  width: 140px;
  margin: 0 auto;
  color: #333;
  text-decoration: none; }
  .f-build__item_link:hover {
    color: #333;
    text-decoration: none; }
    .f-build__item_link:hover .f-build__item_price {
      color: #56AE00; }

.b-map {
  height: 420px;
  border: 1px solid #b0b1b3;
  margin-top: 15px; }
  .b-map--big {
    height: 550px; }

.b-row {
  margin-left: -15px;
  margin-right: -15px; }
  .b-row:before, .b-row:after {
    content: " ";
    display: table; }
  .b-row:after {
    clear: both; }
  .b-row--margin-top {
    margin-top: 17px; }

.b-column__full {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-column__full {
      float: left;
      width: 100%; } }

.b-h1-descr {
  color: #b0b1b3;
  margin-top: -15px; }

.i-image--left {
  float: left;
  margin: 0 15px 15px 0; }

.i-image--right {
  float: right;
  margin: 0 0 15px 15px; }

.b-pager {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 25.5px;
  padding-bottom: 25.5px;
  border-bottom: 1px solid #b0b1b3; }
  .b-pager:before, .b-pager:after {
    content: " ";
    display: table; }
  .b-pager:after {
    clear: both; }

.b-pager__left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-pager__left {
      float: left;
      width: 33.33333%; } }

.b-pager__right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right; }
  @media (min-width: 768px) {
    .b-pager__right {
      float: left;
      width: 66.66667%; } }
  .b-pager__right a {
    padding: 6px 12px 8px;
    color: #3676b3;
    text-decoration: none; }
    .b-pager__right a:hover {
      color: #56ae00; }
  .b-pager__right strong {
    padding: 6px 12px 8px;
    color: #56ae00;
    border: 1px solid #56ae00;
    font-weight: normal;
    border-radius: 5px; }

.b-pager-nextlink {
  padding: 6px 12px 8px;
  color: #56ae00;
  text-decoration: none;
  border: 1px solid #56ae00;
  border-radius: 5px; }
  .b-pager-nextlink:hover {
    background-color: #e7fae1;
    text-decoration: none; }

.kohana-profiler {
  margin: 20px 0; }

.profiler.table {
  width: 100%; }
  .profiler.table td {
    text-align: right;
    padding: 4px; }

.b-concealed-unit__wrap {
  overflow-y: hidden;
  position: relative;
  margin-bottom: 10px; }

.b-concealed-unit__link {
  color: #b0b1b3;
  border-bottom: 1px dotted #b0b1b3;
  position: relative; }
  .b-concealed-unit__link:hover {
    text-decoration: none;
    border-bottom: none; }
  .b-concealed-unit__link span {
    position: absolute;
    right: -15px; }

.forum_wrap {
  margin-bottom: 20px; }

.forum-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .forum-container:before, .forum-container:after {
    content: " ";
    display: table; }
  .forum-container:after {
    clear: both; }

.fm-category_title {
  margin: 0; }

.forum-row-header {
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 0px 15px 0;
  border-bottom: #cccccc 2px solid;
  margin-bottom: 25px; }
  .forum-row-header:before, .forum-row-header:after {
    content: " ";
    display: table; }
  .forum-row-header:after {
    clear: both; }

.forum-row-delimiter {
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 0px; }
  .forum-row-delimiter:before, .forum-row-delimiter:after {
    content: " ";
    display: table; }
  .forum-row-delimiter:after {
    clear: both; }

.forum-col-paginator {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0px; }
  @media (min-width: 768px) {
    .forum-col-paginator {
      float: left;
      width: 75%; } }
  .forum-col-paginator .pagination {
    margin: 0px; }

.forum-col-heading {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0px; }
  @media (min-width: 768px) {
    .forum-col-heading {
      float: left;
      width: 75%; } }
  .forum-col-heading h1 {
    margin: 0; }

.forum-col-action {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  padding-right: 0px; }
  @media (min-width: 768px) {
    .forum-col-action {
      float: left;
      width: 25%; } }

.f-col-title {
  font-size: 16px; }

.f-text-mute {
  color: #555555; }

.forum-category-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #cccccc 1px solid; }
  .forum-category-row:before, .forum-category-row:after {
    content: " ";
    display: table; }
  .forum-category-row:after {
    clear: both; }

.forum-category-row-header {
  margin-top: 40px; }
  .forum-category-row-header:first-child {
    margin-top: 0; }

.forum-category-col-header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.forum-category-col__category {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .forum-category-col__category {
      float: left;
      width: 66.66667%; } }

.forum-category-col__counter {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .forum-category-col__counter {
      float: left;
      width: 8.33333%; } }

.forum-category-col__lastpost {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .forum-category-col__lastpost {
      float: left;
      width: 16.66667%; } }

.forum-theme-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #cccccc 1px solid; }
  .forum-theme-row:before, .forum-theme-row:after {
    content: " ";
    display: table; }
  .forum-theme-row:after {
    clear: both; }
  .forum-theme-row--delete {
    background-color: #fff0f0; }
  .forum-theme-row--close {
    color: #999999; }
    .forum-theme-row--close a {
      color: #999999 !important; }
    .forum-theme-row--close .f-text-mute {
      color: #999999; }

.forum-theme-col-header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.forum-theme-col__theme {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .forum-theme-col__theme {
      float: left;
      width: 50%; } }

.forum-theme-col__author {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .forum-theme-col__author {
      float: left;
      width: 16.66667%; } }

.forum-theme-col__counter {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .forum-theme-col__counter {
      float: left;
      width: 16.66667%; } }

.forum-theme-col__lastpost {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .forum-theme-col__lastpost {
      float: left;
      width: 16.66667%; } }

.forum-post-row {
  margin-left: -15px;
  margin-right: -15px;
  border: #ccc 2px solid;
  padding: 20px 5px; }
  .forum-post-row:before, .forum-post-row:after {
    content: " ";
    display: table; }
  .forum-post-row:after {
    clear: both; }
  .forum-post-row + .forum-post-row {
    border-top: 0px; }

.forum-post-row-first {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #eeeeee;
  border: #ccc 2px solid;
  padding: 20px 5px; }
  .forum-post-row-first:before, .forum-post-row-first:after {
    content: " ";
    display: table; }
  .forum-post-row-first:after {
    clear: both; }
  .forum-post-row-first .forum-post-col-text {
    border-top: #aaaaaa 1px solid; }

.forum-post-row--delete {
  background-color: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
  color: #666666; }

.forum-post-col-delete {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .forum-post-col-delete {
      float: left;
      width: 100%; } }

.forum-post-col-author {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .forum-post-col-author {
      float: left;
      width: 25%; } }

.forum-post-col-post {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .forum-post-col-post {
      float: left;
      width: 75%; } }

.forum-post-col-date {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0px;
  padding-top: 3px;
  font-size: 11px; }
  @media (min-width: 768px) {
    .forum-post-col-date {
      float: left;
      width: 83.33333%; } }

.forum-post-col-like {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  padding-right: 0; }
  @media (min-width: 768px) {
    .forum-post-col-like {
      float: left;
      width: 16.66667%; } }

.forum-post-col-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .forum-post-col-text {
      float: left;
      width: 100%; } }

.forum-post-control {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .forum-post-control {
      float: left;
      width: 100%; } }

.forum-post-control__claim {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0px; }
  @media (min-width: 768px) {
    .forum-post-control__claim {
      float: left;
      width: 25%; } }

.forum-post-control__reply {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 7.5px; }
  @media (min-width: 768px) {
    .forum-post-control__reply {
      float: left;
      width: 58.33333%; } }

.forum-post-control__link {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  padding-right: 0px; }
  @media (min-width: 768px) {
    .forum-post-control__link {
      float: left;
      width: 16.66667%; } }

.forum-post-col-text {
  margin-top: 10px;
  margin-right: 0px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: #eee 1px solid; }

.mce-content-body.forum-post-wrap {
  padding: 5px 15px;
  font-size: 16px; }

.forum-post-wrap blockquote {
  background-color: #f0f0f0;
  border: #eeeeee 1px solid;
  border-left: #ccc 3px solid;
  margin: 0px 0px 10px 0px;
  padding: 10px; }
  .forum-post-wrap blockquote em {
    display: block;
    font-weight: bold;
    font-style: normal;
    padding-bottom: 8px; }
.forum-post-wrap img {
  max-width: 100%; }

.forum-post-col-author strong {
  display: block;
  padding-bottom: 5px; }

.forum-post-col-author__avatar .avatar-default {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-top: 10px;
  text-align: center;
  padding-top: 6px;
  font-size: 30px;
  color: #ffffff; }

.forum-post__date_edit {
  color: #999; }

.forum-post-row:hover > .forum-post-control a {
  opacity: 1; }

.forum-post-post:hover + .forum-post-control a {
  opacity: 1; }

.forum-post-row-top:hover .forum-post-control a {
  opacity: 1; }

.forum-post-control {
  color: red;
  padding-top: 15px;
  padding-bottom: 0; }
  .forum-post-control a {
    opacity: 0; }
  .forum-post-control:hover a {
    opacity: 1; }

.forum-profile {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.profile-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px; }
  .profile-row:before, .profile-row:after {
    content: " ";
    display: table; }
  .profile-row:after {
    clear: both; }

.profile-col-title {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.profile-col-control {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.profile-col-full {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.form-input {
  width: 100% !important; }

.profile-col-submit {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.pagination-xs li a,
.pagination-xs li span {
  padding: 2px 5px;
  font-size: 11px;
  line-height: 1.3; }
.pagination-xs li:first-child a,
.pagination-xs li:first-child span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-xs li:last-child a,
.pagination-xs li:last-child span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.forum-post__button-like.like {
  color: green; }
  .forum-post__button-like.like:before {
    content: "+"; }
.forum-post__button-like.dislike {
  color: red; }
  .forum-post__button-like.dislike:before {
    content: "-"; }
.forum-post__button-like.empty {
  color: grey !important; }

.forum-moder-panel {
  margin: -10px -15px 20px -15px; }
  .forum-moder-panel.affix {
    top: 13px;
    z-index: 4; }

.forum-moder-post__checkbox {
  color: red; }

.forum-icon, .forum-icon-comments, .forum-icon-view {
  display: inline-block;
  padding: 2px; }
  .forum-icon:before, .forum-icon-comments:before, .forum-icon-view:before {
    display: inline-block;
    width: 12px;
    height: 13px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain; }

.forum-icon-comments:before {
  background-image: url(../icon/inline/forum-icon-post.svg);
  content: ""; }

.forum-icon-view:before {
  background-image: url(../icon/inline/forum-icon-view.svg);
  content: ""; }

.forum-sidebar {
  margin-top: 20px;
  margin-bottom: 10px; }

.forum-sidebar__wrap {
  overflow: hidden; }

.sidebar-profile {
  clear: both; }

.sidebal-profile__author {
  margin-bottom: 8px; }

.sidebar-profile__photo {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 12px; }
  .sidebar-profile__photo img {
    max-width: 100%; }
  .sidebar-profile__photo .no-photo {
    width: 60px;
    height: 60px;
    background-color: #eeeeee; }

.nav-profile__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-profile__item {
  margin: 0 0 5px 0; }

.b-filter {
  padding: 20px;
  clear: both; }

.b-filter__item {
  float: left;
  margin-right: 20px; }

.b-filter__header {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold; }

.b-filter__footer {
  clear: both; }

.b-filter__item input {
  width: 150px; }
.b-filter__item select {
  width: 150px; }

.b-filter__title {
  margin-bottom: 5px;
  font-weight: bold; }

.b-rapid-panel {
  padding-bottom: 17px;
  padding-top: 17px;
  border-bottom: 1px solid #b0b1b3; }

.b-rapid-panel__item {
  list-style-type: none;
  display: inline-block;
  margin-right: 17px;
  margin-top: 0px;
  margin-bottom: 0px; }
  .b-rapid-panel__item--breadcrumbs {
    margin-right: 4.25px; }

.b-rapid-panel__ul {
  margin: 0px 17px; }

.b-rapid-panel__title {
  color: #56ae00; }

.b-rapid-panel_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-rapid-panel_left {
      float: left;
      width: 83.33333%; } }

.b-rapid-panel_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-rapid-panel_right {
      float: left;
      width: 16.66667%; } }

.b-rapid-panel__right-block {
  float: right;
  margin-right: 17px; }
  .b-rapid-panel__right-block--views {
    padding-left: 20px;
    background: transparent url("../old/ico/16x16/eye.png") no-repeat scroll left center; }

/*go b-org-news */
.b-org-news__header h2 {
  color: #3b3b3b;
  border-bottom: 1px solid #b0b1b3; }

.b-org-news__headerwrap {
  margin: 0px; }

.b-org-news__header-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-org-news__header-1 {
      float: left;
      width: 66.66667%; } }

.b-org-news__header-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-org-news__header-2 {
      float: left;
      width: 33.33333%; } }

.b-org-news__col-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-org-news__col-1 {
      float: left;
      width: 33.33333%; } }

.b-org-news__col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-org-news__col-2 {
      float: left;
      width: 33.33333%; } }
  .b-org-news__col-2 h3 {
    color: #3b3b3b; }

.b-org-news__col-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-org-news__col-3 {
      float: left;
      width: 33.33333%; } }

.b-org-news__col h3 {
  margin-top: 17px;
  margin-bottom: 17px; }

/*go b-org-news-row */
.b-org-news-row {
  margin: 0px;
  border: 1px solid #b0b1b3;
  border-bottom: none; }
  .b-org-news-row.b-org-news-row-last {
    border-bottom: 1px solid #b0b1b3; }
  .b-org-news-row:nth-child(odd) {
    background-color: #f9f9f9; }

.b-org-news-row__col-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 8.5px; }
  @media (min-width: 768px) {
    .b-org-news-row__col-1 {
      float: left;
      width: 83.33333%; } }

.b-org-news-row__col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 8.5px; }
  @media (min-width: 768px) {
    .b-org-news-row__col-2 {
      float: left;
      width: 16.66667%; } }
  .b-org-news-row__col-2 .b-org-news-row__title {
    text-align: right; }

.b-org-news-row__number {
  float: left;
  color: white;
  background-color: #9dd189;
  border-radius: 100%;
  padding: 0 6px 2px;
  margin-right: 8.5px; }

.b-org-news-row__descr {
  color: #b0b1b3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.b-org-news-row__title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #000000; }

.b-org-news-row__news {
  padding-top: 8.5px;
  padding-bottom: 8.5px; }
  .b-org-news-row__news.b-org-news-row__news-last {
    padding-bottom: 0px; }
  .b-org-news-row__news.b-org-news-row__news-first {
    padding-top: 0px; }
  .b-org-news-row__news a {
    color: #000000; }

.b-org-news-row__more {
  padding-top: 17px; }

.b-novostroyki-list__item {
  border: 1px solid #b0b1b3;
  overflow: hidden; }
  .b-novostroyki-list__item:hover {
    border: 1px solid #56ae00; }

.b-novostroyki-list__link {
  border: 1px solid transparent;
  margin-top: 17px;
  display: block;
  color: #3b3b3b; }
  .b-novostroyki-list__link:hover {
    border: 1px solid #56ae00;
    cursor: pointer; }
    .b-novostroyki-list__link:hover .b-novostroyki-list__name {
      color: #56ae00; }

.b-novostroyki-list__readiness {
  color: #56ae00; }

.b-novostroyki-list__descrrow {
  padding-top: 17px;
  padding-bottom: 17px; }

.b-novostroyki-list__heeaderrow {
  padding-top: 17px; }

.b-novostroyki-list__column-photo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
  height: 210px; }
  @media (min-width: 768px) {
    .b-novostroyki-list__column-photo {
      float: left;
      width: 33.33333%; } }

.b-novostroyki-list__column-descrphoto {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-novostroyki-list__column-descrphoto {
      float: left;
      width: 66.66667%; } }

.b-novostroyki-list__column-photowrap {
  width: 364px;
  height: 210px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -182px; }

.b-novostroyki-list__column-info,
.b-novostroyki-list__heeadercol-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-novostroyki-list__column-info,
    .b-novostroyki-list__heeadercol-1 {
      float: left;
      width: 66.66667%; } }

.b-novostroyki-list__column-sale,
.b-novostroyki-list__heeadercol-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-novostroyki-list__column-sale,
    .b-novostroyki-list__heeadercol-2 {
      float: left;
      width: 33.33333%; } }

.b-novostroyki-list__column-sale {
  border-left: 1px solid #b0b1b3;
  padding-bottom: 8.5px;
  padding-right: 34px; }

.b-novostroyki-list__descr:first-letter {
  text-transform: uppercase; }

.b-novostroyki-list__descr-paddding1 {
  padding-top: 17px; }

.b-novostroyki-list__name {
  text-transform: uppercase;
  font-size: 1.5em;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3676b3; }

.b-novostroyki-list__address {
  color: #b0b1b3; }

.b-novostroyki-list__stat-all {
  color: #b0b1b3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.b-novostroyki-list__stat {
  padding-top: 8.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.b-novostroyki-list__sales-start {
  background-color: #ffc84d;
  padding: 3px 5px;
  display: inline-block;
  text-transform: lowercase; }

.b-novostroyki-list__is-new {
  background-color: #ff6464;
  padding: 3px 5px;
  display: inline-block;
  text-transform: lowercase;
  color: white; }

.b-novostroyki-list-panel__column-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-novostroyki-list-panel__column-left {
      float: left;
      width: 33.33333%; } }
.b-novostroyki-list-panel__column-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right; }
  @media (min-width: 768px) {
    .b-novostroyki-list-panel__column-right {
      float: left;
      width: 66.66667%; } }

.b-novostroyki-list-panel__column-right-item {
  padding-left: 17px;
  display: inline-block; }
  .b-novostroyki-list-panel__column-right-item div {
    display: inline-block; }
  .b-novostroyki-list-panel__column-right-item a {
    cursor: pointer;
    padding: 3px 8px; }
    .b-novostroyki-list-panel__column-right-item a.active {
      color: #56ae00;
      cursor: default;
      text-decoration: none;
      color: white;
      background-color: #56ae00; }

.b-novostroyki-view {
  min-width: 940px; }

.b-novostroyki-view__headercol--left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-novostroyki-view__headercol--left {
      float: left;
      width: 75%; } }
  .b-novostroyki-view__headercol--left h1 {
    text-transform: uppercase;
    display: inline-block;
    padding-right: 17px; }

.b-novostroyki-view__headercol--right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right; }
  @media (min-width: 768px) {
    .b-novostroyki-view__headercol--right {
      float: left;
      width: 25%; } }

.b-novostroyki-view__descrcol {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-novostroyki-view__descrcol {
      float: left;
      width: 50%; } }

.b-novostroyki-view__readiness {
  display: inline-block;
  color: #56ae00;
  line-height: 2em; }
  .b-novostroyki-view__readiness span {
    font-weight: bold;
    font-size: 1.2em; }

.b-novostroyki-view__descrcol,
.b-novostroyki-view-param__title,
.b-novostroyki-view-param__value {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-novostroyki-view__descrcol,
    .b-novostroyki-view-param__title,
    .b-novostroyki-view-param__value {
      float: left;
      width: 50%; } }

.b-novostroyki-view-param__value {
  font-weight: bold;
  padding-left: 10px; }

.b-novostroyki-view-param__title {
  color: #b0b1b3;
  padding-right: 0px;
  overflow: hidden;
  white-space: nowrap; }
  .b-novostroyki-view-param__title span {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #b0b1b3;
    margin-left: 5px; }

.b-novostroyki-view-param__row {
  padding-top: 8.5px; }

.b-novostroyki-view-param__row--first {
  padding-top: 0px; }

.b-novostroyki-view-param__row--seporator {
  padding-top: 17px; }

.b-novostroyki-view-descrblock__build-razreshenie-list {
  margin-top: 17px; }
  .b-novostroyki-view-descrblock__build-razreshenie-list ul {
    margin-top: 0px;
    margin-bottom: 0px; }

.b-stickers-ajax-list__filter-column--left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-stickers-ajax-list__filter-column--left {
      float: left;
      width: 50%; } }

.b-stickers-ajax-list__filter-column--right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right; }
  @media (min-width: 768px) {
    .b-stickers-ajax-list__filter-column--right {
      float: left;
      width: 50%; } }

body .b-stickers-ajax-list__filter .site_select2 ul {
  margin: 0px; }

.b-stickers-ajax-list__header span {
  color: #56ae00; }

.b-stickers-ajax-list__pay {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .b-stickers-ajax-list__pay {
      float: left;
      width: 8.33333%; } }

.b-stickers-ajax-list__photo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .b-stickers-ajax-list__photo {
      float: left;
      width: 8.33333%; } }
  .b-stickers-ajax-list__photo span {
    display: block;
    margin: auto;
    height: 18px;
    background: url(/assets/old/ico/vis/stickers_list_photo.gif) right center no-repeat;
    width: 18px; }

.b-stickers-ajax-list__type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .b-stickers-ajax-list__type {
      float: left;
      width: 16.66667%; } }

.b-stickers-ajax-list__material {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .b-stickers-ajax-list__material {
      float: left;
      width: 8.33333%; } }

.b-stickers-ajax-list__ready {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  text-align: center; }
  @media (min-width: 768px) {
    .b-stickers-ajax-list__ready {
      float: left;
      width: 16.66667%; } }

.b-stickers-ajax-list__floor {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  text-align: center; }
  @media (min-width: 768px) {
    .b-stickers-ajax-list__floor {
      float: left;
      width: 16.66667%; } }

.b-stickers-ajax-list__s {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  text-align: center; }
  @media (min-width: 768px) {
    .b-stickers-ajax-list__s {
      float: left;
      width: 8.33333%; } }

.b-stickers-ajax-list__price {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  text-align: right; }
  @media (min-width: 768px) {
    .b-stickers-ajax-list__price {
      float: left;
      width: 16.66667%; } }
  .b-stickers-ajax-list__price span {
    color: #b0b1b3;
    font-size: 0.8em;
    font-weight: normal;
    margin-left: 8.5px; }

.b-stickers-ajax-list__row {
  font-weight: bold;
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #b0b1b3;
  color: #3b3b3b; }
  .b-stickers-ajax-list__row:hover {
    background-color: #e7fae1; }

.b-stickers-ajax-list__list {
  border-top: 1px solid #b0b1b3;
  margin-top: 17px; }

.b-stickers-ajax-list__more {
  text-align: center;
  margin-top: 17px; }

.breadcrumbs {
  margin-top: 20px;
  color: #666;
  font-size: 13px; }
  .breadcrumbs a {
    color: #666; }

/*# sourceMappingURL=public.css.map */
