/* Layout 7 */
body, html {margin:0px;padding:0px;}
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
.mobilenav {
  background: #000;
  display: block;
  margin-left: -200px;
  min-height: 100vh;
  overflow-y: scroll;
  padding-bottom: 100px;
  position: absolute;
  position: fixed;top:0;bottom:0;
  transition: 0.5s all;
  width: 198px;
  z-index: 99999;
}
.mobilenav.right {
  right: 0;
  margin-right: -200px;
}
body { margin-left: 0px; transition: 0.5s margin-left; }
body.moved { margin-left: 200px; overflow: hidden; }
body.moved.right { margin-left: -200px; }
body.moved .mobilenav { margin-left: -200px; }
body.moved .mobilenav.right { margin-left: 0px; margin-right: 0px; }
.loader {
  border: 16px solid #F3F3F3; /* Light grey */
  border-top: 16px solid #DB3434; /* Blue */
  border-radius: 50%;
  margin: 100px auto;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
.loader.small {
  border: 10px solid #F3F3F3;
  border-top: 10px solid #DB3434;
  margin: 0 auto;
  height: 30px;
  width: 30px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.moreloader {
  background: url('https://c.nime.me/x/loading.gif') no-repeat top center;
  display: none;
  margin: 10px 0px;
  height: 40px;
  width: 100%;
}
/* Fixed To Top Lockable Areas */
.area {
  position: relative;
  z-index: 9;
}
.area .oncelocked {
  position: absolute;
}
.area .locked {
  position: fixed;
  top: 0;
  z-index:999;
}
.area .locked .comment8 {
  background: #2b2b2b !important;
}
.area .area_title .comment_body {
  margin-right: 60px;
}
.area .locked .comment_topic {
  border-radius:unset;
}
.area_rollup {
  border-radius:10px;
  padding:5px 6px 8px;
  position: absolute;
  right: 15px;
  top: 50px;
}
.area_rollup:hover {
  background: #888;
}
.area_rollup span {
  display: block;
}
.rolled .area_content {
  height:0;
  overflow:hidden;
}
.topicoverall {
  padding: 10px 0 20px;
}
.topic_starter {
  padding-top: 10px;
}
.topic_starter .comment8 {
  margin: 0;
}
.arrow{
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.arrow.down{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.arrow.up{
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.searched .search_result a {
  color: #000;
  padding: 0;
}
img.pretty {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 5px;
}
.flex { display: flex; }
.user_inputbox {
  background: #FFF;
  border: 1px solid #CCC;
  padding: 0;
}
.user_inputbox input {
  border: 0 !important;
  padding: 10px;
  margin: 0 !important;
  width: 100%;
}
.user_inputbox input:focus {
  outline: none;
}
.gridrax a { display: inline-block; }
.gridrax .a_grid {opacity: 0.5;}
.gridrax.grid .a_grid {opacity: 1;}
.gridrax.grid .a_list { opacity: 0.5; }
.friendarea {
  position: absolute;
}
.user_inputbox .friender {
  border: 1px solid #CCC;
  background: #EEE;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  margin: 5px;
  padding: 5px;
}
.user_inputbox .friendarea .friender {
  margin: 0 5px 5px;
}
.morelink {
  background: #FFF;
  text-align: center;
  display: block;
  padding: 4px 0 5px 0;
  margin: 8px 0 0 0;
}
.vpackagebox .btn {
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 25px;
  width: 100%;
}

.abox {
  background: #FFF;border:1px solid #CCC;padding: 20px;margin:1em 0;
}
#rcount {
  display: inline-block;
  padding: 0px 10px;
}
#uhx {
  background: #000;
  color: #FFF;
  font-family: 'Open Sans';
  padding: 5px 0px;
}
#uhx a {
  color: #FFF;
  text-decoration: none;
}
#uhx>div {
  display: inline-block;
  vertical-align: middle;
}
.uhx_pic img {
  height: 25px;
  width: 25px;
}
.uhx_name, .uhx_msg, .uhx_reg, .uhx_panels {
  padding: 0px 10px 0px 0px;
}


.picture_include {
  visibility: hidden;
}
.picture_include #picture_form1 {
  height: 0px;
  overflow: hidden;
}
.picture_desc a {
  color: #555;
  display: block;
  padding: 10px 0px;
}
.dialog.pictures h2 a {
  font-size: 50%;
}
.dialog.pictures {
  box-sizing: border-box;
  padding: 20px;
  z-index: 999999;
}
.dialog.pictures>div {
  max-width: none;
  height: 100%;
  position: initial;
  left: initial;
  top: initial;
  transform: none;
}
/* Blog Styling */
.blog_posts .postx {
  background: #FFF;
  border: 1px solid #CCC;
  margin: 10px 0;
  padding: 10px;
}
.postx {
  width:100%;padding:20px 0px;display:inline-block;vertical-align:top;
}
.postx img {
  border:1px solid #d8d8d8;
  display: inline-block;
  width:20%;
}
.postx .story {
  display: inline-block;
  line-height: 180%;
  margin:0;
  padding:0 0 0 20px;
  vertical-align:top;
  width:78%;
}
.postx h3 {
  font-size: 20px;
  margin:0;padding: 0;
}
.postx h3 span {
  color: #AAAAAA;
  display: block;
  font-size: 60%;
}
.post_blogs, .post_meta {
  font-size: 75%;
  margin: 5px 0px;
}

.blog h1 {
  font: normal 2.0em/150% Georgia, serif;
  padding: 15px 0 10px 0;
}
.blog h1 a, .blog h2 a {
  color: #000;
  font-weight: normal;
  padding: 0 0 2px 0;
  text-decoration: none;
}
.blog h2 {
  margin: 1em 0;
}
.blog_posts_unpublished {
  display: none;
}
.blog .blog_actions a {
  display: inline-block;
  padding-right: 10px;
}
.blog_post, .blog_posts {
  clear: left;
  display: inline-block;
  padding: 0px 10px 0px 0px;
  vertical-align: top;
}
.blog_roll {
  border-left: 1px solid #EFEFEF;
  display: inline-block;
  padding: 0px 0px 0px 10px;
  vertical-align: top;
  width: 250px;
}
.blog_labels div {
  display: inline-block;
  padding: 0px 15px 0px 0px;
}
.blog_img {
  clear: left;
  padding: 5px 0px 0px 0px;
}

/* GENERIC STUFF */
.delete_button a {
  color: #FFF !important;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
}
.delete_button a:hover {
  color: #99F !important;
  text-decoration: none;
}
/* USER DISPLAY */
.user_avatar_box {
  display: inline-block;
  vertical-align: top;
}
.user_avatar_100x100 {
  display: inline-block;
  height: 100px;
  width: 100px;
}
.user_avatar_box a, .user_avatar_box .noa {
  display: block;
}
.user_mod a, .user_mod span, .user_admin a {
  background: #EEE;
  border: 1px solid #CCC;
  color: #000 !important;
  display: inline-block;
  padding: 10px;
  margin: 0px 10px 20px 0px;
}
.user_admin a {
  color: #BBB;
  padding: 5px;
}

.btn-wide {
  width:50%;
}
.btn-red {
  background: #F55;
  border-radius: 4px;
  border: 0;
  color: #FFF;
  font-size: 14px;
  margin: 5px 5px 0 10px;
  outline: none;
  padding: 10px 17px;
}
.btn-red:focus {
  background: #F44;
}
.btn-red:focus, .btn-red:hover {
  box-shadow: 1px 1px 2px #000000FF;
}
.captchafield .cimg {
  margin: 0 0 10px;
}
.captchafield a {
  vertical-align: middle;
}
.captchafield img {
  border-radius: 5px;
  vertical-align: middle;
}
.captchafield .refresh {
  background: #FFF;
  border-radius: 50px;
  margin: 0 0 0 10px;
  padding: 2px 2px 0;
}

.comment_link {
  background: #CCC;
  color: #000;
  display: none;
  line-height: 2em;
  margin: 5px -10px;
  padding: 20px 30px;
  position: relative;
}
.comment_itself .comment_link>a {
  border-radius: 2em;
  background: rgba(255,255,255,0.2);
  height: 1em;
  line-height: 0.95em;
  right: 0;
  font-size: 2em;
  margin: 0 10px 0 0;
  padding: 0 0.26em;
  position: absolute;
  width: 1em;
}
.comment_link.active, .comment_link.shown {
  display: block;
}
.comment_link .title {
  font-size: 1.4em;
}
.comment_link .title:hover {
  text-decoration: underline;
}
.comment_link .url {
  color: #555;
}
.comments_attached {
  display: none;
  padding: 0 10px;
}
.active .comments_attached {
  display: block;
}
.messageprepics {
  margin-top: -100px;
  position: absolute;
}
.pending_photo {
  display: inline-block !important;
  width: 210px;height: 210px;
  opacity: 0.5;
  padding: 5px !important;
}
.pending_photo img {
  display: block !important;
  height: 100%;
  width: 100%;
  max-width: unset !important;
  padding: 0 !important;
}
.pending_photo .error {
  font-weight: bold;
  max-width: 90px;
  padding: 5px;
  position: absolute;
}
.pending_photo .file_upload_status {
  color: #FFF;
  height: 100px;
  font-size: 2em;
  margin: -90px 0;
  padding: 25px 10px;
  pointer-events: none;
  width: 100px;
}
.pending_photo.notpending {
  opacity: 1;
}
#upload_area .pending_photo {
  width: 200px;height: 200px;
}
.pending_photo .loader {
  border: 10px solid #F3F3F3;
  border-top: 10px solid #337ace;
  display: block;
  height: 35px;
  margin: 83px 0 -40px 83px;
  padding: 0;
  position: absolute;
  vertical-align: middle;
  width: 35px;
}
#upload_area .pending_photo .loader {
  margin: 85px 0 -40px 85px;
}
.notpending .loader {
  display: none;
}

.pending_photo a.x, .xbtn {
  background: #FFF;
  border: 1px solid #424242;
  border-radius: 15px;
  color: #000;
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  margin: -211px 0px 0 187px;
  padding: 0 7px;
  position: absolute;
}
.cphotosmall {
  display: inline-block;
}

