@import "https://fonts.googleapis.com/icon?family=Material+Icons";
* {
  box-sizing: border-box;
}
* html body {
  padding-top: 0;
  margin: 0 5%;
  color: #3f434d;
}
*:focus {
  outline: 0;
}
html {
  min-height: 100% !important;
  height: 100%;
  border: 0;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 576px) {
  html {
    font-size: 13px;
  }
}
body {
  min-height: 100% !important;
  border: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: 1px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none inside;
}
dl {
  padding: 0;
  margin: 0;
  list-style: none inside;
}
ol {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
}
canvas,
img {
  image-rendering: optimizeQuality;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
a {
  color: #7a0509;
}
a:link {
  color: #7a0509;
}
a:active {
  color: #7a0509;
}
a:visited {
  color: #7a0509;
}
hr {
  height: 0;
  border: 0 solid #e4e4e4;
  border-top-width: 1px;
  margin: 5px 0 0;
}
h1 {
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  margin: 0;
  color: #3f434d;
  padding: 10px 0;
  font-weight: bold;
}
h1 a {
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  margin: 0;
  color: #3f434d;
  padding: 10px 0;
  font-weight: bold;
}
h1 a:visited {
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  margin: 0;
  color: #3f434d;
  padding: 10px 0;
  font-weight: bold;
}
h1 a:link {
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  margin: 0;
  color: #3f434d;
  padding: 10px 0;
  font-weight: bold;
}
h1 a:active {
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  margin: 0;
  color: #3f434d;
  padding: 10px 0;
  font-weight: bold;
}
h1 a:hover {
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  margin: 0;
  color: #3f434d;
  padding: 10px 0;
  font-weight: bold;
}
h2 {
  padding: 2px 0;
  margin: 3px 0;
  font-size: 1.2em;
  font-weight: 500;
}
h2 a {
  color: #3f434d;
  text-decoration: none;
}
h2 a:visited {
  color: #3f434d;
  text-decoration: none;
}
h2 a:link {
  color: #3f434d;
  text-decoration: none;
}
h2 a:active {
  color: #3f434d;
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}
h3 {
  font-size: 13px;
}
h3 a {
  color: #3f434d;
  text-decoration: none;
}
h3 a:visited {
  color: #3f434d;
  text-decoration: none;
}
h3 a:link {
  color: #3f434d;
  text-decoration: none;
}
h3 a:active {
  color: #3f434d;
  text-decoration: none;
}
h3 a:hover {
  text-decoration: underline;
}
h4 {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
h4 a {
  color: #3f434d;
  text-decoration: none;
}
h4 a:visited {
  color: #3f434d;
  text-decoration: none;
}
h4 a:link {
  color: #3f434d;
  text-decoration: none;
}
h4 a:active {
  color: #3f434d;
  text-decoration: none;
}
h4 a:hover {
  text-decoration: underline;
}
h5 {
  padding: 0;
  margin: 0;
  line-height: 1.3em;
  font-weight: normal;
  font-size: 11px;
}
h5 a {
  color: #3f434d;
  text-decoration: none;
}
h5 a:visited {
  color: #3f434d;
  text-decoration: none;
}
h5 a:link {
  color: #3f434d;
  text-decoration: none;
}
h5 a:active {
  color: #3f434d;
  text-decoration: none;
}
h5 a:hover {
  text-decoration: underline;
}
nav {
  overflow: inherit !important;
}
table {
  border-collapse: collapse;
  width: 100%;
}
sup {
  font-size: 0.6em;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.small {
  font-size: 80%;
}
.gensmall {
  font-size: 0.8rem;
}
.genmed {
  font-size: 1rem;
}
.gen {
  font-size: 1.2rem;
}
.justifyfull {
  text-align: justify;
}
.justifyfull:after {
  content: "";
  display: inline-block;
  font-size: 1px;
  width: 100%;
}
.row1 {
  background-color: #fff;
}
.row2 {
  background-color: #f7f7f9 !important;
}
.row3 {
  background-color: #e9e1da;
}
.row4 {
  background-color: #f7f5df;
}
.row5 {
  background-color: #dcefe4;
}
.rowerror {
  background-color: #fcc;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*:hover > .non-touch-hover {
  display: block !important;
}
a.dropdown-item {
  color: #212529;
  padding: 0.5rem 1.5rem;
}
.input-with-clear {
  padding: 0;
}
.input-with-clear INPUT {
  width: 100%;
  padding: 0.2rem 1.75rem 0.2rem 0.75rem;
  border: none;
}
.input-with-clear span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}
.input-with-clear span:after {
  content: "\2573";
}
.padding5 {
  padding: 0 5px;
}
.tablesorter TH {
  height: 20px;
  padding: 3px 0;
  text-indent: 15px;
  line-height: 20px;
  vertical-align: baseline;
}
.tablesorter TBODY TR:hover TD {
  background-color: #e9e1da;
}
.tablesorter .header {
  cursor: pointer;
}
.tablesorter .header:hover {
  color: #7a0509;
}
.tablesorter .header:hover:before {
  border-bottom-color: #7a0509;
}
.tablesorter .header:hover:after {
  border-top-color: #7a0509;
}
.tablesorter .header:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  margin: -8px 3px;
}
.tablesorter .header:before {
  border-bottom: 4px solid #fff;
  margin: 5px 3px;
}
.tablesorter .headerSortDown:before {
  border: 0;
}
.tablesorter .headerSortUp:after {
  border: 0;
}
.popmenu {
  position: absolute;
  background: white;
  border: 1px solid #3f434d;
  padding: 0;
  text-align: left;
  margin-top: -10px;
  display: none;
}
.popmenu li:first-child {
  background: #3f434d;
  color: white;
  text-align: center;
}
.popmenu li a {
  display: block;
  line-height: 2em;
  padding: 0 5px;
  color: #86919D;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.popmenu li a:hover {
  color: white;
  background: #86919D;
}
.popmenu.show {
  display: block !important;
}
.header {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.header:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.offset-close-button {
  color: #3f434d;
  text-decoration: none;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -20px;
  border-radius: 16px;
  border: 1px solid #000;
  line-height: 17px;
  top: -15px;
  background: #fff;
  cursor: pointer;
  z-index: 9999;
}
.offset-close-button:hover {
  color: #fff !important;
  background: #000 !important;
  text-decoration: none !important;
}
.offset-close-button:after {
  content: '\00d7';
}
.wrapper {
  display: block;
  position: relative;
  zoom: 1;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 50px 50px;
}
.wrapper.container {
  padding-bottom: 30px;
  min-height: 100%;
  background: #fff;
}
@media only screen and (max-width: 1025px) {
  .wrapper {
    max-width: none;
    margin: 0;
    padding: 0;
  }
}
.page-container {
  position: relative;
  zoom: 1;
  display: block;
  background-color: #fff;
  padding-bottom: 20px;
}
.page-container .page-content {
  width: 100%;
}
.page-container .column-left,
.page-container .column-right {
  width: 200px;
  position: relative;
  vertical-align: top;
  flex: 0 0 200px;
}
.page-wrapper {
  margin: 5px 5px 5px 0;
}
.sidemenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidemenu LI {
  margin: 2px 0;
  background-color: #3f434d;
}
.sidemenu LI A {
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 11px;
  text-decoration: none;
  transition: all 300ms;
}
.sidemenu LI A:visited {
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 11px;
  text-decoration: none;
  transition: all 300ms;
}
.sidemenu LI A:active {
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 11px;
  text-decoration: none;
  transition: all 300ms;
}
.sidemenu LI:hover {
  background-color: #3f434d;
}
a.sidemenu:visited {
  color: #fff;
}
.sidemenuselected {
  padding-left: 5px;
}
div.top_menu {
  margin-bottom: 0 !important;
}
div.bottom_menu {
  margin-bottom: 0 !important;
}
.topic-list {
  list-style-position: outside;
  padding-left: 20px;
}
.topic-list li {
  list-style-image: url(https://club-lexus.ru/forum/templates/ClubLexus/images/icon_minipost_new.gif);
}
.i-footer {
  padding-top: 10px;
  list-style-type: none;
}
.i-footer LI.copyright {
  float: left;
  width: 200px;
}
.i-footer LI.site-design {
  float: left;
  width: 200px;
}
.i-footer LI.site-warning {
  text-align: right;
  float: right;
  width: 300px;
}
UL.pagination {
  list-style-type: none;
  white-space: nowrap;
  padding: 0;
  margin: 5px 0;
  text-align: center;
  font-size: 12px;
  height: 26px;
  display: table;
  width: 100%;
  min-width: 200px;
}
UL.pagination LI {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: table-cell;
  padding: 3px;
  line-height: 14px;
  text-align: center;
  list-style: none;
  border: 1px solid transparent;
  vertical-align: middle;
  min-width: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #86919D;
  font-size: 12px;
}
UL.pagination LI img {
  padding: 3px;
  vertical-align: text-bottom;
}
UL.pagination LI A {
  text-decoration: none;
  color: #86919D;
  display: inline-block;
  width: 100%;
}
UL.pagination LI A:visited {
  text-decoration: none;
  color: #86919D;
  display: inline-block;
  width: 100%;
}
UL.pagination a:hover {
  background: #fbfbfb;
}
UL.pagination LI.page-nav {
  width: 50%;
}
UL.pagination LI.page-nav a {
  padding: 0 10px;
}
UL.pagination LI.page-nav span {
  letter-spacing: 0.2em;
  padding: 0 3px;
}
UL.pagination LI.page-no {
  padding: 3px 5px;
}
UL.pagination LI.page-selected {
  background-color: #aeaeb0;
  font-weight: bold;
  color: #fff;
  line-height: 0.9em;
}
UL.pagination ul.pages {
  display: inline-table;
  width: 100%;
}
blockquote.quote {
  border-radius: 5px;
  color: #3f434d;
  background-color: #ebebf3;
  border: #666 solid 1px;
  padding: 5px;
  margin-top: 2em;
  position: relative;
  zoom: 1;
  font-size: 1rem;
}
blockquote.quote address {
  margin-top: -2.4em;
  margin-bottom: 0;
  position: relative;
  font-style: normal;
  padding: 5px 0;
  text-align: left;
  font-weight: bold;
}
.tooltip {
  transition: opacity 200ms;
}
.tooltip.left {
  left: 0;
}
.tooltip.right {
  right: 0;
}
.dialog INPUT,
.dialog SELECT {
  max-width: 100%;
}
.dialog .dialog-shadow {
  position: fixed;
  top: 0;
  bottom: 0;
  background: black;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0.6;
}
.dialog .dialog-container {
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
}
.dialog .dialog-body {
  margin: 5% auto;
  max-width: 500px;
  border: 1px solid #797474;
  background: white;
}
.dialog .dialog-header {
  margin: -1px;
  padding: 5px 15px 1px;
  background: #393943;
  color: #ccc;
}
.dialog .dialog-close {
  display: inline-block;
  float: right;
  color: #ccc;
  margin-right: -10px;
}
.dialog .dialog-close:hover {
  color: white;
}
.dialog.dialog-critical .dialog-header,
.dialog.dialog-error .dialog-header {
  background: red;
  color: white;
}
.dialog .dialog-text {
  padding: 20px 15px;
}
.dialog .dialog-footer {
  padding: 15px;
  border-top: 1px solid #e9ecef;
  text-align: right;
}
.breadcrumbs {
  padding: 0 0 10px 0;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a:after {
  content: '\203A';
  display: inline-block;
  padding: 0 3px;
}
.left-padded {
  padding-left: 20px;
}
table.bodytable {
  border: 0;
  width: 780px;
}
.tab {
  text-decoration: none;
  color: #fff;
  font-size: 8pt;
}
a.tab {
  text-decoration: none;
  color: #fff;
  font-size: 8pt;
}
a.tab:link {
  text-decoration: none;
  color: #fff;
  font-size: 8pt;
}
a.tab:visited {
  text-decoration: none;
  color: #fff;
  font-size: 8pt;
}
a.tab:hover {
  text-decoration: none;
  color: #fff;
  font-size: 8pt;
}
.tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
  margin: 10px 0;
  border-bottom: 1px double black;
}
.tabs a,
.tabs span {
  text-decoration: none;
  color: #7a0509;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 5px;
  white-space: nowrap;
}
.tabs a.active,
.tabs span.active {
  font-weight: bold;
  color: black;
}
.tabs a:hover,
.tabs span:hover {
  background: #f7f7f9;
}
a.mp4-attach,
a.gif-attach {
  display: inline-block;
}
a.mp4-attach .preview,
a.gif-attach .preview {
  display: inline-block;
  position: relative;
}
a.mp4-attach .preview:after,
a.gif-attach .preview:after {
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: '\e039';
  display: block;
  position: absolute;
  opacity: 0.6;
  z-index: 1;
  top: 50%;
  text-align: center;
  color: white;
  font-size: 10rem;
  width: 100%;
  margin-top: -5rem;
  transition: opacity 200ms;
}
a.mp4-attach .preview:before,
a.gif-attach .preview:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  z-index: 1;
}
a.mp4-attach .preview.loading:after,
a.gif-attach .preview.loading:after {
  border: 5px solid transparent;
  border-top-color: blue;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation-name: spin;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  content: "";
  top: 50%;
  left: 50%;
  width: 10rem;
  height: 10rem;
  border-width: 10px;
  border-top-color: white;
  margin-top: -5rem;
  margin-left: -5rem;
}
a.mp4-attach .preview:hover:after,
a.gif-attach .preview:hover:after {
  opacity: 1;
}
a.youtube {
  display: inline-block;
  max-width: 560px;
  min-width: 220px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.youtube:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/images/play_button.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
  z-index: 1;
}
a.youtube:hover:before {
  opacity: 1;
}
a.youtube img {
  width: 100%;
}
a.youtube p {
  position: absolute;
  color: #fff;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.498039) 0 0 2px;
  padding: 14px;
  left: 0;
  right: 0;
  background: black;
  overflow: hidden;
}
tbody.expanded {
  border: 0;
}
tbody.collapsed {
  display: none;
}
div.input-div {
  border: 1px solid #333;
  background-color: #fff;
  padding: 0;
}
div.input-div TEXTAREA {
  border: 0;
  margin: 0;
  padding: 2px 0;
  font-size: 14px;
}
div.input-div INPUT {
  border: 0;
  margin: 0;
  padding: 2px 0;
  font-size: 14px;
}
td.header {
  background-color: #aeaeb0;
  background-image: url(/forum/templates/ClubLexus/images/maintitleside.gif);
  background-repeat: no-repeat;
  background-position: right;
  height: 24px;
  vertical-align: bottom;
}
div.header {
  background-color: #aeaeb0;
  background-image: url(/forum/templates/ClubLexus/images/maintitleside.gif);
  background-repeat: no-repeat;
  background-position: right;
  height: 24px;
  vertical-align: bottom;
  padding: 5px;
  overflow: hidden;
}
a.header {
  color: #fff;
  text-decoration: underline;
}
a.header:visited {
  color: #fff;
  text-decoration: underline;
}
a.header:active {
  color: #fff;
  text-decoration: underline;
}
a.header:link {
  color: #fff;
  text-decoration: underline;
}
a.header:hover {
  color: #fff;
  text-decoration: underline;
}
td.header2 {
  background-color: #aeaeb0;
  color: #fff;
  height: 22px;
  vertical-align: middle;
  text-align: left;
  padding-right: 5px;
  font-size: 10px;
  font-weight: bold;
}
td.content {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.content {
  font-size: 0.9rem;
  color: #3f434d;
}
a.content:active,
a.content:link,
a.content:visited {
  font-size: 0.9rem;
  color: #3f434d;
  text-decoration: none;
}
a.content:hover {
  text-decoration: underline;
}
.input-group-addon button {
  border: none;
  background: none;
  font-size: 16px;
}
.sidebar-container {
  padding: 5px 5px 15px;
}
blockquote.genmed {
  border-left: 6px solid #98999a;
  padding-left: 30px;
  margin-left: 10px;
}
.spoiler {
  margin: 10px 0;
}
.spoiler > a {
  position: relative;
  padding-left: 16px;
  display: block;
}
.spoiler > a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-width: 0 0 1px 1px;
  border-color: #86919D;
  border-style: solid;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 2px;
}
.spoiler > a:first-child span {
  font-size: 12px;
  display: none;
}
.spoiler > a:first-child span:first-child {
  display: block;
}
.spoiler > a.show:before {
  transform: rotate(135deg);
  top: 8px;
}
.spoiler > a.show span {
  display: block;
}
.spoiler > a.show span:first-child {
  display: none !important;
}
.spoiler > a.show ~ .spoiler-text {
  display: block !important;
}
.spoiler-text {
  border: 1px solid #6d6d6d;
  margin: 5px 0;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 80%;
  display: none;
}
a.profile {
  font-size: 11px;
  color: #3f434d;
  white-space: nowrap;
  text-decoration: none;
}
a.profile:visited {
  font-size: 11px;
  color: #3f434d;
  white-space: nowrap;
  text-decoration: none;
}
a.profile:hover {
  font-size: 11px;
  color: #3f434d;
  white-space: nowrap;
  text-decoration: underline;
}
a.profile:active {
  font-size: 11px;
  color: #3f434d;
  white-space: nowrap;
  text-decoration: none;
}
a.company-inactive {
  color: #000fae;
}
a.company-inactive:before {
  background-color: #000fae;
  content: 'K';
  display: inline-block;
  color: #fff;
  padding: 0 3px;
  font-style: italic;
  margin-right: 2px;
  font-weight: normal;
}
a.company-active {
  color: #000fae;
}
a.company-active:before {
  background-color: #000fae;
  content: 'K';
  display: inline-block;
  color: #fff;
  padding: 0 3px;
  font-style: italic;
  margin-right: 2px;
  font-weight: normal;
}
IMG.profile {
  cursor: pointer;
}
.inline-table {
  border: 1px solid #333;
}
.inline-table TR:first-child {
  background-color: #aeaeb0;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}
.inline-table TR:first-child:hover {
  background-color: #aeaeb0;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}
.inline-table TR:nth-child(even) {
  background-color: #f7f7f9;
}
.inline-table TR:nth-child(2n.inline-table TR + 3) {
  background-color: #ebebf3;
}
.inline-table TR:hover {
  background-color: #e9e1da;
}
.padded {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.headertitle {
  font-size: 20px;
  color: #3f434d;
}
.headertitle a:visited {
  font-size: 20px;
  color: #3f434d;
}
.headertitle a:active {
  font-size: 20px;
  color: #3f434d;
}
.headertitle a:link {
  font-size: 20px;
  color: #3f434d;
}
input.headertitle[disabled] {
  color: #86919D;
}
a.headertitle {
  font-size: 20px;
  color: #3f434d;
}
a.headertitle:visited {
  font-size: 20px;
  color: #3f434d;
}
a.headertitle:active {
  font-size: 20px;
  color: #3f434d;
}
a.headertitle:hover {
  text-decoration: underline;
}
td.headertitle a:hover {
  text-decoration: underline;
}
.maintitle {
  font-weight: bolder;
  font-size: 16px;
  text-decoration: none;
  line-height: 120%;
  color: #3f434d;
}
a.maintitle {
  color: #3f434d;
}
a.maintitle:visited {
  color: #3f434d;
}
a.maintitle:active {
  color: #3f434d;
}
a.maintitle:link {
  color: #3f434d;
}
a.maintitle:hover {
  color: #3f434d;
  text-decoration: underline;
}
td.cattitle {
  background-image: url(/forum/templates/ClubLexus/images/maintitleside.gif);
  background-repeat: no-repeat;
  background-position: right;
}
td.cattitle a {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
}
td.cattitle a:active {
  color: #fff;
  text-decoration: underline;
}
td.cattitle a:visited {
  color: #fff;
  text-decoration: underline;
}
td.cattitle a:hover {
  color: #fff;
  text-decoration: underline;
}
.cattitle {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #aeaeb0;
  padding-left: 15px;
  padding-right: 15px;
}
a.cattitle {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
}
a.cattitle:active {
  color: #fff;
  text-decoration: underline;
}
a.cattitle:visited {
  color: #fff;
  text-decoration: underline;
}
a.cattitle:hover {
  color: #fff;
  text-decoration: underline;
}
div.cattitle {
  height: 25px;
}
.forumlink {
  font-size: 14px;
  color: #7a0509;
}
a.forumlink {
  color: #7a0509;
}
a.forumlink:visited {
  color: #7a0509;
}
a.forumlink:hover {
  color: #7a0509;
}
p.nav {
  padding: 5px 0;
}
.nav {
  font-size: 11px;
  color: #7a0509;
  font-weight: normal;
}
a.nav {
  color: #7a0509;
}
a.nav:visited {
  color: #7a0509;
}
a.nav a {
  color: #7a0509;
}
a.nav a:visited {
  color: #7a0509;
}
.name {
  font-size: 0.8rem;
  color: #7a0509;
  font-weight: bold;
}
a.name {
  color: #7a0509;
}
a.name:visited {
  color: #7a0509;
}
.copyright {
  font-size: 9px;
  color: #86919D;
  text-decoration: none;
}
.topictitle {
  font-weight: bold;
  font-size: 12px;
  color: #7a0509;
}
a.topictitle {
  color: #7a0509;
}
a.topictitle:link {
  color: #7a0509;
}
a.topictitle:visited {
  color: #7a0509;
}
a.topictitle:hover {
  color: #7a0509;
}
.topic-button {
  float: left;
  width: 120px;
  background-color: #aeaeb0;
  text-align: center;
  padding: 10px;
  margin: 3px;
}
.topic-button input {
  padding: 0;
  margin: 0;
}
.topic-search {
  float: right;
}
.topic-search label {
  padding: 3px;
  text-align: center;
  width: 90px;
  font-size: 0.8em;
  color: #86919D;
}
ul.tabs-right {
  text-align: right;
  list-style: none;
  padding: 0 5px;
  margin: 12px 0 0;
  height: 25px;
}
ul.tabs-right LI {
  display: inline;
  margin: 0;
  padding: 0;
}
ul.tabs-right LI A {
  text-decoration: none;
  color: #fff;
  background-color: #3f434d;
  border-radius: 4px;
  padding: 2px 4px;
  border: 1px solid #47536f;
  font-size: 12px;
}
ul.tabs-right LI A:link {
  text-decoration: none;
  color: #fff;
  background-color: #3f434d;
  border-radius: 4px;
  padding: 2px 4px;
  border: 1px solid #47536f;
  font-size: 12px;
}
ul.tabs-right LI A:visited {
  text-decoration: none;
  color: #fff;
  background-color: #3f434d;
  border-radius: 4px;
  padding: 2px 4px;
  border: 1px solid #47536f;
  font-size: 12px;
}
ul.tabs-right LI A:hover {
  background-color: #f7f5df;
  color: #3f434d;
}
ul.tabs-right LI SPAN {
  text-decoration: none;
  color: #fff;
  background-color: #3f434d;
  border-radius: 4px;
  padding: 2px 4px;
  border: 1px solid #47536f;
  font-size: 12px;
  background-color: #fff;
  color: #3f434d;
  font-weight: bold;
}
ul.tabs {
  font-size: 14px;
  margin: 32px 5px 5px;
  padding: 5px 5px 0;
  border-top: 2px solid #933;
  border-radius: 5px;
}
ul.tabs LI {
  float: right;
  height: 40px;
  margin-top: -39px;
  padding: 0 5px;
}
ul.tabs LI a {
  border-radius: 5px 5px 0 0;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 3px solid #933;
  text-decoration: none;
  padding: 5px;
  display: inline-block;
}
ul.tabs LI a:hover {
  background-color: #f7f5df;
}
ul.tabs LI span {
  color: #fff;
  padding: 5px 12px;
  vertical-align: baseline;
  font-weight: bold;
  background-color: #86919D;
  border-radius: 5px 5px 0 0;
  border: 1px solid;
  margin-top: -3px;
  border-top: 5px solid #933;
  border-bottom: 3px solid #788595;
  display: inline-block;
}
input {
  color: #3f434d;
  font-size: 16px;
}
textarea {
  color: #3f434d;
  font-size: 16px;
  line-height: 1.3;
  resize: none;
}
select {
  color: #3f434d;
  background-color: #fff;
  border: 1px #666 solid;
}
div.i-adv {
  padding: 0 3px;
  text-align: right;
  margin-top: -2px;
}
div.i-adv a {
  font-size: 0.6em;
  color: #86919D;
  text-decoration: none;
}
div.i-adv a:visited {
  font-size: 0.6em;
  color: #86919D;
  text-decoration: none;
}
div.i-adv a:active {
  font-size: 0.6em;
  color: #86919D;
  text-decoration: none;
}
div.i-adv a:hover {
  text-decoration: underline;
  color: #3f434d;
}
input.post {
  background-color: #fff;
  border: 1px #666 solid;
}
textarea.post {
  background-color: #fff;
  border: 1px #666 solid;
}
.upload-button {
  background-color: #ebebf3;
  color: #3f434d;
  font-size: 11px;
  width: 200px;
  padding: 5px;
  border: 1px solid #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
input.mainoption {
  font-weight: bold;
  color: #86919D;
}
input.liteoption {
  background-color: #aeaeb0;
  font-weight: normal;
}
input.btnnext {
  background-image: url(/forum/templates/ClubLexus/images/arrow_right.gif);
  background-repeat: no-repeat;
  border-bottom-style: solid;
  background-position: right center;
  width: 120px;
  height: 40px;
}
#userinfo {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  width: 200px;
}
.textlink {
  font-size: xx-small;
  color: #86919D;
}
a.textlink {
  color: #86919D;
}
a.textlink:hover {
  text-decoration: underline;
  color: #86919D;
}
a.textlink:visited {
  text-decoration: none;
  color: #86919D;
}
a.textlink:link {
  text-decoration: none;
  color: #86919D;
}
.ltl {
  font-size: xx-small;
}
.album {
  clear: left;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.album-div {
  background: #fff;
  border: 1px #ccc solid;
  width: 500px;
  padding: 10px;
  overflow: hidden;
}
.album-div > DIV a {
  width: 100px;
  height: 75px;
  display: block;
  background: no-repeat center;
  background-size: cover;
  float: left;
  text-decoration: none;
}
.album-div > DIV a:first-child {
  width: 400px;
  height: 300px;
}
.album-div > DIV a span {
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.42);
  font-size: 50px;
  text-decoration: none;
  line-height: 70px;
  text-align: center;
  color: #3f434d;
  font-weight: 400;
}
td.thTop {
  height: 5px;
}
td.thtopleft {
  background-image: url(/forum/templates/ClubLexus/images/thtopleft.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
td.thtopright {
  background-image: url(/forum/templates/ClubLexus/images/thtopright.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
td.tdtopleft {
  background-image: url(/forum/templates/ClubLexus/images/tdtopleft.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
td.tdtopright {
  background-image: url(/forum/templates/ClubLexus/images/tdtopright.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
td.tdright {
  background-image: url(/forum/templates/ClubLexus/images/tdright.gif);
  background-repeat: repeat-y;
  background-position: left top;
  width: 5px;
}
td.tdleft {
  background-image: url(/forum/templates/ClubLexus/images/tdleft.gif);
  background-repeat: repeat-y;
  background-position: right top;
  width: 5px;
}
td.tdbottomleft {
  background-image: url(/forum/templates/ClubLexus/images/tdbottomleft.gif);
  background-repeat: no-repeat;
  background-position: right top;
  width: 5px;
}
td.tdbottomright {
  background-image: url(/forum/templates/ClubLexus/images/tdbottomright.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 5px;
}
td.tdbottom {
  background-image: url(/forum/templates/ClubLexus/images/tdbottom.gif);
  background-repeat: repeat-x;
  background-position: left top;
  height: 5px;
}
.photoframe {
  background-image: url(/forum/templates/ClubLexus/images/photo_frame.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  height: 120px;
  text-align: center;
  vertical-align: middle;
}
.search_tab {
  font-size: 8pt;
  cursor: pointer;
  background-color: #ebebf3;
  text-decoration: underline;
}
.search_tab_selected {
  font-size: 8pt;
  cursor: pointer;
  background-color: #aeaeb0;
  color: #fff;
}
a.search_tab_selected:hover {
  font-size: 8pt;
  cursor: pointer;
  background-color: #aeaeb0;
  color: #fff;
}
a.search_tab_selected:link {
  font-size: 8pt;
  cursor: pointer;
  background-color: #aeaeb0;
  color: #fff;
}
a.search_tab_selected:visited {
  font-size: 8pt;
  cursor: pointer;
  background-color: #aeaeb0;
  color: #fff;
}
td.profiletab {
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 102px;
  vertical-align: bottom;
  text-align: center;
  background-image: url(/forum/images/profiletab.gif);
  border-bottom: 1px #333 solid;
}
td.profiletab a {
  font-size: 12px;
  text-decoration: none;
  color: #7a0509;
}
td.profiletab a:link {
  font-size: 12px;
  text-decoration: none;
  color: #7a0509;
}
td.profiletab a:visited {
  font-size: 12px;
  text-decoration: none;
  color: #7a0509;
}
td.profiletab a:active {
  font-size: 12px;
  text-decoration: none;
  color: #7a0509;
}
td.profiletab a:hover {
  text-decoration: underline;
}
td.profiletab_active {
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 102px;
  vertical-align: bottom;
  text-align: center;
  background-image: url(/forum/images/profiletab_active.gif);
  border-bottom: 3px #930 solid;
  color: #fff;
  font-size: 12px;
}
td.profiletab_active a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
td.profiletab_active a:link {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
td.profiletab_active a:visited {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
td.profiletab_active a:active {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
td.profiletab_active a:hover {
  text-decoration: underline;
}
#ajax_tooltipObj {
  z-index: 1000000;
  text-align: left;
}
#ajax_tooltipObj div {
  position: relative;
}
#ajax_tooltipObj .ajax_tooltip_arrow {
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('/forum/templates/ClubLexus/images/arrow_right.gif') no-repeat center left;
  z-index: 999;
  height: 60px;
}
#ajax_tooltipObj .ajax_tooltip_content {
  border: 2px solid #317082;
  left: 18px;
  top: 0;
  position: absolute;
  width: 150px;
  height: 200px;
  background-color: #fff;
  padding: 5px;
  font-size: 0.8em;
  overflow: auto;
  z-index: 1000001;
}
div.tab_active {
  float: left;
  background: url(/forum/templates/ClubLexus/images/tab_active.gif) no-repeat center top;
  font-size: 11px;
  white-space: nowrap;
  font-weight: normal;
  height: 18px;
  width: 200px;
  text-align: center;
  border-bottom: thin solid #b5b2ae;
  padding: 5px 0 0;
}
div.tab_inactive {
  float: left;
  background: url(/forum/templates/ClubLexus/images/tab_inactive.gif) no-repeat center top;
  white-space: nowrap;
  padding-top: 5px;
  height: 18px;
  width: 200px;
  text-align: center;
  border-bottom: thin solid #b5b2ae;
}
div.tab_inactive a {
  font-size: 11px;
}
div.tab_inactive a:link {
  font-size: 11px;
}
div.tab_inactive a:visited {
  font-size: 11px;
}
div.tab_inactive a:hover {
  font-size: 11px;
}
#ajax-postbox {
  width: 500px;
  height: 80px;
  border: #666 solid 1px;
  margin-top: 3px;
  padding-top: 3px;
  background-color: #fff;
  overflow: auto;
}
.hint {
  position: absolute;
  background: white;
  z-index: 800;
  padding: 3px 5px;
  border: 1px solid #ebebe2;
  border-radius: 3px;
  box-shadow: 2px 2px 2px #bfbfbf;
  margin-top: 4px;
  margin-left: -4px;
}
.hint:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 6px solid #ebbe2f;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-top: -9px;
  margin-left: 2px;
}
#hint-container {
  display: none;
  position: absolute;
  z-index: 1000;
}
#ajax-userbox {
  width: 285px;
  overflow: hidden;
  font-size: 12px;
  background-position: center;
  border: 1px solid #070d38;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}
#ajax-userbox DL {
  padding: 5px;
}
#ajax-userbox DT {
  clear: both;
  float: left;
  text-align: right;
  padding: 0 5px;
  width: 100px;
  margin: 0;
}
#ajax-userbox DD {
  float: left;
  padding: 0 5px;
  width: 150px;
  margin: 0;
}
#ajax-privmsgbox {
  background-color: #fff;
  padding: 0;
  margin: 5px;
  border: 1px solid #666;
  width: 400px;
}
.loading {
  background-image: url(/forum/images/icon_loading.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#infomessage {
  border: 3px solid #FC6;
  padding: 5px 100px;
  margin: 2px;
  border-radius: 10px;
}
#infomessage a {
  position: relative;
  display: block;
  float: right;
  left: 70px;
  bottom: 12px;
  border-bottom: 2px #632b14 dashed;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
}
#infomessage a:visited {
  position: relative;
  display: block;
  float: right;
  left: 70px;
  bottom: 12px;
  border-bottom: 2px #632b14 dashed;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
}
#infomessage a:hover {
  position: relative;
  display: block;
  float: right;
  left: 70px;
  bottom: 12px;
  border-bottom: 2px #632b14 dashed;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
}
#infomessage.row1 {
  border: 3px solid #e6d995;
  background: url(/forum/templates/ClubLexus/images/folder_announce.gif) no-repeat 40px center #ffffd2;
}
#uploaded_div {
  text-align: left;
  padding: 5px 10px;
  max-height: 500px;
  width: 800px;
  border: 1px solid #666;
  display: none;
  overflow: auto;
}
.uploaded-image {
  padding: 10px;
  height: 100px;
}
.uploaded-image:hover {
  background-color: #ebebf3;
}
.uploaded-image IMG {
  height: 100px;
  padding: 5px 10px;
  float: left;
}
.uploaded-image TEXTAREA {
  width: 400px;
  height: 60px;
  border: 1px solid #999;
  background: 0;
}
.uploaded-image UL {
  width: 100%;
  font-size: 12px;
  height: 30px;
}
.uploaded-image UL LI {
  float: left;
  margin-top: 6px;
}
.uploaded-delete {
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
  margin: 0 2px !important;
  float: right !important;
}
.uploaded-delete:hover {
  background-color: #f7f5df;
  text-decoration: none;
  margin: 0;
  border: 1px solid #666;
}
.uploaded-cover {
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
  margin: 0 2px !important;
  float: right !important;
}
.uploaded-cover:hover {
  background-color: #f7f5df;
  text-decoration: none;
  margin: 0;
  border: 1px solid #666;
}
.upload-progress {
  display: none;
  width: 100%;
  height: 30px;
  border: 1px solid #999;
}
.upload-progress DIV {
  margin: 2px 0;
  height: 26px;
  background-color: #060;
}
.close-button {
  background-image: url('/forum/images/bn_close_active.gif');
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  width: 16px;
  height: 16px;
}
dl.normal dd {
  float: none;
  padding: 3px;
  position: relative;
  text-align: left;
  width: auto;
  margin: 0;
}
dl.normal dt {
  float: none;
  padding: 3px;
  position: relative;
  text-align: left;
  width: auto;
  margin: 0;
  margin: 10px 0 0 0;
  color: #7a0509;
  font-size: 12px;
  font-weight: 700;
}
.search-field {
  border: 1px solid #b5bbc4;
  border-radius: 3px;
  height: 19px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.search-field INPUT {
  padding: 0;
  margin: 0;
}
.search-field SELECT {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 9px;
  color: #86919D;
}
.search-field INPUT[type=text] {
  border: 0;
  margin-left: 3px;
}
.lead {
  font-weight: bold;
}
.lead-form {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 20px;
  margin: 10px;
  box-shadow: 3px 3px 15px #ccc;
  position: relative;
  line-height: 20px;
  font-size: 110%;
}
.lead-form a.close {
  content: "";
  position: absolute;
  right: 4px;
  top: 4px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  background: url(/images/photo_close.png);
}
.lead-form a.close:hover {
  content: "";
  position: absolute;
  right: 4px;
  top: 4px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  background: url(/images/photo_close.png);
}
.lead-form a.close:active {
  content: "";
  position: absolute;
  right: 4px;
  top: 4px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  background: url(/images/photo_close.png);
}
.lead-form a.close:visited {
  content: "";
  position: absolute;
  right: 4px;
  top: 4px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  background: url(/images/photo_close.png);
}
.lead-form h1 {
  padding: 0;
}
.lead-form p {
  font-size: 12px;
  line-height: 20px;
}
.lead-form label {
  width: 30%;
  display: inline-block;
  text-align: right;
  padding: 5px 10px;
  font-weight: bold;
  vertical-align: top;
}
.lead-form input[type=text] {
  width: 60%;
  display: inline-block;
  font-size: 110%;
}
.lead-form input[type=email] {
  width: 60%;
  display: inline-block;
  font-size: 110%;
}
.lead-form textarea {
  width: 60%;
  display: inline-block;
  font-size: 110%;
}
.lead-form input.required {
  background-color: #f7f5df;
}
.lead-form .captcha img {
  margin-left: 30%;
  padding: 5px 20px;
  display: block;
  height: 40px;
}
.lead-form .captcha input {
  width: auto;
}
.lead-form INPUT[type=submit] {
  display: inline-block;
  text-align: right;
  padding: 8px 30px;
  font-size: 120%;
  border-radius: 6px;
  border: 1px solid;
  cursor: pointer;
  margin-left: 33%;
}
.invisible {
  display: block;
  left: -10000px;
  position: absolute;
}
ul.table {
  display: table;
  width: 100%;
}
ul.table > LI {
  display: table-cell;
  padding: 5px 0;
  margin: 0;
  line-height: 1.3em;
}
.panel {
  margin: 20px;
  box-shadow: 0 2px 5px;
  border-radius: 4px;
}
.panel-body {
  padding: 20px;
}
.panel-header {
  font-weight: bold;
  padding: 5px 20px;
}
.panel.error .panel-header {
  background: #fbb;
}
.is-validating {
  opacity: 0.5;
  transition: all 200ms;
}
.help-message {
  display: none;
  font-size: 12px;
  text-align: left;
  color: red;
}
.is-error {
  background: rgba(233, 32, 100, 0.07) !important;
}
.is-error ~ .help-message {
  display: block !important;
}
.user-auto-widget {
  position: relative;
}
.user-auto-widget > UL {
  position: absolute;
  background: white;
  border: 1px solid grey;
  width: 600px;
  right: -1px;
  top: 35px;
  z-index: 99999;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.user-auto-widget > UL LI:hover {
  color: #7a0509;
}
.user-auto-widget > UL LI span {
  padding: 10px;
  cursor: pointer;
}
.user-auto-widget > UL > LI {
  width: 178px;
  display: inline-block;
  flex-grow: 1;
  vertical-align: middle;
}
.user-auto-widget > UL IMG {
  max-width: 60px;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
.user-auto-widget > UL span.loading {
  height: 50px;
  width: 100%;
}
.user-auto-widget INPUT[type="text"] {
  border: transparent;
  padding: 0;
  margin: 1px 0;
}
.user-auto-widget > DIV {
  border: 1px solid #b3adaf;
  padding: 3px 5px;
  position: relative;
}
.user-auto-widget > DIV p {
  text-align: left;
  color: #3f434d;
  display: block;
  margin-right: 30px;
  font-size: 14px;
}
.user-auto-widget .button-clear {
  padding: 0 5px;
  color: #86919D;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  bottom: 0;
  font-size: 14px;
}
.user-auto-widget.input-input #input-text {
  display: none !important;
}
.user-auto-widget.input-input #user_auto {
  display: block !important;
}
.user-auto-widget.input-changed .button-clear {
  display: block !important;
}
.topic-image {
  width: 150px;
  margin: 20px 20px 0;
  position: relative;
}
.topic-image IMG {
  width: 100%;
  display: block;
}
.topic-image UL {
  position: absolute;
  background: white;
  z-index: 99999;
  border: 1px solid grey;
  top: 100%;
  width: 150px;
  left: -1px;
  font-size: 12px;
}
.topic-image LABEL {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.ruble:after {
  content: "i";
  font-family: "Rouble";
}
.emojic {
  margin: 1px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.emojit {
  opacity: 0;
}
.emoji {
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  background: url("emoji.png") top left no-repeat;
  width: 20px;
  height: 20px;
}
.rounded3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rounded5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.posts-rank {
  background-repeat: repeat-x;
  margin: 1px 0;
}
.posts-total {
  background-image: url("data:image/gif;base64,R0lGODlhBgAKALMAANfX1/39/d/f39DQ0OLi4rq6uv///2pqj////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAgALAAAAAAGAAoAAAQW0Mhpjj2hXqItv8e3dSEpWgMiFCwQAQA7");
  height: 10px;
}
.posts-total-gold {
  background-image: url("data:image/gif;base64,R0lGODlhCgAKAMQAAAAAAP///76yHKqfGZCHFY+GFejZI+TVItvNIdrMIdTGIMO3HcK2HbywHLOnG6+kGq2iGqidGaWaGZSLFuvcJuzeLezeMe3gOe3gOu7iR+/kUvDlWPHmYPHmY/HnZv///yH5BAEAAB8ALAAAAAAKAAoAAAUq4CeOJHkh5YgppMZ53cVEEtSI3FY5U1FmhwEhZUkIJCmDSPAgUUiLVCoEADs=");
  height: 10px;
}
.posts-total-redstar {
  background-image: url("data:image/gif;base64,R0lGODlhFAAQAPcAAP//AP/MAP/+AP/8AP/5AP/JAf/AAf+3AcwkJqIdHr8lJ5gmKMAzNs9AQ9Rtb5kQFsMXHMosMcAsMMRDSblHTNFhZsRbXtaKjL8iKqMgJ6olLOSnqtGlqOG+wLsqNo8uNaQUJKMcKosgK7owP7M/StWYns+boM4uQdQ4S3kpM8NebNpacNZ2iP/9AP7+APz5APr3APn4APj3APbzAOvoAP/4AP73AP76APv1APjyAOjhANTNAPv0CvvyC//zAP/0AP7xAP7zAPfoAPTpAPPpAO7hAOXbANrNAP/wAfjrEP/tAP/vAP3rAPvoAO/dAO3dAOvZAOnWAOfWAObWAP/qAf/tAf3rAfvqAfrqAfnqGP/mAP/pAPrhAPjgAObPAN/LANrGAOvVA+vTC/vmDvjiHP/eAPfXAPXVAOrMAP/hAfrdAefJAeXKBuzOCObMDPrgFfXbHPLYH//aAfzXAd+/Eu7TLv/VAP7UAO3DAOS/AP/TAf/VAf7WAenFCeC8Ce/PKf7LAOa5AOC3AP/RAf7QAea8CeW8DO3JN+vJQd+yEebHUP/CAPu/ANOiDL2QFP+5APu2APSxAOW1Ov+xAP6wAP+uAe7EY/+oANiWDsWJFciQJf+kAc+PHf+gAP+cAceEFeWnQP+XAMuFIP+TAuK3fOO3fv+PAP+LAtWPNtaSQd2PNP+EAumfWsFoGuWxh6NWGclrJshjIHs+F71dJbxZKOmoiaVEHoc8Hdh9W7ZFIM1BJNJbQMM6IaU6JtOcktqBdNGeluqVkNQwKbs5M9Vvas0sLLmEhP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAMcALAAAAAAUABAAAAj/AFedGuVpU6UDBgoMkpNmy5IfBAYIACBgYMGDCflYweJESJCIEwUMIGgQYYE9Y0CpEmMEh0SKA2pcNDkoDRlcu+jsmBEypo+SBgjNUXPl0AoUnI7QkBEDhg0fSjDqeQMnzh9WLFTowlSoTxsdQ5RoMUnFUilXtYKVMHZCGK9csaBM0VIm4SAkpIBx6LDBAYMIE0IkoBXFSxk7CuVUyaLIl4kLDSAo8DBMkxspZ+wEWNgQSA9EvyoUQ4BBgig2X8zcCbCIocMfN+oQs5BBA4URn8CgWb3oUcOHBFpIIpFiQa8PIFqtyQOo96TXEXmkEiErU6NXD2b5EcTo0aRLwCUmMEF1y1GYIolswTIUCNL3ThBfuniRg8gTLkyadMETidKlTqGABFMNUNGlmXP/hWJKQAA7");
  height: 16px;
}
.posts-lexus {
  background-image: url("data:image/gif;base64,R0lGODlhBgAKALMAANnZ2dPT0/39/eHh4ePj476+vv///3KVcv///wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAgALAAAAAAGAAoAAAQW0Mhpjj2iXqItv8e3dSEpWgEyFCwQAQA7");
  height: 10px;
}
.posts-lexus-gold {
  background-image: url("data:image/gif;base64,R0lGODlhEAANAOYAAP//vt3HUOfRVubQV+TPXdrHWejWZ+HPZODNY+rXaurYaubVatnIZOfIN+PENtm8NN3ANufJOePGO9e8O+LGP+XJQ9/FQtnAQeLIR+HHR9nBROXKSeTLTOXLTdvFT8mYEMSVEMKTEMSWE8ybFsOWGMKVGMydGsyeGseZGcKWGcicHdChH8ecIsWaIs+jJ8WbJcGYJcqhLMKbK8CZKsmgLcegL8KcLsGaLsmiNc+nN8ujNsKcNNCoOcSfNs+oOsmjONCpP8SgO8ulPsSgPMOfPM2pQ8yoRMajQsOhQcKgQf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAEoALAAAAAAQAA0AAAd3gEqCg4SFhgAQGDkJhoQyKQ8TMUAKPIYHRwUAACItOgBKNheEPwybFCAom6AwgxU1qywiEasANxaCEi+bQzImtQA9HIIOKptJOxvAQgKDIx0ASEQ0Jx8kM0FFhA0rA8AAGjiNLj5GCB4pISUBjYIGCwQZoO30g4EAOw==");
  height: 13px;
}
.posts-lexus-guru {
  background-image: url("data:image/gif;base64,R0lGODlhFAAQAOYAAP3KSv7lV+HIcMqtWv/9o/7HWP/7MuK9fsOHM9qzd+vJg9azWMSXVP20S/nWgqtpE/7WRP7La/7XXNapZv21W/2kS+XJV/7rSv/7a86ZSP3TauOzbvyRMf/7OP7cZKyGRqRkD//7c/7VPf/7Uv2pUfyaPbWHOP/ti/7iPP/0edOlRnZFBv7AX7aZS4pTCvydQf/7nv/0VP2qS/yUNbyaU/7gh3ZbIv3ukPzzdf/sNf7xbP/1M//1l/y/af/yQv/yn//9hf22Y//8QfyhRf7lh3JJEPe+cf/vmrN8LLF1Iv/2O/2uV142A//2Y/yWOLF2KtavXPyQL//9X/7dg//yicq6UZRsKoBNCs65Ze7ZiOO+WP/tOb2JR55wJfDoj+C/ZL+qRpyFOevaW65uF86gWf7jNvLFf//+esicO/7wge7njqFgC82lT+6+Zv/9jP/3SP/8S7mCJP22UpRbEP2/UP7nkezZa7Z6Jrt/J3NQHX9gKL+YOpBzMNyyZJVWBvDajCH5BAAAAAAALAAAAAAUABAAAAf/gFFRHBwzJS9DMg0NdAAiImU5OwYGg4ZDFSQULBEaHh4BFz5KHZQcTi8VS0FGZgoHCQJfOk0jcEIdO6gkrLAHr1xId1oqYlIjPjklvBsTGw51P2RjfgJ2cUkWTRcoFRQbDBNTREcKT2stQGc4GQgWARAkPWRkNUQnWQgPXW4hGCFpEIzxAIBCmwx97t0wASKJGiAYMKSggsCFBjos2iCAcoMHmScPBMAAEgJHmhtIVkSQU0DDAzw8YOgDMWCBzQVQ2Lgo0kMGAA9oxqggoHPFiisgHqxxsYLJBwpDIATQsWeOCS8ECMDg8ePIHxofNgSpUALFhRgYwBRhwqcFlgE0RqwUycMgCIkSM3IoETJCCoYqYWzY0KPnA4MeS8jO4DCpg5A3MQIEkCChAAsKiV84WRyFkoEdW1BAgACATgMZQ16U2MxBUCAAOw==");
  height: 16px;
}
.icon-friends {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAA21BMVEX///8YUoRjMQBmNgTe95wXUoRiMADU55AxNT0YUoRjMQAITYgITIYNSXxSJQBYIgAYUoRjMQDHdQDYgQDYgQAITIYITYgXUoQYUoQaVIYfWIkoYJAqYZIvZZUxNT0xOj87Q0c+e7FDfrpNfqtOh7pSJQBUhLFaIwBejbhfjbliMABjMQBnNABnY2ZqLgBsmMJuOQB0NAB5o8x6cD97pc59RACARgCAqdKBqtKFrtaHTACJsdjAbwDBdwDHdQDRgwDU55Db85nnkwD7ogD/pQD/qwD/rAD/sQD/tQAq+QzRAAAAFXRSTlMABgYGBhQUFBgqKjSampqatLTL0+M2H1FMAAAAjUlEQVQY02NgIAJwaQuCKAEJTgifzdTDnp+BgVfDWpoVLsDHwMADF0DXwqQFVKGqpyAKVCHOCBTQcXMBAjdjJXMTEwtJkICzgburrbq8irmllBFcwEZXURlFwE5OTA0moK1l6u4qxMENFJAWlwAKMDsaOlkJM3BryurLgN3B4oAmwMAOFBBBFmAzQxEAAABOGOksrqA5AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-partner {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAARCAMAAADaFm2tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADUBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDQuMi4yLWMwNjMgNTMuMzUyNjI0LCAyMDA4LzA3LzMwLTE4OjEyOjE4ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOklwdGM0eG1wQ29yZT0iaHR0cDovL2lwdGMub3JnL3N0ZC9JcHRjNHhtcENvcmUvMS4wL3htbG5zLyIKICAgeG1wUmlnaHRzOk1hcmtlZD0iRmFsc2UiCiAgIHhtcFJpZ2h0czpXZWJTdGF0ZW1lbnQ9IiIKICAgcGhvdG9zaG9wOkF1dGhvcnNQb3NpdGlvbj0iIj4KICAgPGRjOnJpZ2h0cz4KICAgIDxyZGY6QWx0PgogICAgIDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCIvPgogICAgPC9yZGY6QWx0PgogICA8L2RjOnJpZ2h0cz4KICAgPGRjOmNyZWF0b3I+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpLz4KICAgIDwvcmRmOlNlcT4KICAgPC9kYzpjcmVhdG9yPgogICA8ZGM6dGl0bGU+CiAgICA8cmRmOkFsdD4KICAgICA8cmRmOmxpIHhtbDpsYW5nPSJ4LWRlZmF1bHQiLz4KICAgIDwvcmRmOkFsdD4KICAgPC9kYzp0aXRsZT4KICAgPHhtcFJpZ2h0czpVc2FnZVRlcm1zPgogICAgPHJkZjpBbHQ+CiAgICAgPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ii8+CiAgICA8L3JkZjpBbHQ+CiAgIDwveG1wUmlnaHRzOlVzYWdlVGVybXM+CiAgIDxJcHRjNHhtcENvcmU6Q3JlYXRvckNvbnRhY3RJbmZvCiAgICBJcHRjNHhtcENvcmU6Q2lBZHJFeHRhZHI9IiIKICAgIElwdGM0eG1wQ29yZTpDaUFkckNpdHk9IiIKICAgIElwdGM0eG1wQ29yZTpDaUFkclJlZ2lvbj0iIgogICAgSXB0YzR4bXBDb3JlOkNpQWRyUGNvZGU9IiIKICAgIElwdGM0eG1wQ29yZTpDaUFkckN0cnk9IiIKICAgIElwdGM0eG1wQ29yZTpDaVRlbFdvcms9IiIKICAgIElwdGM0eG1wQ29yZTpDaUVtYWlsV29yaz0iIgogICAgSXB0YzR4bXBDb3JlOkNpVXJsV29yaz0iIi8+CiAgPC9yZGY6RGVzY3JpcHRpb24+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz6wCsCdAAABgFBMVEXnvkiJiYl3d3felEHCOC/4+PilpaX9/f29pVn60la2n1mdjVzp6enT09OmlFtxbWCQhF3aulZlZWVzbl/60lmpllqHfV7g4ODy8vLDqVjIMjDx8fHJMzHXw7+dbkDDpEbjsUXKMzHVfD7mvUfIyMj+/vu8ij/n16arioPWwoTLQDKZXFHJMjCoZFlzU0758t3CPDKzs7Pbgz7379XXjkbY2NixTTaQkJBhYWHi4d2MjIzlv0jkr0XVsUb6+vrip0T60lXj4+PSn1FYWFjSz8f8+O3CwsKtTTjnxWygVTmtnJjp1JPm5ubW1tbUYDmMRTmbm5vg1LxsZ1b58OPr48viuEzUlkrXo2jCc0bSdlTnwElxaVDHf3PAVkjMXlHu3KW9OC6DQTfeoEiMTDjQvYHc3NzPTDW2QTRqamrLy8uVlZV6WEe9vb3v3trz39u0tLT8/Pz5+fmPj4/o6OjjrEXj4dv19fXu1Lb7+/v09PThpUTJycnnwEjKMTH70lP///+FJWTYAAAAgHRSTlP/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ADgFS2cAAADhSURBVAgdJcGFUgJRFADQS+zbpbsN7A7sRsXuwsDu7sYbv+4wew6IyHT38WLD1pcuIiB1HXMFHMB806cmAvJdQFdgPODCyam4wOYZGlxi4O7fL+zVRNkUtbV5oBqdbHJ+zCrowQSbEiPzb7ADETZFivd3sJ73ObjE4asPZiB1MewPM3PYX7k/tAwvg9sY8hreULHC+pACeWxesaVHs11XJ5ZeHeSIqOp8o4+IWm7H4KmVyJ7rXygjsis3/Bwk6dRa6z6k5KrlEvSJxuugepfyzvYbtQSixZ6V51XiM2uZmPYP+e5GnmpRos0AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 17px;
}
.block-container {
  margin-bottom: 10px;
  overflow: hidden;
}
.block-container .block-content {
  padding: 5px;
}
.block-container .blockheader {
  background-color: #e9e1da;
  margin: 0;
  padding: 4px 0 3px 3px;
  text-shadow: 1px 1px 1px #ffffff;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  color: #3f434d;
}
.block-container .blockheader > a {
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  color: #3f434d;
}
.block-container .blockheader > a:active {
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  color: #3f434d;
}
.block-container .blockheader > a:hover {
  color: #7a0509;
  text-decoration: underline;
}
div.sale .price {
  font-size: 12px !important;
  color: #7a0509 !important;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  display: block;
}
#topics-toggle:after {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid white;
  border-radius: 50%;
  margin: 0;
}
#topics-toggle:hover:after {
  background-color: #7a0509;
}
#topics-toggle.active:after {
  background-color: #7a0509;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0;
  margin-left: 2px;
  border: 6px solid transparent;
  border-top-color: #2e2e2e;
  vertical-align: middle;
}
.topic-userlist {
  width: 100%;
  height: 56px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}
.topic-userlist LI {
  display: inline-block;
  padding: 0 4px;
  text-align: center;
  align-self: baseline;
}
.topic-userlist a {
  line-height: 13px;
  display: block;
  position: relative;
}
.topic-userlist IMG {
  width: 40px;
  text-align: center;
}
.topic-userlist a.user-online:after {
  content: '';
  background-color: #FFCC66;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  bottom: 15px;
  right: 3px;
}
.topic-userlist a.user-watching:after {
  background-color: transparent;
  animation-name: blink;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.topic-userlist p {
  font-size: 10px;
  width: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
}
.topic-userlist span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: auto 42px;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  box-sizing: border-box;
}
.field-invalid {
  animation-name: blink-error;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
.field-invalid ~ .validate-error {
  display: block;
}
.validate-error {
  display: none;
  font-size: 12px;
  color: red;
}
.mod-menu {
  font-size: 18px;
}
.mod-menu > * {
  padding: 5px;
}
h1 a.tag,
h1 a.tag:hover,
h1 a.tag:active,
h1 a.tag:visited {
  font-family: "Arial Narrow", serif;
  text-decoration: none;
  font-size: 12px;
  border-radius: 3px;
  background-color: #86919D;
  color: white;
  margin-right: 5px;
  padding: 0 5px;
}
h1.topic-title {
  border-bottom: 1px solid #f7f7f9;
  padding: 20px 5px;
}
h1.topic-title IMG {
  padding: 0 10px 0 0;
}
h1.topic-title a {
  font-size: 2rem;
  text-decoration: none;
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
}
h1.topic-title a:hover {
  color: #7a0509;
}
h1.topic-title.fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  background: #86919D;
  padding: 0 10px;
  font-size: 1rem;
  left: 0;
  right: 0;
}
h1.topic-title.fixed a {
  color: white;
  font-size: 1rem;
  text-shadow: none;
}
.popover-container {
  position: absolute;
  z-index: 10000;
  display: none;
  transition: opacity 0.3s;
  opacity: 0;
}
.popover-container .popover-body {
  border: 1px solid #708090;
  padding: 0 20px 10px;
  box-shadow: 3px 3px 5px grey;
  background: #fff;
}
.popover-container .popover-body a {
  color: #3f434d;
  text-decoration: none;
}
.popover-container .popover-body img {
  width: 100%;
}
.popover-container .popover-body div {
  margin: 0 -20px 10px -20px;
}
.popover-container .popover-tick {
  position: absolute;
  border-width: 10px;
  border-style: solid;
  margin-left: 0;
  border-color: grey transparent transparent transparent;
  z-index: -1;
  width: 0;
  height: 0;
}
.photo-upload-group input {
  display: block;
  left: -10000px;
  position: absolute;
}
.photo-upload-group label {
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  margin: 5px 5px 0 0;
  background: #f1f1f1;
  position: relative;
}
.photo-upload-group label:after {
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: '\e412';
  color: #ccc;
  position: absolute;
  left: 26px;
  top: 26px;
}
.photo-upload-group .thumb {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover;
  border: 1px solid #ccc;
  margin: 5px 5px 0 0;
  position: relative;
}
.photo-upload-group .thumb:hover:after {
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: '\e5cd';
  position: absolute;
  left: -7px;
  top: -9px;
  font-size: 96px;
  color: red;
}
.algolia-autocomplete {
  width: 100%;
}
.algolia-autocomplete .aa-input,
.algolia-autocomplete .aa-hint {
  width: 100%;
}
.algolia-autocomplete .aa-hint {
  color: #999;
}
.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  border-top: none;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  padding: 5px 4px;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #B2D7FF;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'als_rublregular';
  src: url('/fonts/rouble-webfont.woff2') format('woff2'), url('/fonts/rouble-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.rouble:after {
  font-family: "als_rublregular";
  padding-left: 0.2em;
  font-size: 90%;
  display: inline-block;
  vertical-align: baseline;
  content: "a";
}
.rouble.arial:after {
  content: "a";
}
.rouble.arial-italic:after {
  content: "b";
}
.rouble.arial-bold:after {
  content: "c";
}
.rouble.arial-bold-italic:after {
  content: "d";
}
.rouble.georgia:after {
  content: "e";
}
.rouble.georgia-italic:after {
  content: "f";
}
.rouble.georgia-bold:after {
  content: "g";
}
.rouble.georgia-bold-italic:after {
  content: "h";
}
.rouble.tahoma:after {
  content: "i";
}
.rouble.tahoma-bold:after {
  content: "j";
}
.rouble.verdana:after {
  content: "q";
}
.rouble.verdana-italic:after {
  content: "r";
}
.rouble.verdana-bold:after {
  content: "s";
}
.rouble.verdana-bold-italic:after {
  content: "t";
}
.snow {
  /*position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;*/
  overflow: hidden;
}
.snow b {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -10px;
}
.snow b.op0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.snow b.op1 {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.snow b.op2 {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.block-container.top_menu {
  margin: 0;
}
header {
  background: black;
}
header .logo {
  display: block;
  width: 268px;
  height: 64px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAABACAYAAADvYUkwAAAACXBIWXMAAAsTAAALEwEAmpwYAAA4JWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTctMDMtMTdUMTg6MjE6MDErMDE6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNy0wNC0xOVQxMTozNTo1NSswMjowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTctMDQtMTlUMTE6MzU6NTUrMDI6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6NGNkOWEwN2YtOGQyNi1jYjRiLTk3ZTAtZjBmYzE3NmViY2Q4PC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOjRjZDlhMDdmLThkMjYtY2I0Yi05N2UwLWYwZmMxNzZlYmNkODwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjRjZDlhMDdmLThkMjYtY2I0Yi05N2UwLWYwZmMxNzZlYmNkODwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo0Y2Q5YTA3Zi04ZDI2LWNiNGItOTdlMC1mMGZjMTc2ZWJjZDg8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMDMtMTdUMTg6MjE6MDErMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjY4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjY0PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg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');
  background-repeat: no-repeat;
  background-size: contain;
}
header .nav-icon {
  float: right;
  margin: 10px 6px;
  cursor: pointer;
  color: #c7ccd1;
  font-size: 40px;
  line-height: 40px;
}
header #menu-switch:checked ~ div #nav-icon {
  position: fixed;
}
header #menu-switch:checked ~ div #nav-icon span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
header #menu-switch:checked ~ div #nav-icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header #menu-switch:checked ~ div #nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header .counters {
  float: left;
  position: absolute;
}
header .topmenu-container {
  height: 60px;
}
header .top-menu {
  display: table;
  width: 100%;
  background: #0f0d1b;
}
header .top-menu LI {
  display: table-cell;
  padding: 0;
  margin: 0;
  text-align: right;
}
header .i-top-div {
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: black;
}
header .i-model-div {
  border: thin solid #CCC;
  position: absolute;
  top: 0;
  height: 250px;
  width: 122px;
  margin: 10px 0 0 -190px;
  padding: 15px 45px 15px 15px;
  visibility: hidden;
  text-align: left;
  background: url(/images/model_bg.png) repeat;
  overflow: hidden;
  -moz-text-shadow: 1px 1px 1px #000;
  -webkit-text-shadow: 1px 1px 1px #000;
  text-shadow: 1px 1px 1px #000;
}
header .i-model-div h1 {
  margin: 0;
  padding: 5px 0;
  font-size: 1.2em;
}
header .i-model-div a {
  color: #ffdcbe;
  font-weight: normal;
  text-decoration: none;
}
header .i-model-div a:hover {
  text-decoration: underline;
}
header .i-model-div UL LI {
  border: 0 none;
  padding: 5px 15px 0;
  font-size: 12px;
  color: #fff;
}
header .i-top-menu {
  position: absolute;
  list-style: none;
  text-align: left;
  padding: 0;
  top: 20px;
  left: 40px;
  white-space: nowrap;
}
header .i-top-menu LI {
  margin: 5px 2px 0;
  padding: 0;
  text-shadow: 1px 1px 1px #000;
}
header .i-top-menu LI:hover {
  list-style: square outside;
  color: #7a0509 !important;
}
header .i-top-menu LI A {
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
}
header .i-top-menu LI A:visited {
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
}
header .i-top-menu LI A:active {
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
}
header .top-model-list {
  position: absolute;
  right: 20px;
  top: 10px;
}
header .top-model-list a {
  color: #fff !important;
  text-decoration: none;
  line-height: 30px;
}
header div.mainmenu {
  -webkit-overflow-scrolling: touch;
}
header div.mainmenu > UL {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  display: table;
}
header div.mainmenu > UL > li {
  cursor: pointer;
  padding: 0;
  border-left: 1px solid #333333;
  white-space: nowrap;
  display: table-cell;
  background: #292929 repeat-x url("data:image/gif;base64,R0lGODlhDAAnAOYAABIRHxMRHZaZmjs7RUlKVxUTHi4uOFFUXxAOHRQSHxcTIyAeKCkoLKCjq1BOVh8cLKCjqhAPHR8bKlFOVkdHTl1haF5iai0tN0REUElIUFJPVikpM0BATBMSIDw8RhQSHl5ia1xhaEhHTzc3QG1vbEpJUSkoLZWZmSopLV5iaVBUXx8bKyEfKBEPHhoaJBQSHaCjqRYVIikpLZWYmkhKVyYmMEhKVhMRHiMjLRAPHBAOGxUTHRMQHA8NG6Ckq0dIThMRHFFUYCAeKR8cKx4bKiAfKRcUIklJUBcUI1BPVhYWIhYUI11haRoZJBYWIxoaJTY2QBAOHEREUSoqNG5wbEFBSycnMSQkLiAgKh0dJzIyPA8OHA0MGg4NGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAMACcAAAf9gFSCg4QkJCcCiYqLMzAQj48NkpI+GhoTmBMOm5tJJSVHGRkiIhSmFD8gIBasKUwVsCEhKge1trdBNjQEvL2+GFLBwsMYHFXHyMkcHgPNzs8eI1DT1NUjWtjZ2tgXBt7f4BcbU+Tl5hs1Vurr7FY4V/Dx8ldY9fb39Vn6+/z6TU8AAwp0EcOJwYMIlXQAwLChww4REEicODFCiy0YM2qMEGFLl48gQ2IMSbKLx5IiuahcybKly5UoSfaI+XGLjig4c+rMASSAz59AeewoQLSo0RcfPiRYypTpDSNIFEidOnXJg6tXh6yQwFUCkSJCFogdO5aFDBMM0qpNawJFIAA7");
  transition: background 0.3s 0.1s;
}
header div.mainmenu > UL > li > ul > li {
  background-color: #2e2e2e;
  border-left: 10px solid #3A3B3D;
  border-right: 1px solid white;
  margin-left: -1px;
  display: inline-block;
  padding: 0 10px;
  width: 100%;
  float: left;
  z-index: 999;
}
header div.mainmenu > UL > li > ul > li > a {
  text-align: left;
}
header div.mainmenu > UL li:hover {
  background: repeat-x top url("data:image/gif;base64,R0lGODlhDAAnAOYAAB8bKhcTIxMQHB8bKykoLCopLSEfKBcUIxcUIh4bKh8cKxUTHSAeKCkoLRMRHBQSHR8cLBUTHiAeKRAOGxMRHhQSHxMRHRQSHhAOHQ8NGxEPHhAOHBYUIxoZJCAfKQ0MGg4NGw8OHBAPHRAPHBIRHxMSIBYVIhYWIxYWIhoaJRoaJB0dJyAgKiMjLSQkLiYmMCcnMSkpMyoqNC0tNy4uODIyPEREUUBATDY2QEREUDs7RTw8Rjc3QEFBSykpLUlKV0hKV0hKVlFUYFFUX1BUX6Cjq15ia6Cjql1haV5iaqCjqV1haF5iaaCkq1xhaJWYmpaZmpWZmW1vbG5wbP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAFQALAAAAAAMACcAAAfugFOCg4RSUlFQiYqLT0pHj49FkpJNIZaXmJmalwUNBJ+gnw0+Bgymp6cSHgkArQADChCyshwBtre3BwgUFb2+vhcXDxHExcYLAhbKy8wOIxvQ0dITISDW19gZ2NvXH97f4OHi39Xc2OXmIJbp1iEiIpuXGiIY9fb2IiUk+/z9JSgnAgocaEJFioMIE3ZYwbChQ4YsIkqcGNGFxYsYXbSAwbGjRxgvYsgYSbJkjBk0UqpcOaOGy5cwXfLAQbOmTR47dOjcyXPHjR5Agwq9kcOG0aNIc/xYyrQpkCBChkidSpWIEydLsiJhkqSrESOBAAA7");
}
header div.mainmenu > UL li:hover ul {
  display: block;
  position: absolute;
  margin: 0;
  width: 220px;
  padding: 0;
  z-index: 999;
}
header div.mainmenu > UL li input[checked] ~ ul {
  display: block;
}
header div.mainmenu > UL li label {
  font-size: 13px;
  line-height: 33px;
  width: 100%;
  color: #ffdcbe;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
}
header div.mainmenu > UL li a {
  font-size: 13px;
  line-height: 33px;
  width: 100%;
  color: #ffdcbe;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
}
header div.mainmenu > UL li a.selected {
  font-weight: bold;
  color: #FFCC66;
}
header div.mainmenu > UL li ul {
  display: none;
}
header div.mainmenu > UL li ul li:hover {
  background: #383b42;
  border-left: 10px solid #000000;
  text-decoration: none;
  display: inline-block;
  z-index: 1000;
}
header div.mainmenu > UL li ul li.ie_hover {
  background: #383b42;
  border-left: 10px solid #000000;
  text-decoration: none;
  display: inline-block;
  z-index: 1000;
}
header div.mainmenu > UL sup {
  text-decoration: none;
  color: #FFCC66;
  position: relative;
  font-style: italic;
  font-size: 8px;
  font-weight: bold;
  margin-top: -4px;
}
header .header-logo {
  float: left;
  position: absolute;
  height: 60px;
  overflow: hidden;
}
header #queue {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background: #dfdfdf;
  max-height: 22px;
  padding: 0 5px;
  top: 0;
  z-index: 1000;
  overflow: hidden;
  border: 1px solid #bebebe;
  font-size: 12px;
  border-radius: 0 0 5px 5px;
  transition: all 0.4s;
  white-space: nowrap;
  max-width: 100%;
}
header #queue:hover {
  max-height: 200px;
}
header #queue > DIV {
  float: right;
  height: 20px;
}
header #queue UL LI {
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
header #queue a {
  color: #3f434d;
  line-height: 20px;
  padding: 0 10px;
  text-decoration: none;
}
header #queue a:hover {
  text-decoration: underline;
}
header #user-history {
  position: absolute;
  background: white;
  border: 1px solid #3f434d;
  padding: 0;
  text-align: left;
  margin-top: -10px;
  display: none;
}
header #queue {
  display: inline-block;
  height: 24px;
  white-space: nowrap;
}
header #queue A {
  display: none;
}
header #queue A:first-child {
  display: inline-block;
}
header #queue SPAN {
  background: none repeat scroll 0 0 transparent !important;
  border: 1px solid #86919D;
  border-radius: 3px 3px 3px 3px;
  color: #86919D;
  font-size: 10px;
  margin: 1px;
  padding: 0 5px !important;
  cursor: pointer;
}
header #fixed-menu {
  display: none;
  position: fixed;
  top: -40px;
  background: #000;
  transition: top 300ms;
  z-index: 999999;
  left: 0;
  height: 24px;
}
header #fixed-menu.active {
  top: 0;
}
header #fixed-menu > li {
  display: block;
}
header #fixed-menu .item-logo {
  float: left;
  padding: 0;
}
header #fixed-menu .item-usermenu {
  float: right;
}
header #fixed-menu .item-pagetitle {
  margin: 0 auto;
  max-width: 1380px;
}
header #fixed-menu .item-pagetitle p {
  font-size: 16px;
  color: #c7ccd1;
}
header #fixed-menu .usermenu-container li a,
header #fixed-menu .usermenu-container li button {
  line-height: 22px !important;
}
header #fixed-menu .item-logo {
  display: none;
}
header #menu-switch:checked ~ div .menu-popup {
  left: 0;
}
header .menu-popup {
  left: -100%;
  top: 0;
  bottom: 0;
  position: fixed;
  background: black;
  overflow: auto;
  transition: left 200ms;
  z-index: 1001;
  width: 414px;
  max-width: 100%;
}
header .menu-popup > p {
  color: white;
  text-align: center;
  background: #393946;
  line-height: 64px;
  font-size: 24px;
}
header .menu-popup .mainmenu UL {
  position: relative !important;
}
header .menu-popup .mainmenu UL LI {
  background: none;
  display: inline-block !important;
  text-align: left;
  width: 100%;
  line-height: normal !important;
  border: none;
}
header .menu-popup .mainmenu UL LI a,
header .menu-popup .mainmenu UL LI label {
  padding: 10px !important;
  font-size: 16px;
  line-height: inherit;
}
header .menu-popup .mainmenu UL LI input:checked ~ UL {
  display: inline !important;
}
header #every {
  height: 60px;
}
.i-card-div {
  float: left;
  height: 137px;
  margin-left: -50px;
  margin-top: -130px;
  overflow: hidden;
  position: relative;
  top: 150px;
  width: 50px;
  zoom: 1;
}
.no-hover {
  border: none;
}
.no-hover:hover {
  background: inherit !important;
}
.pm-editor {
  display: flex;
  flex-wrap: nowrap;
}
.pm-editor textarea {
  min-height: 34px !important;
  border: none;
  padding: 5px 0;
}
.pm-editor .bbcode-menu {
  width: 40px;
  position: relative;
  vertical-align: bottom;
}
.pm-editor .bbcode-menu button {
  bottom: 0;
  padding: 0;
  margin: 0;
}
.pm-editor .bbcode-menu button:hover span {
  color: #4C4A4A;
}
.pm-editor .bbcode-menu span {
  font-size: 2em;
  color: #ccc;
}
#pm-msgs-view-container {
  background: white;
  position: sticky;
  top: 24px;
  z-index: 999;
}
.pm-msgs-container {
  border: 1px solid #f2f4f6;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
}
.pm-msgs-container .pm-mate-container {
  background: #f7f7f7;
}
.pm-msgs-container .pm-mate-container[data-mate-id=""] + .pm-reply-container {
  display: none;
}
.pm-msgs-container .pm-reply-container {
  border: 1px solid #c0c0c0;
  border-radius: 25px;
  margin: 5px;
}
.pm-msgs-container .scrollbox {
  position: absolute;
  top: 0;
  bottom: 0;
}
.pm-msgs-container.selecting .pm-message {
  margin-left: 50px;
}
.pm-msgs-container.selecting .pm-reply-container {
  display: none !important;
}
.pm-msgs-container.selecting .pm-select,
.pm-msgs-container.selecting .pm-select-panel {
  display: block;
}
.pm-msgs-container .pm-msgs[data-is-loaded="1"] ~ .scrollbox-loading {
  display: none !important;
}
.pm-mates-container {
  /* width: 400px;
   max-width: 100%;*/
  overflow: auto;
  position: sticky;
  top: 24px;
}
.pm-mates-container .pm-search {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
}
.pm-mates-container .pm-list {
  width: 100%;
}
.pm-mates-container .pm-short-text {
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  bottom: 4px;
  color: grey;
}
.pm-mates-container .postername:focus {
  box-shadow: none;
}
.pm-text {
  text-align: left;
  word-wrap: break-word;
  word-break: break-word;
  position: relative;
}
.pm-text IMG {
  max-width: 100%;
}
.pm-not-found {
  padding: 40px 0;
  vertical-align: middle;
  text-align: center;
  color: #9a9a9a;
}
.pm-new UL,
.pm-reading UL {
  background: #ffefc1 !important;
}
.pm-message + .pm-answer,
.pm-answer + .pm-message {
  margin-top: 10px;
}
.pm-message,
.pm-answer {
  clear: both;
  position: relative;
  transition: margin-left 400ms;
}
.pm-message .pm-select,
.pm-answer .pm-select {
  position: absolute;
  left: -50px;
  right: 5px;
  top: 0;
  bottom: 0;
  display: none;
}
.pm-message .pm-select .pm-new UL,
.pm-answer .pm-select .pm-new UL {
  background: #ffefc1 !important;
}
.pm-message .pm-select input + label,
.pm-answer .pm-select input + label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 24px;
  color: #ccc;
  margin: 0;
  line-height: 20px;
  transition: background-color 200ms;
}
.pm-message .pm-select input + label:hover,
.pm-answer .pm-select input + label:hover {
  background: #7783a624;
}
.pm-message .pm-select input + label:before,
.pm-answer .pm-select input + label:before {
  position: relative;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.pm-message .pm-select input:checked + label,
.pm-answer .pm-select input:checked + label {
  color: #727272;
  background: #7783a624;
}
.pm-message > UL,
.pm-answer > UL {
  float: right;
  padding: 5px 10px;
  border-radius: 10px 0 10px 10px;
  box-shadow: 1px 1px 1px #b5b5b5;
  background: #e0ffdf;
  min-width: 30%;
  margin: 1px;
}
.pm-message .pm-img img,
.pm-answer .pm-img img {
  border-radius: 10px;
  display: block;
}
.pm-message .pm-img span,
.pm-answer .pm-img span {
  display: block;
  padding: 5px 0;
}
.pm-message .pm-file:before,
.pm-answer .pm-file:before {
  content: '\e24d';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #9aa2a4;
  vertical-align: middle;
  padding: 5px;
}
.pm-answer > UL {
  float: left;
  background: #EEE;
  border-radius: 0 10px 10px 10px;
}
.pm-icon {
  margin: 0 5px;
}
.pm-controls {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
}
.pm-editor .send-progress {
  display: none !important;
}
.pm-editor.sending .send-progress {
  display: block !important;
}
.pm-message-jump {
  min-width: 200px;
  padding: 0 10px;
  border-radius: 5px;
  color: white !important;
  background: #42788e;
}
.pm-select-panel {
  display: none;
  background: #dfdfe1;
  line-height: 60px;
  font-size: 24px;
}
.pm-select-panel a,
.pm-select-panel div {
  color: #686868;
  padding: 0 10px;
}
.pm-select-panel a:hover {
  color: #272727;
}
.pm-container.show-info #mateInfoContainer {
  display: block !important;
}
/** phones */
@media (max-width: 767px) {
  .pm-container .pm-msgs-container {
    display: none;
  }
  .pm-container.show-msgs .pm-msgs-container {
    display: flex !important;
  }
  .pm-container.show-msgs > DIV {
    display: none;
  }
  #mateInfoContainer {
    height: 100%;
    top: 0;
    position: absolute;
  }
}
@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#mateInfoContainer {
  background: #f7f7f9;
  z-index: 999;
  height: 100%;
}
.pm-info-card {
  padding: 10px;
  background: white;
  margin: 6px 2px;
  box-shadow: 0 2px 3px #f3f3f3;
  line-height: 30px;
}
.pm-attach-modal-image {
  max-height: 300px;
  max-width: 100%;
  padding: 20px;
  transition: transform 200ms;
}
.pm-attach-photo-row {
  text-align: left;
  width: 100%;
  display: flex;
  overflow-x: auto;
}
.pm-attach-photo-row li {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid white;
  width: 90px;
  height: 90px;
  margin: 0 2px;
  background-position: center;
}
.pm-attach-photo-row li img {
  max-height: 100%;
  max-width: 100%;
}
.pm-attach-photo-row li span {
  color: #bbbbbb;
  display: block;
}
.pm-attach-photo-row li span:after {
  content: "\2716";
  background: hsla(230, 26%, 30%, 0.42);
  width: 100%;
  display: block;
  text-align: right;
  padding: 0 5px;
  font-size: 16px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.pm-attach-photo-row li span:hover {
  color: white;
}
.pm-attach-photo-row label {
  width: 100%;
  height: 100%;
}
.pm-attach-image-rotate-left,
.pm-attach-image-rotate-right {
  font-size: 2rem;
}
.pm-attach-image-rotate-left i,
.pm-attach-image-rotate-right i {
  color: #6c7079;
}
.pm-attach-image-rotate-left:hover i,
.pm-attach-image-rotate-right:hover i {
  color: #222222;
}
.button,
.button:visited,
.button:link,
.button:active {
  display: inline-block;
  position: relative;
  margin: 1px;
  padding: 3px 5px;
  text-decoration: none !important;
  border-radius: 0;
  border: 0;
  min-width: 32px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #3f434d;
  text-shadow: 0 1px 0 #ebebf3;
  background-color: #ebebf3;
  background: linear-gradient(to bottom, #d1d1d1, #afafaf);
  transition: all 100ms;
  outline: none !important;
}
.button:after,
.button:visited:after,
.button:link:after,
.button:active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 4px;
  margin: 0 auto;
  transition: all ease 200ms;
  left: 0;
  right: 0;
}
.button:hover:after,
.button:visited:hover:after,
.button:link:hover:after,
.button:active:hover:after {
  width: 100%;
}
.button:hover {
  color: #3f434d;
  text-shadow: none;
  background: #ebebf3;
}
.button:disabled {
  color: #86919D;
}
.button.loading {
  opacity: 0.5;
}
.button.button-small {
  font-size: 11px;
}
.button-default {
  background: 0;
  text-shadow: none;
}
.button-default:hover {
  color: #7a0509;
  background-color: #f7f7f9;
}
.pink {
  color: #7a0509;
  text-shadow: 0 1px 0 #f9a0ad;
  background: #f56778;
  background: -webkit-gradient(linear, left top, left bottom, from(#f997b0), to(#f56778));
  background: -moz-linear-gradient(top, #f997b0, #f56778);
  box-shadow: inset 1px 1px 0 #fbc1d0;
}
.pink:hover {
  color: #7a0509;
  text-shadow: 0 1px 0 #f9a0ad;
  background: #f56778;
  background: -webkit-gradient(linear, left top, left bottom, from(#f997b0), to(#f56778));
  background: -moz-linear-gradient(top, #f997b0, #f56778);
  box-shadow: inset 1px 1px 0 #fbc1d0;
}
.pink:after {
  background-color: #b84d5a;
}
.link:active {
  color: #7a0509;
  text-shadow: 0 1px 0 #f9a0ad;
  background: #f56778;
  background: -webkit-gradient(linear, left top, left bottom, from(#f997b0), to(#f56778));
  background: -moz-linear-gradient(top, #f997b0, #f56778);
  box-shadow: inset 1px 1px 0 #fbc1d0;
}
a.pink:hover {
  background: #f56778;
  background: -webkit-gradient(linear, left top, left bottom, from(#f56778), to(#f997b0));
  background: -moz-linear-gradient(top, #f56778, #f997b0);
}
a.blue {
  color: #42788e;
  background: #abe4f8;
  text-shadow: 0 1px 0 #bee9fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#74d0f4));
  background: -moz-linear-gradient(top, #abe4f8, #74d0f4);
  box-shadow: inset 1px 1px 0 #b2e6f8;
}
a.blue:hover {
  color: #42788e;
  background: #abe4f8;
  text-shadow: 0 1px 0 #bee9fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#74d0f4));
  background: -moz-linear-gradient(top, #abe4f8, #74d0f4);
  box-shadow: inset 1px 1px 0 #b2e6f8;
}
a.blue:after {
  background-color: #589cb6;
}
.blue:after {
  background-color: #4e8aa1;
}
.blue:hover {
  background: #74d0f4;
  background: -webkit-gradient(linear, left top, left bottom, from(#74d0f4), to(#abe4f8));
  background: -moz-linear-gradient(top, #74d0f4, #abe4f8);
}
.green {
  color: #060;
  text-shadow: 0 1px 0 #d5e8aa;
  background: #cae285;
  background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#a3cd5a));
  background: -moz-linear-gradient(top, #cae285, #a3cd5a);
  box-shadow: inset 1px 1px 0 #cce3a1;
}
.green:hover {
  color: #060;
  text-shadow: 0 1px 0 #d5e8aa;
  background: #cae285;
  background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#a3cd5a));
  background: -moz-linear-gradient(top, #cae285, #a3cd5a);
  box-shadow: inset 1px 1px 0 #cce3a1;
  background: #a3cd5a;
  background: -webkit-gradient(linear, left top, left bottom, from(#a3cd5a), to(#cae285));
  background: -moz-linear-gradient(top, #a3cd5a, #cae285);
}
.green:after {
  background-color: #799545;
}
.black {
  color: #fff;
  text-shadow: 0 1px 0 #2f2f2f;
  background: #656565;
  background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#444));
  background: -moz-linear-gradient(top, #656565, #444);
  box-shadow: inset 1px 1px 0 #939393;
}
.black:hover {
  color: #fff;
  text-shadow: 0 1px 0 #2f2f2f;
  background: #656565;
  background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#444));
  background: -moz-linear-gradient(top, #656565, #444);
  box-shadow: inset 1px 1px 0 #939393;
}
.black:after {
  background-color: #414141;
}
a.black:hover {
  background: #444;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#656565));
  background: -moz-linear-gradient(top, #444, #656565);
}
a.darkgray {
  color: #3f434d;
  text-shadow: 0 1px 0 #d6d6d6;
  background: #d1d1d1;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#afafaf));
  background: -moz-linear-gradient(top, #d1d1d1, #afafaf);
  box-shadow: inset 1px 1px 0 #e3e3e3;
}
a.darkgray:hover {
  color: #3f434d;
  text-shadow: 0 1px 0 #d6d6d6;
  background: #d1d1d1;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#afafaf));
  background: -moz-linear-gradient(top, #d1d1d1, #afafaf);
  box-shadow: inset 1px 1px 0 #e3e3e3;
}
a.darkgray:after {
  background-color: #878787;
}
.darkgray:after {
  background-color: #7b7b7b;
}
.darkgray:hover {
  background: #afafaf;
  background: -webkit-gradient(linear, left top, left bottom, from(#afafaf), to(#d1d1d1));
  background: -moz-linear-gradient(top, #afafaf, #d1d1d1);
}
.yellow {
  color: #963;
  text-shadow: 0 1px 0 #fedd9b;
  background: #feda71;
  background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febe4d));
  background: -moz-linear-gradient(top, #feda71, #febe4d);
  box-shadow: inset 1px 1px 0 #fee9aa;
}
.yellow:hover {
  color: #963;
  text-shadow: 0 1px 0 #fedd9b;
  background: #feda71;
  background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febe4d));
  background: -moz-linear-gradient(top, #feda71, #febe4d);
  box-shadow: inset 1px 1px 0 #fee9aa;
  background: #febe4d;
  background: -webkit-gradient(linear, left top, left bottom, from(#febe4d), to(#feda71));
  background: -moz-linear-gradient(top, #febe4d, #feda71);
}
.yellow:after {
  background-color: #b98a37;
}
.darkblue {
  color: #3f434d;
  text-shadow: 0 1px 0 #c4d0da;
  background: #becbd6;
  background: -webkit-gradient(linear, left top, left bottom, from(#becbd6), to(#8da5b7));
  background: -moz-linear-gradient(top, #becbd6, #8da5b7);
  box-shadow: inset 1px 1px 0 #d8e0e6;
}
.darkblue:hover {
  background: #8da5b7;
  background: -webkit-gradient(linear, left top, left bottom, from(#8da5b7), to(#becbd6));
  background: -moz-linear-gradient(top, #8da5b7, #becbd6);
}
.darkblue:hover:after {
  background-color: #5d6b75;
}
a.darkblue:hover {
  color: #3f434d;
  text-shadow: 0 1px 0 #c4d0da;
  background: #becbd6;
  background: -webkit-gradient(linear, left top, left bottom, from(#becbd6), to(#8da5b7));
  background: -moz-linear-gradient(top, #becbd6, #8da5b7);
  box-shadow: inset 1px 1px 0 #d8e0e6;
}
.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
.button-rounded {
  color: #86919D !important;
  text-decoration: none;
}
.button-rounded:hover {
  color: #3f434d !important;
}
.button-rounded i {
  font-size: 2rem;
  background: #e8e8e8;
  padding: 6px;
  border-radius: 50%;
  margin-right: 3px;
  vertical-align: middle;
}
.page-footer {
  border: none;
  z-index: 100;
  clear: both;
}
.footer-menu {
  border-top: 5px solid #E9E5DA;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  color: #3f434d;
}
.footer-menu > LI {
  width: 25%;
  display: table-cell;
  padding: 0 10px;
  white-space: nowrap;
  text-align: left;
  line-height: 3em;
}
.footer-menu > LI > UL {
  padding: 0;
}
.footer-menu > LI > UL > LI {
  text-align: left;
  line-height: 1em;
  display: block;
  padding: 5px;
}
.footer-menu LI A {
  color: #86919D;
  text-decoration: none;
  padding: 0;
}
.footer-menu LI A:visited {
  color: #86919D;
  text-decoration: none;
  padding: 0;
}
.footer-menu LI A:hover {
  text-decoration: underline;
}
.footer-menu LI LI A:active {
  color: #86919D;
  text-decoration: none;
  padding: 0;
}
.footer-menu LI IMG {
  width: 16px;
  height: 16px;
  display: block;
  margin-left: -23px;
  float: left;
}
.post-container {
  margin: 5px 0;
  border: solid #e4e4e4;
  border-width: 1px;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0 2px 5px lightgrey;
}
.post-container .postdetails {
  color: #3f434d;
  padding: 0 5px;
  line-height: 25px;
  background: #dcdce2;
}
.post-container .post-float-left {
  flex: 0 0 180px;
  width: 180px;
  background: #f9f9f9;
  border-right: 1px solid #e4e4e4;
  position: relative;
  transition: all 200ms;
}
.post-container .post-float-left > DIV {
  position: sticky;
  top: 20px;
}
.post-container .post-float-left:hover {
  background: #f4f4f4;
}
.post-container .post-float-left:after {
  content: '\e313';
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  transition: all 200ms;
}
.post-container .post-float-left:hover:after {
  opacity: 1;
  bottom: -21px;
}
.post-container .post-header {
  background-color: #aeaeb0;
  color: #fff;
  font-weight: bold;
  height: 26px;
}
.post-container .post-div-menu {
  height: 20px;
  line-height: 20px;
  color: #c7ccd1;
  position: absolute;
  bottom: 0;
  display: table;
  width: 100%;
  vertical-align: middle;
  background: #f7f7f9;
}
.post-container .post-div-menu > li {
  display: table-cell;
  white-space: nowrap;
}
.post-container .post-div-menu > li > a {
  color: #86919D;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px;
}
.post-container .post-div-menu > li > a:hover {
  color: white;
  background: #86919D;
}
.post-container .post-div-menu > li .post-vote-div {
  float: right;
  overflow: hidden;
  text-align: right;
  font-size: 12px;
}
.post-container .post-div-menu > li .post-vote-div span {
  padding: 0 3px;
  display: inline-block;
}
div#smiliesDiv a {
  display: inline-block;
  min-width: 30px;
  text-align: center;
  min-height: 30px;
  vertical-align: middle;
}
.quick-reply-buttons .button {
  height: 26px;
  font-size: 17px;
  line-height: 24px;
  color: #444444;
}
.avatar {
  max-height: 100%;
  max-width: 60px;
}
.mini-avatar IMG {
  height: 40px !important;
}
@media (min-width: 576px) {
  .post-message {
    font-size: 1.2rem !important;
  }
  .post-container {
    box-shadow: none;
  }
}
.postbody {
  color: #3f434d;
  width: 100%;
  line-height: 1.3em;
}
.postbody img {
  max-width: 100%;
}
.postbody .name {
  display: none;
}
.postbody .post-message {
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.5em;
  font-size: 1rem;
}
.postbody .post-message .highlight-word {
  color: #000fae;
  border-bottom: 1px solid #000fae;
  cursor: pointer;
  display: inline-block;
}
.postbody .post-signature {
  overflow: hidden;
}
.postbody .post-signature > * {
  font-size: 80%;
  color: #3f434d;
}
.postbody a.postlink {
  text-decoration: underline;
  font-weight: 500;
}
.postbody a.postlink:after {
  background-image: url(/images/icon_link.png);
  content: "";
  width: 12px;
  display: inline-block;
  height: 12px;
  margin-left: 2px;
}
.postbody .code {
  font-family: Courier, 'Courier New', sans-serif;
  color: #060;
  background-color: #f7f7f9;
  border: 1px solid #d1d7dc;
}
.postbody a.jpg-attach img {
  display: block;
  max-height: 590px;
}
.postbody .quote img {
  max-width: 150px;
}
.postbody a.contextLink {
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  color: #c1ad97;
  line-height: 15px;
}
.postbody a.contextLink:visited {
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  color: #c1ad97;
  line-height: 15px;
}
.postbody a.contextLink:active {
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  color: #c1ad97;
  line-height: 15px;
}
.postbody a.contextLink:hover {
  color: #7a0509;
}
.postbody a.contextLink img {
  padding-right: 5px;
}
.postbody input#showMore:checked ~ div.show-more {
  height: auto !important;
  opacity: 1;
}
.postbody input#showMore ~ div.show-more {
  height: 0;
  overflow: hidden;
  transition: opacity 400ms;
  opacity: 0;
}
.postbody input#showMore ~ div.show-bar label {
  text-align: center;
  padding: 5px;
  background: #eee;
  display: none;
}
.postbody input#showMore ~ div.show-bar label:first-child {
  display: block !important;
}
.postbody input#showMore:checked ~ div.show-bar label {
  display: block !important;
}
.postbody input#showMore:checked ~ div.show-bar label:first-child {
  display: none !important;
}
.postbody .jpg-attach {
  position: relative;
  display: inline-block;
  width: 100%;
}
.postbody #jpg-menu {
  position: absolute;
  display: block !important;
  top: 5px;
  right: 5px;
  background: none;
}
.postbody #jpg-menu.hover {
  background: black;
  color: white;
}
.postbody #jpg-menu button {
  background: none;
  border: none;
}
.input-checkbox-group input,
.input-radio-group input {
  position: absolute;
  left: -10000px;
  opacity: 0;
}
.input-checkbox-group input + label:before,
.input-radio-group input + label:before {
  color: #ccc;
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.input-checkbox-group input:checked + label:before,
.input-radio-group input:checked + label:before {
  color: #727272;
}
.input-checkbox-group input + label:before {
  content: '\e835';
}
.input-checkbox-group input:checked + label:before {
  content: '\e834';
}
.input-radio-group input + label:before {
  content: '\e836';
}
.input-radio-group input:checked + label:before {
  content: '\e837';
}
.block-container.usermenu {
  margin: 0;
}
.usermenu-container {
  padding: 0 5px;
  margin: 0;
  border: 0;
}
.usermenu-container i.material-icons {
  font-size: 1.5rem;
  vertical-align: middle;
}
.usermenu-container .user-menu-pm span {
  display: none;
}
.usermenu-container .user-menu-pm.active span {
  display: inline-block;
}
.usermenu-container > li {
  display: inline-block;
  padding: 0 5px;
}
.usermenu-container > li > a,
.usermenu-container > li > label {
  display: inline-block;
  line-height: 58px;
  font-size: 1rem;
  color: #c7ccd1;
  text-decoration: none;
}
.usermenu-container a.active {
  color: #FFCC66;
  font-weight: bold;
}
.usermenu-container > li.active > a {
  color: #FFCC66;
  font-weight: bold;
}
.usermenu-container li a:hover {
  color: #FFCC66;
}
.usermenu-container li:hover .dropdown .caret {
  border-top-color: #FFCC66;
}
.usermenu-container .dropdown-menu {
  background: black;
  color: #fff;
  margin-top: -10px;
  border: 1px solid #c7ccd1;
  font-size: 12px;
}
.usermenu-container .dropdown-menu * {
  font-size: 12px;
}
.usermenu-container .dropdown-menu a {
  color: #c7ccd1;
  margin-right: 30px;
}
.usermenu-container .dropdown-menu a:visited {
  color: #c7ccd1;
  margin-right: 30px;
}
.usermenu-container .dropdown-menu LI .button-delete {
  display: none;
}
.usermenu-container .dropdown-menu LI:hover .button-delete {
  display: block;
}
.usermenu-container .dropdown-menu LI:hover a {
  color: #3f434d;
}
.usermenu-container .dropdown-menu .header {
  margin: -5px 0 0;
  padding: 10px 5px;
  background: #4f5357;
}
.usermenu-container .dropdown .caret {
  border-top-color: #c7ccd1;
}
.usermenu-container li.active .dropdown .caret {
  border-top-color: #FFCC66;
}
.usermenu-container .user-menu-profile-connected i {
  color: black;
  background: #c7ccd1;
  border-radius: 50%;
}
.usermenu-xs {
  top: 0;
  z-index: 99999;
  left: 0;
  right: 0;
  max-width: 1380px;
  margin: 0 auto;
  display: block;
  width: 100%;
  justify-content: space-between;
}
.usermenu-xs .usermenu-container {
  background: black;
  clear: both;
  height: 24px;
}
.usermenu-xs .usermenu-container > li > * {
  line-height: normal !important;
}
.block-container.faq .block-content {
  display: table;
}
.block-container.faq .block-content > LI {
  display: table-cell;
  width: 50%;
  flex: 50%;
}
.block-container.faq .block-content > LI a {
  display: block;
  width: 100%;
}
.block-container.departments {
  padding: 5px 0 0;
  margin: 0;
  background-color: #f7f7f9;
}
.block-container.departments > div {
  padding: 0 10px;
  overflow: hidden;
}
.block-container.departments a {
  text-decoration: none;
  line-height: 2em;
  white-space: nowrap;
  display: inline-block;
}
.block-container.departments a:link {
  text-decoration: none;
  line-height: 2em;
  white-space: nowrap;
  display: inline-block;
}
.block-container.departments a:active {
  text-decoration: none;
  line-height: 2em;
  white-space: nowrap;
  display: inline-block;
}
.block-container.departments a:visited {
  text-decoration: none;
  line-height: 2em;
  white-space: nowrap;
  display: inline-block;
}
.block-container.departments a:first-letter {
  font-size: 110%;
  font-weight: bold;
  color: #3f434d;
}
.block-container.departments a:hover {
  text-decoration: underline;
}
.block-container.departments a.flagged {
  background: no-repeat left;
  padding-left: 20px;
}
.block-container.sale LI {
  width: 200px;
  margin: 5px 0;
  background: #eee;
  padding: 0;
  float: left;
}
.block-container.sale LI.premium {
  background: #FFF39A;
  margin: 15px 5px;
}
.block-container.sale IMG {
  width: 100%;
  vertical-align: top;
}
.block-container.sale ul a {
  font-size: 13px;
  color: #3f434d;
  text-decoration: none;
  display: block;
  line-height: 15px;
  padding: 2px 5px;
}
.block-container.sale ul a:hover {
  color: #7a0509;
}
.block-container.sale .sale-price {
  font-weight: bold;
  color: #7a0509;
}
.block-container.sale .sale-image {
  padding: 0;
}
.block-container.sale .sale-model {
  font-size: 14px;
  color: #3f434d;
  font-weight: bold;
}
.block-container.sale .actions a {
  text-transform: uppercase;
  font-size: 13px;
  color: #3f434d;
  text-decoration: none;
  display: inline-block;
  line-height: 15px;
  padding: 2px 5px;
}
.block-container.sale .actions a:hover {
  color: #7a0509;
}
.block-container.best_photo UL LI,
.block-container.rand_photo UL LI,
.block-container.recent_photo UL LI {
  text-align: center;
  border: 1px solid #ededed;
  margin: 3px 0;
  background: #F4F4F4;
  max-width: 200px;
}
.block-container.best_photo UL LI IMG,
.block-container.rand_photo UL LI IMG,
.block-container.recent_photo UL LI IMG {
  width: 100%;
}
.block-container.best_photo DIV.layout-horizontal UL,
.block-container.rand_photo DIV.layout-horizontal UL,
.block-container.recent_photo DIV.layout-horizontal UL {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.tgb {
  padding: 0;
  margin: 0;
  background: #e5e8ee;
}
.tgb a {
  display: table;
  vertical-align: middle;
  text-decoration: none;
  font-size: 10px;
  color: #3f434d;
  padding: 1px;
  width: 100%;
}
.tgb a:hover {
  text-decoration: underline;
}
.tgb img {
  padding-right: 3px;
  vertical-align: top;
}
.tgb span {
  display: table-cell;
  vertical-align: middle;
}
.block-container.news ul.block-content LI:before {
  content: "";
  position: absolute;
  color: red;
  height: 80%;
  width: 1px;
  background: #b1b1b1;
  margin-left: -10px;
  top: 10%;
}
.block-container.news ul.block-content LI {
  border-bottom: 4px solid #EAE6E6;
  clear: left;
}
.block-container.news ul.block-content LI h2 a {
  text-decoration: none;
  color: #3f434d;
}
.block-container.news ul.block-content LI h2 a:visited {
  text-decoration: none;
  color: #3f434d;
}
.block-container.news ul.block-content LI h2 a:focus {
  text-decoration: none;
  color: #3f434d;
}
.block-container.news ul.block-content LI h2 a:link {
  text-decoration: none;
  color: #3f434d;
}
.block-container.news ul.block-content LI:hover h2 {
  text-decoration: underline;
}
.block-container.news ul.block-content LI .news-text a {
  text-decoration: none;
  color: black;
}
.block-container.news ul.block-content LI .news-text > DIV:first-child {
  display: block;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.block-container.news ul.block-content LI .news-text > DIV:first-child IMG {
  width: 150px;
}
.block-container.news ul.block-content LI .news-text > DIV:first-child:after {
  content: '';
  clear: left;
}
.block-container.discount .partner-block {
  padding: 3px 0;
  margin: 0;
}
.block-container.discount .partner-block:after {
  content: '';
  display: block;
  border-bottom: 1px solid #959595;
  height: 8px;
}
.block-container.discount .partner-block h3 {
  line-height: normal;
}
.block-container.discount .partner-block h3 a {
  color: #7a0509;
}
.block-container.discount .partner-block h3 a:active {
  color: #7a0509;
}
.block-container.discount .partner-block h3 a:hover {
  color: #7a0509;
}
.block-container.discount .partner-block h3 a:link {
  color: #7a0509;
}
.block-container.discount .partner-block h3 a:focus {
  color: #7a0509;
}
.block-container.discount .partner-block h3 a:visited {
  color: #7a0509;
}
.block-container.discount .partner-block .spec {
  margin: 2px -5px 0 -5px;
  padding: 2px 5px;
  border: 1px solid #eee;
}
.block-container.discount .partner-block .partner-title {
  font-size: 0.8em;
}
.block-container.discount .partner-block .partner-label {
  width: 35px;
  height: 35px;
  float: right;
  text-align: center;
  padding-top: 8px;
  background-image: url(/forum/images/address/discount.png);
  background-repeat: no-repeat;
  background-position: center;
}
.block-container.discount .partner-block .partner-label a {
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
}
@font-face {
  font-family: 'Nobel';
  src: url('/forum/templates/ClubLexus/fonts/Nobel.eot');
  src: url('/forum/templates/ClubLexus/fonts/Nobel.eot?#iefix') format('embedded-opentype'), url('/forum/templates/ClubLexus/fonts/Nobel.woff') format('woff'), url('/forum/templates/ClubLexus/fonts/Nobel.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'Nobel Light';
  src: url('/forum/templates/ClubLexus/fonts/NobelLight.eot');
  src: url('/forum/templates/ClubLexus/fonts/NobelLight.eot?#iefix') format('embedded-opentype'), url('/forum/templates/ClubLexus/fonts/NobelLight.woff') format('woff'), url('/forum/templates/ClubLexus/fonts/NobelLight.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
#layerslider {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
#layerslider * {
  font-weight: 300;
  font-family: Calibri, sans-serif;
  color: white;
  text-shadow: 1px 1px 5px #000;
  text-decoration: none;
}
#layerslider .header1 {
  font-size: 34px;
}
#layerslider .header2 {
  font-size: 26px;
}
#layerslider .header3 {
  font-size: 20px;
}
#layerslider .layer-right {
  width: 100%;
}
#layerslider .layer-right > * {
  margin-right: 150px;
  display: block;
  text-align: right;
  box-sizing: border-box !important;
}
#layerslider .ls-bg {
  min-width: 100% !important;
}
.block-container.reviews .review-box > DIV,
.block-container.reviews .review-box > P {
  transition: 0.3s 0.5s;
}
.block-container.reviews .review-box:hover > DIV {
  transform: scale(1.05) rotate(2deg);
}
.block-container.reviews ul {
  display: flex;
  flex-wrap: wrap;
}
.block-container.reviews ul li {
  flex-grow: 1;
  min-width: 250px;
}
.block-container.reviews ul li a {
  display: block;
  padding-bottom: 60%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}
.block-container.reviews ul li a span {
  font-family: 'PT Serif', Verdana, sans-serif;
  position: absolute;
  top: 0;
  padding: 5px 10px;
  background: rgba(21, 24, 30, 0.62);
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box;
  color: white;
}
.block-container.collage ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
.block-container.collage ul li {
  min-width: 100px;
  display: block;
  flex-grow: 1;
}
.block-container.collage ul li a {
  display: block;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
.block-container.currency ul {
  display: table;
  width: 100%;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 12px;
  color: #86919D;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}
.poll-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0 0 2px grey;
  margin: 2px 0;
}
tr:nth-child(1) .poll-bar {
  background: rgba(255, 0, 0, 0.1);
}
tr:nth-child(2) .poll-bar {
  background: rgba(255, 255, 85, 0.1);
}
tr:nth-child(3) .poll-bar {
  background: rgba(181, 85, 255, 0.1);
}
tr:nth-child(4) .poll-bar {
  background: rgba(122, 255, 206, 0.1);
}
tr:nth-child(5) .poll-bar {
  background: rgba(255, 57, 152, 0.1);
}
tr:nth-child(6) .poll-bar {
  background: rgba(86, 180, 255, 0.1);
}
tr:nth-child(7) .poll-bar {
  background: rgba(240, 21, 255, 0.1);
}
tr:nth-child(7) .poll-bar {
  background: rgba(9, 255, 49, 0.1);
}
.block-container.friends td a,
.block-container.friends td p {
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
.spinner {
  border: 5px solid transparent;
  border-top-color: blue;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation-name: spin;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.spinner.white {
  border-top-color: white !important;
}
.block-container.files IMG {
  width: 40px;
  padding: 5px 5px 0;
}
.block-container.files UL {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.block-container.files UL LI {
  width: 50%;
}
.topic-row .material-icons {
  font-size: 0.8rem !important;
}
.topic-row.topic-hot {
  list-style: none !important;
}
.topic-row.topic-hot:before {
  font-family: "Material Icons";
  content: '\e3e7';
  color: red;
  display: block;
  width: 20px;
  position: absolute;
  margin-left: -18px;
}
.topic-row a.topic-title {
  color: #3f434d;
}
.topic-row H5 {
  display: inline-block;
}
.topic-row.deleting {
  opacity: 0.5 !important;
}
.topic-row.deleting > DIV {
  position: relative;
  transition: all 0.5s ease-out;
}
.topic-row.deleted {
  overflow: hidden;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.topic-row.deleted > DIV {
  margin-top: -20px;
}
.topic-row.appending {
  opacity: 0 !important;
}
.topic-row.appending > DIV {
  margin-top: -30px !important;
}
.topic-row.appended {
  transition: all 0.5s ease-out;
  opacity: 1;
}
.topic-row.appended > DIV {
  position: relative;
  transition: all 0.5s ease-out;
  margin-top: 0;
}
.home-body .cat-div.connected > a:after {
  position: absolute;
  content: "\2026";
  transform: rotate(90deg);
  margin-left: 2px;
  margin-top: 5px;
  font-size: 14px;
  color: blue;
}
@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  .reponsive table,
  .reponsive thead,
  .reponsive tbody,
  .reponsive th,
  .reponsive td,
  .reponsive tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .reponsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .reponsive tr {
    border: 1px solid #ccc;
  }
  .reponsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30%;
    white-space: normal;
    text-align: left;
  }
  .reponsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
  Label the data
  */
  .reponsive td:before {
    content: attr(data-title);
  }
}
/** ranks -------------------- **/
.posts-total {
  background-image: url(/forum/images/ranks/posts_total.gif);
  margin: 1px 0;
  height: 10px;
}
.posts-total-gold {
  background-image: url(/forum/images/ranks/posts_total_gold.gif);
  margin: 1px 0;
  height: 10px;
}
.posts-total-redstar {
  background-image: url(/forum/images/ranks/redstar.gif);
  margin: 1px 0;
  height: 16px;
}
.posts-lexus {
  background-image: url(/forum/images/ranks/posts_lexus.gif);
  margin: 1px 0;
  height: 10px;
}
.posts-lexus-gold {
  background-image: url(/forum/images/ranks/posts_lexus_gold.gif);
  margin: 1px 0;
  height: 13px;
}
.posts-lexus-gold {
  background-image: url(/forum/images/ranks/posts_lexus_guru.gif);
  margin: 1px 0;
  height: 16px;
}
.topic-quick-nav {
  position: fixed;
  left: 20px;
  bottom: 20%;
  z-index: 9999;
}
.topic-quick-nav a,
.topic-quick-nav span {
  display: block;
  color: white;
  font-size: 4rem;
  text-shadow: 0 0 2px black;
  opacity: 0.3;
}
.topic-quick-nav a {
  color: #ffa96c;
}
.topic-quick-nav a:hover {
  opacity: 0.8;
}
.poll-option input {
  position: absolute;
  left: -10000px;
}
.poll-option label {
  padding: 10px;
  width: 80%;
  cursor: pointer;
  border: 1px solid #ccc;
}
.poll-option label:hover {
  background: #e4e4e4;
}
.poll-option input:checked ~ label {
  background: #e4e4e4;
}
.photo-album .photo-album-showcase > li {
  position: relative;
  margin: 1px 0;
  overflow: hidden;
}
.photo-album .photo-album-showcase > li a.image-cont {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 75%;
  display: block;
}
.photo-album .photo-album-showcase > li a.image-cont:hover div {
  bottom: -100%;
}
.photo-album .photo-album-showcase > li a.image-cont div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 0 10px;
  background: #00000070;
  transition: bottom 400ms;
}
.photo-album .photo-album-showcase > li > p {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  padding: 5px;
  background: #00000060;
  color: #a3a3a3;
}
.photo-album #uploaded_div {
  display: flex;
  flex-wrap: wrap;
}
.photo-album #uploaded_div .uploaded-image {
  height: 250px;
  position: relative;
  padding: 5px 5px 40px 5px;
  margin: 5px;
  background: #f3f6f7;
  width: 300px;
  opacity: 1;
  overflow: hidden;
}
.photo-album #uploaded_div .uploaded-image.loading IMG {
  transition: transform 5s !important;
  transform: scale(2) rotate(45deg) !important;
}
.photo-album #uploaded_div .uploaded-image.loading .uploaded-loading {
  display: block !important;
}
.photo-album #uploaded_div .uploaded-image.error .uploaded-error {
  display: block !important;
}
.photo-album #uploaded_div .uploaded-image img {
  max-width: 100%;
  max-height: 200px;
  transition: all 500ms;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 7;
}
.photo-album #uploaded_div .uploaded-image .uploaded-title-cont {
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  z-index: 1000;
}
.photo-album #uploaded_div .uploaded-image .uploaded-error,
.photo-album #uploaded_div .uploaded-image .uploaded-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}
.photo-album #uploaded_div .uploaded-image .uploaded-error div,
.photo-album #uploaded_div .uploaded-image .uploaded-loading div {
  color: white;
  margin-top: 25%;
  padding: 10px;
}
.photo-album #uploaded_div .uploaded-image .uploaded-error a,
.photo-album #uploaded_div .uploaded-image .uploaded-loading a {
  width: 100%;
  display: block;
  color: white !important;
  background: red;
  font-size: 3rem;
}
.photo-album #uploaded_div .uploaded-image .uploaded-error {
  background: #2125297a;
}
.photo-album #uploaded_div .uploaded-image .uploaded-error div {
  background: red;
}
.photo-album #uploaded_div .uploaded-image .uploaded-title {
  width: 100%;
  padding: 3px;
  border-color: #dadada;
}
.photo-album #uploaded_div .uploaded-image .uploaded-cont {
  position: absolute;
  right: 0;
  top: 0;
  text-shadow: 0 0 3px white;
  text-align: center;
  z-index: 9;
}
.photo-album #uploaded_div .uploaded-image .uploaded-cont a {
  display: block;
}
.photo-album #uploaded_div .uploaded-image .uploaded-loading {
  background: #ffe9957d;
}
.photo-album #uploaded_div .uploaded-image .uploaded-loading div {
  background: #343a40;
}
.photo-album .cover-div {
  background-color: #EEE;
  height: 150px;
  width: 200px;
}
.photo-album .cover-div img {
  max-width: 100%;
  max-height: 100%;
}
.photo-album .cover-div IMG {
  padding: 10px;
}
.cars-page .ext-color-box {
  width: 38px;
  height: 28px;
  border: 2px solid #86919D;
  box-shadow: 2px 2px 2px white;
  background-repeat: no-repeat;
  border-radius: 30%;
  position: absolute;
  top: 10px;
  right: 10px;
  margin-top: 0;
}
.cars-page .car-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cars-page .car-grid LI {
  text-align: left;
  display: inline-block;
  flex-grow: 1;
  vertical-align: top;
  min-width: 300px;
  max-width: 50%;
}
.cars-page .car-grid H2 {
  font-size: 150%;
  margin: 10px 0;
  text-shadow: 0 0 2px #4c4c4c;
  text-align: left;
  line-height: 1em;
}
.cars-page .car-grid H2 a,
.cars-page .car-grid H2 a:link {
  color: black;
}
.cars-page .car-grid a,
.cars-page .car-grid a:link,
.cars-page .car-grid a:visited {
  text-decoration: none;
}
.cars-page .car-grid a:hover {
  text-decoration: underline;
}
.cars-page .car-grid div {
  position: absolute;
  padding: 5px 0;
  font-size: 14px;
  line-height: 2em;
  font-weight: bold;
}
.cars-page .series {
  display: block;
  line-height: 120px;
  margin: 20px 40px;
  text-align: right;
}
.cars-page .series IMG {
  vertical-align: bottom;
}
.bbedit-max textarea {
  min-height: 200px !important;
  max-height: 400px !important;
}
[data-bbedit] .bbcode-editor {
  position: relative;
}
[data-bbedit].loading #upload-progress {
  display: block !important;
}
[data-bbedit] .bbcode-menu BUTTON,
[data-bbedit] .bbcode-menu LABEL {
  padding: 0 5px;
  margin: 1px;
  background: none;
  border: none;
  text-transform: uppercase;
  vertical-align: middle;
  color: #484848;
  min-width: 26px;
  min-height: 26px;
}
[data-bbedit] .bbcode-menu .full,
[data-bbedit] .bbcode-menu .upload {
  display: none;
}
[data-bbedit] .bbcode-menu .panel-expanded {
  display: inline-block !important;
}
[data-bbedit] textarea {
  padding-right: 30px;
  font-size: 16px;
  min-height: 86px;
  max-height: 200px;
}
[data-bbedit] .button-end {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 20px;
  background: white;
  border: solid #A8A8A8;
  border-width: 1px 1px 1px 0;
}
[data-bbedit] .button-end i {
  position: absolute;
  bottom: 0;
}
[data-bbedit="upload"] LABEL.upload,
[data-bbedit="full"] LABEL.upload {
  display: inline !important;
}
[data-bbedit="full"] .full {
  display: inline !important;
}
#upload-progress {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #21252970;
  text-align: center;
  color: #d6d6d6;
  padding-top: 3%;
}
#upload-progress .spinner {
  margin: 0 auto;
}
.login-page div.form-group {
  max-width: 265px;
  text-align: left;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}
.login-page div.form-group input[type="text"],
.login-page div.form-group input[type="password"],
.login-page div.form-group input[type="email"],
.login-page div.form-group input[type="submit"],
.login-page div.form-group button {
  font-size: 14px;
}
.login-page div.form-group button {
  width: 100%;
  border: 1px solid grey;
}
.login-page .soc-buttons a {
  width: 49px;
  height: 49px;
  display: inline-block;
  line-height: 46px;
}
.car-model-dialog UL {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
.car-model-dialog UL LI[data-id] {
  cursor: pointer;
  border: 1px solid transparent;
}
.car-model-dialog UL LI[data-id]:hover {
  border-color: gainsboro;
}
.car-model-dialog UL p {
  margin: 0;
}
.car-model-dialog UL LI {
  padding: 5px 0;
  margin: 0;
  line-height: 1.3em;
  flex-grow: 1;
}
.car-model-dialog UL LI p:first-child {
  font-weight: bold;
}
.car-model-dialog UL LI p:last-child {
  margin: 0;
}
.car-model-dialog UL IMG {
  max-width: 60px;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
.fileserver .folder-icon,
.fileserver .file-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  line-height: 64px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin: 0 10px;
  font-family: "Arial Narrow", sans-serif;
}
.fileserver .folder-icon IMG,
.fileserver .file-icon IMG {
  max-width: 32px;
  padding: 10px 10px 0 0;
}
.fileserver .folder-icon {
  background-image: url(/images/folder.png);
}
.fileserver .file-icon {
  background-image: url(/images/file.png);
}
.fileserver .folder {
  padding: 5px 0;
  font-weight: bold;
}
.fileserver .folder a {
  text-decoration: none;
}
.fileserver .folder a:hover {
  text-decoration: underline;
}
.fileserver .folder-files {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(/images/folder.png);
  background-repeat: no-repeat;
  font-size: 1.5rem;
  line-height: 64px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 10px;
  font-family: "Arial Narrow", sans-serif;
}
.fileserver a.tag,
.fileserver a.tag:hover,
.fileserver a.tag:active,
.fileserver a.tag:visited {
  font-family: "Arial Narrow", sans-serif;
  text-decoration: none;
  font-size: 12px;
  border-radius: 3px;
  background-color: #9c9c9c;
  color: white;
  margin-right: 5px;
  padding: 0 5px;
}
.dropzone-container {
  display: block !important;
}
.dropzone-container LI {
  margin: 10px 10px;
  display: inline-block;
  border: 1px solid #dddddd;
  vertical-align: top;
  background-image: url(/images/loading.gif);
  background-position: center !important;
  background-size: auto !important;
  background-repeat: no-repeat;
  position: relative;
}
.dropzone-container LI.dz-success[draggable="true"]:hover:after {
  content: "\E8BE" !important;
  direction: ltr;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-size: 100px;
  line-height: 100px;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
  color: white;
  transition: all 200ms;
  border: 0 !important;
}
.dropzone-container LI DIV {
  width: 150px;
  height: 100px;
  font-size: 12px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #666666;
}
.dropzone-container LI [data-action="delete"] {
  color: grey;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  display: block;
  font-size: 2rem;
  top: -1rem;
  right: -1rem;
  background: white;
  z-index: 1000;
  transition: all 200ms;
}
.dropzone-container LI [data-action="delete"]:hover {
  color: #FFCC66;
  transform: rotate(180deg);
}
.dropzone-container LI.sortable-placeholder {
  width: 150px;
  height: 100px;
  background: #ddd;
}
.dropzone-container LI:hover {
  color: #333;
}
.dropzone-container .dz-error-content,
.dropzone-container .dz-success-content,
.dropzone-container .dz-progress-content {
  display: none;
}
.dropzone-container .dz-progress .dz-progress-content {
  display: block !important;
}
.dropzone-container .dz-progress .dz-progress-content .progress-bar {
  transition: width linear 100ms;
}
.dropzone-container .dz-success {
  background-color: #dcefe4;
}
.dropzone-container .dz-success .dz-success-content {
  display: block !important;
}
.dropzone-container .dz-error {
  background: red;
}
.dropzone-container .dz-error .dz-error-content {
  display: table !important;
}
.dropzone-container .dz-error .dz-error-content p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
}
.dropzone {
  margin: 20px 0;
}
.dropzone LI {
  margin: 1rem 0;
}
.dropzone LI .delete-button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
}
.dropzone LI:nth-child(2n+1) {
  background-color: #ebebf3;
}
.dropzone LABEL {
  border: 2px dashed;
  padding: 20px;
  text-align: center;
  background: #dbe5ef;
  display: block;
  transition: all 200ms;
}
.dropzone.is-dragover LABEL {
  background-color: #0e3460;
  color: white;
}
.dropzone INPUT {
  position: absolute;
  left: -10000px;
}
.modal-search {
  background: rgba(0, 0, 0, 0.8);
  padding-top: 40px;
  color: white;
  font-size: 1.1rem;
}
.modal-search .modal-content {
  background-color: transparent;
  border: none;
}
.modal-search i {
  font-size: 24px;
}
.modal-search input[type="text"] {
  color: white;
  background: none;
  border: none;
  border-bottom: 1px solid #dadada;
  margin-bottom: 2px;
}
.modal-search button,
.modal-search h3 {
  display: block;
  color: white;
  background: none;
  border: none;
  line-height: 3rem;
  text-align: left;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: 0;
}
.modal-search button:hover,
.modal-search h3:hover {
  text-decoration: underline;
}
.friends-page .post-message {
  max-height: 200px;
  overflow: hidden;
  margin: 10px 10px 40px 30px;
  position: relative;
  background: white;
  border: 1px solid #e7e5e5;
}
.friends-page .post-quote {
  position: absolute;
  left: -6px;
  top: 17px;
  font-size: 3em;
  z-index: 1;
  color: #d4d4e5;
}
.friends-page .post-message.showmore ~ p.showmore {
  display: block;
  position: absolute;
  margin: -30px 0 0 30px;
}
.friends-page p.showmore {
  display: none;
  cursor: pointer;
  margin: -26px 5px;
  background: #8c8cac;
  border: 1px solid #9c9cb6;
  color: white;
  border-radius: 15px;
  padding: 3px 10px;
  font-size: 13px;
  transition: all 100ms;
}
.friends-page p.showmore:hover {
  color: #9c9cb6;
  background: white;
}
.parnters-page .h3 {
  color: #5b5b5b;
}
.parnters-page .partner-discount,
.parnters-page .partner-points,
.parnters-page .partner-incharge,
.parnters-page .partner-retail {
  margin: 30px 0;
}
.parnters-page .partner-map img {
  width: 100%;
}
.parnters-page .partner-text,
.parnters-page .partner-discount {
  line-height: 1.5em;
}
.parnters-page .partner-discount {
  background: url(/forum/images/discount_bkg.gif) bottom right no-repeat;
}
.parnters-page .partner-unconfirmed {
  padding: 10px;
  background-color: #f4f4f4;
  color: #C30;
  margin: 5px 0;
}
.parnters-page #carousel .carousel-item > div {
  padding-top: 40%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.parnters-page #carousel .carousel-item > div img {
  opacity: 0;
  position: absolute;
}
.parnters-page #shop .carousel-item {
  width: 100%;
}
.parnters-page #shop .carousel-item img {
  width: 100%;
}
.parnters-page .rate-bar {
  background: #eaa735;
  display: inline-block;
  height: 1rem;
}
.parnters-page .rating {
  white-space: nowrap;
  line-height: 16px;
  color: #eaa735;
  text-align: right;
}
.parnters-page .rating TD {
  width: 50%;
  padding: 3px 10px;
}
.parnters-page .rating TD:last-child {
  text-align: left;
  font-weight: bold;
}
.parnters-page .rate {
  text-align: center;
}
.parnters-page .rate input {
  display: none;
}
.parnters-page .rate LABEL {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/forum/images/star.png) no-repeat center;
  cursor: pointer;
}
.parnters-page .rate:hover LABEL {
  background-image: url(/forum/images/star.png) !important;
}
.parnters-page .rate LABEL + INPUT:checked {
  background-image: url(/forum/images/star.png);
}
.parnters-page .rate INPUT:checked ~ LABEL {
  background-image: url(/forum/images/star_empty.png) !important;
}
.parnters-page .rate INPUT:checked + LABEL {
  background-image: url(/forum/images/star.png) !important;
}
.parnters-page .rate LABEL:hover {
  background-image: url(/forum/images/star.png) !important;
}
.parnters-page .rate LABEL:hover ~ LABEL {
  background-image: url(/forum/images/star_empty.png) !important;
}
.parnters-page .reviews-button {
  max-width: 200px;
  width: 100%;
  font-weight: bold;
}
.parnters-page span.reviews-button {
  padding: 10px;
  display: inline-block;
}
.parnters-page .reviews-button i:before {
  content: '(';
}
.parnters-page .reviews-button i:after {
  content: ')';
}
.parnters-page .reviews-button i {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #993c3c;
}
.parnters-page #map {
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.parnters-page #map .panel-close {
  font-size: 36px;
  position: absolute;
  right: -36px;
  background: #fdfdfd;
  box-shadow: 0 2px 3px #ccc;
  color: #e2e2e2;
  border: 0;
  padding: 0;
  transition: all 200ms;
}
.parnters-page #map .panel-close:hover {
  color: #3f434d;
}
.parnters-page #map .search-balloon {
  height: 100%;
  padding: 55px 0 40px;
  overflow: hidden;
}
.parnters-page #map .search-balloon .search-options {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 30px;
  text-align: center;
  color: #333;
}
.parnters-page #map .map-search {
  margin: 10px;
  position: absolute;
  left: 0;
  right: 0;
  background: none;
  z-index: 10;
  box-shadow: 0 2px 3px #ccc;
}
.parnters-page #map .map-search input {
  color: #3f434d;
  font-size: 14px;
  padding: 10px 90px 10px 15px;
  width: 100%;
  border: none;
}
.parnters-page #map .map-search button {
  position: absolute;
  top: 0;
  width: 36px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #adadad;
  background-color: white;
  border: none;
  padding: 0;
}
.parnters-page #map .map-search button:hover {
  color: #3f434d;
}
.parnters-page #map .map-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  bottom: 0;
  width: 400px;
  box-shadow: 0 0 7px;
  background: #f3f3f3;
  transition: all 500ms;
}
.parnters-page #map .map-panel.panel-closed {
  left: -400px;
}
.parnters-page #map .map-panel.panel-closed .panel-close {
  transform: rotate(180deg);
}
.parnters-page #map .balloon {
  display: none;
  overflow: auto;
  max-height: 100%;
  font-size: 12px;
}
.parnters-page #map .balloon .card {
  margin: 5px 0;
  border: none !important;
  border-radius: 0 !important;
}
.parnters-page #map .balloon .card > h3 {
  background: #3b3b4d;
  color: #f5f5f5;
  padding: 5px 10px;
}
.parnters-page #map .balloon .card > div,
.parnters-page #map .balloon .card > p {
  padding: 5px 10px;
}
.parnters-page #map .balloon-content {
  height: 100%;
  overflow: auto;
}
.parnters-page #map .cluster-balloon {
  padding-top: 50px;
}
.parnters-page #map .partners-balloon h1 {
  font-size: 22px;
  color: #f5f5f5;
  padding: 0;
  margin: 0;
}
.parnters-page #map .partners-balloon .maintitle {
  font-size: 12px;
}
.parnters-page #map .partners-balloon .categories {
  font-size: 11px;
}
.parnters-page #map .partners-balloon .categories span {
  white-space: nowrap;
}
.parnters-page #map .partners-balloon .partner-title {
  background: #3b3b4d;
  color: #f5f5f5;
  margin: 0 !important;
  border-radius: 0 !important;
}
.parnters-page #map .partners-balloon .partner-title a,
.parnters-page #map .partners-balloon .partner-title span {
  color: #f5f5f5;
}
.parnters-page #map .partners-balloon .images {
  display: flex;
  overflow: hidden;
  min-height: 50px;
  background: #3b3b4d;
  position: relative;
}
.parnters-page #map .partners-balloon .images .image-count {
  position: absolute;
  padding: 5px;
  font-size: 10px;
  bottom: 0;
  color: #ccc;
  background: #000000b3;
  margin: 10px 15px;
  border-radius: 3px;
}
.parnters-page #map .partners-balloon .images img {
  opacity: 0;
  height: 150px;
  transition: opacity 200ms;
}
.parnters-page .form-check-label {
  margin-left: 24px;
  text-indent: -12px;
}
.parnters-page .form-check-label:before {
  content: '\e835';
  vertical-align: middle;
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #aeaeb0;
}
.parnters-page .form-check-input {
  position: absolute;
  left: -10000px;
}
.parnters-page .form-check-input:checked ~ .form-check-label {
  font-weight: bold;
}
.parnters-page .form-check-input:checked ~ .form-check-label:before {
  content: '\e834';
  vertical-align: middle;
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #3b3b4d;
}
.vote-form textarea {
  min-height: 20px;
  overflow: hidden;
}
.star-rating input {
  display: block;
  position: absolute;
  left: -10000px;
}
.star-rating label:after {
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: '\e838';
  color: #FFCC66;
  margin-top: -2px;
}
.star-rating input:checked ~ label:after {
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: '\e83a' !important;
  color: grey !important;
}
.partner-votes > DIV:nth-child(2n+1) {
  background-color: #f8f9fa !important;
}
.partner-votes .image-thumbs {
  margin-bottom: 1rem;
}
.partner-votes .image-thumbs LI {
  margin-right: 4px;
  border: 1px solid #ccc;
  padding: 3px;
  display: inline-block;
}
.partner-votes .image-thumbs LI IMG {
  height: 80px;
}
.partner-votes .user-comment {
  margin: 5px 0;
}
.partner-votes .company-response {
  margin-left: 20px;
  border-left: 3px solid #ccc;
  padding-left: 20px;
}
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@-webkit-keyframes fly {
  0% {
    left: 0;
  }
  60% {
    left: 80%;
  }
  100% {
    left: 100%;
  }
}
@keyframes fly {
  0% {
    left: 0;
  }
  60% {
    left: 80%;
  }
  100% {
    left: 100%;
  }
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #cdd9ec;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  background-color: inherit;
  top: 0;
  bottom: 0;
  background-color: #7783a6;
  transition: width 0.3s linear;
}
.progress .indeterminate {
  background-color: #7783a6;
}
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
.send-progress {
  font-size: 36px;
  color: #42788e;
  position: absolute;
  bottom: 0;
  display: block;
  -webkit-animation: fly 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: fly 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #42788e;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #42788e transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scrollbox {
  width: 100%;
  overflow: auto;
  height: 100%;
  border: 1px solid #f2f4f6;
}
.scrollbox-loading {
  width: 100%;
  opacity: 0;
  overflow: hidden;
  display: none;
  transition: opacity 200ms;
}
.is-loading ~ .scrollbox-loading {
  display: block !important;
  height: 25px;
  opacity: 1;
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc-CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xMIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc-CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic-CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc9.ttf) format('truetype');
}
.material-icons {
  font-size: inherit;
}
.i-2x {
  font-size: 2em;
}
.i-3x {
  font-size: 3em;
}
.i-4x {
  font-size: 4em;
}
.i-5x {
  font-size: 5em;
}
.row {
  margin: 2px 0;
}
.form-control {
  border-radius: 0;
}
.text-strong {
  font-weight: bold;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}
.d-table > LI {
  display: table-cell;
}
.text-primary {
  color: #42788e !important;
}
.bg-secondary {
  background-color: #dcdce2 !important;
}
html.ie .d-flex,
html.ie .d-sm-flex,
html.ie .d-md-flex,
html.ie .d-lg-flex {
  display: table !important;
  width: 100%;
}
html.ie .d-flex > *,
html.ie .d-sm-flex > *,
html.ie .d-md-flex > *,
html.ie .d-lg-flex > * {
  display: table-cell !important;
  vertical-align: top;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d-flex,
  .d-sm-flex,
  .d-md-flex,
  .d-lg-flex {
    display: table !important;
    width: 100%;
  }
  .d-flex > *,
  .d-sm-flex > *,
  .d-md-flex > *,
  .d-lg-flex > * {
    display: table-cell !important;
    vertical-align: top;
  }
}
