/* 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); }
}
/* 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);
}
.search_result a {
  color: #000;
}
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:20px 0px;
}
#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: 100px;height: 100px;
  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: 6px solid #F3F3F3;
  border-top: 6px solid #337ace;
  display: block;
  height: 25px;
  margin: 35px 0 -40px 35px;
  padding: 0;
  position: absolute;
  vertical-align: middle;
  width: 25px;
}
#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: -100px 0px 0 78px;
  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_modp {
  padding: 5px 0px;
}
.profile_mod input, .profile_mod select {
  margin: 10px 0px;
  padding: 5px 10px;
}
.profile_mod a {
  color: #AAA;
  display: block;
  padding: 10px 0px;
}
.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 {
  color: #BCF;
  float: left;
}
.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;
}
.anime_list, .conventions_list {
  clear: both;
  background: #FFF;
  box-sizing: border-box;
  margin: 5px 0px 20px 0px;
  overflow: hidden;
  padding: 10px;
}
.profile_con_name {
  float: left;
  width: 150px;
}
.profile_con_date {
  clear: both;
  color: #999;
  font-size: 9px;
  padding: 0px 0px 5px 0px;
}
/* ANIMANGA */
.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 #animanga-list { font-size: 0; }
.profile #animanga-list .heading { font-size: 14px; }
.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;
}
.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;
}




/* 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;
}
#profile #middle {
  box-sizing: border-box;
  display: inline-block;
  max-width: 245px;
  padding: 0 0 0 15px;
  vertical-align: top;
  width: 100%;
}

.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;
}

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: 200px;
}
.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 {
  width: 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 {
  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 {
  background: #00000066;
  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;
}
#profileH_links .material_choice .choices {
  position: relative;
}
#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 {
  background: #FFF;
  color: #000;
  line-height: 150%;
  padding: 20px;
  margin: 10px 0;
}
.about_me img {
  max-width: 100%;
}
#profileH_info {
  left: 220px;
  position: absolute;
  text-shadow: 0 0 3px #FFF;
  top: -88px;
}
#profileH_friend {
  left: 220px;
  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_item.head div {
  display: inline-block;
  padding: 0 0 20px 0;
  width: 50px;
}
.profile_item div.first {
  display: inline-block;
  width: 260px;
}
.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 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.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: 10px;
}
.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.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;
  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;
}
.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.5;
  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: -26px;
  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;
}
.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;
}
.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;
  max-width: 300px;
  margin-bottom: 5px;
  padding: 10px;
}



@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; }
}
@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; }
}
/* Dark Mode */
.dark .comment8, .dark .comment_hearts, .dark .commented_on_picture, .dark .con, .dark .morelink, .dark .more_button, .dark .forum .topic, .dark .forum .thread, .dark .about_me, .dark .feed .commented_on_picture, .dark .comment_link, .dark .conventions_list, .dark .feedmixin, .dark .comment_create, .dark .anime_list {
  background: #4A4A4A !important;
  color: #FFF;
}
.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 .conventions_list, .round .con, .round .forum .thread, .round .morelink, .round .more_button, .round .feed .commented_on_picture, .round .comment_create, .round .comment_create a {
  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 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;
  }
}
@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%;}
}
.f-right { float: right; }
.p-0 { padding: 0; }
.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;}
.pb-2,.p-2,.ptb-2 {padding-bottom: 1em;}
.m-2 {margin: 1em;}
.ml-2 {margin-left: 1em;}
.mt-2{margin-top:1em;}