/* FORUM STYLING */
.action_buttons {
  left: 0;
  position: fixed;
  width: 100px;
  z-index: 20;
}
.action_buttons a {
  background: #54545d;
  color: #FFF;
  display: block;
  line-height: 120%;
  margin: 3px 6px 3px 0;
  padding: 10px;
  text-align: center;
}
@media (max-width: 1100px) {
  .action_buttons { background: #54545d; bottom: 0; width: 100%; font-size: 0; }
  .action_buttons a { border-top: 1px solid #63636d; display: inline-block; width: 50%; font-size: 1rem; margin: 0; padding: 20px 10px; }
  .action_buttons a:nth-child(2) { background: #43434a; color: #CCC; }
  .not_premium .action_buttons { padding: 0 0 90px 0; }
  .not_premium .comments_area { padding: 0 0 50px; }
}
div.forum .end_comment {
  border-bottom: 1px solid #CCC;
  margin-bottom: 5px;
}

.sharebtn {
  background: url('https://i.ani.me/0287/8333/h.png') 0 -75px no-repeat;
}
.awarddisplay .awards {
  font-size: 1rem;
}
.awarddisplay .awards img {
  border: 2px solid #FFF;
  border-radius: 20px;
  height: 25px;
  width: 25px;
}

.user_name {
  font-weight: bold;
}
.uname .at {
  color: #CCC;
  font-size: 80%;
  font-weight: normal;
}
.uname.mod {
  animation: modflicker 8s infinite;
  padding-right: 10px;
}
.uname.mod::after {
  content: '\272D';
  color: #bb4f4f;
  font-size: 1.3em;
  position: absolute;
  margin: -3px 2px;
}
@keyframes modflicker {
  0%  { background: #ff818100; }
  40% { background: #ff818100; }
  50% { background: #ff818138; }
  60% { background: #ff818100; }
  100% { background: #ff818100; }
}
.forumparent { padding: 15px 0; }
.forumparent a { color: #999; font-weight: bold; }
.forum .topic h1 { margin: 0;padding: 0; }
.forum .topic {
  background: #FFF;
  border: 1px solid #DEDEDE;
  display: inline-block;
  height: 70px;
  padding: 10px;
  margin: 10px 0px;
  width: 60%;
}
.forum .topic:hover {
  background: #DDD;
}
.forum .topic.header {
  background: inherit;
  border: 0;
}
.forum .topic .title {
  display: inline-block;vertical-align: top;
  max-width: 330px;
  width: 100%;
}
.forum .topic .title1 {
  display: inline-block;
  font-size: 1.5em;
  padding: 3px;
  text-decoration: none;
}
.forum .thread .title .creator a {
  font-weight: normal;
  padding: 0;
}
.forum .thread .title .creator {
  font-size: 80%;
}
.forum .thread .title .creator .date {
  color: #888;
  padding: 0 10px;
}
.forum .thread .title .creator .replies {
  color: #888;
}
.forum .topic .desc {
  color: #9F9F9F;
  font-size: 0.9em;
  padding: 1px 3px;
}
.forum .atopic {
  font-size: 0;
  position: relative;
}
.forum .atopic>* {
  font-size: 14px;
}
/* FORUM INDEX */
.forum .posttime {
  color: #888;
  padding: 2px 0px;
}
.forum .topic .fstats {
  color: #BBB;
  display: inline-block;vertical-align: top;
  font-size: 16px;
  padding: 6px 0px 0px 5px;
  width: 160px;
}
.forum .topic .fstats div {
  display: inline-block;
  width: 70px;
}
.forum .frecent {
  display: inline-block;
  float: right;
  padding: 10px 0;
}
/* END FORUM INDEX */
.forum .stickythread {
  border-bottom: 2px solid #BBBBBB;
}
.forum .thread {
  background: #FFF;
  display: flex;
  margin: 10px 0px;
  padding: 10px;
  position: relative;
}
.forum .thread .title {
  display: inline-block;
  max-width: 800px;
  width: 100%;
}
.forum .thread .title a {
  font-weight: bold;
  font-size: 1.2em;
  padding: 3px;
  text-decoration: none;
}
.forum .thread .title a span {
  color: #CCC;
}
.forum .thread .title>a:first-of-type {
  display: block;
  padding: 3px 0px;
}
.forum .thread .lastpost {
  display: inline-block;
  vertical-align:top;
  width: 200px;
}
.forum .thread .created a, .forum .thread .lastpost a, .forum .thread .dis_name {
  color: #888;
}

.row {
  clear: left;
}
.row .left {
  float: left;
  width: 150px;
}
.show_comments a {
  font-size: 1.2em;
  text-align: center;
  margin: 0px auto;
  padding: 5px 0px;
  display: block;
}
.show_comments {
  background: #EFEFEF;
  border-radius: 2px;
  height: 26px;
}


#amappearances {
  display: inline-block;
  width: 250px;
}
#amappearances .amappearance {
  border-bottom: #000 dashed 1px;
  padding: 0px 0px 2px 0px;
}
.amappearance_bottom {
  clear: left;
}
#character #galleries {
  float: left;
  width: 200px;
}


.accountarea h2 {
  font-size: 12px;
}
.accountarea {
  background: #FFF;
  margin: 0 auto;
  max-width: 440px;
  width: 100%;
}
.accountarea_act {
  box-sizing: border-box;
  padding: 10px 20px;
}
#accountbox>a, .accountarea>a {
  color: #000;
  display: block;
  padding: 15px 20px;
}
.accountarea>a:hover {
  text-decoration: underline;
}
#accountbox>a:hover, #accountbox .accountarea>a:hover {
  background: #EEE;
}
.accountarea input[type=text], .accountarea input[type=password] {
  border-radius: 3px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  font-size:17px;
  margin: 5px 0;
  padding: 10px 12px;
  width:100%;
}
/* User View Account */
.deactivate_link {
  font-size: 11px;
  padding: 20px 0px;
}
.deactivate_link a {
  color: #999;
}
.deactivate {
  padding: 20px 0px;
}
.deactivate .helptext {
  color: #999;
}
.deactivate .dbutton a {
  background: #08C;
  border-radius: 5px;
  color: #FFF;
  display: block;
  margin: 10px 0px;
  text-align: center;
  padding: 10px;
  width: 150px;
}
.deactivate .dbutton a:hover {
  background: #09F;
}

.deactivate_user {
  padding: 10px 0px;
}
.account_helptext {
  color: #999;
  font-size: 0.9em;
  padding: 3px 0px;
}


/* Galleries Styling */
.galleries .gallery {
  display: inline-block;
  text-align: center;
  padding: 5px 0px;
  width: 210px;
  vertical-align: top;
}
a.edit_gallery {
  color: unset;
}
.edit_gallery:empty {
  display: inline-block;
  padding: 10px;
}

/* User Login */
.session input[type=checkbox] {
  height: 1.6em; width: 1.6em; vertical-align: middle; margin: 0 10px 0 5px;
}

.message, .more_button {
  box-sizing: border-box;
  margin: 10px 0;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}
.more_button {
  background: #FFF;
  display: block;
  text-align: center;
}
.pagenum {
  padding: 5px;
  text-align: center;
}

/* *********** */
/* PROFILE STYLE */
.profilenote {
  border: 1px solid #EEE;
  margin: 10px 0px;
  padding: 10px;
}
.profile_block a, .profile_unfriend a {
  color: #AAA;
  display: block;
  font-size: 80%;
  padding: 10px 0;
}
/* Hover profile */
.hover_profile {
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 5px;
  color: #000;
  font-weight: normal;
  min-width: 200px;
  padding: 5px;
  position: absolute;
}
.hover_profile .asl {
  text-align: center;
}
.dark .hover_profile {
  background: #4A4A4A;
  border: 1px solid #202020;
  color: #FFF;
}
/* BLOG */
.blog_post img {
  padding: 10px 0px 10px 0px;
}
.blog_post img[align=left] {
  margin: 8px 8px 8px 0px;
}
.blog_post img[align=right] {
  margin: 8px 0px 8px 8px;
}
.edit_post a {
  display: inline-block;
  padding: 0px 10px;
}
.edit_post a:first-of-type {
  padding-left: 0px;
}
/* ANIMANGA HITS */
.anime_cats a {
  display: inline-block;
  padding: 4px 6px;
}
.anime_cats .selected {
  font-weight: bold;
}
.anime_add select, .animangahit_update select {
  margin: 5px 0px;
  padding: 5px 10px;
}
.animangahits a {
  color: #BCF;
}
.animangahits a.animanga_mutual {
  color: #9AF;
  font-weight: bold;
}
.animangahit_finished, .animangahit_in_progress, .animangahit_planned {
  color: #AAA;
  padding: 10px 0px 0px 0px;
}
.anime_list .heading, .anime_list .heading a, .conventions_list .heading {
  color: #AAA;
  font-weight: bold;
  padding: 10px 0;
}
.anime_list .heading span, .conventions_list .heading span {
  float: right;
  font-weight: normal;
}
.profile_con_name {
  float: left;
  width: 150px;
}
.profile_con_date {
  clear: both;
  color: #999;
  font-size: 9px;
  padding: 0px 0px 5px 0px;
}
/* ANIMANGA */
.nomobile .anime_list .animangahits {
  display: block;
}
.anime_button {
  color: #000;
  display: block;
  padding: 20px 0;
}
.anime_button input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
}
.anime_button select {
  border-radius: 5px;
}
.anime_button_status {
  color: #00F;
}
.anime_users_number {
  color: #999;
  padding: 10px 0px;
}
.anime_edit {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 5px;
  z-index: 10;
}
.anime_edit a {
  display: inline-block;
  padding: 0 15px 0 10px;
}
@media (max-width: 1200px) {
 .minimenu { display: inline-block; position: relative;vertical-align:bottom; }
 .minimenu:before {border: 1px solid #CCC;border-radius:5px;content: 'Options';display: inline-block;padding: 5px 5px;width:100px;}
 .minimenu span {background:#FFF;border:1px solid #CCC;border-radius:5px;display:none;position:absolute;}
 .minimenu a {display: block;padding:6px 10px;}
 .minimenu:hover span {display: block;}
 .minimenu a:hover { background: #CCC; }
}
.anymenu { display: inline-block; position: relative;vertical-align:bottom;width:200px; }
.anymenu:before {border: 1px solid #CCC;border-radius:5px;content: 'Options';display: inline-block;margin:5px 0 0;padding: 5px 5px;text-align:center;width:200px;}
.anymenu span {background:#FFF;border:1px solid #CCC;border-radius:5px;display: none;padding-top:10px;position:absolute;}
.anymenu a {display: block;padding:5px;}
.anymenu:hover span {display: block;width:100%;}
.anime_merge {
  margin-top: 20px;
}
.anime_pics_single {
  display: inline-block;
  width: 222px;
}
.anime_pics {
  padding-top: 20px;
}
.anime_pic, #animanga_pictures>.galleries>.gallery_cover>div {
  border: 1px solid #CCC;
  box-sizing:border-box;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 5px;
  width: 212px;
}
.animanga_heading {
  border-bottom: 1px solid #DDD;
  padding-top: 3px;
  width: 100%;
}
.animanga_links {
  float: right;
}
.animanga_links, .animanga_links a {
  color: #AAA;
  font-size: 11px;
}
#animanga_info .animanga_s .plot {
  display: none;
}
#animanga_info .animanga_s .users_number a {
  display: none;
}
#main_content #animangahits {
  width: auto;
}
.profile_anime_pic {
  display: inline-block;
  line-height: 0px;
  max-width: 140px;
  padding: 5px;
  width: 32%;
}
.profile_anime_pic img {
  width: 100%;
}
.animanga_user {
  float: left;
  line-height: 0px;
}
.animanga_user img {
  border: 2px solid #EEE;
  border-radius: 30px;
  height: 50px;
  margin: 2px;
  width: 50px;
}
.anime_name h1 {
  display: inline-block;
  vertical-align:middle;
}
.animangahit {
  margin: 0px 0px 6px 0px;
}
.animangahit_pic {
  border: 1px solid #EFEFEF;
  float: left;
  line-height: 0px;
  margin: 2px 5px 2px 2px;
}
.animangahit_pic img {
  display: inline;
  height: 50px;
  width: 50px;
}
.animangahit_title {
  float: left;
  width: 270px;
}
.animangahit_info {
  color: #AAA;
  padding: 2px 0px 0px 0px;
}
.animangahit_title .animangahit_info a {
background: #9CF;
color: #FFF;
display: inline-block;
font-weight: normal;
padding: 3px 6px;
}
.animangahit_update a {
  color: #DDD;
  font-size: 11px;
}

/* SOCIAL MEDIAS */
.icon8>a {
  background: url('https://i.ani.me/0086/3591/icons.png');
  background: url('https://s3.amazonaws.com/c.nime.me/x/icons8.png');
}
.icon8>a {
  display: inline-block;
  color: #888;
  padding: 2px 5px;
  height: 55px;
  width: 60px;
}
.icon8 .fb {
  background-position: -33px -210px;
}
.icon8 .tw {
  background-position: -810px -10px;
}
.icon8 .gp {
  background-position: -250px 0px;
}


/* STUFF FROM STYLE.CSS */
.picture_links a, #add_pictures a {
  background: #E74C3C;
  color: #FFF;
  display: inline-block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
#upload_area .upload_picture {
  border: solid 1px #E0E0E0;
  margin: 10px;
  padding: 10px;
  width: 200px;
  height: 200px;
}
#upload_area .upload_pending {
  border: solid 1px #555;
  opacity: 0.1;
}
#uploadstatus {
  padding: 20px 0px;
}
#uploadstatus:empty {
  padding: 0px;
}
.dontshow {
  height: 0px;
  padding: 0px !important;
  overflow: hidden;
}
.picture_links a:hover {
  background: #EF5A4A;
}
.picture_links {
  float: right;
}
#picture_info {
  display: inline-block;vertical-align: top;
  line-height: 160%;
  max-width: 220px;
  width: 100%;
}
#picture_owner a {
  color: #999;
  font-size: 90%;
}
#show_picture_gallery {
  padding: 10px 0px;
}
#galleries {
  margin: 20px 0px 0px 0px;
}
#left {
  float: left;
  margin: 0px 5px 0px 0px;
  width: 200px;
}

