/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, q:before, blockquote:after, q:after {
    content: '';
    content: none; }

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

*, *:before, *:after {
  box-sizing: border-box; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on; }

a {
  text-decoration: none;
  color: #3b5998; }
  a:hover {
    color: #ee3048; }

.noshow {
  display: none; }

img {
  max-width: 100%; }

.wrap {
  position: relative; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.adv {
  margin-bottom: 24px;
  text-align: center; }
  .adv.alpha {
    text-align: left; }
  .adv.omega {
    text-align: right; }

.breadcrumbs {
  margin-bottom: 24px; }

.block_t {
  font-size: 12px;
  color: #555;
  font-weight: bold;
  text-transform: uppercase; }

.back_to_top {
  bottom: 10px;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 2; }
  .back_to_top .back_to_top_btn {
    background: #bbb;
    color: #555;
    cursor: pointer;
    float: right;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 71px;
    height: 71px; }
    .back_to_top .back_to_top_btn.right {
      margin-right: -81px; }
    .back_to_top .back_to_top_btn span {
      background: url(86e798e5f115bfcf64edd86a42a89b7fb0be5814.png)  no-repeat scroll center 0 #bbb;
      display: block;
      margin-bottom: 5px; }

@media (max-width: 980px) {
  .hide-mobile {
    display: none !important; } }

@media (min-width: 981px) {
  .hide-desktop {
    display: none !important; } }

.sidebar-block {
  border-top: 1px solid #bbb;
  margin-bottom: 24px; }
  .sidebar-block .block_t {
    background: #555;
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    margin-top: -1px;
    margin-bottom: 10px; }
    .sidebar-block .block_t a {
      color: #fff;
      text-decoration: underline; }
  .sidebar-block .arr {
    background: url(e4cd7546e5fb361174feed85428c7e8d24c1b5ff.png)  no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin-top: -1px;
    vertical-align: middle;
    width: 10px; }
    .sidebar-block .arr.right {
      background-position: 0 -106px; }
    .sidebar-block .arr.left {
      background-position: 0 -116px; }

.multimedia {
  padding: 5px 0 0;
  border-top: none; }

.multimedia .view_more {
  background: none repeat scroll 0 0 #bbb;
  border: 1px solid #555;
  color: #555;
  float: right;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin-top: -6px;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }

.multimedia .article_t {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.multimedia .article_t a {
  color: #333; }

.multimedia .article_subt {
  font-size: 14px;
  font-weight: bold; }

.multimedia .article_subt a {
  color: #535353; }

.hide-desktop {
  display: none !important; }

.hide-mobile {
  display: block !important; }