.txt-drk { color: #444; }
.txt-muted {color: #AAA;}
.txt-center {text-align: center;}
.txt-lrg {font-size: 2rem;}
.txt-lh {line-height: 150%;}
.bg-2 {background-color: #3ce4dd;}
.f-right {float: right;}
.in-b {display: inline-block;}

.medium { max-width: 800px; }
.md-center {display:block;margin:0 auto;max-width:800px;}
.lg-center {display:block;margin:0 auto;max-width:1000px;}
.spacer{padding:20px;}/* 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;
}
.rnd .shared_comment {
  border-radius: 5px;
}
.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;
}
#comments, .comment_area {
  display: inline-block;
  width: 100%;
}
.profile .comment_area {
  max-width: calc(100% - 250px);
}

/* ************ */
/* 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; }
}
/* Layout 52 */
.home_wrap {
  background: #3e3e3e;
}
.home {
  background: url('https://i.ani.me/0100/4799/bg1.png');
  background: url('https://i.ani.me/0105/0294/bg1.png');
  height: 731px;
  margin: 0px auto;
  width: 1150px;
}
.homea {
  display: inline-block;vertical-align:top;
  font: bold 14px/25px Arvo,arial;
  padding: 20px 0 0 20px;
  max-width: 600px;
  width: 100%;
}
.homeq {
  background: url('https://i.ani.me/0100/5105/questionsicons.png') 0px 0px no-repeat;
  display: inline-block;vertical-align:top;
  height: 177px;
  width: 177px;
}
.homeq2 { background-position: 0 -177px; }
.homeq3 { background-position: 0 -352px; }
.homeq4 { background-position: 0 -529px; }
.homeline { border-bottom: 1px dashed #000; padding: 20px 0px; }
.homeqa {
  color: #000;
  padding: 20px;
  margin: 0px auto;
  max-width: 900px;
  text-align: left;
  width: 100%;
}
.bubbles {
  margin-top: -600px;
  margin-bottom: 500px;
}
.bubbles a {
  background: #ffee5e;
  border-radius: 80px;
  box-shadow: -5px 5px 0 #000;
  color: #ed353d;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  padding: 40px;
}
.bubbles a.b1 {
  margin: 0 250px 0 0;
}
.bubbles a.b2 {
  margin: 0 0 0 250px;
}
.date {
  font-size: 24px;
  font-style: italic;
  margin-top: -190px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.minihome {
  font-size: 20px;
  display: none;
  padding: 20px 0;
}
.minihome a {
  color: #FCC;
  display: block;
  padding: 10px;
}
@media (max-width: 1070px) {
  .fullhome { display: none; }
  .minihome { display: block; }
}

.top a {
  color: #FFF;
}
.top_part {
  display: inline-block;vertical-align:top;width:100%;
}
.top_name1 {
  margin: 0px auto;
  max-width: 1000px;
  position: relative;
  width: 100%;
}
.top_name2 {
  background: #000;
  border-radius: 0 0 20px 20px;
  font-weight: bold;
  line-height: 60px;
  max-width:200px;
  padding: 10px 0px 20px;
  position: absolute;
  left: 0px;
}
.top_name2 .meta {
  color: #F00;
  font-size: 50px;
}
.top_name2 .conx {
  color: #FFF;
  font-size: 65px;
}
.top ul,.top ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.top>ul>li:first-of-type {
  margin-left: 200px;
}
.top li {
  display: inline-block;
}
.top_cons {
  background: #DDDDDD;
  text-transform: uppercase;
}
.top_cons a {
  color: #9c9b9b;
  display: inline-block;
  padding: 0px 10px;
  font-size: 11px;
  font-weight: bold;
}
.top_genres {
  background: #f75b70;
  border-bottom: 5px solid #ba2d33;
  font-size: 11px;
  text-transform: uppercase;
}
.top_genres a {
  display: inline-block;
  font-family: Tahoma,Verdana,arial;
  padding: 5px 8px;
}
.top_nav {
  background: #ed353d;
  font-size: 14px;
  text-transformx: lowercase;
}
.top_nav>li>a {
  display: inline-block;
  padding: 10px 0px 10px 30px;;
}
.top_nav>li ul {
  background: #f75b70;
  border-radius: 0px 0px 20px 20px;
  display: none;
  padding: 10px 20px;
  position: absolute;
}
.top_nav>li li {
  display: block;
}
.top_nav>li:hover ul {
  display: block;
}
.top_nav>li:first-of-type::after {
  display: none;
}
.top_nav>li::after {
  content: '';
  width: 5px;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; 
  border-top: 5px solid #FFF;
  display: inline-block;
  margin: 0px 5px;
  padding: 2px 0px 0px 0px;
}
.main_wrap {
  background: #EEEEDD;
}
.main_wrap.empty {
  display: none;
}
.main {
  background: #FFF;
  color: #000;
  padding: 20px;
  margin: 0px auto;
  max-width: 900px;
  text-align: left;
  width: 100%;
}
.mainyellow {
  color: #000;
  padding: 20px;
  margin: 0px auto;
  max-width: 900px;
  text-align: left;
  width: 100%;
}


.anime_footer_wrapper {
  border-top: 5px solid #CCC;
}
.dialog, .dialog a {
  color: #000;
}
#fbbox {
  height: 500px;
}
#flash {
  background: rgba(255,255,255,0.1);
  padding: 20px 0px;
  text-align: center;
}
.light_note {
  background: #FFA;
  border: 1px solid #AAA;
  margin: 5px 0px;
  padding: 3px 2px;
}
.light_note a {
  text-decoration: underline;
}
.importantnotes {
  margin-top: 0px;
  padding: 30px 0px;
}
.importantnote {
  background: #FFF;
  box-shadow: 2px 5px 0px #F00;
  border-radius: 30px;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 10px;
  margin: 5px;
  text-align: center;
}
.importantnote a {
  color: #F00 !important;
  font-weight: bold;
  text-transform: uppercase;
}
.importantnote:hover {
  
}
.eventinfo {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.metamail {
  background: url('https://i.ani.me/0100/5120/meta-mail.png') no-repeat;
  color: #FFF;
  font-size: 20px;
  padding: 100px 110px 0 320px;
  height: 360px;
  line-height: 25px;
  margin: 10px auto;
  max-width: 900px;
  text-align: left;
  width: 100%;
}
#mc_embed_signup {
  background: none !important;
}
.metamail input {
  border: 0;
  border-radius: 20px;
  display: block;
  margin: 10px 0px;
  padding: 5px 20px;
  width: 100%;
}
.metamail input[type=submit] {
  background: #ffee5e;
  box-shadow: -5px 5px 0px #000;
  color: #ef434b;
  text-transform: uppercase;
  right: 0px;
  width: 200px;
}


body {
  background: #23201F;
  color: #FFF;
  color: #E4E6E0;
  text-align: center;
  line-height: 180%;
  font-family: 'Open Sans', sans-serif;
  font-family: Verdana, Arial, sans-serif;
  font-weight: 300;
}
#body_wrap_NO {
background: url('http://s3.amazonaws.com/chronopics/0011/9278/biggerx.jpg') no-repeat center top;
}
strong {
  font-size: 1.3em;
}
#topper {
  background: #000;
  border-bottom: 1px solid #FFF;
}
a {
  text-decoration: none;
}
h1 {
  font: 42px 'Open Sans', sans-serif;
  margin: 0px 0px 10px 0px;
}
h2 {
  font: 30px 'Yanone Kaffeesatz', 'Open Sans', sans-serif;
  margin: 10px 0px 5px 0px;
}
#breadcrumbs {
  margin: 10px 0px 20px 0px;
}
#wrapper {
  margin: 0px auto;
  text-align: left;
  max-width: 1000px;
  width: 100%;
}
#top {
  float: right;
}
#top ul {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#top ul li {
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#top ul li a {
  padding: 8px 10px;
  border-left: 1px solid #EFEFEF;
}
#top ul li a.first {
  border-left: 0px;
}
#welcome {
  font-family: 'Arvo', serif;
  margin: 130px 0px 0px 350px;
  max-width: 520px;
  width: 100%;
}
#break {
  margin: 0px;
  padding: 0px;
  width: 1px;
  height: 1px;
}
.buttonXXXXX {
  float: left;
  margin: 0px 5px 0px 0px;
}
.buttonXXXXX a {
display: block;
width: 179px;
height: 51px;
font: 13px/51px ProximaNovaSemibold, Helvetica, Arial;
letter-spacing: 1px;
text-transform: uppercase;
text-align: center;
padding: 0 5px 0 47px;
text-shadow: -1px -1px 0 #1A1D25;
color: #E7E9E3;
}
#headarea {
  clear: left;
}
#headinside {
  margin: 0px auto;
  text-align: left;
  max-width: 1000px;
  width: 100%;
}
#headright {
  box-sizing: border-box;
  display: inline-block;
  max-width: 550px;
  padding: 10px;
  width: 100%;
}
#details {
  color: #FFF;
  font: 20px 'Yanone Kaffeesatz', sans-serif;
  margin: 20px 0px 0px 0px;
  text-transform: none;
}
#details .head { 
  display: block;
  padding: 10px 0px 0px;
}
#bend {
  border-bottom: 2px solid #EFEFEF;
  behavior:url(-ms-transform.htc);
  -moz-transform:rotate(-2deg);
  -webkit-transform:rotate(-2deg);
  -o-transform:rotate(-2deg);
  -ms-transform:rotate(-2deg);
}
#textarea {
  color: #FFF;
  color: #E4E6E0;
  font-size: 19px;
  line-height: 28px;
  margin: 40px 0px 0px 0px;
  text-shadow: black 2px 2px 2px;
}
#genres li a {
font: 16px 'Yanone Kaffeesatz';
font-weight: 200;
}
.infobox {
  float: left;
  width: 320px;
}
.right {
  margin: 0px 0px 0px 20px; 
}
.left {
  border-right: 1px solid #A1A1A1;
  padding: 0px 20px 0px 0px;
}

