html,
body {
  height: 100%;
}
body {
  background-image: url('/bg_light.jpg');
}
body > .wrap {
  background: #f5deb3 url('/bg_blur.jpg');
  padding-bottom: 20px;
}
a {
  font-weight: bold;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #706140;
}
hr {
  border: 0 none black;
  border-top: 3px double #b4a27c;
  height: 3px;
}
.btn-default {
  background: #f5d9a7 url('/bg_light.jpg');
  border: 1px solid #b4a27c;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #706140;
  border-color: #403724;
  background: #f5d9a7 url('/bg_light.jpg');
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f5d9a7;
  border-color: #b4a27c;
}
.btn-default .badge {
  color: #f5d9a7;
  background-color: #000;
}
.btn-primary {
  color: #f5deb3;
  background-color: #706140;
  border: 1px solid #b4a27c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #f5deb3;
  background-color: #b4a27c;
  border-color: #a18b5c;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #706140;
  border-color: #b4a27c;
}
.btn-primary .badge {
  color: #000;
  background-color: #f5deb3;
}
.btn-danger {
  color: #f5deb3;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #f5deb3;
}
.btn-link {
  color: #666699;
}
.btn-link:hover,
.btn-link:focus {
  color: #00009f;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #666666;
}
.panel-default {
  border-color: #b4a27c;
}
.panel-default > .panel-heading {
  background-color: #b4a27c;
  color: #f5deb3;
  border-color: #b4a27c;
}
.panel-default > .panel-heading a {
  color: #f5deb3;
}
.panel-heading {
  padding: 5px 10px;
}
.nav > li > a {
  padding: 5px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: #b4a27c;
  color: #f5deb3;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #706140;
  color: #f5deb3;
}
.list-group-item {
  background-color: transparent;
}
.form-control {
  border-color: #b4a27c;
  background-color: #f5deb3;
}
.badge,
.tooltip-inner {
  color: #f5deb3;
  background-color: #706140;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #706140;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #706140;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #706140;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #706140;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #706140;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #706140;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #706140;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #706140;
}
.tooltip.in {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.nav-tabs {
  border-bottom-color: #b4a27c;
}
.nav-tabs > li > a:hover {
  border-color: #b4a27c;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000;
  cursor: pointer;
  background: #f5deb3 url('/bg_blur.jpg');
  border-color: #b4a27c;
  border-bottom-color: transparent;
}
.pagination {
  border: 1px solid #b4a27c;
  padding: 5px;
  background-color: #f5d9a7;
}
.pagination > li > a,
.pagination > li > span {
  color: #666699;
  background-color: transparent;
  border: 1px solid transparent;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #b4a27c;
  background: transparent;
  border-color: #b4a27c;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #000;
  background: #f5deb3 url('/bg_light.jpg');
  border-color: #b4a27c;
  font-weight: bold;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666699;
  background-color: transparent;
  border-color: #f5d9a7;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.help-block {
  color: #000;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #006600;
}
.has-success .form-control {
  border-color: #006600;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #003300;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00cc00;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00cc00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00cc00;
}
.has-success .input-group-addon {
  color: #006600;
  border-color: #006600;
  background-color: #ede1b8;
}
.has-success .form-control-feedback {
  color: #006600;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #f7e4bc;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #cc0000;
}
.has-error .form-control {
  border-color: #cc0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #990000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
}
.has-error .input-group-addon {
  color: #cc0000;
  border-color: #cc0000;
  background-color: #f4dbba;
}
.has-error .form-control-feedback {
  color: #cc0000;
}
.alert-success {
  background-color: #ede1b8;
  border-color: #d6e9c6;
  color: #006600;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #003300;
}
.alert-info {
  background-color: #ebe0c3;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #f7e4bc;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f4dbba;
  border-color: #ebccd1;
  color: #cc0000;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #990000;
}
.form-control {
  color: #000;
}
.input-group-addon {
  background-color: #f5d9a7;
  border-color: #b4a27c;
  color: #000;
}
select.input-sm {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
}
.form-group.required .control-label:after {
  content: "\0000a0*";
  color: red;
}
.table {
  margin: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: #b4a27c;
}
.table > thead > tr > th {
  border-color: #b4a27c;
}
.table > tbody + tbody {
  border-color: #b4a27c;
}
.table-striped > tbody > tr {
  background-color: #f5d9a7;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e8cd9e;
}
.table-bordered {
  border: 1px solid #b4a27c;
  border-collapse: separate;
  border-spacing: 1px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dbc296;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border: none;
  background-color: #b4a27c;
  color: #f5deb3;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #d1b98e;
}
.table > thead > tr > td.disable,
.table > tbody > tr > td.disable,
.table > tfoot > tr > td.disable,
.table > thead > tr > th.disable,
.table > tbody > tr > th.disable,
.table > tfoot > tr > th.disable,
.table > thead > tr.disable > td,
.table > tbody > tr.disable > td,
.table > tfoot > tr.disable > td,
.table > thead > tr.disable > th,
.table > tbody > tr.disable > th,
.table > tfoot > tr.disable > th {
  color: #808080;
}
.navbar {
  position: relative;
  min-height: 30px;
  margin-bottom: 7px;
  border: none;
  border-bottom: 1px solid #b4a27c;
  border-radius: 0;
}
.navbar-brand {
  padding: 5px 5px;
  height: 30px;
  margin-left: -5px;
}
@media (min-width: 767px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -5px;
  }
}
@media (max-width: 767px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 10px;
  }
}
.navbar-default {
  background: #f5deb3 url('/bg_light.jpg');
  border-color: #b4a27c;
}
.navbar-default .navbar-brand {
  color: #706140;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #706140;
}
.navbar-default .navbar-nav > li > a {
  color: #706140;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #f5deb3;
  background-color: #b4a27c;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #b4a27c;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #b4a27c;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f5d9a7;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #706140;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #b4a27c;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #b4a27c;
  color: #f5deb3;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #706140;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #f5deb3;
    background-color: #b4a27c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #b4a27c;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #706140;
}
.navbar-default .navbar-link:hover {
  color: #000;
}
.navbar-default .btn-link {
  color: #706140;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #000;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #b4a27c;
}
.navbar-toggle {
  padding: 4px 5px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 1px;
}
.dropdown-menu {
  padding: 5px 0;
  margin: 2px 0 0;
  background: #f5deb3 url('/bg_light.jpg');
  border: 1px solid #b4a27c;
}
.dropdown-menu .divider {
  background-color: #b4a27c;
}
.dropdown-menu > li > a {
  padding: 3px 20px;
  color: #000;
}
.dropdown-menu form {
  padding: 0;
}
.dropdown-menu form button.btn-link {
  display: block;
  width: 100%;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  padding: 3px 20px;
  text-align: left;
  border: none;
}
.dropdown-menu form button.btn-link:hover,
.dropdown-menu form button.btn-link:focus {
  background-color: transparent;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #706140;
  background-color: transparent;
}
.thumbnail {
  background-color: transparent;
  border: 1px solid #b4a27c;
}
.img-thumbnail {
  background-color: transparent;
  border: 1px solid #b4a27c;
}
blockquote {
  position: relative;
  font-size: 14px;
  font-style: italic;
  border-color: #b4a27c;
  background: url('/bg_light.jpg');
  text-align: justify;
  padding: 10px 20px 10px 50px;
}
blockquote:before {
  content: "\201C";
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #b4a27c;
  /*Positioning*/
  position: absolute;
  left: 5px;
  top: -10px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
h1 {
  margin: 0;
  text-align: center;
  font-size: 32px;
  padding: 0;
  font-weight: bold;
  line-height: normal;
}
#header {
  border-top: 3px double #b4a27c;
  border-bottom: 3px double #b4a27c;
  padding: 5px;
  margin: 7px 0 20px 0;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}