.pic_outer .pth_o {
  position:absolute;
  text-align: right;
  margin-left: 175px;
  padding: 10px 0 0;
  width: 22px;
}
.pth_o:hover {
  margin-left: 0;
  width: 196px;
}
.pth_oo { display: none; }
.pth_o:hover .pth_oo { display: block; }
.pth_o .pth_arw {
  border: 2px solid #FFFFFFFF;
  border-radius: 5px;
  padding: 3px 2px 1px;
}
.pth_o:hover .pth_arw {
  border: 2px solid #FFFFFF00;
}
.pth_oo a {
  display: block;
  padding: 4px 0px;
  float: right;
  width: 100px;
}
.pth_oo a:hover {
  font-weight:bold;
}

.pic_desc {color: #FFF;display:none;position:absolute;height:210px;width:210px;padding:15px;pointer-events:none;}
.pic_outer:hover .pic_desc { display: block; }
.pth_o a, .pth_o {
  color: #FFF;
  opacity: 0;
  text-shadow:0 0 10px #000;
  transition: opacity .15s ease-in-out;
}
.pic_outer:hover .pth_o {
  opacity: 0.40;
}
.pth_o:hover a, .pic_outer .pth_o a:hover, .pic_outer .pth_o:hover {
  opacity: 100;
}
.pic_outer {
  display: inline-block;
  margin: 5px 0px;
  vertical-align: top;
  width: 210px;
}
.pic_outer img {
  background: #FFF;
  border: solid 1px #E0E0E0;
  padding: 5px;
  height: 210px;
  width: 100%;
}
.picture_desc .desc:empty {
  display: none;
}
.picture_info {
  padding: 10px 0;
}
#picture_viewer {
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
#picture_viewer img {
  max-width: 100%;
}
#picture_viewer a.videoplayer, .cphotobig a {
  display: block;
  position: relative;
}
#picture_viewer a.videoplayer:hover::after, .cphotobig a.videoplayer:hover::after {
  background: #ffffffde;
  content:'▶';
  display:block;
  font-size: 100px;
  height:100%;
  padding: 20% calc(50% - 40px);
  position: absolute;
  top:0;
  width:100%;
  opacity:.75
}
.picture_data h2 {
  display: inline-block;
  margin: 0;
  padding-right: 30px;
}
.picture_data .material_choice {
  display: inline-block;
}
.picture_desc a:empty {
  border-bottom: 2px solid #CCC;
  width: 50px;
}
.picture_viewer {
  display: flex;
  justify-content: center;
}
.picture_viewer .next, .picture_viewer .back {
  display: inline-flex;
  opacity: 0;
  padding: 40px;
  position: relative;
  transition: all 0.2s;
}
.picture_viewer:hover .next, .picture_viewer:hover .back {
  background: rgba(255,255,255,0.1);
  opacity: 1;
}
.picture_viewer .next:hover, .picture_viewer .back:hover {
  background: rgba(255,255,255,0.2);
}
.picture_viewer .next {
  margin-left: -80px;
}
.picture_viewer .back {
  margin-right: -80px;
  z-index: 1;
}
.picture_viewer i.arrow {
  border: solid #999;
  border-width: 0 5px 5px 0;
  display: inline-block;
  margin-left: -5px;
  padding: 5px;
  position: absolute;
  top: 45%;
}
i.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
@media (min-width: 800px) {
  #picture_viewer {
    
  }
}


div.pleft {
  clear: left;
  float: left;
  margin: 2px 2px 2px 0px;
  width: 100px;
}
div.pright { float: left; width: 220px; margin: 2px; }

#h3_about {
  font-size: 17px;
  font-family: tahoma, verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
}
.clear {
  clear: both;
}
#login_page #login_middle {
  border-left: 1px solid #CCC;
  display: inline-block;vertical-align: top;
  height: 300px;
  width: 1px;
  margin: 0px 30px;
}
#login_page .signup_header {
  font-size: 1.2em;
}
.conreg_signup {
  font-size: 1.2em;
  padding: 5px 0;
}
.conreg_logo {
  background: #FFF;
  border: 1px solid #DEDEDE;
  display: block;
  padding: 5px;
  margin: 5px auto;
  max-width: 100%;
}
#new_user {
  box-sizing: border-box;
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
.new_user_header {
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 0;
}
input[type=file] {
  padding: 10px 0px;
}
/* X */
.congoing_f input {
  min-width: 220px;
}
.congoing_f .citystzip input, .congoing_f input[type=checkbox] { min-width: 0; }
.congoing_f div.ccprice {
  padding: 10px 0;
}
.congoing_f div.pright {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 10px 0px;
  width: 300px;
}
.congoing_f div div:first-of-type {
  xwidth: 100px;
}
.congoing_f div div.field_with_errors input {
  outline: 4px solid #FF000066;
}
.congoing_f .citystzip span, .material .citystzip span, .material .multielement span {
  display: inline-block;
  position: relative;
}
@media (max-width: 500px) {
  .congoing_f input {
    width: 100%;
  }
  .congoing_f select[name="congoing[conprice_id]"] {
    width: 100%;
  }
}
/* PAGINATION ON TOPIC */
.thread .pagination, .thread .pagination span, .thread .pagination a {
  font-size: 8px;
  font-weight: normal !important;
  height: auto;
  padding: 3px 2px;
}
.thread .pagination {
  padding: 4px 0px;
}
.thread .pagination .disabled, .thread .pagination em, .thread .pagination .next_page {
  display: none;
}
.pagination .previous_page.disabled {
  display: none;
}
.pagination a, .pagination span, .pagination em {
  background: #CCC;
  display: inline-block;
  line-height: 120%;
  margin: 3px 0;
  padding: 5px 9px;
}
.pagination a {
  background: #BCBCC1;
  color: #FFF;
}
.pagination a:hover {
  background: #EEE;
}
.pagination {
  padding: 10px 0px;
}
.new_topic input, .new_topic select {
  padding: 5px;
  margin: 5px 0;
}
.new_topic {
  background: #545454;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 20px;
}
.new_topic textarea {
  background: #646464 !important;
}
.new_topic .user_img_area {
  float: left;
  padding-right: 10px;
}
.new_topic .comment_body {
  margin-left: 110px;
}
a.new_mytopic {
  margin: 0 10px 0 0;
}
.mytopic h1 {
  display: inline-block;
  margin: 0;
  padding: 0 5px 5px 0;
}
.mytopic_options {
  float: right;
  padding: 10px 5px 0 0;
}
.mytopic_options, .group_options {
  display: inline-block;
}
.mytopic_options div, .group_options div {
  display: inline-block;
}
.mytopic_options a {
  display: inline-block; padding: 0px 10px;
}
.mytopics_links {
  float: right;
  padding: 20px 10px 0;
}
/* MESSAGE STYLING */
#messagebox .message:hover {
  cursor: pointer;
  background: #909090;
}
@media (max-width: 800px) {
  #profile #middle { display: none; }
  .forum .topic .fstats { display: none; }
  .forum .topic { width: 100%; margin: 0;}
  .forum .topic { margin-top: 20px; }
  .forum .frecent { padding: 0; float: none; margin: -20px 0 0 10px; }
}
.abox.message_unread {
  background: #F9F9F9;
}
.dark .abox.message_unread {
  background: #595959;
}
.message .message_title a {
  font-weight: normal;
  font-size: 16px;
}
.message .message_unread a {
  color: #33F;
  font-weight: bold;
}
.message .message_detail {
  color: #BBB;
  overflow: hidden;
  padding: 5px 0px;
}
.message .message_detail a {
  color: #BBF;
  font-weight: normal;
}
.message_recipient {
  color: #CCC;
  font-size: 0.8em;
}
.message_recipient a {
  color: #AAF;
  font-size: 1em;
}
.message_sender_pic {
  float: left;
  padding: 0px 10px 0px 0px;
  text-align: center;
  width: 100px;
}
.message_sender_pic img {
  height: 80px;
  width: 80px;
}
#messagebox .message_sender_pic img {
  height: 70px;
  width: 70px;
}
#messagebox .message {
  padding: 5px;
}
#messagearea {
  position: relative;
}
#messagearea .delete_button {
  margin: 0px 10px 0px -20px;
  position: absolute;
  right: 0px;
  float: none;
}