#content a {
  text-decoration: underline;
}
.footer_wrap {
  background: url('https://i.ani.me/0100/5114/meta-sq.png');
  clear: both;
  text-align: center;
  padding: 20px 0px;
}
.footer {
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  margin: 10px auto 10px auto;
  padding: 10px;
  max-width: 1000px;
  width: 100%;
}
.footer_content {
  font: bold 14px/25px Arvo,arial;
  margin: 0px auto;
  max-width: 700px;
  width: 100%;
}
.footer a {
  color: #FFF;
  text-decoration: underline;
}
.footer .meta {
  color: #F00;
  font-size: 24px;font-weight:bold;
  padding: 5px 0px;
}
.footer .conx {
  color: #FFF;
  font-size: 30px;font-weight:bold;
  padding: 0 0 20px 0;
}
.footer .fb a {
  background: #ed353d;
  border-radius: 20px;
  box-shadow: -5px 5px 0px #000;
  color: #ffee5e;
  display: block;
  margin: 20px auto;
  padding: 5px 0px;
  text-decoration: none;
  text-transform: uppercase;
  width: 250px;
}
.footer .footnav a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
}
.footer .copyright {
  border-top: 1px solid #FFF;
  padding: 40px 0px 30px 0px;
  margin: 30px 0px;
}
.guest {
  clear: left;
  padding: 15px 0px 0px 0px;
}
.guest h3 {
  margin: 0px;
  font-size: 2em;
  line-height: 150%;
  font-weight: normal;
}
.guest img {
  border: 1px solid #D1D1D1;
  float: left;
  margin: 4px 10px;
  padding: 5px;
}
.guest p {
  font-size: 14px;
  line-height: 20px;
  margin: 0px 0px 15px 232px;
  overflow:hidden;
}
#maininfo {
  color:#000;
  font-size: 14px;
  line-height: 160%;
  text-align: left;
}
#maininfo ul {
  margin: 0px;
}
#maininfo a {
  color: #B55;
}
#maininfo img {
  max-width: 100%;
}
#maininfo a:hover {
  text-decoration: underline;
}
#maininfo, #maininfo_f {
  background: #FFF;
  box-sizing: border-box;
  color: black;
  display: inline-block;
  padding: 5px 10px;
  margin: 20px 0px 0px 0px;
  max-width: 650px;
  width: 100%;
}
#maininfo.maininfo_f {
  max-width: 950px;
  width: 100%;
}

#metacon {
  display: inline-block;
  margin: 20px 0px 0px 0px;
  text-transform: uppercase;
  vertical-align: top;
  width: 400px;
}





.eventpichome img {
  max-width: 100%;
}

