body #nav-first .navigation,
body #nav-second .navigation {
  max-width: 1000px;
}
body #nav-first .navigation .list,
body #nav-second .navigation .list {
  display: table-row;
  list-style: none;
}
body #nav-first .navigation .list .item,
body #nav-second .navigation .list .item {
  display: table-cell;
  width: auto;
  text-align: center;
  vertical-align: bottom;
  height: 24px;
  padding-top: 3px;
}
body #nav-first .navigation .list .item a,
body #nav-second .navigation .list .item a {
  position: relative;
  display: table-cell;
  width: 1000px;
  padding-left: 10px;
  float: none;
  vertical-align: top;
}
body #nav-first .navigation .list .item a img,
body #nav-second .navigation .list .item a img {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -2px;
}
body #nav-second {
  width: 100%;
}
body #nav-second .item {
  padding: 3px 0;
}
body #nav-second a {
  padding: 0;
  margin: 0;
  vertical-align: middle!important;
  font-weight: bold;
}
body .block-articles .archive {
  text-align: center;
  padding-top: 1px;
}
body .block-articles .archive h3 {
  color: #000;
  display: block;
  padding: 5px 0;
  margin: 0;
  font: normal 10pt Tahoma, Arial, Helvetica, sans-serif;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-stretch: normal;
  line-height: normal;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
body .block-articles .archive span {
  font-size: 12px;
}
body .block-articles .archive .img_cont a {
  transition: 0.3s;
  width: 91px;
  height: 121px;
}
body .block-articles .archive .img_cont a:first-of-type {
  float: left;
}
body .block-articles .archive .img_cont a:last-of-type {
  float: right;
}
body .block-articles .archive .img_cont a:hover {
  opacity: 0.8;
}
body .block-articles .archive .img_cont img {
  width: 100%;
}
body .list-view .archive-view {
  margin: 0;
  width: 33.3%;
}
body .list-view .archive-view a {
  width: 100%!important;
}
body .list-view .archive-view span {
  font-size: 16px!important;
  font-weight: bold!important;
}
marquee {
  font-size: 10pt;
}
marquee a {
  color: #000;
}
body #nav-third .soc-links {
  padding-left: 0;
  width: 173px;
}
body #nav-third #quotes-line {
  width: 610px;
  margin: 0;
  padding: 0;
  height: 30px;
  text-align: left;
}
.sliding_text_wrap .sliding_text_row_wrap {
  display: block;
  width: 100%;
}
.sliding_text_wrap .sliding_text_row_wrap .sl_item {
  display: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin-bottom: 4px;
}
.sliding_text_wrap .sliding_text_row_wrap .sl_item .sl_back {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  background: #ddd;
}
.sliding_text_wrap .sliding_text_row_wrap .sl_item .sl_text {
  position: relative;
  z-index: 2;
  padding-left: 15px;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  text-align: center;
}
