body {
  background: #ffffff;
}
#top_bar #plurk_logo,
#top_bar #navbar_search_kw,
#top_bar .register {
  display: none !important;
}
#footer {
  background: #FFF;
  border-top: #eeebf0 1px solid;
}
#top_lang {
  margin-top: 20px;
}
#top_lang ul {
  display: block;
}
#top_lang ul li {
  display: inline-block;
}
#top_lang ul li a {
  display: block;
  color: #FFF;
  padding: 0 14px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 15px;
}
#top_lang ul li a.current {
  background: #FFF;
  color: #FF574D;
}
#front-header .search-holder {
  width: 100%;
  max-width: 500px;
  height: 50px;
  background: #FFF;
  border-radius: 25px;
  position: relative;
}
#front-header .search-holder .search-input {
  float: none;
  width: auto;
  overflow: hidden;
}
#front-header .search-holder .search-input input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: none;
  border: 0;
  font-size: 20px;
  color: #333;
  padding: 0 20px;
  margin: 0;
}
#front-header .search-holder .search-button {
  float: right;
  width: 40px;
  font-size: 16px;
  color: #FF574D;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  background: #FF574D;
  color: #FFF;
  border-radius: 20px;
  margin: 5px;
}
.line-holder.timeline {
  padding: 0 !important;
}
.line-holder.timeline .desc {
  width: 28%;
  padding: 70px 3% 0 5%;
  color: #FFF !important;
  text-align: center !important;
}
.line-holder.timeline .desc img {
  width: 100%;
  max-width: 210px;
  height: auto;
  border-radius: 105px;
  border: #FFF 8px solid;
}
.line-holder.timeline .desc h3 {
  display: block;
  margin-top: 8%;
  margin-bottom: 0;
  color: #FFF !important;
}
.line-holder.timeline .showcase {
  width: 72%;
}
.line-holder.timeline .timeline-holder {
  height: 460px;
  cursor: default;
}
.line-holder.timeline .timeline-holder .browse_button,
.line-holder.timeline .timeline-holder .bottom-line {
  display: none !important;
}
.line-holder.timeline .timeline-holder .plurk .text_holder {
  max-height: 53.04px;
}
#topreplurks {
  background: url(https://s.plurk.com/plurktop/4f679215e637c82fc7c773023bed7cbe.jpg);
  background-position: center 63%;
  background-size: cover;
}
#topreplurks:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(246, 233, 217, 0.6);
}
#topreplurks .desc h3 {
  text-shadow: 1px 1px 4px rgba(35, 74, 89, 0.6);
}
#topreplurks .button {
  background: #FFF;
  color: #5fadb9;
}
#anonymous {
  background: url(https://s.plurk.com/plurktop/80608cc3f1c52e28317a023ec0303a14.png);
}
#anonymous .desc {
  background: #e7ddd0;
}
#anonymous .button {
  background: #FFF;
  color: #d08862;
}
#plurkstore {
  background: #ffd687;
}
#plurkstore .showcase img {
  width: 86%;
}
#plurkstore .desc {
  color: #e39809 !important;
}
#plurkstore .desc h3 {
  color: #e6a11c !important;
}
#hotsearch {
  background: #f4f4f4;
}
#hotsearch .desc h3 {
  color: #333 !important;
}
#hotsearch ul {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
#hotsearch li {
  display: inline-block;
  width: 19%;
  max-width: 280px;
  margin: 0.5%;
  overflow: hidden;
  position: relative;
}
#hotsearch li:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#hotsearch li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
#hotsearch li a span {
  text-align: left;
  position: absolute;
  width: 100%;
  padding: 16px 10px 0;
  height: 60px;
  line-height: 36px;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