#login_user {
  padding: 40px 0px;
}
#login_page #login_middle {
  display: none;
}
#new_user {
}
#create_user {
  margin-top: 50px;
}
.guestlink {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2em;
  margin: 15px 55px;
  text-align: center;
  vertical-align: top;
  width: 200px;
}
#maininfo .guestlink a {
  color: #C00;
}
.guestlink img {
  border: 1px solid #CCC;
  display: block;
  padding: 5px;
}
.guestlink h3 {
  margin: 0px;
  padding: 3px 0px 5px 0px;
}
.guest_home img {
  border: 1px solid #C5C5C5;
  margin: 2px;
  padding: 2px;
  height: 80px;
  width: 80px;
}
@media (max-width: 800px) {
  .top_name2 { position: relative;max-width:none; }
  .top>ul>li:first-of-type { margin-left: 0; }
  .top_genres { display: none; }
  .metamail { background: none; color: #000; padding: 10px; }
}
/* Layout 166 */
/* CONGOINGS and MANAGEMENT */
/* ************** */
/* Con Management */
.edit_badgetype {
  background: #F9F9F9;
  border-top: 1px solid #EAEAEA;
  padding: 20px;
}
.sched_row {
  overflow: hidden;
}
.sched_highlighter.active {
  background: rgba(0,255,0,0.07);
  height: 30px;
  position: absolute;
  pointer-events: none;
  width: 100%;
}
.sched_highlighter.red {
  background: rgba(255,0,0,0.3);
}
.congoing_title .cancelled {
  text-decoration: line-through;
}
.congroup {
  background: #FFF;
  font-size: 16px;
  line-height: 180%;
  padding: 20px 0px;
}
.congroup_discounts {
  background: #99DDFF;
  padding: 10px;
}
#results .congroup {
  margin: 10px 0px;
  padding: 20px 10px;
}
.congroup h2 {
  color: #CCC;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
}
.congoings {
  margin-bottom: 10px;
}
.congoing .cgelem {
  display: inline-block;vertical-align:top;
  margin: 3px 0;
  min-height: 10px;
  max-width: 280px;
  width: 100%;
}
.congoing .congoing_opts {
  width: inherit;
}
.congoing .congoing_conprice {
  text-align: right;
}
.congoing .congoing_opt_button, .congoing2 .congoing_opt_button {
  border-top: 12px double #999;
  border-bottom: 4px solid #999;
  height: 20px;
  display: inline-block;
  width: 20px;
  margin: 5px 10px 10px;
}
.congoing .congoing_options, .congoing2 .congoing_options {
  background: #FFF;
  border: 1px solid #CCC;
  display: none;
  padding: 10px;
  position: absolute;
  z-index: 99;
}
.congoing .congoing_options a, .congoing2 .congoing_options a {
  display: block;
}
.contotals {
  color: #999;
  font-size: 0.8em;
}

.congroup a {
  text-decoration: none;
}
a.hidereg {
  color: #999;
}
#add_congoer_link {
  clear: both;
  float: right;
}
@media (max-width: 500px) {
#add_congoer_link { float: none;margin:20px 0; }
}
.subscribe_link {
  background: #5b8ce8 !important;
  color: #FFF;
  display: block;
  margin: 10px 0;
  padding: 10px 20px;
}
.subscribe_area {
  margin: 0 0 20px;
}
.subscribe_actions {
  display: none;
  margin-left: 10px;
}
.subscribe_steps {
  display: none;
}
.subscribe_steps>div>div {
  display: none;
}
.subscribe_small {
  font-size: 70%;
}
.subscribe_confirm {
  padding: 0 0 30px 0;
}
.claim_benefit.claimed {
  background: #999;
}
.claim_benefit.claimed::after {
  content: '';
  padding: 5px;
}

.congoing_info_notransfer {
  font: italic 12px/17px Arial,sans-serif;
  padding: 10px 0px 20px;
  max-width: 500px;
  width: 100%;
}
#con_complete {
  background: #FFF;
  border-radius: 20px;
  font-size: 1.3rem;
  line-height: 140%;
  padding: 30px;
}
#con_complete:empty {
  padding: 0px;
}
#conregsocial {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 5px 20px 20px 20px;
  margin: 5px 0px;
}
#conregsocial .text {
  font-size: 120%;
  padding: 10px 0px;
}
#conregsocial .button {
  display: inline-block;
  padding: 0px 15px 0px 0px;
  vertical-align: middle;
}
#conregsocial .facebook {
  background: #3b5998;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  padding: 5px 14px;
}
#extras_form a {
  text-decoration: none;
}
.conreg_sellout {
  border: 1px solid #CCC;
  height: 30px;
  width: 100%;
}
.conreg_sellout>div {
  background: #21F362;
  height: 30px;
}
.conreg_extra_add {
  padding: 20px 0;
}
.conreg_extra_add a {
  float: right;
  margin: 0;
}
.conreg_extra {
  display: none;
  width: 100%;
}
.conreg_extra .new_congoing>div {
  padding: 5px 0px;
}
.conreg_extra .new_congoing>div>div {
  display: inline-block;
  max-width: 350px;
  padding: 0 20px;
  vertical-align: top;
}
.conreg_dates {
  color: #999;
  font: 14px/14px arial, sans-serif;
}
.conreg_step {
background: #3573e8;color: #FFF;padding: 20px;font-weight:normal;
}
.conreg_pending_info {
  color: #999;
  font: 14px/20px arial, sans-serif;
}
#conreg_subscriber {
  background: url('https://i.ani.me/0081/9691/starx.png') no-repeat;
  border: 1px solid #EEE;
  padding: 20px 20px 20px 80px;
  margin: 10px 0px;
}
#conreg_description {
  line-height: 170%;
}
.conreg_contract {
  color: #999;
  font-size: 0.8em;
}
.conreg_contract a {
  font-weight: normal;
  color: #555;
}
.conregcancel {
  display: inline-block;
  margin: 0 10px;
}
.conreg_instruction {
  clear: both;
  color: #999;
  padding: 2px 0px;
  max-width: 650px;
  width: 100%;
}
.conreg_promonote {
  display: none;
}
.conreg_vendortax {
  display: none;
}
.congoing_f .conreg_vendortax_help {
  display: none;
  padding: 10px;
}
#conprice_promo {
  display: none;
}
#conregistrations::after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* End Con Reg */
/* *********** */