#main_content .conattendance, #main_content .con_searched .con {
  background: #5A5A5A;
  border: 1px solid #CCC;
  line-height: 150%;
  margin: 0 0 5px 0;
  padding: 20px;
}
.conattendance_title {
  font-weight: bold;
  font-size: 1.2em;
}
.conattendance_info a {
  color: #AAA;
}
.past_con {
  color: #AAA;
}
h2.gallery_title {
  font-size: 1.5em;
}
h1.picture_title {
  font-size: 3em;
}
.user_options {
  font-size: 1.2em;
  line-height: 200%;
}
.optionresult {
  animation: flashblue 1s forwards;
}
/* **************** */
/* NSUBS and NOTIFS */
.nsub_title {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
.nsub_info {
  display: inline-block;
}
.nsub {
  padding: 10px 0px;
}
.nsub_noemail, .nsub_email {
  background-image: url('http://s3.amazonaws.com/chronopics/0020/5871/sprints2.png');
  background-position: 0px -239px;
  display: block;
  float: left;
  height: 20px;
  width: 25px;
}
.nsub_noemail {
  background-position: 0px -259px;
}
.nsub_delete {
  display: block;
  float: left;
  padding: 3px 0px;
  text-align: center;
  width: 25px;
}
.nsub_create_button svg {
  fill: #999;
}
.nsub_delete_button::before {
  background-position: 0px -297px;
}
.notice_attention {
  background: #FFFF00;
  border: 2px solid #000;
  font-size: 1.2em;
  font-weight: bold;
  margin: 15px 0;
  padding: 10px;
}
.notice {
color: green; padding: 0px; margin: 0px;
}
/* NEW USER PROFILES */
#profileH_container {
  background-size: 100% 100%;
  height: 250px;
  margin: 0 0 10px 0;
  position: relative;
  max-width: 760px;
  width: 100%;
}
#profileH {
  padding: 10px 0;
  position: relative;
  top: 190px;
}
#profileH_picture {
  background: #FFF;
  border: 1px solid #CCC;
  line-height: 0px;
  padding: 2px;
  position: absolute;
  top: -175px;
}
.profileH_avatar_button a {
  background: #DDD;
  color: #000;
  display: block;
  margin-top: -40px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  transition: 0.5s opacity;
  text-align: center;
  width: 200px;
}
.prof_picture:hover .profileH_avatar_button a {
  opacity: 0.8;
}
#profileH_links {
  background:#999;
  display: inline-block;
  display: flex;
  margin: 0;
  padding: 0 0 0 210px;
}
#profileH_links>div {
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
#profileH_links>div>a, #profileH_links>div .chooser {
  border-radius: 20px;
  border: 0;
  color: #FFF;
  display: block;
  font-size: 1.3em;
  line-height: 1.8em;
  margin: 0 10px;
  padding: 5px 10px;
  text-align: center;
  text-shadow: 1px 1px 1px #000, 1px 1px 1px #000;
}
@media (max-width: 400px) {
#profileH_links>div>a, #profileH_links>div .chooser { margin: 0 2px; padding: 5px; }
}
#profileH_links .material_choice .choices {
  position: absolute;
}
#xprofileH_links .material_choice .choices a {
  font-size: 1em;
  width: 100%;
}
#profileH_links>div a:hover {
  color: #C22;
}
#profileH_links>div.active a {
  color: #F00;
}
#profileH_name {
  left: 220px;
  margin: 0;
  padding: 0 0 5px 0;
  position: absolute;
  text-shadow: 0 0 3px #FFF;
  top: -180px;
}
.about_me img {
  max-width: 100%;
}
#profileH_info {
  left: 220px;
  position: absolute;
  text-shadow: 0 0 3px #FFF;
  top: -88px;
}
#profileH_friend {
  left: 220px;
  overflow:hidden;
  position: absolute;
  top: -135px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  #profileH_links li a { padding: 2px 7px; }
  #profileH_links { border-radius: 0px; border-left:0;border-right:0;margin-top:-5px;padding:0;width:100%; }
  #profileH_picture img { width: 150px; height: 150px; }
  .profileH_avatar_button a { width: 150px; }
  #profileH_name { left: 170px; white-space: nowrap; }
  #profileH_friend { left: 170px; min-width: 190px; overflow: hidden;}
  #profileH_info { left: 170px; }
  .profile .profile_anime_pic { width: 25%; }
  .profile_anime .fav:nth-of-type(10) { display: none; }
  .anime_shared .share:nth-of-type(9) { display: none; }
  .phead .status { display: inline-block; }
  .phead .likes { display: inline-block; padding: 0 20px; }
}
.add_friend a {
  background: #E74C3C;
  border: 1px solid #E74C3C;
  color: #FFF;
  display: inline-block;
  padding: 10px 15px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.add_friend a:hover {
  background: #EF5949;
}
.add_friend a.request, .add_friend a:nth-of-type(2) {
  background: #FFF;
  border-color: #FFF;
  color: #777;
  #font-size: 0.8em;
}
.friendships {
  font-size:0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.friendships>* {
  font-size: 14px;
}
.friendships>div {
  background: #4A4A4A;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  margin: 10px 10px 0 0;
  padding: 5px;
  width: 100%;
  max-width: calc(50% - 10px);
  overflow: hidden;
  vertical-align: top;
}
#friendrequests>div {
  max-width: 400px;
}
.friendships .user_info {
  display: inline-block;
  padding: 0px 0px 0px 5px;
}
.friendships .dis_name, .friendships .en_name { max-width: 100px; display: inline-block; white-space: nowrap; padding: 10px 0 20px 0; }
.friendships>div a:nth-of-type(2) {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
}
.anime_details {
  font-size: 120%;
}
.animanga_s {
  background: #FFF;
  border: 1px solid #CCC;
  display: table;
  margin: 10px 0px;
  padding: 20px;
  width: 100%;
}
.animanga_s.listed {
  background: #cfdeff;
}
.animanga_s img {
  border: 1px solid #CCC;
}
.animanga_s div a.title {
  display: block;
  font-size: 20px;
  padding: 0 0 5px;
}
.animanga_s .plot {
  padding: 5px 0px 2px 0px;
}
.animanga_s .animangahit_pic, .animanga_s .animangahit_title_name {
  display: none;
}
.animanga_s .link a {
  background: #9CF;
  color: #FFF;
  display: inline-block;
  padding: 3px 6px;
}
.animanga_s .users_number {
  color: #AAA;
  padding: 2px 0px;
}

/* NEW PROFILE EDIT */
.profile_edit>div {
  padding: 10px 0;
}
@media (max-width: 620px) {
  .profile_edit>div.profile_item { padding: 30px 0; }
}
.profile_edit input, .profile_edit select {
  min-width: 300px;
}
.profile_edit .no-min-width select {
  min-width: unset;
}
.profile_item.head div {
  display: inline-block;
  padding: 0 0 20px 0;
  width: 50px;
}
.profile_item div.first {
  display: inline-block;
  width: 310px;
}
.edit_profile_about textarea {
  max-width: 100%;
}
.edit_profile h2, .edit_profile_about label {
  background: #DDD;
  color: #000 !important;
  display: block;
  font-size: 20px;
  margin: 10px 0 20px 0;
  padding: 10px 20px;
}

#con_blog {
  font-size: 12px;
  max-height: 200px;
  overflow: hidden;
  max-width: 460px;
  width: 100%;
}
#con_blog ul, #con_blog li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#con_blog ul li {
  padding: 5px 0px 0px 2px;
}
#con_blog .con_blog_date {
  color: #AAA;
  font-size: 0.9em;
}
#con_blog .con_blog_about, #con_blog .con_blog_about a {
  color: #AAA;
  font-size: 10px;
}
.messages_more a:hover {
  background: #F9F9F9;
}
.messages_more a, .messages_more .end {
  border: 1px solid #EFEFEF;
  color: #999;
  display: block;
  padding: 5px 10px;
  text-align: center;
}

.edit_pagelayout textarea {
  width: 100%;
}
.piceditform {
  display: none;
}
.imgupload {
  padding: 5px;
  margin-bottom: 15px;
}
.imgupload img {
  display: inline-block;
  padding: 10px;
  width: 200px;
}
.imgupload .imginfo {
  display: inline-block;
  padding: 20px 0px;
  vertical-align: top;
  max-width: 600px;
  width: 100%;
}
.imgupload .imginfo input[type=text], .imgupload .imgdesc input[type=text] {
  width: 260px;
}
.imgupload .imgdesc {
  padding: 10px 0px;
}
.progressContainer {
  background: #CCEEFF;
  border: 1px solid #EEE;
  margin: 4px 0px;
  padding: 5px;
}
.pic_uploader {
  padding: 8px 0px 0px 0px;
  height: 30px;
}
.pic_uploader #btnCancel1 {
  margin-left: 2px; height: 22px; font-size: 8pt; vertical-align: top;
}
.pic_uploader .pic_button {
  display: inline-block;
  width: 70px;
}
.wpform textarea {
  border: none !important;
  padding: 20px !important;
  font-size: 1rem;
  width: 100%;
}
.wpform {
  text-align: left;
}
.wpform checkbox {
  height:1.2em;
  width: 1.2em;
}
.regbig {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 20px 0 5px 0;
}
.regbig2 {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.new_topic .user_img {
  border: 1px solid #EEE;
  height: 100px;
  padding: 6px;
  width: 100px;
}
.gallery_link {
  display: inline-block;
  text-align: center;
  width: 210px;
}
.reg_expired {
  color: #CCC;
  text-decoration: line-through;
}
.conreglink a {
  font-size: 120%;
  margin: 0 0 10px 0;
}
#conreg_prices div a, #conreg_prices div div {
  background: #F9F9F9;
  border: 1px solid #DDD;
  border-radius: 5px;
  display: block;
  font-size: 20px;
  margin: 10px 0px;
  padding: 10px;
  text-decoration: none;
}
#conreg_prices div:hover a, #conreg_prices div:hover div {
  background: #FCFCFC;
}
#conreg_prices input {
  padding: 4px;
}
#picture_form1 #files, #form1 #files {
  padding: 20px 0px;
}
@media screen and (max-width: 950px) {
  #login_page #login_middle { display: none; }
}
.basic input, .basic select, .basic textarea {
  border-radius: 5px;
  border: 1px solid #CCC;
  margin: 5px 0px;
  padding: 10px 10px;
}
.basic input:focus, .basic select:focus, .basic textarea:focus {
  box-shadow: 0 0 1px 1px #00c0ff;
  outline: none;
}
.basic input[type="checkbox"] {
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.material>div {
  padding: 5px 0 0;
}
.material input[type=submit], .btn, .material_button, .congroup button, #add_congoer_link a {
  background: #3573e8;
  border: 0px;
  border-radius: 0px;
  color: #FFF;
  display: inline-block;
  font: normal 14px/18px 'Open Sans',arial,sans-serif;
  padding: 15px 25px;
  margin: 10px 0px 0px;
  transition: 0.2s background;
}
.material .hint {
  display:block;
  padding:10px 0 14px 0;
}
.material.oneline input[type=submit], .material.oneline .btn {
  padding: 9px;
}
@media (max-width: 500px) {
  .btn-md-fullwidth { width:100%; }
}
.material input[type=submit]:focus, .material_button:focus, .congroup button:focus, .material input[type=submit]:hover, .material_button:hover, .congroup button:hover, #add_congoer_link a:hover, #add_congoer_link a:focus {
  border-bottom: 4px solid #009;
  padding-bottom: 11px;
}
.btn:hover {
  background: #508dff;
  text-decoration: none;
}
.material input[type=submit]:disabled {
  background: #6688CC;
}
.material_button.less, .btn-muted, .btn-nobg {
  background: none;
  color: #3573e8;
}
.btn-muted {
  background: rgba(0,0,0,0.05);
}
.btn-sml {
  padding: 5px 15px;
}
.btn-white {
  color: #FFF;
}
.btn-second {
  margin-left: 1em;
}
.btn-rnd {
  border-radius: 1em;
}
.btn-rndish {
  border-radius: 0.25em;
}
.material_button.less:hover {
  background: #EEE;
}
.btn-muted:hover, .btn-nobg:hover {
  background: rgba(0,0,0,0.15);
}
.material_button.weak {
  background: #EEE;
  color: #666;
  font: normal 13px/18px 'Open Sans',arial,sans-serif;
  vertical-align: top;
}
.material_option {
  display: inline-block;
  font: normal 14px 'Open Sans',arial,sans-serif;
  padding: 10px 20px;
}
.material_option:hover {
  background: #3573e833;
}
.material_option:focus {
  background: #3573e855;
}
.material_link {
  color: #000;
  font-weight: bold;
  float: right;
  margin-top: 10px;
  padding: 15px;
}
.material .anotheritem {
  padding: 10px 0 20px 0;
}
.material_choice svg {
  vertical-align: middle;
}
.material_choice {
  display: inline-block;
  margin: 0 2px;
}
.material_choice .chooser {
  background: #FFF;
  border: 1px solid #CCC;
  cursor: pointer;
  padding: 10px;
}
.material_choice .chooser.off {
  background: #eaeaea;
  color: #444;
}
.material_choice .chooser.dots {
  border: 0;
  margin: 6px 0;
}
.material_choice div.chooser.dots:after {
  border-top: 4px dotted #85bed4;
  display: block;
  content: '';
  padding: 0 10px;
}
.material_choice .choices {
  background: #FFF;
  border: 1px solid #CCC;
  display: none;
  margin: 0;
  position: absolute;
}
.material_choice .choices a {
  display: block;
  padding: 10px;
}
.material_choice .choices a:hover {
  background: #F8F8F8;
}
.material_choice.h .choices a:hover {
  background: #EEE;
}
.material_choice.clicked .choices {
  display: block;
  z-index: 9;
}
.thread .material_choice, .atopic .material_choice {
  margin: 16px 6px;
  position: absolute;
  right: 0;
}
.chooser.arrow { padding-right:30px;position: relative; }
.chooser.arrow:after{
    content: '';
    position: absolute;
    left: 85%;
    top: 40%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c3c3c3;
    clear: both;
}
.material .optionalvalues input[type=checkbox] {
  vertical-align: middle;
}
.material .optionalvalues {
  margin: 10px 0;
  padding: 5px 0;
}
.material .optionalvalues>div:nth-of-type(2) {
  background: #CCC;
  border: 1px solid #CCC;
  padding: 20px 20px 10px;
}
.formfull input[type=text], .formfull textarea, .formfull select {
  border-radius: 5px;
  border: 1px solid #CCC;
  margin-top: 3px;
  padding: 10px;
  width: 100%;
}
.formfull input[type=text]:focus, .material.formfull input[type=text]:focus {
  padding: 10px 10px 9px;
}
.formfull .date select { width: unset; }
.div-md {
  max-width: 600px;
}
.formfull.md input[type=text] {
  max-width: 600px;
}
.material input[type=checkbox] {
  height: 22px;
  width: 22px;
}