#hotlink {
  background: #ff9976;
}
#hotlink .desc h3 {
  color: #FFF !important;
}
#hotlink ul {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  width: 33%;
}
#hotlink li {
  display: block;
  width: 97%;
  margin-top: 3%;
  border-radius: 5px;
  overflow: hidden;
}
#hotlink li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
  background: #FFF;
  color: #333;
  box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.3);
  padding: 4px 6px;
  overflow: hidden;
}
#hotlink li a img {
  float: left;
  height: 48px;
  width: auto;
  border-radius: 4px;
  margin-right: 4px;
}
#hotlink li a.metalink {
  min-height: 56px;
}
#news {
  background: #eeebf0;
}
#news .desc h3 {
  color: #FF574D !important;
}
#aboutplurk .desc ul {
  font-size: 0;
}
#aboutplurk .desc li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
#aboutplurk .desc li a {
  display: block;
  line-height: 1.4em;
  margin: 0;
}
#aboutplurk .desc li a:before {
  font-size: 1.4em;
}
#aboutplurk .showcase {
  text-align: center;
}
#aboutplurk .showcase img {
  width: 90%;
  max-width: 550px;
  min-width: 300px;
}
@media screen and (max-width: 900px) {
  #hotsearch li {
    width: 23%;
  }
  #hotsearch li a span {
    padding: 24px 6px 0;
    line-height: 36px;
    font-size: 20px;
  }
  #hotsearch ul > li:nth-last-of-type(-n+3) {
    display: none;
  }
  #hotlink ul {
    width: 50%;
  }
  #hotlink ul:last-child {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #front-header .search-holder .search-input input {
    font-size: 18px;
  }
  .line-holder.timeline {
    padding: 0 !important;
  }
  .line-holder.timeline .desc {
    padding: 20px;
    color: #FFF !important;
    text-align: left !important;
  }
  .line-holder.timeline .desc img {
    display: inline-block;
    width: 80px;
    height: auto;
    border-radius: 40px;
    border: #FFF 4px solid;
    vertical-align: middle;
  }
  .line-holder.timeline .desc h3 {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
  }
  .line-holder.timeline .desc .button {
    float: right;
    margin: 0;
    font-size: 13px;
    padding: 9px 13px;
    margin-top: 26px;
  }
  .line-holder.timeline .timeline-holder.vertical {
    padding-bottom: 0 !important;
  }
  .line-holder.timeline .timeline-holder.vertical .block_cnt > .plurk {
    display: none;
  }
  .line-holder.timeline .timeline-holder.vertical .block_cnt > .plurk:nth-child(-n+3) {
    display: block !important;
  }
  #hotsearch li {
    width: 31%;
  }
  #hotsearch li a span {
    padding: 28px 6px 0;
    line-height: 32px;
    font-size: 18px;
  }
  #hotsearch ul > li:nth-last-of-type(-n+6) {
    display: none;
  }
}
body.nologin .bar-color,
body.nologin #top_bar,
body.nologin #top_lang {
  display: none !important;
}
body.nologin #layout_content {
  padding-top: 0;
}
#nologin {
  min-height: 100vh;
  position: relative;
  background: #351f12;
}
#nologin .nologin-background {
  background: url(https://s.plurk.com/plurktop/4f679215e637c82fc7c773023bed7cbe.jpg);
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 500ms;
}
#nologin .nologin-holder {
  position: relative;
  z-index: 10;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  padding: 10vh 8%;
}
#nologin .nologin-holder .plurklogo {
  font-size: 5.5em;
  text-shadow: 1px 1px 4px rgba(35, 74, 89, 0.4);
}
#nologin .nologin-holder h3 {
  font-size: 1.95em;
  line-height: 1.3;
  margin-top: 1.8em;
  text-shadow: 1px 1px 4px rgba(35, 74, 89, 0.4);
}
#nologin .nologin-holder .nologin-panel {
  margin: 1.8em 0;
  max-width: 100%;
  display: inline-block;
}
#nologin .nologin-holder .nologin-panel .button {
  display: block;
  font-size: 1.45em;
  margin-top: 0.7em;
  padding: 0.5em 1em;
  box-shadow: 1px 1px 4px rgba(35, 74, 89, 0.4);
}
#nologin .nologin-holder .nologin-panel .login {
  background: #FFF;
  color: #FF574D;
}
#nologin .tobottom {
  font-size: 1.3em;
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  color: #FFF;
  z-index: 10;
  line-height: 1.6;
  cursor: pointer;
  transition: opacity 500ms;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
#nologin .tobottom span {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 640px) {
  #nologin .nologin-holder {
    font-size: 16px;
  }
}
@media screen and (max-height: 640px) {
  #nologin .nologin-holder {
    font-size: 14px;
  }
  #nologin .tobottom {
    display: none;
  }
}