/* REG EXTRAS BLOCK */
.extras_area>div {
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
}
.extras_area.shown>a {
  display: none;
}
@keyframes blackshadow {
  0% { box-shadow: none; }
  50% { box-shadow: 0px 0px 30px #3573e8; }
  100% { box-shadow: none; }
}
.extras_area.shown>div {
  display: block;
  height: auto;
  max-height: 400px;
  padding: 20px;
  transition: 1s all;
  animation: blackshadow 5s linear;
}
.extras_area.shown.clicked>div {
  max-height: none;
}
.extras_area.initial>a {
  display: none;
}
.extras_area .header {
  background: #CCC;
  color: #FFF;
  margin: -20px -20px 0;
  padding: 20px;
}

/* SCHEDULER */
.seesched_area {
  font-size: 1.2em;
  padding: 10px 0;
}
.seesched_area a {
  background: #EEE;
  color: #000;
  display: inline-block;
  padding: 10px;
  margin: 0 20px 0 0;
}
.scheduler_morelinks {
  background: #FFF;
  border: 1px solid #a5b5b3;
  border-right: 0;
  border-bottom: 0;
  position: fixed;
  right: -205px;
  transition: 0.2s all;
  bottom: 0;
  width: 205px;
}
.scheduler_morelinks.shown {
  right: 0;
}
.scheduler_morelinks a {
  display: block;
  padding: 5px 20px;
}
.scheduler_morelinks a:hover {
  background: #EEE;
}
.scheduler_morelinks_button a {
  border-radius: 10px 0 0 10px;
  border: 1px solid #CCC;
  border-right: 0;
  bottom: 100px;
  right: 0;
  position: fixed;
  background: #EEE;
  padding: 10px;
  z-index: 999;
}

@media print {
  html,body { background: white; }
  .panelnav, .helpful_nav, #con_sc_activate, #conheadwrap, .con_nav, .con_nav_button, .top_u_button, 
  .footer_finale, .scheduler_morelinks_button a, .scheduler_morelinks { display: none !important; }
  .panelsort { display: none !important; }
  .pdesc { display: none !important; }
  #grayfoot, .footer_wrap { display: none; }
  #top_uu { display: none; }
  #highnav, .days_buttons { display: none !important; }
  #genericwhite { border: 0px !important; }
  #sidearea, #links, #footer_wrap { display: none; }
  .sched_row { font-size: 7px; line-height: 8px; }
  .sched_ptime { font-size: 6px; }
  .sched_hidden { visibility: hidden;font-size:1px; }
  .sched_hiddenx { color: #FFF;font-size:1px;background: #FFF !important;}
  #body_wrap #wrapper { background: #FFF; }
  h2 { background: #03cfff; color: #FFF; text-align: center; margin: 2px 0; padding: 5px; }
  .sched_day { padding: 0 0.4in; }
}
.notifyme {
  background: #FFF;
  border: 1px solid #000;
  display: none;
  margin: -81px 20px 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  left:0;right:0;
  width: 60%;
}
@media (max-width: 800px) {
 .notifyme {
  bottom: 0;
  margin: 0;
  position: fixed;
  width: 100%;
 }
}
.mbutton {
  background: #F00;
  border: 1px solid #CCC;
  color: #FFF;
  border-radius: 20px;
  display: block;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  width: 90%;
}
.hours1 { padding: 10px;display:inline-block;vertical-align:top;width:300px; }
.days_buttons {
  border: 1px solid #CCC;
  overflow: hidden;
  font-size:0;
  text-align: center;
  margin: 0 -30px;
}
.days_buttons a {
  background: #FFF;
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin: -1px 0;
  padding: 10px;
  width: 25%;
}
.days_buttons a:hover {
  background: #55EAFF;
}
.days_buttons a.selected {
  background: #00daff;
  color: #FFF;
}
.dialog .atime {
  display: none;
}
.panel_nav {
  background: #000;
  box-sizing: border-box;
  margin: 0px -30px;
  padding: 10px 20px;
}
.conpast {
  display: none;
}
.conpast .pdesc, .conpast.guestpanel .pdesc, .conpast .ptitle {
  color: #999;
}
.conpast .proom, .conpast .ptime {
  color: #9de5f8;
}
.panel {
  padding: 10px 0px;
}
.pfav {
  float: right;
}
#content .pfav a, .pfav a {
  color: #CCC;
  text-decoration: none;
  font-size: 200%;
}
#content .pfav .fav, .pfav .fav {
  color: #555;
}
.ptitle {
  font-size: 120%;
}
.ptitle a {
  color: #3e3e3e;
  font-weight: normal;
}
.ptitle a:hover {
  color: #222;
  text-decoration: underline;
}
.ptitle .recommended {
  background: #94aaff;
  border-radius: 5px;
  color: #FFF;
  font-size: 60%;
  padding: 3px;
}
.ptime {
  color: #52dcff;
  font-weight: bold;
}
.proom {
  color: #52dcff;
  font-weight: bold;
}
.pdesc {
  color: #666;
  max-height: 80px;
  overflow: hidden;
}
.guestpanel .ptime, .guestpanel .proom {
  color: #00CCFF;
}
.guestpanel .ptitle a {
  color: #000;
}
.guestpanel .pdesc {
  color: #000;
}
.pdesc:hover {
  max-height: none;
}
.panelnav {
  padding: 10px 0px;
  display: none;
}
.panel_nav a {
  border-radius: 2px;
  display: inline-block;
  font-size: 1.2em;
  font-weight: normal;
  margin: 5px 0px 0px 0px;
  padding: 5px 10px;
  transition: all 0.2s ease;
}
.panel_nav a:hover {
  background: #F8F8F8;
}
.panelsort {
  display: block;
}
.panelbasics h3 {
  color: #00CCFF;
  margin: 0px;
}
#content .pnday a {
 color: #00FF00;
}
#content .pnpanelist a {
  color: #963131;
}