.congroup input[type=submit]:disabled {
  background: #8897b3;
}
.whydwolla {
  color: green;
}

a.dialog_box_close {
  background: #FFF;
  border: 1px solid #EEE;
  border-radius: 50px;
  color: #999 !important;
  float: right;
  font-size: 40px;
  line-height: 46px;
  margin: 30px;
  padding: 0 0 0 2px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 50px;
  height: 50px;
}
a.dialog_box_close:hover {
  color: #BBB !important;
}

.dialog>div a.close {
  color: #000;
  display: block;
  font-size: 40px;
  margin: -15px -10px;
  text-align: right;
}
.dialog {
  background: rgba(0,0,0,0.2);
  left: 0px;
  top: 0px;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.dialog>div {
  overflow-x: hidden;
  text-align: left;
}
.dialog>div {
  background: #FFF;
  border: 2px solid #AAA;
  box-sizing: border-box;
  color: #000;
  max-width: 520px;
  padding: 20px;
  pointer-events: auto;
  position: fixed;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  overflow-y: auto;
}
.dialog.big>div {
  font-size:2rem;
  line-height:200%;
}
.dialog.big>div input {
  font-size:2rem;
}
.dialog.full>div {
  max-width:unset;
}
.dialog.full img {
  max-width:100%;
}
.material input, .material select, .material textarea {
  border: 0;
  border: 1px solid #EEE;
  border-bottom: 1px solid #999;
  font: normal 14px/18px 'Open Sans',arial,sans-serif;
  line-height: 130%;
  margin: 5px 0 15px 0;
  outline: none;
  padding: 9px;
}
.dark .material input[type=text], .dark .material select, .dark .material textarea {
  background: #646464;
  border: 1px solid #202020;
  color: #FFF;
}
.dark .new_topic #topic_id:invalid {
  color: #BBB;
}
.material input[type=file] {
  border: 0;
  font-size: 1.2em;
}
.material input[type=text]:focus, .material select:focus {
  border-bottom: 2px solid #3573e8;
  padding: 9px 9px 8px;
}
.material .bigger {
  padding: 15px 25px;
}
.material input.bigger[type=text]:focus, .material select.bigger:focus {
  padding: 15px 25px 13px;
}
.material label {
  display: block;
  opacity: 0.6;
  padding: 10px 0 0 10px;
  position: absolute;
  pointer-events: none;
  transition: 0.3s all;
}
.material .notempty>label, .material .field_with_errors>label {
  color: #3573e8;
  font-size: 80%;
  font-weight: bold;
  margin-top: -30px;
  opacity: 1;
}
.material button {
  margin: 20px 0px;
  padding: 10px 20px;
  width: 100%;
}
.material .header {
  background: #F5F5F5;
  padding: 20px 30px;
  margin: -20px -20px 0px;
}
.material .stripe_header {
  font-size: 20px;
  padding: 10px 0px;
}
.material input[type=checkbox] {
  margin: 10px 10px 5px;
}
.material input[type=checkbox]:checked:after {
  background: #00c2ff;
  border-radius: 2em;
  content: '';
  display: block;
  height: 3em;
  margin: -0.8em;
  opacity: 0.9;
  width: 3em;
  animation: flashblue 1s forwards;
}
@keyframes flashblue {
  0% { background: #00c2ff; }
  100% { background: none; }
}
.dialog .footer {
  background: #DDD;
  padding: 20px;
  margin: 0px -20px -20px;
}
.dialog.topic>div {
  max-width: 700px;
}

#payment-form .payment-errors {
  background: #FF9955;
  padding: 10px;
}
#payment-form .payment-errors:empty {
  padding: 0px;
}
.stripe_form .payment_errors, #payform .payment_errors {
  color: #F00;
  padding: 10px 0px 30px;
}
.stripe_form .payment_errors:empty, #payform .payment_errors:empty {
  padding: 0px;
}
.payform {
  display: none;
}
.paymentmethodform.nocards input[type=text], .paymentmethodform.nocards input[type=submit], .paymentmethodform.nocards select, .paymentmethodform.nocards a {
  display: none;
}
.stripe_form span {
  display: inline-block;
  width: 100px;
}
.ccard_footer div {
  padding: 0px;
}
.ccard_footer {
  background: #EEE;
  margin: 30px -20px 10px;
  padding: 10px;
}
.card_form .number input, .card_form .name input {
  min-width: 200px;
}
.form_submitting {
  display: inline-block;
  padding: 0px 5px;
}
.dialog .secure_icon, .ccard_footer .secure_icon {
  background: url('https://i.ani.me/0051/7503/secured-icons.png') center bottom;
  display: inline-block;
  height: 58px;
  width: 27px;
}
.dialog .secure_info, .ccard_footer .secure_info {
  color: #000;
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  vertical-align: top;
}
#sharethis {
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 0px 5px 0px;
  width: 100%;
  min-height: 50px;
  height: 0 !important;min-height:unset;padding:0;overflow:hidden;
}
#sharethis .fb-like {
  display: inline-block;
  vertical-align: top !important;
}
#sharethis>div {
  padding: 5px 0px !important;
}
.sshare {
  display: inline-block;
  min-width: 150px;
}
.permissions {
  display: none;
}
.permissions.shown {
  display: block;
}
.revertadmin { display: none; }
.revisions .revision {
  padding: 0px 0px 10px 0px;
}
.revision.viewing {
  font-weight: bold;
}
.revision.old a {
  color: #999;
}
.ucx_mass {
  padding: 20px 0px;
}
.ucx_name {
  font-size: 20px;
}
.ucx_name span {
  font-size: 12px;
}
.ucx_mass {
  line-height: 160%;
}
.top_u_button {
  border: 1px solid #FFF;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0,0.3);
  margin: 20px 10px;
  padding: 5px;
  position: absolute;
  top:0;
  z-index:100;
}
.top_u_button a {
  border-top: 0.375em double #FFF;
  border-bottom: 0.125em solid #FFF;
  display: block;
  color: #FFF;
  font-size: 25px;
  height: 0.5em;
  padding: .05em 0.35em;
  position: relative;
  transition: 0.5s border;
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
  width: 0.8em;
}
.top_u_button a:before, .top_u_button a:after {
  content:'';
  border-top:0px solid #FFF;
  display: block;
  padding: .05em 0.35em;
  position: absolute;
  transform: rotate(45deg) translate(.12em,.15em);
  transition: 0.3s border;
  transition-timing-function: cubic-bezier(0.71,-0.01, 1, 1);
  top:-0.350em;
  left:1px;
}
.top_u_button a:after {
  transform: rotate(-45deg) translate(-.12em,.17em);
}
.moved .top_u_button a:before, .moved .top_u_button a:after {
  border-top:2px solid #FFF;
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
}
.moved .top_u_button a {
  border-top: 0.375em double rgba(255,255,255,0);
  border-bottom: 0.125em solid rgba(255,255,255,0);
}
.top_u {
  background: #000;
  bottom:0;
  left: -200px;
  overflow-y: auto;
  position: fixed;
  padding: 0px;
  text-align: left;
  top: 0;
  transition: all 0.5s;
  max-width:200px;
  width: 100%;
  z-index:99999;
}
body.moved .top_u {
  left: 0px;
}
.top_u .userpic img {
  border-radius: 50px;
  display: block;
  height: 100px;
  margin: 10px auto;
  padding: 10px;
  width: 100px;
}
.top_u>a, .top_u>.en_name>a {
  border: 0;
  color: #FFF;
  display: block;
  padding: 20px;
}
.top_u>.en_name>a {
  text-align: center;
  padding: 0 20px;
  margin: -15px 0 10px;
}
.top_u a:hover {
  background: #333;
}
.toasts {
  bottom: 10px;
  color: #000;
  left: 0;
  pointer-events: none;
  position: fixed;
  padding: 10px;
  z-index: 9;
}
.toasts>div {
  animation: fadeOut 6s linear forwards;
  background: #FFF;
  border-radius: 10px;
  box-shadow:1px 1px 3px #ccc;
  max-width: 300px;
  margin-bottom: 5px;
  padding: 10px;
}
.compare.percent.bad {
  color:red;
}
.compare.percent.bad .arrow {
  border-color: red;
}
.compare.percent.good {
  color:green;
}
.compare.percent.good .arrow {
  border-color: green;
}


@media (min-width: 1200px) {
  .toasts { bottom: 100px; }
}
.autocompleter_parent {
  position: relative;
}
.autocompleter {
border: 1px solid #CCC;z-index:9;border-radius: 5px;background:#FFF;position:absolute;cursor:pointer;
}
.autocompleter>div {
  padding: 6px 10px;
}
.autocompleter>div:hover {
  background: #EEE;
}
@keyframes fadeOut {
  0% { opacity: 0; }
  5% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; }
}

