/**
 * mobile
 */
@media only screen and (max-width: 768px) {
#toTop {
  display: none !important;
}

h4 {
  font-size: 20px;
}

#article .news-detail h1 {
  font-size: 32px;
}

.news-detail table {
  width: 100% !important;
}

.article-info {
  font-size: 18px;
}

.wrapper,
#splash .wrapper {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

#splash .wrapper {
  padding: 0;
}

header .wrapper {
  height: 80px;
}

header .wrapper,
#footer-bottom .wrapper,
#footer-top .wrapper,
#content .wrapper {
  padding: 20px;
}

#hot .wrapper {
  padding: 38px 20px 12px 20px;
}

#hotspot .wrapper {
  overflow: hidden;
}

#article .wrapper {
  padding-top: 40px;
}

.right-column {
  width: auto;
  float: none;
  padding-bottom: 40px;
}

.more_stats {
  margin-bottom: 40px;
}

.navigation {
  margin-bottom: 40px;
}

.left-col,
.right-col {
  width: 100%;
  float: none;
}

.header-block-1 {
  margin-right: 0;
  width: 175px;
}

#logo {
  margin-right: 0;
}

/**
 * Menu
 */
header .main_menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #f6f7f8;
}

header .js-menu-burger {
  display: block;
}

header .main_menu a {
  display: block;
  padding: 10px 20px;
}

header .main_menu ul {
  transition: max-height .2s;
  max-height: 0;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
}

header .main_menu.opened ul {
  max-height: 100vh;
}

header .main_menu li {
  margin: 0;
  display: block;
  float: none;
}


#top .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}

.post.three {
  margin: 0 0 20px 0;
  width: 100%;
}

table.forum-table th {
  font-size: 0.6em;
}

.forum-column-topics span,
.forum-column-replies span {
  width: 20px;
  display: inline-block;
  overflow: hidden;
}

div.forum-icon {
  margin: 0;
}

.forum-icon-container {
  width: 1em;
}

div.register-form .description {
  margin: 0;
  position: static;
  font-size: 12px;
  margin: -10px 0 0px 0;
}

}