.schedule_room {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  max-width: 150px;
  width: 100%;
}
.schedule_times {
  max-width: 50px;
}
.schedule_highlighted {
  background: #FF0;
}
.sched_row {
  display: flex;
}
.sched_slot, .sched_time {
  display: inline-block; vertical-align: top;
  line-height: 150%;
  max-width: 170px;
  min-height: 10px;
  margin: 0px 1px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.sched_slot {
  border: 1px solid #FFF;
}
.sched_green {
  background: #00FF00;
  border: 1px solid #00FF00;
}
.sched_red {
  background: #FF0000;
  border: 1px solid #FF0000;
}
.sched_row.sched_red, .sched_row.sched_green {
  border: 0px;
}
.sched_time {
  width: 50%;
}
.sched_emptytime {
  background: #DFD;
  border: 1px solid #CCC;
  cursor: pointer;
}

.sched_notpanel {
  background: #F9F9F9;
  border: 1px solid #F9F9F9;
  margin-right: -1px;
  max-width: 100px;
  font-size: 80%;
}
.sched_notpanel.sched_panel {
  background: #BDE;
  border-left: 1px solid #F9F9F9;
  border-right: 1px solid #F9F9F9;
}
.sched_panel {
  background: #CEF;
  border: 1px solid #9CD;
  border-bottom: 0px;
  margin-top: 2px;
}
.sched_enhanced {
  border:1px solid #000;
  border-radius:22px;
  bottom:0;
  color:#FFF;
  left:10px;
  font-size:15px;
  padding:10px;
  opacity:0.8;
  position:absolute;
  width:40px;
}
.sched_enhanced.smalldot {
  background: #000;
  bottom: 8px;
  font-size: 10px;
  height: 20px;
  left: unset;
  padding: 3px 0;
  right: 0;
  text-align: center;
  width: 20px;
}
.sched_hidden .sched_enhanced {
  display: none;
}
.sched_guest {
  background: #8EF;
}
.sched_official {
  background: #CFF;
}
.sched_yours, .sched_notpanel.sched_yours { background: #FFA; }
.sched_panel.sched_yours { border: 1px solid #EE9;border-bottom:0;font-weight:bold; }
.sched_ptime.sched_yours { border-bottom: 1px solid #EE9; border-top: 0; }
.sched_spacer.sched_yours { border-top:0; }
.sched_spacer {
  border-bottom: 0;
  border-top: 0;
  font-size: 80%;
  margin-top: 0px;
}
.sched_ptime {
  border-bottom: 1px solid #9CD;
  border-top: 0px;
  font-size: 80%;
  margin-top: 0px;
}
.sched_short {
  border-bottom: 1px solid #9CD;
}
.sched_hidden {
  background: #EEE;
  border: 1px solid #EEE;
  border-top: none;
  border-bottom: none;
  color: #EEE;
}
.editing .sched_hidden {
  border: 1px solid #a2a2a2;
  color: #888;
}
.editing .sched_hidden.sched_spacer {
  border-top: 0;
  border-bottom: 0;
}
.editing .sched_hidden.sched_panel {
  border-bottom: 0;
}
.editing .sched_hidden.sched_ptime {
  border-top: 0;
  border-bottom: 1px solid #a2a2a2;
}
.editing .sched_hidden.sched_short {
  border-bottom: 1px solid #a2a2a2;
}

.sched_edit, .sched_unsched {
  display: none;
  position: absolute;
}
.sched_edit a {
  background: #FFF;
  border: 1px solid #999;
  border-radius: 5px;
  color: #000;
  display: block;
  padding: 2px 20px;
}
.sched_unsched a {
  background: #000;
  border: 1px solid #999;
  border-radius: 20px;
  color: #FFF;
  display: block;
  padding: 0 6px;
  margin: -1em -1em;
}

.editing .sched_slot:hover .sched_edit, .editing .sched_slot:hover .sched_unsched {
  display: block;
}
.sched_orange {
  background: #f95c00 !important;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.enhancements {
  background: #FFF;
  border-radius: 0 10px 0 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  overflow: hidden;
  position: fixed;
  transition: all 0.5s;
  width: 100px;
  white-space: nowrap;
}
.enhancements:hover {
  width: 1000px;
}
.enhancements a {
  background: #0eff00;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  margin: 5px;
  padding: 5px;
}
.enhancements .enhance_2 {
  display: none;
}
.enhancements.e_loaded .enhance_2 {
  display: inline-block;
}
.enhancements.e_loaded .enhance_1, .enhancements.e_loading .enhance_1 {
  display: none;
}
.e_loading {
  border-left: 0;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  margin: 10px;
  width: 50px !important;
  height: 50px;
  animation: spin 2s linear infinite;
  transition: none;
}
.panel_hoverbox {
  background: #FFF;
  border: 1px solid #000;
  border-radius: 5px;
  line-height: 140%;
  margin-top: -164px;
  margin-left: 10px;
  padding: 5px;
  position: absolute;
  z-index: 9;
}
.panel_hoverbox h3 {
  margin: 0;
}

#con_scheduler {
  background: #FFF;
  border-top: 1px solid #000;
  bottom: 0px;
  box-sizing: border-box;
  font-size: 11px;
  padding: 10px 20px;
  position:fixed;
  overflow: scroll;
  max-height: 280px;
  left: 0px;
  width: 100%;
}
#con_schedule.editing {
  padding-right: 200px;
}
#con_scheduler {
  border: 0px;
  border-left: 1px solid #CCC;
  left: inherit;
  bottom: 0px;
  line-height: normal;
  padding: 70px 10px 50px 10px;
  top: 0px;
  right: 0px;
  max-height: none;
  overflow: auto;
  width: 200px;
}
#con_scheduler a {
  display: inline-block;
  padding: 0px 6px;
}
#con_scheduler a {
  border-bottom: 1px solid #CCC;
  display: block;
  padding: 5px 10px;
  position: relative;
}
#con_sc_activate a {
  background: #0093EF;
  border-radius: 5px;
  color: #FFF;
  display: none;
  margin: 10px 30px;
  padding: 10px;
  position: fixed;
  top: 0px;
  right: 0px;
}
#current_panel #current_panel_functions { display: inline-block; }
.current_panel_unschedule { border: none !important; float: left; padding: 0px !important; }
#con_scheduler #current_panel a { display: inline-block; border: 0px; padding: 0 5px 0 0;}
#current_panel_drag { position: absolute; max-width: 200px;background:#33BBFF;color:#FFF !important;border-radius:10px;color:#FFF;padding:5px 10px;margin:5px 0px 0px 5px;line-height:120%;pointer-events:none;font-size:80%;}
#current_panel_drag:empty { display: none; }
#current_panel_drag a { color: #FFF; }
.current_panel_wrapper {
  background: #FFF;
  border: 1px solid #000;
  border-radius: 10px;
  box-sizing: border-box;
  bottom: 0px;
  font-size: 120%;
  left: 0px;
  margin: 10px 20px 10px 10px;
  padding: 20px 10px;
  position: fixed;
  width: 100%;
  width: calc(100% - 65px);
  z-index: 5;
}
.current_panel_x {
  background: #000;
  border: 2px solid #000 !important;
  border-radius: 20px;
  color: #FFF;
  display: block;
  float: right;
  margin-top: -36px;
  margin-right: -26px;
  padding: 10px 12px !important;
}
#current_panel a {
  border-bottom: 0px;
  padding: 0px;
}
.panel_internal {
  color: #999;
  font-size: 90%;
  padding: 5px 0px 0px;
}
.panelslist a {
  background: #0093EF;
  border-radius: 5px;
  border: 0px;
  color: #FFF;
  margin: 10px 0px;
  padding: 7px 12px !important;
}
.panelslist a.Other {
  background: #74DFFF;
}
.panelslist a.Other.Attending {
  background: #14b9ff;
}
.panelslist a.cancelled {
  text-decoration: line-through;
}
.helpbubble {
  border: 1px solid #000;
  padding: 20px;
  margin: 10px 0px;
}
.helpful_nav {
  padding: 20px;
  text-align: center;
}
.helpful_nav a {
  display: inline-block;
  padding: 0px 20px;
}