@media (max-width: 1100px) {
  .friendships .add_friend a { display: block; }
  .pic_outer { width: 32%; }
  .pic_outer .pth_o { margin-left: 10px; }
  .pic_outer img { height: unset; }
}
@media (max-width: 1070px) {
  body.off { overflow: hidden; }
}
body.off_all { overflow: hidden; }
@media (max-width: 750px) {
 .underneath { visibility:hidden;position:fixed; }
 .forum .replies { display: none !important; }
}
@media (max-width: 650px) {
 .friendships>div { max-width: none; padding: 10px 20px; }
  .mytopics_links { padding: 10px 0 5px; }
}
@media (max-width: 500px) {
 .feed_miximg { margin: 15px 0; padding: 0; text-align: center; width: 32%; }
  .forum .comment_context { font-size:16px;padding:5px 0;min-height:60px; }
  #main .fstats { display: none; }
  .animanga_s img { width: 100px;height:100px; }
  .new_topic .user_img { height: 80px; width: 80px; }
  .new_topic .comment_body { margin-left: 90px; }
}
@media screen and (min-width: 1000px) {
  #edit_div { padding: 0 250px 0 100px;text-align:left; }
}/* COMMENT TEXT */
.edit_comment textarea {
  width: 100%;
}
.comment8 {
  background: #FFF;
  margin: 15px 0;
  min-height: 110px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.topic_starter>.comment8 {
  position: unset;
}
.comment8.replyable {
  padding-bottom: 0;
}
.comment8reply {
  background: #FAFAFA;
  margin: 0 -10px;
  padding: 5px 0;
}
.comment8replypic {
  display: inline-block;
  max-width: 50px;
  padding: 10px 5px 0px 10px;
  vertical-align: top;
  width: 100%;
}
.comment8replypic img { height: 50px; width: 50px; }
.comment8replybody {
  display: inline-block;
  font-size: 0.9em;
  max-width: 400px;
  padding: 10px 5px 10px 0px;
  vertical-align: top;
  width: 100%;
}
.comment8replybody p {
  margin: 0px;
  padding: 1px 0px;
}
.comment8replybox {
  background: #FAFAFA;
  font-size: 12px;
  margin: 0px -10px;
  padding: 4px 0px 5px 70px;
}
.comment8 iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.comment_menu .act {
  background: #DDD;
  border-radius: 0 0 5px 5px;
  color: #666;
  display: inline-block;
  padding: 4px 7px;
}
.comment_menu .act:hover {
  color: #FFF;
}
.comment_menu {
  cursor: pointer;
  float: right;
  margin-top: -15px;
  padding: 5px 0 0 0;
  right: 0px;
}
.cm_options { display: none; }
.cm_options {
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 5px;
  margin-right: 6px;
  margin-top: -1px;
  max-height: 140px;
  overflow-y: auto;
  position: absolute;
  right: 5px;
  width: 225px;
  z-index: 90;
}
.cm_options a, .dark .cm_options a, .dark .flatest .cm_options a {
  color: #000;
  display: block;
  padding: 10px;
}
.cm_options a:hover {
  background: #EEE;
}
.comment_body small {
  color: #777;
  display: block;
  margin-top: 2px;
}
.feed .comment_context .full_context {
  display: block;
}
.feed .comment_context .no_context {
  display: none;
}
.comment_context i { color: #AAA; font-size: 70%; }
.comment_context .full_context {
  display: none;
}
.comment_body {
  line-height: 1.38;
  margin: 0 0 0 110px;
}
.comment_body img, .comment_contents img, .comment_body video, .comment_contents video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.comment_body p, .comment_contents p {
  margin: 10px 0;
}
.comment_padded {
  margin-left: 110px;
}
.feed .comment_padded {
  margin-left: 0;
}
.comment_context {
  padding: 5px 0;
  font-size: 16px;
  min-height: 60px;
}
.forum .comment_context {
  font-size: 14px;
  padding: 0;
  min-height: unset;
}

.comment_short .comment_body p, .comment_short .comment_contents p {
  font-size: 160%;
  line-height: 1.5em;
}
.comment_contents .shared_comment {
  padding: 0;
}
.dark .shared_comment {
  border: 1px solid #666;
}
.round .shared_comment {
  border-radius: 5px;
}
.shared_comment .activity_comment {
  margin-top:0;
}
.comment_specials div {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin: 5px;
  padding: 2px 0px;
  text-align: center;
  font-size: 70%;
}
.comment_premium {
  background: #FDD;
  color: #E99;
}
.comment_heart {
  background: #EEF;
  color: #99E;
}
.comment_pic {
  float: left;
  border: 0px solid;
  padding: 2px 10px 2px 0;
  margin: 0;
}
.comment_pic img {
  border-radius: 50px;
  height: 100px;
  width: 100px;
}
.comment_suspended {
  color: #CCC;
}
.comment_deleted a {
  color: #CCC;
  display: block;
  font-size: 80%;
  padding: 12px 0px;
}
.comment_share {
  border: 1px solid #FFF;
  margin: 5px;
}
.comment_hearts .minus {
  color: #414141 !important;
  display: inline-block;
  font: normal 14px/31px arial, sans-serif;
  vertical-align: middle;
}
.comment_hearts .minus a {
  background: url('https://i.ani.me/0287/8333/h.png') 0px -100px;
  display: inline-block;
}
.comment_hearts .minus.yes a, .comment_hearts .heart.yes a {
  font-weight: bold;
}
.comment_hearts .sharebtn {
  color: #CCC;
  font: normal 14px/31px arial, sans-serif;
}
.hearts_on {
  border-top: 1px solid #666;
  display: block;
  margin: 0 -10px;
  padding: 0 20px;
  white-space: normal;
}
.hearts_on:empty {
  border: 0;
  padding: 0;
}
.comment8 .hearts_on a {
  color: #AAA !important;
  display: inline-block;
  padding: 10px 10px 10px 0;
}
#comments .comment_hearts .aheart, #comments .comment_hearts .aminus, .feed .comment_hearts .aheart, .feed .comment_hearts .aminus  {
  color: #333 !important;
}
.comment_area {
  display: inline-block;
  width: 100%;
}

/* ************ */
/* MAKE COMMENT */
.make_comment .comment_pic img {
  height: 50px;
  width: 50px;
}
.make_comment .comment_body.active textarea {
  min-height: 80px;
}
.forum .make_comment .comment_body textarea {
  min-height: 100px;
}
#make_comment .comment_body {
  margin: 0 0 0 60px;
}
#make_comment .comment_pic {
  padding: 0px;
}
#make_comment .captcha img {
  border-radius: 4px;
}
#make_comment #captcha_img {
  height: 40px;
  width: 140px;
}
#make_comment .commenting .captcha img, #make_comment .commenting .captcha a {
  display: inline-block;
  padding: 0;
}
.comment_body .captcha {
  margin: 10px 0 0 10px;
}
.make_comment .comment_body textarea {
  background: inherit;
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  color: inherit;
  display: block;
  font: normal 120%/130% 'Open Sans',arial,sans-serif;
  min-height: 15px;
  margin: 0px;
  outline: none;
  overflow: hidden;
  padding: 15px 5px 15px 11px;
  resize: none;
  width: 100%;
}
.make_comment {
  background: #FFF;
  border-radius: 10px;
  padding: 10px;
}
.dark #make_comment {
  background: #4A4A4A;
}
.comment_create {
  background: #FFF;
  padding: 10px;
  width: 100%;
}
.comment_create a {
  background: #EEE;
  display: block;
  padding: 10px;
  margin: 5px 0;
  width: 100%;
}
/* Replies */
.comment_options {
  color: #BBB;
  padding: 0;
  margin: 0 -10px 0 -10px;
  white-space: nowrap;
}
.comment_body .comment_options a {
  color: #BBB;
}
.replyarea {
  background: #F0F0F0;
  box-sizing: border-box;
  clear: left;
  margin: 0 -10px;
  padding: 11px 10px 3px 10px;
}
.reply_pic {
  display: inline-block;vertical-align: top;
  padding: 5px;
  position: absolute;
}
.reply_pic img {
  border-radius: 20px;
}
.reply_body {
  background: #FFF;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 10px 10px 35px;
  min-height: 30px;
  vertical-align: top;
  width:100%;
}
.reply_body textarea::placeholder {
  color: #CCC;
}
.reply_body a {
  font-weight: bold;
}
.reply_delete {
  float: right;
}
.reply_delete a {
  color: #999;
}
.reply_make textarea {
  border: 0;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  height: 25px;
  margin: -6px 0;
  min-height: 25px;
  overflow: hidden;
  padding: 5px 10px;
  transition: all 0.5s;
  width: 100%;
}
.reply_make textarea:focus {
  min-height: 100px;
  padding: 10px;
}
.reply_make .reply_submit { display: none; margin: 10px 0; }
.reply {
  padding: 8px 0px;
}
.comment_hearts {
  background: #FFF;
  display: flex;
  font-size: 0;
  text-align: center;
  padding: 0;
}
.comment_hearts a {
  height:25px;
  margin: 5px 10px;
  width:25px;
}
.comment_hearts .heart {
  display: inline-block;
}
.comment_hearts>span {
  vertical-align: top;
}
.comment_hearts .heart a {
  color: #414141 !important;
  display: inline-block;
  font-size: 1rem;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}
/* ATTACHMENTS */
.comments_attacher {
  display: none;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 10;
}
.commenting {
  display: none;
}
.active .commenting {
  display: block;
}
.comments_attacher a, .comments_attached_more a {
  display: inline-block;
  margin: 10px;
}
.comments_attacher a.btn-red, .comments_attached_more a.btn-red {
  color: #FFF;
}
.comments_attacher a:hover, .comments_attached_more a:hover {
  box-shadow: 1px 1px 3px #00000099;
}
.comments_attacher a:focus, .comments_attached_more a:focus {
  background: #F44;
  box-shadow: 1px 1px 3px #00000099;
}
/* PROFILES */
@media (max-width: 800px) {
  .profile .comment_area { max-width: none; }
}
@media (max-width: 500px) {
  #main .comment_body { margin-left: 60px; }
  #main .comment_pic img { height: 50px; width: 50px; }
  .comment_padded { margin-left: 0; }
}
/* ********** */
/* FEED STYLE */
#feed_div #feed_comment .comment_pic img {
  height: 50px;
  width: 50px;
}
.feed {
  position: relative;
}
.feed_delete {
  position: absolute;
  right: 0px;
}
.feed>a>img { max-width: 100%; }

.feed .comment_context .full_context {
  display: block;
}
.feed .comment_context .no_context {
  display: none;
}
.feed .comment_pic img {
  width: 50px;height:50px;
}
.feed .comment_body {
  margin: 0 0 0 60px;
}
.feed .commented_on_picture {
  background: #FFF;
  margin: 10px 0px;
  min-height: 110px;
  overflow: hidden;
  padding: 10px;
  max-width: 100%;
}
.feed .commented_on_picture .feedpicx {
  display: block;
  max-height: 300px;
  overflow: hidden;
}
.feed .commented_on_picture img {
  Xwidth: 100%;
  border: 1px solid #CCC;
  display: block;
  max-height: 300px;
  padding: 5px;
  max-width: 300px;
  margin: 0 auto;
}
.feed .commented_on_picture .feedpictext {
  color: #999;
  padding: 0 0 10px;
}
.feed .commentpicfeed .comment_context .full_context {
  display: none;
}
.feed .commentpicfeed .comment_context .no_context {
  display: block;
}
.feed .topic_starter .comment_options {
  display: none;
}
.feed .topic_starter .comment8 {
  min-height: inherit;
  padding: 10px 10px;
}
.feed .topic_starter .comment_context {
  font-size: 1.0em;
}
.feed .topic_starter .comment_body {
  max-height: 80px;
}
.feed .topic_starter:hover .comment_body {
  max-height: none;
}
.feed .topic_starter_title a {
  font-size:20px;
}
.feed .topic_starter_user a {
  color: #888;
}