#header p {
  font-size: 16px;
  margin: 0;
}
#content h2 {
  border: solid 1px #b4a27c;
  border-left: none;
  border-right: none;
  color: #706140;
  padding: 5px;
  background-color: #f5deb3;
  font-size: 16px;
  text-align: center;
  margin: 13px 0;
}
#content h2 img {
  border: none;
  display: inline;
}
#content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#content img.center,
#content img.left,
#content img.right {
  display: block;
}
#content img.center + em,
#content img.left + em,
#content img.right + em {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 11px;
  font-style: normal;
}
#content img.center {
  margin-left: auto;
  margin-right: auto;
}
#content img.center + em {
  text-align: center;
}
#content img.right {
  float: right;
  margin: 0 0 10px 10px;
}
#content img.left {
  float: left;
  margin: 0 10px 10px 0;
}
#content img[border="0"] {
  border: none;
}
h3 {
  font-size: 16px;
  text-align: left;
  margin: 16px 0;
  padding: 0;
  border-bottom: 1px solid #b4a27c;
}
h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}
#intro_r {
  border-top: 1px solid #b4a27c;
  border-bottom: 1px solid #b4a27c;
  margin: 0 0 20px 0;
  padding: 15px;
}
#intro_r p {
  margin: 0;
}
.user-content img {
  border: 4px double #b4a27c;
}
.user-content img.no-border {
  border: none;
}
.user-content dl dd {
  margin: 0 0 15px 30px;
}
.bord {
  border: 4px double #b4a27c;
}
#header.simple {
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
}
#header.simple h1 {
  border-bottom: 1px solid #b4a27c;
  margin: 7px 0 0 0;
  padding: 5px;
}
.thrFirstPage #header {
  margin: 0;
}
.thrFirstPage #header h1 {
  font-size: 40px;
}
.thrFirstPage .firstHello {
  text-align: center;
  line-height: 100px;
  font-weight: bold;
  font-size: 20px;
  color: #666666;
  font-family: "Times New Roman", Times, serif;
}
@media (max-width: 768px) {
  .thrFirstPage .firstHello {
    line-height: normal;
  }
}
.thrFirstPage #nav .logo {
  text-align: center;
}
.thrFirstPage #sidebar {
  margin-top: 100px;
}
.thrFirstPage #sidebar .list-group-item {
  border: none;
  padding: 5px 0;
}
.thrFirstPage #sidebar p {
  margin: 0;
}
@media (max-width: 768px) {
  .thrFirstPage #sidebar {
    margin-top: 0;
  }
}
.thrFirstPage #nav h2,
.thrFirstPage #sidebar h2 {
  font-size: 16px;
  font-weight: bold;
}
.thrFirstPage #nav h2 a,
.thrFirstPage #sidebar h2 a {
  color: #666666;
}
.thrFirstPage #nav .nav > li > a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.thrFirstPage #nav .nav > li > a:hover,
.thrFirstPage #nav .nav > li > a:focus {
  border-top: 1px solid #b4a27c;
  border-bottom: 1px solid #b4a27c;
  background: transparent;
  color: #000;
}
#footer {
  border-top: 1px solid #b4a27c;
  padding: 20px 0 10px 0;
}
#footer .warning {
  text-align: center;
  color: #660000;
}
.sig,
.sig_t {
  margin: 0;
  font-style: italic;
  color: #666666;
  text-align: right;
  display: block;
}
.menu-main {
  display: table;
  width: 100%;
  text-align: right;
}
.menu-main .wrap {
  display: table-row;
}
.menu-main .logo {
  display: table-cell;
  width: 100px;
  height: 100px;
}
.menu-main .links {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.menu-main ul {
  display: inline-block;
}
.nav > li > form {
  padding: 0;
}
.nav > li > form > button.btn-link {
  display: block;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 10px;
  text-align: left;
  border: none;
}
.nav > li > form > button.btn-link:hover {
  text-decoration: none;
}
.menu-footer {
  text-align: center;
  margin: -10px 0 5px 0;
}
.menu-footer .nav {
  display: inline-block;
}
.c-board .nav-tabs > li,
.c-board .nav-pills > li {
  float: none;
  display: inline-block;
}
.c-board .nav-tabs,
.c-board .nav-pills {
  text-align: center;
}
.sections-menu {
  margin-bottom: 10px;
}
.board-view time {
  font-size: 85%;
}
.preview-items {
  text-align: center;
}
.preview-items article {
  margin: 0 0 15px 0;
  text-align: left;
  border: #b4a27c solid 2px;
  padding: 8px 8px 0 30px;
  position: relative;
  background: #f5deb3 url('/bg_light.jpg');
}
.preview-items time {
  font-size: 85%;
  float: right;
}
.preview-items .tlImg {
  position: absolute;
  top: 4px;
  left: 4px;
}
.preview-items .trImg {
  position: absolute;
  top: 25px;
  left: 4px;
}
.preview-items .pl {
  text-align: right;
  clear: both;
  margin: 10px -8px 0 -32px;
  border-top: 1px solid #b4a27c;
  text-transform: lowercase;
  padding: 0 5px 0 0;
}
.preview-items .pl a {
  text-decoration: none;
  display: block;
  color: #b4a27c;
  font-weight: bold;
  padding: 4px 0;
}
.preview-items .pl a:hover,
.preview-items .pl a:focus {
  color: #706140;
}
.preview-items .sig {
  margin: 8px 0;
  font-size: 12px;
}
.preview-items .img {
  float: right;
}
.preview-items .img img {
  border: 2px solid #b4a27c;
  margin: 0 0 4px 4px;
}
.preview-items .summary {
  margin-bottom: 5px;
  text-align: right;
}
#content .preview-items .header {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  font-size: 16px;
  color: #000;
}
#content .preview-items .header span {
  font-weight: normal;
}
#content .preview-items p {
  margin-bottom: 0;
}
.inv {
  display: none;
}
.address-wrap {
  text-align: right;
}
.address-wrap address {
  text-align: left;
  margin: 0;
  display: inline-block;
}
.address-wrap address .fa {
  color: #000;
}
.address-wrap address p {
  margin: 0;
}
.navigation-slave {
  margin-bottom: 10px;
}
.design-form > .form-group {
  border-bottom: 1px solid #b4a27c;
  margin: 0;
  padding: 7px 0;
}
.design-form > .form-group:last-child,
.design-form > .form-group.text-center {
  border: none;
}
.design-form > .form-group .checkbox,
.design-form > .form-group .radio {
  margin: 0 0 5px 0;
}
.design-form .inline-checkboxes .control-label {
  float: left;
  margin-right: 15px;
}
.design-form .control-label:after {
  content: ':';
}
body.acquaintance-statistic table.stat {
  width: 100%;
}
body.acquaintance-statistic table.stat .name {
  text-align: right;
}
body.acquaintance-statistic table.stat div {
  text-align: right;
  padding-right: 10px;
  color: #706140;
  border: 1px solid #b4a27c;
  background-color: #e8cd9e;
}
body.acquaintance-statistic table.stat td {
  padding: 4px;
}
table.progress-bar-dual {
  border: 1px solid #b4a27c;
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
}
table.progress-bar-dual td {
  padding: 2px;
  background-color: #e8cd9e;
  border: 1px solid #b4a27c;
}
table.progress-bar-dual td:first-child {
  background-color: #f5deb3;
}
body.acquaintance-view .photo {
  text-align: center;
  margin-bottom: 20px;
}
body.acquaintance-view .photo img {
  margin: 0 auto;
}
body.acquaintance-view .power-1,
body.acquaintance-view .power-2,
body.acquaintance-view .power-3 {
  font-weight: bold;
}
body.acquaintance-view .power-1 {
  color: green;
}
body.acquaintance-view .power-2 {
  color: #687aff;
}
body.acquaintance-view .power-3 {
  color: red;
}
body.acquaintance-view .table.detail-view > tbody > tr:first-child th,
body.acquaintance-view .table.detail-view > tbody > tr:first-child td {
  border: none;
}
.table-center {
  width: auto;
  margin: 0 auto;
}
a.h {
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}
a.h:visited {
  color: #333333;
}
a.h:active,
a.h:hover {
  text-decoration: underline;
}
#content .novelty {
  text-indent: 0;
}
#content .novelty ul {
  list-style: none;
  clear: both;
  padding: 0;
}
#content .novelty ul li {
  background: url('/img/bullet.jpg') no-repeat;
  display: block;
  position: relative;
  clear: both;
  padding: 0 0 0 30px;
  margin: 12px 0;
}
#content .novelty ul li p {
  font-size: 11.1999998092651px;
  float: right;
  margin: 0;
  padding: 0 0 0 10px;
  text-indent: 0;
}
#content .novelty h2 {
  background-color: transparent;
  color: #000;
  text-align: right;
  border: none;
  border-bottom: 3px double #b4a27c;
  width: 60%;
  float: right;
  margin: 0 0 15px 0;
  padding: 0 0 7px 0;
}
#news {
  margin-left: 20px;
}
#news .spoiler-head {
  background: url('/img/bullet.jpg') no-repeat;
  line-height: 20px;
  padding-left: 28px;
  margin-top: 10px;
}
#news .spoiler-body {
  padding-left: 28px;
}
#news .clickable {
  cursor: pointer;
}
#news h4 {
  text-align: center;
  margin: 0 0 -10px 0;
  padding: 0;
}
.novelty-global a.h,
.novelty a.h {
  font-weight: bold;
}
.site-map .section-item {
  padding-bottom: 15px;
}
.site-map .section-item .menu-main {
  border: 1px solid #b4a27c;
  padding: 10px;
}
.site-map .section-item .menu-main h3 {
  border: none;
  text-align: center;
  margin: 0 0 10px 0;
}
.site-map .section-item .menu-main h3 a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 16.6399993896484px;
}
.site-map .section-item .menu-main .links {
  vertical-align: top;
}
.photos-box {
  width: 100%;
  overflow: hidden;
}
.photos-box img,
.photos-box a {
  display: block;
}
.photos-box a {
  float: left;
  margin: 5px;
}
.photos-box img {
  border: 4px double #b4a27c;
}
.dl-horizontal-simple dt {
  float: left;
  margin-right: 10px;
}
.dl-horizontal-simple dt:after {
  content: ':';
}
.movie-review-view .base-info {
  margin-bottom: 10px;
}
.movie-review-view .cover {
  text-align: center;
}
.movie-review-view .cover a {
  display: inline-block;
}
.c-sec-advertising .events .city h3 {
  margin-bottom: 8px;
}
.c-sec-advertising .events .city .city-info {
  margin-top: 10px;
}
.c-sec-advertising .events .city .city-info p {
  margin: 0;
}
.c-sec-advertising .preview-items article {
  padding-bottom: 10px;
}
.c-sec-default #content .novelty,
.c-sec-default #content .description {
  margin-bottom: 40px;
}
#content .center-block {
  display: block;
}
.table-of-contents ul {
  list-style: none;
}
.table-of-contents ul .active {
  font-weight: bold;
}
.table-of-contents ul .active a {
  color: #000;
}
.breadcrumb {
  margin-top: -13.33333333px;
  margin-bottom: 5px;
  font-size: 12px;
}
.breadcrumb a {
  font-weight: normal;
}
.app-frame .alert-success {
  text-align: center;
  font-size: 20px;
}
.app-frame .form-control[readonly] {
  background-color: #f5deb3;
}
.app-su-jok-calendar .field-mainform-date {
  width: 220px;
  margin: 0 auto;
}
.search-box {
  text-align: center;
  margin-top: 30px;
}
.search-box label {
  margin-right: 5px;
}
.search-box .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.search-box .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td span:hover,
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #b4a27c;
  color: #f5deb3;
}
.datepicker table tr td.today,
.datepicker table tr td span.focused {
  background: #666699;
  color: #f5deb3;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #f5deb3;
  background-color: #706140;
  border-color: #706140;
}
.datepicker table tr td.old,
.datepicker table tr td.new,
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #b4a27c;
}
.datepicker table tr td span.old:hover,
.datepicker table tr td span.new:hover {
  color: #f5deb3;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  border-top-color: #b4a27c;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  border-top-color: #f5deb3;
}
.datepicker-dropdown:before {
  border-bottom-color: #b4a27c;
}
.datepicker-dropdown:after {
  border-bottom-color: #f5deb3;
}