@media (min-width: 1300px) {
  .sched_panel:not(.sched_hidden):hover {
    background: green;
  }
  .sched_panel:not(.sched_hidden):hover:before {
    content: attr(data-description);
    display: block;
    background: #FFF;
    border: 4px solid #000;
    position: absolute;
    padding: 15px;
    max-width: 300px;
    margin: 30px 0px 0px 0px;
  }
  .sched_panel:hover:before:empty {
    display: none;
  }
}
.conpanel_fields>div {
  padding: 15px 0px 5px 0px;
}
.conpanel_times {
  border: 1px solid #888;
  font-size: 12px;
  margin: 20px 0px;
  padding: 10px;
}
.conpanel_times span {
  display: inline-block;
  padding: 0px 25px 0px 0px;
}
.conpanel_times input[type='checkbox'] {
  margin: 0px 0px 15px 0px;
}
.add_panel span, .add_panel a {
  border: 1px solid #DDD;
  display: block;
  padding: 10px;
  margin: 10px 0px;
}
.add_panel_desc {
  border-left: 1px solid #DDD;
  display: none;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 10px;
}


/* GENERAL INFO PAGES */
.vendors span {
  color: #CCC;
  font-size: 80%;
}
/* GUESTS and EVENTS ALL CONS */
.guest, .event {
  clear: left;
  min-height: 215px;
  padding: 10px 0px 0px 0px;
}
.guest img, .event img {
  float: left;
  border: 1px solid #E1E1E1;
  padding: 5px;
  margin: 5px 10px 5px 5px;
}
.guest h3, .event h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  margin: 0px;
  padding: 5px 0px 0px 0px;
}
.guest p, .event p {
  line-height: 20px;
}
.guest p img {
  margin: -10px 0px 0px 0px;
  border: 0px solid #E1E1E1;
  padding: 0px;
}
.guest a, .event a {
  font-weight: normal;
  text-decoration: none;
}
.guestcats a {
  background: #0093ff;
  color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0;
}
.guest .eventslink {
  display: none;
}
@media (min-width: 800px) { .guestshrink { display: none; } }
.guestshrink { text-align: right; }
.guest.grid img {
  float: left;
  margin-right: 10px;
  height: 90px;
  width: 90px;
}
.guest.grid p {
  display: none;
}
.guest.grid {
  min-height: unset;
}
/* COMMON FOOTER */
.anime_footer a {
  color: #DDD;
}
.anime_footer .navf a {
  display: inline-block;
  padding: 20px 30px;
}
.anime_footer_wrapper {
  background: #222229;
  text-align: left;
}
.anime_photo img {
  border: 2px solid #FFF;
  display: block;
  margin: 0 auto;
  max-width: 150px;
  padding: 5px;
}
.anime_finale_wrapper {
  background: #000;
  padding: 30px 20px;
}
.anime_finale {
  color: #777;
  text-align: left;
  font-weight: bold;
  margin: 0px auto;
  max-width: 1000px;
  width: 100%;
}
.anime_finale a {
  color: #090;
}
.anime_footer {
  color: #FFF;
  padding: 20px 0px;
  margin: 0px auto;
  max-width: 1000px;
  width: 100%;
}
.anime_disclaimer {
  box-sizing: border-box;
  color: #CCC;
  font-size: 80%;
  padding: 30px;
}
.anime_bottom {
  box-sizing: border-box;
  display: inline-block;
  padding: 20px 30px;
  max-width: 490px;
  vertical-align: top;
  width: 100%;
}
.anime_bottom2 img {
  border: 1px solid #555;
  margin: 0px 10px;
  padding: 3px;
  display: inline-block;
  width: 80px;
}
.anime_bottom h3 {
  border-bottom: 2px solid #0D0;
  display: inline-block;
  margin-bottom: 10px;
}
.anime_bottom1 p {
  font-size: 90%;
  line-height: 180%;
}
.hinttop, .hintbot {
  animation-name: flashy;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  border: 1px dashed #000;
  background: #DFD;
}
.hinttop {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.hintbot {
  border-top: none;
  border-radius: 0 0 5px 5px;
}
@keyframes flashy {
  0% { background: #DFD; }
  100% { background: #AFA; }
}
#con_schedule .pfav { display: none; }
#con_schedule .a_list, #con_schedule .a_grid { display: none; }

@media screen and (max-width: 800px) {
.sched_view{position:fixed;top:40px;right:5px;}
.days_buttons{position:fixed;top:0;left:0;width:calc(100% + 20px);}

#con_schedule .a_list, #con_schedule .a_grid { display: inline-block; }
#con_schedule.unshrink .sched_day { overflow-x: auto; border: 1px solid #CCC;width:100%; }
#con_schedule.unshrink .sched_row { min-width: 1000px;padding-left: 60px; }
#con_schedule.unshrink .sched_time { background:#FFF;position:absolute;width:unset;margin-left:-60px;width:60px;height:120px;border-right:1px solid #CCC;font-size:80%; }
#con_schedule.shrink .sched_slot { display: none; }
#con_schedule.shrink .sched_day .sched_row:first-of-type { display: none; }
#con_schedule.shrink .sched_panel, #con_schedule .sched_time { display: block;max-width: none;width:100%;text-align:left;padding:0 10px; }
#con_schedule.shrink .sched_panel {
  background: #FFF;
  border: 0;
  border-bottom: 1px solid #00DCFF;
  margin: 10px 0 -10px 0;
  padding: 10px;
  width: 100%;
}
#con_schedule.shrink .eventless { display: none; }
#con_schedule.shrink .pfav { display: block; }
#con_schedule.shrink .sched_panel.sched_yours { border-bottom: 1px solid #EE9; }
#con_schedule.shrink .sched_row { display: block; }
#con_schedule.shrink .sched_spacer { display: none; }
#con_schedule { width: 100%;padding-right:0px; }
#con_schedule.shrink .sched_panel::after { content: attr(data-display);display:block;color:#999; }
#con_schedule.shrink .sched_hidden { display: none; }
#con_schedule.shrink .sched_time { padding: 10px 20px; background: #00DCFF; width: 100%; margin: 10px 0px; }
.hours1 { width: 165px; }
}
@media (max-width: 700px) {
  .congoing .congoing_title { max-width: none; padding-top:10px; }
  .congoing .cgelem { text-align: left; }
}
@media (max-width: 500px) {
.guest img { display: block; float: none; margin: 0 auto;}
}
/* Layout 198 */
/* Call this anywhere that /conregistrations can appear. */
.extras_area>div {
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
}
.extras_area.shown>a {
  display: none;
}
@keyframes blackshadow {
  0% { box-shadow: none; }
  50% { box-shadow: 0px 0px 30px #3573e8; }
  100% { box-shadow: none; }
}
.extras_area.shown>div {
  display: block;
  height: auto;
  max-height: 400px;
  padding: 20px;
  transition: 1s all;
  animation: blackshadow 5s linear;
}
.extras_area.shown.clicked>div {
  max-height: none;
}
.extras_area.initial>a {
  display: none;
}
.extras_area .header {
  background: #CCC;
  color: #FFF;
  margin: -20px -20px 0;
  padding: 20px;
}