.center_panel .feedtopicreply .more {
  background: unset !important;
  color: #888;
  margin: 0 0 -10px 0;
  padding: 10px;
  width: 100%;
}
.center_panel .feedtopicreply .more:hover {
  background: rgba(255,255,255,0.1);
}
.feed .feedtopicreply .comment_context .no_context {
  display: block;
}
.feed .feedtopicreply .comment_context .full_context {
  display: none;
}
.feedmixin h3 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.feedmixin {
  background: #FFF;
  border-radius: 10px;
  display: none;
  padding: 20px;
  margin: 10px 0 20px 0;
  width: 100%;
}
.feed_mixfriends {
  max-height: 190px;
  overflow: hidden;
}
.feed_mixfriends .uname .at { display: block; }
.feed_miximg {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px 10px 0px;
  text-align: center;
  width: 120px;
}
.feed_miximg:first-of-type {
  margin-left: 0;
  padding-left: 0;
}
.feed_miximg img {
  border-radius: 50px;
  display: block;
  margin: 0 auto;
}
#feed_div .feed_descriptor {
  color: #999;
}
.feed_body img {
  max-width: 100%;
}
.feed_body_con {
  font-size: 120%;
  padding: 4px 0px;
}
.menu.primary {
  
}
.menu .mobile {
  display: none;
}
@media (max-width: 800px) {
  .menu .mobile { display: block; }
  .menu.primary a { display: none !important; }
  .menu .mobile a { display: block !important; }
  .menu.primary.active a, .menu.primary.active li a { display: block !important; }
}
/* Cards */
.card {
  background: #d7ffff;
  display: inline-block;
  font-size: 18px;
  margin: 5px;
  max-width: 300px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 680px) { .card { max-width:unset; } }
.card-img-title {
  background-color: #000;
  background-size: cover;
  width: 100%;
}
.card-img-title h4 {
  color: #FFF;
  font-size: 40px;
  margin: 0;
  padding: 50px 0;
  text-shadow: 0 0 4px #FFF;
}
.card-content {
  padding: 20px;
}
.card-dialog:not(.dialog) {
  display: none;
}
/* Social Icons */
.sik>a {
  background: url('https://i.ani.me/0086/3591/icons.png');
  background: url('https://i.ani.me/0333/4050/icons-sm.png');
  background-size: 333px 46px;
}
.sik a {
  display: inline-block;
  color: #888;
  padding: 5px 10px;
  height: 48px;
  width: 55px;
}
.sik .tw {
  background-position: -62px 0px;
}
.sik .insta {
  background-position: -150px 0px;
}
.sik .wix {
  background-position: -170px 0px;
}
.sik .in {
  background-position: -225px 0px;
}
.sik .wp {
  background-position: -278px 0px;
}

/* Dark Mode */
.dark .comment8, .dark .comment_hearts, .dark .commented_on_picture, .dark .morelink, .dark .more_button, .dark .forum .topic, .dark .forum .thread, .dark .feed .commented_on_picture, .dark .comment_link, .dark .feedmixin, .dark .comment_create, .dark .material_button {
  background: #4A4A4A !important;
  color: #FFF;
}
.dark .abox {
  border: 0;
}
.dark .abox .boxtitle {
  background: #333;
  border-radius: 5px 5px 0 0;
  margin: -20px -20px -15px;
  padding: 20px;
}
.dark .replyarea {
  background: #5A5A5A;
}
/* Dark Mode W Border */
.dark .material_choice .choices {
  background: #4A4A4A !important;
  border: 1px solid #5A5A5A !important;
  color: #FFF;
}
.dark .hov:hover { background: #4A4A4A; }
/* Slight contrast elements. */
.dark .comment_link, .dark .comment_create a {
  background: #555 !important;
}
.dark .comment_link .url {
  color: #CCC;
}
/* Just text color */
.dark .comment_options .comment_hearts .heart a {
  color: #FFF !important;
}
.dark .material_choice .choices a {
  color: #FFF;
}
.dark .chatlist a {
  border-right: 15px solid #4A4A4A;
}
.dark .chatlist .friends {
  border-left: 0;
}
.round .comment8 {
  border-radius: 20px;
}
.round .anime_list, .round .about_me, .round .abox, .round .forum .thread, .round .morelink, .round .more_button, .round .feed .commented_on_picture, .round .comment_create, .round .comment_create a, .round .material_button {
  border-radius: 10px;
}
body .bg-important {
  background: #efff00;
}
body.dark .bg-important {
  background: #ce5d0c;
}
@media (max-width: 1000px) {
  /* Not round on mobile. */
  .round .feed>div>.comment8, .round .feed .topic_starter .comment8, .round .comment8 { border-radius: unset; }
}
.pointer {
  cursor: pointer;
}
/* Inspiration */
.xrow, .xrow-always {
  padding: 1em;
  display: flex;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding: 1em;
}
.col-1,.xrow-sm .col-1 {width: 8%;}
.col-2,.xrow-sm .col-2 {width: 16%;}
.col-3,.xrow-sm .col-3 {width: 25%;}
.col-4,.xrow-sm .col-4 {width: 33%;}
.col-6,.xrow-sm .col-6 {width: 50%;}
.col-8,.xrow-sm .col-8 {width: 77%;}
.col-9,.xrow-sm .col-9 {width: 75%;}
.col-10,.xrow-sm .col-10 {width: 84%;}
.col-11,.xrow-sm .col-11 {width: 90%;}
.col-12,.xrow-sm .col-12 {width:100%;}
.xrow-always .col-half{width:50%;}
.xrow img {
  max-width: 100%;
}
@media (max-width: 1200px) {
.xrow-lg .col-1,.xrow-lg .col-2,.xrow-lg .col-3,.xrow-lg .col-4,.xrow-lg .col-5,.xrow-lg .col-6,.xrow-lg .col-7,.xrow-lg .col-8,.xrow-lg .col-9,.xrow-lg .col-10{width:100%;}
}
@media (max-width: 800px) {
  .xrow { display: block; }
  .col-3, .col-9, [class*="col-"] { width: 100%; }
  [class*="col-"], .xrow {
    padding: 0.5em;
  }
  .nomobile { display: none; }
}
@media (min-width: 500px) {
 .xrow-sm { display: flex; }
}
@media (max-width: 500px) {
.xrow-sm .col-1,.xrow-sm .col-2,.xrow-sm .col-3,.xrow-sm .col-4,.xrow-sm .col-5,.xrow-sm .col-6,.xrow-sm .col-7,.xrow-sm .col-8,.xrow-sm .col-9,.xrow-sm .col-10{width:100%;}
}
.p-0{padding:0;}
.p-1{padding:0.5em;}
.p-2{padding: 1em;}
.pt-0{padding-top: 0;}
.pb-0{padding-bottom: 0;}
.ptb-0{padding-top:0;padding-bottom:0;}
.pt-1,.p-1{padding-top:0.5em;}
.pt-2,.p-2,.ptb-2{padding-top: 1em;}
.pt-4,.p-4,.ptb-4{padding-top: 2em;}
.pb-2,.p-2,.ptb-2{padding-bottom: 1em;}
.pb-4,.p-4,.ptb-4{padding-bottom: 4em;}
.pl-2,.plr-2{padding-left:1em;}
.pl-4,.plr-4{padding-left:2em;}
.pr-2,.plr-2{padding-right:1em;}
.pr-4,.plr-4{padding-right:2em;}
.m-2{margin: 1em;}
.ml-2,.mlr-2{margin-left:1em;}
.mr-2,.mlr-2{margin-right:1em;}
.ml-2{margin-left: 1em;}
.mt-2{margin-top:1em;}
.mt-0,.mtb-0{margin-top:0;}
.mb-0,.mtb-0{margin-bottom:0;}

.stripes .xrow:nth-child(odd){background:#EEE;}
.anocolor a{color:unset;}
.txt-10{font-size:10px;}
.txt-20{font-size:20px;}
.txt-40{font-size:40px;}
.txt-drk{color: #444; }
.txt-muted{color: #AAA;}
.txt-center{text-align: center;}
.txt-left{text-align:left;}
.txt-right{text-align:right;}
.txt-lrg{font-size: 2rem;}
.txt-lh{line-height: 150%;}
.txt-white{color: white;}
body .bg-white{background-color:#FFF;}
body .bg-light{background-color:#DDD;}
body .bg-2 {background-color:#3ce4dd;}
body .bg-dark{background-color:#333;}
body .bd-black{border:1px solid #000;}
body .bd-round{border-radius:5px;}
.bx-shadow{box-shadow:5px 5px 12px #999;}
.hov-bg-light:hover{background-color:#E1E1E1;}
.hov-bg-white:hover{background-color:#FFF;}
.black{color:black;}
.f-right {float: right;}
.in-b {display:inline-block;}
.flex {display:flex;}
.block {display:block;}

.btn-pretty{background:#b201fd;border-radius:10px;font-size:1.5em;padding:30px 50px;}
.btn-selected{outline: 1px solid #CCC;}

.txt-nice{font-size:17px;line-height:200%;font-weight:400;}
.small{ max-width: 500px; }
.medium{ max-width: 800px; }
.sm-center{display:block;margin:0 auto;max-width:500px;}
.md-center{display:block;margin:0 auto;max-width:800px;}
.lg-center{display:block;margin:0 auto;max-width:1000px;}
.xl-center{display:block;margin:0 auto;max-width:1400px;}
.spacer{padding:20px;}
.uline{text-decoration:underline;}
.privacynotice{font:normal 10px/18px 'Open Sans',arial;}
.privacynotice a { display: inline-block !important;}
.white-box{border: 1px solid #CCC;background:#FFF;border-radius:10px;color:#000;}
.white-box h1,.white-box h2{color:#000 !important;}
img.img{max-width:100%;}
.d-none{display:none;}
.d-none.block{display:block;}
.d-block{display:block;}
.errored {background:#ff0000;margin-top:10px;padding:10px;}
.shadowbox{box-shadow:2px 2px 4px #CCC;border:1px solid #CCC;}
/* Layout 48 */

/* Layout 62 */
html { height: 100%;}

* { margin: 0;
  padding: 0;}

body {
  background-color: #333;
  min-height: 400px;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
table {
  border: none;
}
td {
  vertical-align: top;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	line-height: 100px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #f26822;
	margin-bottom: 10px;
	margin-top: 10px;
}
h3 { 
	margin-bottom: 5px;
	margin-top: 15px;
}
.vendors li span {
  color: #CCC;
}
.body-container ul li {
  margin-left: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333333;
	margin-bottom: 15px;
}

.pre-header-container {
	width:auto;
	min-width:850px;
	background-color: #333;
	padding: 0 20px;
}

.pre-header {
	margin:auto;
	max-width:1200px;
	height:40px;
	text-align:right;
}


.header-container {
	width: auto;
	min-width:850px;
	background-color: #f26822;
	border-bottom: solid 1px #c8571e;
	padding: 0 20px;
	z-index: 10;
	position: relative;
}

.header {
	margin: auto;
	max-width:1200px;
	height: 94px;
}
.header img {
  border: 0px;
}

.body-container {
	width: auto;
	min-width:850px;
	background-color: #f2f2f2;
	padding: 0 20px 60px 20px;
}

.container {
	margin: auto;
	max-width:1200px;
}

.content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	border: solid 1px #ccc;
}

.content-wrap {
	width:100%;
	border-spacing: 0;
}

.content-body{
	min-height:400px;
	padding: 40px 70px 40px 60px;
}

.content-sidebar{
	border-left: solid 1px #ccc;
	min-height:400px;
    width: 230px;
	padding: 30px 25px 40px 30px;
}

.content-sidebar h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 35px;
}

.content-sidebar .tweet {
	background-position: 0px 0px;
	background-image: url('https://i.ani.me/0035/5139/tweet.png');
	font-family: 'Oswald' , sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	line-height: 19px;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-bottom: 30px;
}

.content-sidebar .tweet .highlight {
	color: #f26822;
}

.content-sidebar .tweet .time {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}





.footer-container {
	width:auto;
	min-width:850px;
	background-color: #666;
	padding: 0 20px;
}

.footer {
	margin: auto;
	max-width:1200px;
}

.footer-wrap {
	width:100%;
	border-spacing: 0;
}

.footer-wrap td {
	vertical-align: top;
	padding-top: 55px;
	width: 25%;
}

.footer-logo {
	margin-left: 40px;
	margin-right: 15px;
}

.footer h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	margin-top: -3px;
	margin-bottom: 25px;
}
.footer #sponsors img {
	display: inline-block;
	padding: 5px;
	max-width: 100px;
}

.footer .links a {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #999;
	line-height: 30px;
}

.footer td.stay-updated-cell {
	padding-right: 30px;
}

.footer p {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #fff;
	margin-bottom: 25px;
}

.footer input[type='text']
{
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #4d4d4d;

	width: 240px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}

.footer input[type='submit']
{
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;

	width: 117px;
	height: 41px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f26822;
	border: none;
}
#footer_account {
  padding: 30px 50px;
}



.copyright-container {
	width: auto;
	min-width:850px;
	background-color: #333;
	padding: 0 20px;
}

.copyright {
	margin: auto;
	max-width:1200px;
	height: 64px;
	line-height: 64px;

	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
	text-align:right;
}
.copyright_c {
  font-size: 12px;
  line-height: 10px;
  padding: 0px 0px 50px 0px;
}


#menu ul, ul#menu{
	list-style:none;
}

#menu{ 
	position:relative; /* (!) */
	z-index:3;
	-width:300px;
	margin: 22px 0 0 0;


	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5b400;
        background-color: #F5F5F5;
	-webkit-box-shadow: 0 0 5px rgba(215,82,14,.75), inset 1px 2px #fff;
	-moz-box-shadow: 0 0 5px rgba(215,82,14,.75), inset 1px 2px #fff;
	box-shadow: 0 0 5px rgba(215,82,14,.75), inset 1px 2px #fff;
	border: solid 1px #bc501a;
	background-image: -webkit-linear-gradient(bottom, #e6e6e6, #f2f2f2);
	background-image: -moz-linear-gradient(bottom, #e6e6e6, #f2f2f2);
	background-image: -o-linear-gradient(bottom, #e6e6e6, #f2f2f2);
	background-image: linear-gradient(to top, #e6e6e6, #f2f2f2);
}

#menu li.list{
	float:left; /* (!) */
	display:block; /* (!) */

	border-right: solid 1px #fff;
	border-left: solid 1px #ccc;
}

#menu li.list:first-child{
	border-left: none;
}

#menu li.list:last-child{
	border-right: none;
}


#menu a{
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #333;
	text-shadow: 0 1px #fff;
	text-transform: uppercase;
	line-height: 40px;
}

#menu ul.child{ 
	padding:8px 20px 10px 20px;
	position:absolute; /* (!) */
	top:50px; /* (!) */
	left:-9999px; /* (!) */
	z-index:3;

	min-width: 150px;

	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background-color: #e6e6e6;
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,.1);
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
	border: solid 1px #ccc;
}

#menu ul.child li a {
	line-height: 35px;
}

#menu ul.child li.divider {
	border-bottom: solid 1px #fff;
	border-top: solid 1px #ccc;
	padding: 0;
	margin: 0;
}

#menu li:hover ul.child{
	left:auto; /* (!) */
}

#menu li a.link{
	display:block;
	padding: 5px 19px;
}

#menu li:hover a.link{
	background-color: #ccc;
	background-image: -webkit-linear-gradient(top, #e6e6e6, #f2f2f2);
	background-image: -moz-linear-gradient(top, #e6e6e6, #f2f2f2);
	background-image: -o-linear-gradient(top, #e6e6e6, #f2f2f2);
	background-image: linear-gradient(to bottom, #e6e6e6, #f2f2f2);
}

#menu li:last-child a.link{
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

#menu li:first-child a.link{
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}



.whatis-container {
	width:auto;
	min-width:850px;
	background-color: #fff;
	padding: 60px 20px;
}

.whatis {
	margin: auto auto;
	max-width:1200px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f2f2f2;
	border: solid 1px #ccc;
}

.whatis h1 {
	font-size: 38px;
	color: #333;
	line-height: 38px;
	margin-bottom: 30px;
}

.whatis p {
	font-family: 'Alial', sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 25px;
}

.whatis-wrap {
	width:100%;
	border-spacing: 0;
}

td.whatis-image {
	text-align: right;
	padding: 35px 35px 20px 43px;
}

td.whatis-content {
	text-align: left;
	padding: 45px 70px 40px 0;
}



.whatis-container2 {
	width:auto;
	min-width:850px;
	background-color: #fff;
	padding: 30px 20px;
}

.whatis2 {
	margin: auto auto;
	max-width:1200px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f2f2f2;
	border: solid 1px #ccc;
}

.whatis2 h1 {
	font-size: 38px;
	color: #333;
	line-height: 38px;
	margin-bottom: 30px;
}

.whatis2 p {
	font-family: 'Alial', sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 25px;
}

.whatis-wrap2 {
	width:100%;
	border-spacing: 0;
}

td.whatis-image2 {
	text-align: right;
	padding: 55px 0px 0px 43px;
}

td.whatis-content2 {
	text-align: left;
	padding: 45px 0px 40px 70px;
}

.registernow-container {
	width: auto;
	min-width: 850px;
	background-color: #fff;
	padding: 0 20px;

	background: #f26822; /* Old browsers */
	background: -moz-linear-gradient(-55deg, #f26822 0%, #f26822 50%, #333333 50%, #333333 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(-55deg, #f26822 0%,#f26822 50%,#333333 50%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-55deg, #f26822 0%,#f26822 50%,#333333 50%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-55deg, #f26822 0%,#f26822 50%,#333333 50%,#333333 100%); /* IE10+ */
	background: linear-gradient(125deg, #f26822 0%,#f26822 50%,#333333 50%,#333333 100%);
}

.registernow-container-center {
	background-position: 50% 50%;
	background-image: url('https://i.ani.me/0035/5131/register-center.png');
	background-repeat: no-repeat;
}

.registernow {
	margin: auto auto;
	max-width:1200px;
	height: 330px;

	position: relative;
}

.registernow-text-wrap {
	width:100%;
	height: 330px;
	border-spacing: 0;
	position: absolute; top: 0px;
}

.registernow-left-text {
	text-align: left;
	vertical-align: middle;

	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #fff;
}

.registernow-right-text {
	text-align: right;
	vertical-align: middle;

	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	line-height: 53px;
}


.registernow-button-wrap {
	text-align: center;
	position: relative;
	z-index: 1000;
	top: 235px;
}

.registernow-button a {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	color: #f26822;

	padding: 10px 58px;
	text-decoration: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.registernow-button {
	display: inline-block;
	padding: 0 0 15px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ccc;
}



.top-mascot-container {
	width:auto;
	min-width:850px;
	background-color: #f2f2f2;
	padding: 0px 20px;
	border-bottom: solid 1px #ccc;
}

.top-mascot-bg {
	margin: auto auto;
	max-width: 1200px;
	height: 500px;

	background-position: 0px -10px;
	background-image: url('https://i.ani.me/0035/5135/top-mascot-bg.png');
	background-repeat: no-repeat;
	position: relative;
}

.top-mascot {
	width: 503px;
	height: 597px;
	display: inline-block;
	background-position: 0px 0px;
	background-image: url('https://i.ani.me/0035/5143/top-mascot.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	top: -52px;
}
.top-mascotX {
  background-image: url('https://i.ani.me/0041/0610/white.png');
  left: 82px;
  height: 650px;
  top: -29px;
  width: 550px;
}
.hotel_pix {
  display: inline-block;
}
.hotel_pix img {
  width: 350px;
}



.hotnews {
	display: block;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 60px;

	width: 570px;
	height: 580px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.44);
	-moz-box-shadow: 0 3px 9px rgba(0,0,0,.44);
	box-shadow: 0 3px 9px rgba(0,0,0,.44);
	border: solid 1px #d9d9d9;
}

.hotnews-header {
	background-color: #333;
	height: 80px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.hotnews-content {
	background-color: #fff;
	height:500px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	overflow:auto;
}

.hotnews-header h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	line-height: 80px;
	margin-left: 24px;
	color: #fff;
}

.hotnews-header a.seeall-link {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 80px;
	margin-right: 24px;
	text-transform:uppercase;
	text-decoration: none;
	color: #808080;
	float:right;
	clear:both;
}



.news-brief-wrap {
	margin: 0 28px 0 25px;
}

.news-brief-wrap td {
	border-bottom: solid 1px #f2f2f2;
}

.news-brief-image {
	padding: 25px 15px 20px 0px;
}

.news-brief-image img {
	width: 120px;
	height: 120px;
	background-color: #f2f2f2;
	border: solid 1px #ccc;
}

.news-brief-content {
	padding: 23px 0px 28px 0;
}
.news-brief-title, .news-brief-title a {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #f26822;
	text-decoration: none;
}
.news-brief-date {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}

.news-brief-text p {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #333;
}

a.news-brief-readmore-btn {
	display: inline-block;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;

	text-decoration: none;

	width: 100px;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #333;
	-webkit-box-shadow: inset 0 2px #f9b491;
	-moz-box-shadow: inset 0 2px #f9b491;
	box-shadow: inset 0 2px #f9b491;
	border: solid 1px #f26822;
	background-image: -webkit-linear-gradient(bottom, #f26822, #f37739);
	background-image: -moz-linear-gradient(bottom, #f26822, #f37739);
	background-image: -o-linear-gradient(bottom, #f26822, #f37739);
	background-image: linear-gradient(to top, #f26822, #f37739);
	text-align:center;

	color: #fff;
}


.main-tweet-container {
	width:auto;
	min-width:850px;
	background-color: #fff;
	padding: 60px 20px;
}

.main-tweet {
	margin: auto auto;
	max-width:1200px;
}


.main-tweet .tweet {
	background-position: 0px 0px;
	background-image: url('https://i.ani.me/0035/5127/big-tweet.png');
	font-family: 'Oswald' , sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	line-height: 19px;
	background-repeat: no-repeat;
	padding-left: 69px;
	margin-left:20px;
	width: 480px;
}

.main-tweet .tweet .highlight {
	color: #f26822;
}

.main-tweet .tweet .time {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}


.guest, .event {
  clear: left;
  padding: 10px 0px 0px 0px;
}
.guest img, .event img {
  float: left;
  padding: 0px 10px 0px 0px;
  border: 1px solid #E1E1E1;
  padding: 5px;
  margin: 5px 10px 5px 5px;
}
.guest h3, .event h3 {
  font-weight: normal;
  font-size: 20px;
  margin: 0px;
  padding: 5px 0px 0px 0px;
}
.event p {
  margin-left: 255px;
}
.guest p {
  margin-left: 225px;
}
.form_row {
  padding: 10px 0px;
}
.form_row label {
  display: inline-block;
  width: 120px;
}
