/* Layout 7 */
:root {
  --action-bg: #3498Fb;
  --option-bg: #F1F1F1;
  --highlight-bg: #EEE;
  --page-bg: #FFFFFF;
  --surface-bg: #D1D1D0;
  --surface-c: #000000;
  --primary: #3573e8;
  --secondary: #E74C3C;
}
body, html {margin:0px;padding:0px;}
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
.mobilenav {
  background: #000;
  display: block;
  margin-left: -200px;
  min-height: 100vh;
  overflow-y: scroll;
  padding-bottom: 100px;
  position: absolute;
  position: fixed;top:0;bottom:0;
  transition: 0.5s all;
  width: 198px;
  z-index: 99999;
}
.mobilenav.right {
  right: 0;
  margin-right: -200px;
}
body { margin-left: 0px; transition: 0.5s margin-left; }
body.moved { margin-left: 200px; overflow: hidden; }
body.moved.right { margin-left: -200px; }
body.moved .mobilenav { margin-left: -200px; }
body.moved .mobilenav.right { margin-left: 0px; margin-right: 0px; }
.loader {
  border: 16px solid #F3F3F3; /* Light grey */
  border-top: 16px solid #DB3434; /* Blue */
  border-radius: 50%;
  margin: 100px auto;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
.loader.small {
  border: 10px solid #F3F3F3;
  border-top: 10px solid #DB3434;
  margin: 0 auto;
  height: 30px;
  width: 30px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.moreloader {
  background: url('https://c.nime.me/x/loading.gif') no-repeat top center;
  display: none;
  margin: 10px 0px;
  height: 40px;
  width: 100%;
}
.surface {
  background:var(--surface-bg);
  color:var(--surface-c);
}
.page_profiles, .page_comments, .page_groups, .page_feeds, .page_messages, .page_friendships, .page_conattendances, .page_animangahits, .page_matchprofiles, .page_topics, .page_pictures {
  background: var(--page-bg) !important;
}
.adminonly{
  outline: 1px solid rgba(255, 0, 0, 0.1);
  background: rgba(255, 0, 0, 0.01);
  padding:1em !important;
}
/* Core Design Improvements */
input,textarea,select {
  border: 1px solid #999;
  padding: 9px;
}
.main img { max-width: 100%; }
/* Fixed To Top Lockable Areas */
.area {
  position: relative;
  z-index: 9;
}
.area .oncelocked {
  position: absolute;
}
.area .locked {
  position: fixed;
  top: 0;
  z-index:999;
}
.area .locked .comment8 {
  background: #EEE !important;
}
.dark .area .locked .comment8 {
  background: #2b2b2b !important;
}
.area .area_title .comment_context {
  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 .comment8 {
  margin: 0;
}
.arrow{
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.arrow.down{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.arrow.up{
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.searched .search_result a {
  color: #000;
  padding: 0;
}
img.pretty {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 5px;
}
img.img{max-width:100%;}
picture.img{max-width:100%;}
.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: var(--surface-bg, #FFF);
  color: var(--surface-c, #000);
  text-align: center;
  display: block;
  padding: 4px 0 5px 0;
  margin: 8px 0 0 0;
}
.vpackagebox .btn {
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 25px;
  width: 100%;
}

.abox {
  background: #FFF;border:1px solid #CCC;padding: 20px;margin:1em 0;
}
#rcount {
  display: inline-block;
  padding: 0px 10px;
}
#uhx {
  background: #000;
  color: #FFF;
  font-family: 'Open Sans';
  padding: 5px 0px;
}
#uhx a {
  color: #FFF;
  text-decoration: none;
}
#uhx>div {
  display: inline-block;
  vertical-align: middle;
}
.uhx_pic img {
  height: 25px;
  width: 25px;
}
.uhx_name, .uhx_msg, .uhx_reg, .uhx_panels {
  padding: 0px 10px 0px 0px;
}


.picture_include {
  visibility: hidden;
}
.picture_include #picture_form1 {
  height: 0px;
  overflow: hidden;
}
.picture_desc a {
  color: #555;
  display: block;
  padding: 10px 0px;
}
.dialog.pictures h2 a {
  font-size: 50%;
}
.dialog.pictures {
  box-sizing: border-box;
  padding: 20px;
  z-index: 999999;
}
.dialog.pictures>div {
  max-width: none;
  height: 100%;
  position: initial;
  left: initial;
  top: initial;
  transform: none;
}
/* Blog Styling */
.blog_posts .postx {
  background: #FFF;
  margin: 10px 0;
  padding: 2em 0;
}
.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%;
}
.post_story img {
  max-width: 100%;
}
.postx .story .first_p {
  max-width: 560px;
}
.postx h3 {
  font-size: 2em;
  line-height: 130%;
  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 3.0em/150% Georgia, serif;
  padding: 0.5em 0;
}
.blog h1 a, .blog h2 a {
  color: #000;
}
.blog h2 {
  margin: 1em 0;
}
.blog .post_meta .meta {
  color: #777;
  font-size: 1.5em;
  display: inline-block;
  padding: 0 2em 0 0;
}
.blog .post_meta .meta a {
  color: #777;
}
.blog .post_meta .meta a:hover {
  text-decoration: underline;
}
.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: 0 2em 0 0;
  vertical-align: top;
}
.blog_roll {
  border-left: 1px solid #EFEFEF;
  display: inline-block;
  padding: 0 0 0 20px;
  vertical-align: top;
  width: 250px;
}
.fullwidth .blog_roll {
  border-left: 0;
  width: unset;
}
.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: var(--primary,#F55);
  border-radius: 4px;
  border: 0;
  color: #FFF;
  font-size: 14px;
  margin: 5px 5px 0 10px;
  outline: none;
  padding: 10px 17px;
}
.btn-red:focus {
  background: #F44;
}
.btn-red:focus, .btn-red:hover {
  box-shadow: 1px 1px 2px #000000FF;
}
.captchafield .cimg {
  margin: 0 0 10px;
}
.captchafield a {
  vertical-align: middle;
}
.captchafield img {
  border-radius: 5px;
  vertical-align: middle;
}
.captchafield .refresh {
  background: #FFF;
  border-radius: 50px;
  margin: 0 0 0 10px;
  padding: 2px 2px 0;
}

.comment_link {
  background: #CCC;
  color: #000;
  display: none;
  line-height: 2em;
  margin: 5px -10px;
  padding: 20px 30px;
  position: relative;
}
.comment_itself .comment_link>a {
  border-radius: 2em;
  background: rgba(255,255,255,0.2);
  height: 1em;
  line-height: 0.95em;
  right: 0;
  font-size: 2em;
  margin: 0 10px 0 0;
  padding: 0 0.26em;
  position: absolute;
  width: 1em;
}
.comment_link.active, .comment_link.shown {
  display: block;
}
.comment_link .title {
  font-size: 1.4em;
}
.comment_link .title:hover {
  text-decoration: underline;
}
.comment_link .url {
  color: #555;
}
.comments_attached {
  display: none;
  padding: 0 10px;
}
.active .comments_attached {
  display: block;
}
.messageprepics {
  margin-top: -100px;
  position: absolute;
}
.pending_photo {
  display: inline-block !important;
  width: 210px;height: 210px;
  opacity: 0.5;
  padding: 5px !important;
}
.pending_photo img {
  display: block !important;
  height: 100%;
  width: 100%;
  max-width: unset !important;
  padding: 0 !important;
}
.pending_photo .error {
  font-weight: bold;
  max-width: 90px;
  padding: 5px;
  position: absolute;
}
.pending_photo .file_upload_status {
  color: #FFF;
  height: 100px;
  font-size: 2em;
  margin: -90px 0;
  padding: 25px 10px;
  pointer-events: none;
  width: 100px;
}
.pending_photo.notpending {
  opacity: 1;
}
.pending_photo.upload_error {
  position: relative;
}

.pending_photo.upload_error:before {
  content: "Upload Error";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: red;
  font-weight: bold;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 3px;
}
#upload_area .pending_photo {
  width: 200px;height: 200px;
}
.pending_photo .loader {
  border: 10px solid #F3F3F3;
  border-top: 10px solid #337ace;
  display: block;
  height: 35px;
  margin: 83px 0 -40px 83px;
  padding: 0;
  position: absolute;
  vertical-align: middle;
  width: 35px;
}
#upload_area .pending_photo .loader {
  margin: 85px 0 -40px 85px;
}
.notpending .loader {
  display: none;
}

.pending_photo a.x, .xbtn {
  background: #FFF;
  border: 1px solid #424242;
  border-radius: 15px;
  color: #000;
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  margin: -211px 0px 0 187px;
  padding: 0 7px;
  position: absolute;
}

/* 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; }
}
div.forum .end_comment {
  border-bottom: 1px solid #CCC;
  margin-bottom: 5px;
}

.sharebtn {
  background: url('https://i.ani.me/0369/2272/h.png') 0 -75px no-repeat; /* https://i.ani.me/0287/8333/h.png */
}
.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: var(--surface-bg, #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: var(--surface-bg,#FFF);
  display: block;
  text-align: center;
}
.pagenum {
  padding: 5px;
  text-align: center;
}

/* *********** */
/* PROFILE STYLE */
.profilenote {
  background: var(--surface-bg);
  border-radius: 10px;
  margin: 15px 0px;
  padding: 10px 20px;
}
.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;
}
.dark .anime_cats {
  color: #AAA;
}
.anime_cats .selected {
  font-weight: bold;
}
.anime_add select, .animangahit_update select {
  margin: 5px 0px;
  padding: 5px 10px;
}
.animangahits a {
  color: #BCF;
}
.animangahits a.animanga_mutual {
  color: #9AF;
  font-weight: bold;
}
.animangahit_finished, .animangahit_in_progress, .animangahit_planned {
  color: #AAA;
  padding: 10px 0 0 0;
}
.anime_list .heading, .anime_list .heading a, .conventions_list .heading {
  color: #AAA;
  font-weight: bold;
  padding: 10px 0;
}
.anime_list .heading span, .conventions_list .heading span {
  float: right;
  font-weight: normal;
}
.profile_con_name {
  float: left;
  width: 150px;
}
.profile_con_date {
  clear: both;
  color: #999;
  font-size: 9px;
  padding: 0px 0px 5px 0px;
}
/* ANIMANGA */
.nomobile .anime_list .animangahits {
  display: block;
}
.anime_button {
  color: #000;
  display: block;
  padding: 20px 0;
}
.anime_button input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
}
.anime_button select {
  border-radius: 5px;
}
.anime_button_status {
  color: #00F;
}
.anime_users_number {
  color: #999;
  padding: 10px 0px;
}
.anime_edit {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 5px;
  z-index: 10;
}
.anime_edit a {
  display: inline-block;
  padding: 0 15px 0 10px;
}
@media (max-width: 1200px) {
 .minimenu { display: inline-block; position: relative;vertical-align:bottom; }
 .minimenu:before {border: 1px solid #CCC;border-radius:5px;content: 'Options';display: inline-block;padding: 5px 5px;width:100px;}
 .minimenu span {background:#FFF;border:1px solid #CCC;border-radius:5px;display:none;position:absolute;}
 .minimenu a {display: block;padding:6px 10px;}
 .minimenu:hover span {display: block;}
 .minimenu a:hover { background: #CCC; }
}
.anymenu { display: inline-block; position: relative;vertical-align:bottom;width:200px; }
.anymenu:before {border: 1px solid #CCC;border-radius:5px;content: 'Options';display: inline-block;margin:5px 0 0;padding: 5px 5px;text-align:center;width:200px;}
.anymenu span {background:#FFF;border:1px solid #CCC;border-radius:5px;display: none;padding-top:10px;position:absolute;z-index:9999;}
.anymenu a {display: block;padding:5px;}
.anymenu:hover span {display: block;width:100%;}
.anime_merge {
  margin-top: 20px;
}
.anime_pics_single {
  display: inline-block;
  width: 222px;
}
.anime_pics {
  padding-top: 20px;
}
.anime_pic, #animanga_pictures>.galleries>.gallery_cover>div {
  border: 1px solid #CCC;
  box-sizing:border-box;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 5px;
  width: 212px;
}
.animanga_heading {
  border-bottom: 1px solid #DDD;
  padding-top: 3px;
  width: 100%;
}
.animanga_links {
  float: right;
}
.animanga_links, .animanga_links a {
  color: #AAA;
  font-size: 11px;
}
#animanga_info .animanga_s .plot {
  display: none;
}
#animanga_info .animanga_s .users_number a {
  display: none;
}
#main_content #animangahits {
  width: auto;
}
.profile_anime_pic {
  display: inline-block;
  line-height: 0px;
  max-width: 140px;
  padding: 5px;
  width: 32%;
}
.profile_anime_pic img {
  width: 100%;
}
.animanga_user {
  float: left;
  line-height: 0px;
}
.animanga_user img {
  border: 2px solid #EEE;
  border-radius: 30px;
  height: 50px;
  margin: 2px;
  width: 50px;
}
.anime_name h1 {
  display: inline-block;
  vertical-align:middle;
}
.animangahit {
  margin: 0px 0px 6px 0px;
}
.animangahit_pic {
  border: 1px solid #EFEFEF;
  float: left;
  line-height: 0px;
  margin: 2px 5px 2px 2px;
}
.animangahit_pic img {
  display: inline;
  height: 50px;
  width: 50px;
}
.animangahit_title {
  float: left;
  width: 270px;
}
.animangahit_info {
  color: #AAA;
  padding: 2px 0px 0px 0px;
}
.animangahit_title .animangahit_info a {
background: #9CF;
color: #FFF;
display: inline-block;
font-weight: normal;
padding: 3px 6px;
}
.animangahit_update a {
  color: #DDD;
  font-size: 11px;
}

/* SOCIAL MEDIAS */
.icon8>a {
  background: url('https://i.ani.me/0086/3591/icons.png');
  background: url('https://s3.amazonaws.com/c.nime.me/x/icons8.png');
}
.icon8>a {
  display: inline-block;
  color: #888;
  padding: 2px 5px;
  height: 55px;
  width: 60px;
}
.icon8 .fb {
  background-position: -33px -210px;
}
.icon8 .tw {
  background-position: -810px -10px;
}
.icon8 .gp {
  background-position: -250px 0px;
}


/* STUFF FROM STYLE.CSS */
#upload_area .upload_picture {
  border: solid 1px #E0E0E0;
  margin: 10px;
  padding: 10px;
  width: 200px;
  height: 200px;
}
#upload_area .upload_pending {
  border: solid 1px #555;
  opacity: 0.1;
}
#uploadstatus {
  padding: 20px 0px;
}
#uploadstatus:empty {
  padding: 0px;
}
.dontshow {
  height: 0px;
  padding: 0px !important;
  overflow: hidden;
}
.picture_links a:hover {
  background: #EF5A4A;
}
.picture_links {
  float: right;
}
#picture_info {
  display: inline-block;vertical-align: top;
  line-height: 160%;
  max-width: 220px;
  width: 100%;
}
#picture_owner a {
  color: #999;
  font-size: 90%;
}
#show_picture_gallery {
  padding: 10px 0px;
}
#galleries {
  margin: 20px 0px 0px 0px;
}
#left {
  float: left;
  margin: 0px 5px 0px 0px;
  width: 200px;
}

.pic_outer .pth_o {
  position:absolute;
  text-align: right;
  margin-left: 175px;
  padding: 10px 0 0;
  width: 22px;
}
.pth_o:hover {
  margin-left: 0;
  width: 196px;
}
.pth_oo { display: none; }
.pth_o:hover .pth_oo { display: block; }
.pth_o .pth_arw {
  border: 2px solid #FFFFFFFF;
  border-radius: 5px;
  padding: 3px 2px 1px;
}
.pth_o:hover .pth_arw {
  border: 2px solid #FFFFFF00;
}
.pth_oo a {
  display: block;
  padding: 4px 0px;
  float: right;
  width: 100px;
}
.pth_oo a:hover {
  font-weight:bold;
}

.pic_desc {color: #FFF;display:none;position:absolute;height:210px;width:210px;padding:15px;pointer-events:none;}
.pic_outer:hover .pic_desc { display: block; }
.pth_o a, .pth_o {
  color: #FFF;
  opacity: 0;
  text-shadow:0 0 10px #000;
  transition: opacity .15s ease-in-out;
}
.pic_outer:hover .pth_o {
  opacity: 0.40;
}
.pth_o:hover a, .pic_outer .pth_o a:hover, .pic_outer .pth_o:hover {
  opacity: 100;
}
.pic_outer {
  display: inline-block;
  margin: 5px 0px;
  vertical-align: top;
  width: 210px;
}
.pic_outer img {
  background: #FFF;
  border: solid 1px #E0E0E0;
  padding: 5px;
  height: 210px;
  width: 100%;
}
.picture_desc .desc:empty {
  display: none;
}
.picture_info {
  padding: 10px 0;
}
#picture_viewer {
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
#picture_viewer img {
  max-width: 100%;
}
#picture_viewer a.videoplayer, .cphotobig a {
  display: block;
  position: relative;
}
#picture_viewer a.videoplayer:hover::after, .cphotobig a.videoplayer:hover::after {
  background: #ffffffde;
  content:'▶';
  display:block;
  font-size: 100px;
  height:100%;
  padding: 20% calc(50% - 40px);
  position: absolute;
  top:0;
  width:100%;
  opacity:.75
}
.picture_data h2 {
  display: inline-block;
  margin: 0;
  padding-right: 30px;
}
.picture_data .material_choice {
  display: inline-block;
}
.picture_desc a:empty {
  border-bottom: 2px solid #CCC;
  width: 50px;
}
.picture_viewer {
  display: flex;
  justify-content: center;
}
.picture_viewer .next, .picture_viewer .back {
  display: inline-flex;
  opacity: 0;
  padding: 40px;
  position: relative;
  transition: all 0.2s;
}
.picture_viewer:hover .next, .picture_viewer:hover .back {
  background: rgba(255,255,255,0.1);
  opacity: 1;
}
.picture_viewer .next:hover, .picture_viewer .back:hover {
  background: rgba(255,255,255,0.2);
}
.picture_viewer .next {
  margin-left: -80px;
}
.picture_viewer .back {
  margin-right: -80px;
  z-index: 1;
}
.picture_viewer i.arrow {
  border: solid #999;
  border-width: 0 5px 5px 0;
  display: inline-block;
  margin-left: -5px;
  padding: 5px;
  position: absolute;
  top: 45%;
}
i.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
@media (min-width: 800px) {
  #picture_viewer {
    
  }
}


div.pleft {
  clear: left;
  float: left;
  margin: 2px 2px 2px 0px;
  width: 100px;
}
div.pright { float: left; width: 220px; margin: 2px; }

#h3_about {
  font-size: 17px;
  font-family: tahoma, verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
}
.clear {
  clear: both;
}
#login_page #login_middle {
  border-left: 1px solid #CCC;
  display: inline-block;vertical-align: top;
  height: 300px;
  width: 1px;
  margin: 0px 30px;
}
#login_page .signup_header {
  font-size: 1.2em;
}
.conreg_signup {
  font-size: 1.2em;
  padding: 5px 0;
}
.conreg_logo {
  background: #FFF;
  border: 1px solid #DEDEDE;
  display: block;
  padding: 5px;
  margin: 5px auto;
  max-width: 100%;
}
#new_user {
  box-sizing: border-box;
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
.new_user_header {
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 0;
}
input[type=file] {
  padding: 10px 0px;
}
/* X */
.congoing_f input {
  min-width: 230px;
}
.congoing_f .citystzip input, .congoing_f input[type=checkbox] { min-width: 0; }
.congoing_f div.ccprice {
  padding: 10px 0;
}
.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;
}
.message {
  background: var(--surface-bg);
}
#messagearea {
  position: relative;
}
#messagearea .delete_button {
  margin: 0px 10px 0px -20px;
  position: absolute;
  right: 0px;
  float: none;
}

#main_content .conattendance, #main_content .con_searched .con {
  background: #5A5A5A;
  border: 1px solid #CCC;
  line-height: 150%;
  margin: 0 0 5px 0;
  padding: 20px;
}
.conattendance_title {
  font-weight: bold;
  font-size: 1.2em;
}
.conattendance_info a {
  color: #AAA;
}
.past_con {
  color: #AAA;
}
h2.gallery_title {
  font-size: 1.5em;
}
h1.picture_title {
  font-size: 3em;
}
.user_options {
  font-size: 1.2em;
  line-height: 200%;
}
.optionresult {
  animation: flashblue 1s forwards;
}
/* **************** */
/* NSUBS and NOTIFS */
.nsub_title {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
.nsub_info {
  display: inline-block;
}
.nsub {
  padding: 10px 0px;
}
.nsub_noemail, .nsub_email {
  background-image: url('http://s3.amazonaws.com/chronopics/0020/5871/sprints2.png');
  background-position: 0px -239px;
  display: block;
  float: left;
  height: 20px;
  width: 25px;
}
.nsub_noemail {
  background-position: 0px -259px;
}
.nsub_delete {
  display: block;
  float: left;
  padding: 3px 0px;
  text-align: center;
  width: 25px;
}
.nsub_create_button svg {
  fill: #999;
}
.nsub_delete_button::before {
  background-position: 0px -297px;
}
.notice_attention {
  background: #FFFF00;
  border: 2px solid #000;
  font-size: 1.2em;
  font-weight: bold;
  margin: 15px 0;
  padding: 10px;
}
.notice {
color: green; padding: 0px; margin: 0px;
}
/* NEW USER PROFILES */
#profileH_container {
  background-size: 100% 100%;
  height: 250px;
  margin: 0 0 10px 0;
  position: relative;
  max-width: 760px;
  width: 100%;
}
#profileH {
  padding: 10px 0;
  position: relative;
  top: 190px;
}
#profileH_picture {
  background: #FFF;
  border: 1px solid #CCC;
  line-height: 0px;
  padding: 2px;
  position: absolute;
  top: -175px;
}
.profileH_avatar_button a {
  background: #DDD;
  color: #000;
  display: block;
  margin-top: -40px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  transition: 0.5s opacity;
  text-align: center;
  width: 200px;
}
.prof_picture:hover .profileH_avatar_button a {
  opacity: 0.8;
}
#profileH_links {
  background:#999;
  display: inline-block;
  display: flex;
  margin: 0;
  padding: 0 0 0 210px;
}
#profileH_links>div {
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
#profileH_links>div>a, #profileH_links>div .chooser {
  border-radius: 20px;
  border: 0;
  color: #FFF;
  display: block;
  font-size: 1.3em;
  line-height: 1.8em;
  margin: 0 10px;
  padding: 5px 10px;
  text-align: center;
  text-shadow: 1px 1px 1px #000, 1px 1px 1px #000;
}
@media (max-width: 400px) {
#profileH_links>div>a, #profileH_links>div .chooser { margin: 0 2px; padding: 5px; }
}
#profileH_links .material_choice .choices {
  position: absolute;
}
#xprofileH_links .material_choice .choices a {
  font-size: 1em;
  width: 100%;
}
#profileH_links>div a:hover {
  color: #C22;
}
#profileH_links>div.active a {
  color: #F00;
}
#profileH_name {
  left: 220px;
  margin: 0;
  padding: 0 0 5px 0;
  position: absolute;
  text-shadow: 0 0 3px #FFF;
  top: -180px;
}
.about_me img {
  max-width: 100%;
}
#profileH_info {
  left: 220px;
  position: absolute;
  text-shadow: 0 0 3px #FFF;
  top: -88px;
}
#profileH_friend {
  left: 220px;
  overflow:hidden;
  position: absolute;
  top: -135px;
  white-space: nowrap;
}
#last_login span {
  background: #030;
  border-radius:10px;
  display:inline-block;
  height:10px;
  width:10px;
}
#last_login span.d {background: #060;}
#last_login span.w {background: #050;}
#last_login span.m {background: #040;}
@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; }
}
.add_friend a {
  background: #E74C3C;
  border: 1px solid #E74C3C;
  color: #FFF;
  display: inline-block;
  padding: 10px 15px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.add_friend a:hover {
  background: #EF5949;
}
.add_friend a.request, .add_friend a:nth-of-type(2) {
  background: #FFF;
  border-color: #FFF;
  color: #777;
  #font-size: 0.8em;
}
.friendships {
  font-size:0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.friendships>* {
  font-size: 14px;
}
.friendships>div {
  background: #4A4A4A;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  margin: 10px 10px 0 0;
  padding: 5px;
  width: 100%;
  max-width: calc(50% - 10px);
  overflow: hidden;
  vertical-align: top;
}
#friendrequests>div {
  max-width: 400px;
}
.friendships .user_info {
  display: inline-block;
  padding: 0px 0px 0px 5px;
}
.friendships .dis_name, .friendships .en_name { max-width: 100px; display: inline-block; white-space: nowrap; padding: 10px 0 20px 0; }
.friendships>div a:nth-of-type(2) {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
}
.anime_details {
  font-size: 120%;
}
.animanga_s {
  background: #FFF;
  border: 1px solid #CCC;
  display: table;
  margin: 10px 0px;
  padding: 20px;
  width: 100%;
}
.animanga_s.listed {
  background: #cfdeff;
}
.animanga_s img {
  border: 1px solid #CCC;
}
.animanga_s div a.title {
  display: block;
  font-size: 20px;
  padding: 0 0 5px;
}
.animanga_s .plot {
  padding: 5px 0px 2px 0px;
}
.animanga_s .animangahit_pic, .animanga_s .animangahit_title_name {
  display: none;
}
.animanga_s .link a {
  background: #9CF;
  color: #FFF;
  display: inline-block;
  padding: 3px 6px;
}
.animanga_s .users_number {
  color: #AAA;
  padding: 2px 0px;
}

/* NEW PROFILE EDIT */
.profile_edit>div {
  padding: 10px 0;
}
@media (max-width: 620px) {
  .profile_edit>div.profile_item { padding: 30px 0; }
}
.profile_edit input, .profile_edit select {
  min-width: 300px;
}
.profile_edit .no-min-width select {
  min-width: unset;
}
.profile_item.head div {
  display: inline-block;
  padding: 0 0 20px 0;
  width: 50px;
}
.profile_item div.first {
  display: inline-block;
  width: 320px;
}
.edit_profile_about textarea {
  max-width: 100%;
}
.edit_profile h2, .edit_profile_about label {
  background: var(--surface-bg, #FFF);
  box-shadow: 5px 5px 0 #000;
  color: var(--surface-c, #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;
}
.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;
}
.basic .field_with_errors {
  display: inline-block;
}
.btn-muted {
  background: rgba(0,0,0,0.05);
}
.btn-sml {
  padding: 5px 15px;
}
.btn-white {
  color: #FFF;
}
.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);
}
.btn.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 .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: 12px 18px;
}
.material_choice .chooser.off {
  background: #eaeaea;
  color: #444;
}
.material_choice .chooser.dots {
  border: 0;
  margin: 6px 0;
}
.material_choice div.chooser.dots:after {
  border-top: 4px dotted #85bed4;
  display: block;
  content: '';
  padding: 0 10px;
}
.material_choice .choices {
  background: #FFF;
  border: 1px solid #CCC;
  display: none;
  margin: 0;
  position: absolute;
}
.material_choice .choices a {
  display: block;
  padding: 10px;
}
.material_choice .choices a:hover {
  background: #F8F8F8;
}
.material_choice.h .choices a:hover {
  background: #EEE;
}
.material_choice.clicked .choices {
  display: block;
  z-index: 9;
}
.thread .material_choice, .atopic .material_choice {
  margin: 16px 6px;
  position: absolute;
  right: 0;
}
.chooser.arrow { padding-right:30px;position: relative; }
.chooser.arrow:after{
    content: '';
    position: absolute;
    left: 85%;
    top: 40%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c3c3c3;
    clear: both;
}
.material .optionalvalues input[type=checkbox] {
  vertical-align: middle;
}
.material .optionalvalues {
  margin: 10px 0;
  padding: 5px 0;
}
.material .optionalvalues>div:nth-of-type(2) {
  background: #CCC;
  border: 1px solid #CCC;
  padding: 20px 20px 10px;
}
.formfull input[type=text], .formfull textarea, .formfull select {
  border-radius: 0;
  border: 2px solid #CCC;
  margin-top: 3px;
  padding: 10px;
  width: 100%;
}
.round .formfull input[type=text], .round .formfull textarea, .round .formfull select {
  border-radius: 5px;
}
.formfull input[type=text]:focus, .material.formfull input[type=text]:focus {
  padding: 10px;
}
.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;
}
.input-lg {
  width: 20rem;
}

.congroup input[type=submit]:disabled {
  background: #8897b3;
}

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 {
  background: #FFF;
  border: 2px solid #AAA;
  box-sizing: border-box;
  color: #000;
  max-width: 520px;
  overflow-x: hidden;
  padding: 20px;
  pointer-events: auto;
  position: fixed;
  text-align: left;
  width: calc(100% - 1em);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  overflow-y: auto;
}
.dialog.big>div {
  font-size:2rem;
  line-height:200%;
}
.dialog.big>div input {
  font-size:2rem;
}
.dialog.full>div {
  max-width:unset;
}
.dialog.full img {
  max-width:100%;
}
.dark .new_topic #topic_id:invalid {
  color: #BBB;
}
.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;
}
.container .permissions {
  display: none;
}
.permissions.shown {
  display: block;
}
.revertadmin { display: none; }
.revisions .revision {
  padding: 0px 0px 10px 0px;
}
.revision.viewing {
  font-weight: bold;
}
.revision.old a {
  color: #999;
}
.ucx_mass {
  padding: 20px 0px;
}
.ucx_name {
  font-size: 20px;
}
.ucx_name span {
  font-size: 12px;
}
.ucx_mass {
  line-height: 160%;
}
.top_u_button {
  border: 1px solid #FFF;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0,0.3);
  margin: 20px 10px;
  padding: 5px;
  position: absolute;
  top:0;
  z-index:1000;
}
.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);
  transition-timing-function: cubic-bezier(0.36, 0, 0.64, 1);
  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);
  transition-timing-function: cubic-bezier(0.38, 0, 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);
  transition-timing-function: cubic-bezier(0.33, 0.02, 0.64, 0.98);
}
.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: 9999;
}
.toasts>div {
  animation: fadeOut 6s linear forwards;
  background: #FFF;
  border-radius: 10px;
  box-shadow:1px 1px 3px #ccc;
  max-width: 300px;
  margin-bottom: 5px;
  padding: 10px;
}
.compare.percent.bad {
  color:red;
}
.compare.percent.bad .arrow {
  border-color: red;
}
.compare.percent.good {
  color:green;
}
.compare.percent.good .arrow {
  border-color: green;
}
.zoomcontainer{position:relative;}
.zoomdiv {
  position:absolute;pointer-events:none;
}

.gf.attachments {
  background: url('https://i.ani.me/0363/8998/attachment.png') no-repeat;
  background-size: 40px 17.5px;
  height: 35px;
  opacity: 50%;
  position: absolute;
  right: 0;
  width: 15px;
}
.gf.attachments.has {
  background-position: -20px 0;
  opacity:100%;
}
.gf.files {
  background: white;
  border: 1px solid #CCC;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 1px 2px 4px #888;
  display: none;
  margin: 0px 0px 5px 100px;
  min-width: 250px;
  padding: 2px 7px 7px 7px;
  position: absolute;
  z-index:1;
}
@media (min-width: 1200px) {
  .toasts { bottom: 100px; }
}
.autocompleter_parent {
  position: relative;
}
.autocompleter {
border: 1px solid #CCC;z-index:9;border-radius: 5px;background:#FFF;position:absolute;cursor:pointer;
}
.autocompleter>div {
  padding: 6px 10px;
}
.autocompleter>div:hover {
  background: #EEE;
}
@keyframes fadeOut {
  0% { opacity: 0; }
  5% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; }
}

@media (max-width: 1100px) {
  .friendships .add_friend a { display: block; }
  .pic_outer { width: 32%; }
  .pic_outer .pth_o { margin-left: 10px; }
  .pic_outer img { height: unset; }
}
@media (max-width: 1070px) {
  body.off { overflow: hidden; }
}
body.off_all { overflow: hidden; }
@media (max-width: 750px) {
 .underneath { visibility:hidden;position:fixed; }
 .forum .replies { display: none !important; }
}
@media (max-width: 650px) {
 .friendships>div { max-width: none; padding: 10px 20px; }
  .mytopics_links { padding: 10px 0 5px; }
}
@media (max-width: 500px) {
  .forum .comment_context { font-size:16px;padding:5px 0;min-height:60px; }
  #main .fstats { display: none; }
  .animanga_s img { width: 100px;height:100px; }
  .new_topic .user_img { height: 80px; width: 80px; }
  .new_topic .comment_body { margin-left: 90px; }
}
@media screen and (min-width: 1000px) {
  #edit_div { padding: 0 250px 0 100px;text-align:left; }
}/* COMMENT TEXT */
.edit_comment textarea {
  width: 100%;
}
.comments_area {
  padding: 0 0 2em;
}
.comment8 {
  background: var(--surface-bg, #FFF);
  margin: 15px 0;
  min-height: 110px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.imgup {
  background: url('https://i.ani.me/0369/2348/img.png');
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 10px;
  width: 40px;
  height: 40px;
}
.dark .imgup {
  background:url('https://i.ani.me/0369/2380/img2.png');
}
.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: var(--option-bg, #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_context {
  line-height: 1.38;
  margin: 0 0 0 110px;
}
.feed .comment_context {
  margin-left: 60px;
}
.comment_contents {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.comment_contents .attached_pics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  line-height:0 !important;
}
.comment_body img, .comment_body video, .comment_contents video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.comment_contents .comment_photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.comment_body p, .comment_contents p {
  margin: 10px 0;
}
.comment_padded {
  margin-left: 120px;
}
.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;
}
.autohtml img {
  max-width: 100%;
}
.comment_short>.comment_contents>div:not(.shared_comment) {
  font-size: 160%;
  line-height: 1.5em;
}
.comment_contents .shared_comment {
  padding: 0 20px;
}
.dark .shared_comment .comment {
  border: 1px solid #333;
}
.round .shared_comment {
  border-radius: 5px;
}
.shared_comment .activity_comment {
  margin-top:0;
}
.comment_specials div {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin: 5px;
  padding: 2px 0px;
  text-align: center;
  font-size: 70%;
}
.comment_premium {
  background: #FDD;
  color: #E99;
}
.comment_heart {
  background: #EEF;
  color: #99E;
}
.comment_pic {
  float: left;
  border: 0px solid;
  padding: 5px 20px 2px 0;
  margin: 0;
}
.comment_pic img {
  border-radius: 50px;
  height: 100px;
  width: 100px;
}
.comment_suspended {
  color: #CCC;
  font-size:14px;
}
.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/0369/2272/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 {
  display: inline-block;
  padding: 10px 10px 10px 0;
}
#comments .comment_hearts .aheart, #comments .comment_hearts .aminus, .feed .comment_hearts .aheart, .feed .comment_hearts .aminus  {
  color: #333 !important;
}
.comment_area {
  display: inline-block;
  width: 100%;
}

/* ************ */
/* MAKE COMMENT */
.make_comment .comment_pic img {
  height: 50px;
  width: 50px;
}
.make_comment .comment_body.active textarea {
  min-height: 80px;
}
.forum .make_comment .comment_body textarea {
  min-height: 100px;
}
#make_comment .comment_body {
  margin: 0 0 0 60px;
}
#make_comment .comment_pic {
  padding: 20px 0 0;
}
#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;
  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%;
}
.round .make_comment {
  border-radius: 10px;
}
.make_comment {
  background: var(--surface-bg,#4A4A4A);
  padding: 10px;
}
.comment_create {
  background: var(--surface-bg, #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 .comment_options a {
  color: #BBB;
}
.replyarea {
  background: var(--highlight-bg, #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 {
  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;
}
.comments_captcha {
  display: none;
}
.active .comments_captcha {
  display: block;
}
.captcha_hint a {
  text-decoration:underline !important;
}
/* ATTACHMENTS */
.comments_attacher {
  display: none;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 10;
}
.commenting {
  display: none;
}
.active .commenting {
  display: flex;
  align-items: center;
}
.comments_attacher a, .comments_attached_more a {
  display: inline-block;
  margin: 10px;
}
.comments_attacher a.hide, .comments_attached_more a.hide {
  display: none;
}
.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;
}
a.modpower { position: relative; padding-right: 1.25em; }
a.modpower::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 1em; height: 1em;
  background: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10V8a5 5 0 0 1 10 0v2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h1zm2 0h6V8a3 3 0 0 0-6 0v2zm3 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/></svg>') center/contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10V8a5 5 0 0 1 10 0v2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h1zm2 0h6V8a3 3 0 0 0-6 0v2zm3 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/></svg>') center/contain no-repeat;
  opacity: .9;
}
/* PROFILES */
@media (max-width: 800px) {
  .profile .comment_area { max-width: none; }
  .make_comment { border-radius: 0; }
}
@media (max-width: 500px) {
  .comment_context { 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: var(--surface-bg, #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: 0;
  padding: 0 0 10px 0;
}
.feedmixin {
  background: var(--surface-bg,#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;
  vertical-align:top;
  width: 120px;
}
@media (max-width: 500px) {
 .feed_miximg { margin: 15px 0; padding: 0; text-align: center; width: 32%; }
}
.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, .menu .mobileonly { 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; }
  .menu .mobileonly { background: #18f; }
}
/* Cards */
.card {
  background: #d7ffff;
  display: inline-block;
  font-size: 18px;
  margin: 5px;
  max-width: 300px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 680px) { .card { max-width:unset; } }
.card-img-title {
  background-color: #000;
  background-size: cover;
  width: 100%;
}
.card-img-title h4 {
  color: #FFF;
  font-size: 40px;
  margin: 0;
  padding: 50px 0;
  text-shadow: 0 0 4px #FFF;
}
.card-content {
  padding: 20px;
}
.card-dialog:not(.dialog) {
  display: none;
}
.d-none { display: none; }
/* Menu Hamburger Icon */
.menu-icon {
  border-top: 0.375em double #000;
  border-bottom: 0.125em solid #000;
  display: block;
  color: #FFF;
  font-size: 25px;
  height: 0.5em;
  padding: 0.05em 0.35em;
  width: 0.8
}
/* Social Icons */
.sik>a {
  background: url('https://i.ani.me/0086/3591/icons.png');
  background: url('https://i.ani.me/0333/4050/icons-sm.png');
  background-size: 333px 46px;
}
.sik a {
  display: inline-block;
  color: #888;
  padding: 5px 10px;
  height: 48px;
  width: 55px;
}
.sik .tw {
  background-position: -62px 0px;
}
.sik .insta {
  background-position: -150px 0px;
}
.sik .wix {
  background-position: -170px 0px;
}
.sik .in {
  background-position: -225px 0px;
}
.sik .wp {
  background-position: -278px 0px;
}
.boxtitle {
  background: var(--highlight-bg, #EEE);
  border-radius: 5px 5px 0 0;
  font-size: 1.4em;
  margin: -15px -20px 10px;
  padding: 20px 40px;
}
.overflow-auto {
  overflow:auto !important;
}
/* INPUTS */
input[type=checkbox].l, input[type=radio].l {
  height: 2em;
  width: 2em;
}
.wideinput input[type=text], .wideinput select, .wideinput textarea {
  width: 100%;
}
.wideinput_m input[type=text], .wideinput_m select, .wideinput_m textarea {
  width: 100%;
  max-width: 800px;
}
.wideinput select.date, .wideinput_m select.date {
  width:initial;
}
.material input, .material select, .material textarea {
  border: 0;
  border: 2px solid #000;
  border-bottom: 2px solid #000;
  box-shadow: 4px 4px 0px #000;
  font: normal 1em/1.3em 'Open Sans',arial,sans-serif;
  line-height: 130%;
  margin: 0.8em 0.8em 1em 0;
  outline: none;
  padding: 0.5em;
}
.dark .material input[type=text], .dark .material select, .dark .material textarea {
  background: #646464;
  border: 2px solid #202020;
  color: #FFF;
}
.text_area {max-width:100%;}
.material input[type=file] {
  border: 0;
  font-size: 1.2em;
}
.material input[type=text]:focus, .material select:focus {
  border-bottom: 2px solid #3573e8;
  padding: 0.5em 0.5em 0.5em;
}
.material .bigger {
  padding: 15px 25px;
}
.material input.bigger[type=text]:focus, .material select.bigger:focus {
  padding: 15px 25px 13px;
}
.material label {
  display: block;
  opacity: 0.6;
  padding: 1em 0 0 0.5em;
  position: absolute;
  pointer-events: none;
  transition: 0.3s all;
}
.material .notempty>label, .material .field_with_errors>label {
  color: #3573e8;
  font-size: 90%;
  font-weight: bold;
  margin-top: -2em;
  opacity: 1;
}
.material .normal_label label {
  display: inline-block;
  margin-top: 0 !important;
  font-size: 100%;
  position: relative;
  pointer-events: unset;
}
.txt-lrg .material .notempty>label {

}
.material .dollars input[type="text"] {
  padding-left: 2.5em;
  position: relative;
}
.material .dollars::before {
  content: "$";
  position: absolute;
  color: #FFF;
  background: #000;
  padding: 8px 7px;
  border-radius: 3px;
  z-index: 1;
  margin-top: 0.5em;
  font-size: 1.6em;
}
.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=radio] {
  box-shadow: unset;
  height: 1.2em;
  width: 1.2em;
  vertical-align: middle
}
.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; }
}
.material>div,.form-group {
  padding: 0.8em 0 0;
}
.material input[type=submit], .btn, .material_button, .congroup button, #add_congoer_link a {
  background: var(--primary, #3573e8);
  border: 0;
  border-radius: 0;
  box-shadow: 4px 4px 0 #000;
  color: #FFF;
  display: inline-block;
  font: normal 1em/1.3em 'Open Sans',arial,sans-serif;
  padding: 15px 25px;
  transition: 0.2s background;
}
.btn-plain {
  box-shadow: none;
}
.material .hint {
  display:block;
  padding:10px 0 14px 0;
}
.material.oneline input[type=submit], .material.oneline .btn {
  padding: 11px;
}
@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-mild {
  background:#777;
  box-shadow:4px 4px 0 #00000033;
}
.btn-cxl{
  background: #F3F3F3;
  color: #3573e8;
  box-shadow:none;
}
.btn-cxl:hover{
  background: #D9D9D9;
}
.btn.btn-alt {
  background: #cccccc;
  color: #000;
}
.btn.btn-emphasized {
  background: #800 !important;
}
.btn.btn-danger {
  background: #F00 !important;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
/* Dark Mode */
.dark .abox {
  border: 0;
}
.dark .txt-color {
  color: #FFF;
}
/* Dark Mode W Border */
.dark .material_choice .choices {
  background: #4A4A4A !important;
  border: 1px solid #5A5A5A !important;
  color: #FFF;
}
.dark .hov:hover { background: #4A4A4A; }
/* Slight contrast elements. */
.dark .comment_link, .dark .comment_create a {
  background: #555 !important;
}
.dark .comment_link .url {
  color: #CCC;
}
/* Just text color */
.dark .comment_options .comment_hearts .heart a {
  color: #FFF !important;
}
.dark .material_choice .choices a {
  color: #FFF;
}
.dark .chatlist a {
  border-right: 15px solid #4A4A4A;
}
.dark .chatlist .friends {
  border-left: 0;
}
.round .comment8 {
  border-radius: 20px;
}
.round .anime_list, .round .about_me, .round .abox, .round .forum .thread, .round .morelink, .round .more_button, .round .feed .commented_on_picture, .round .comment_create, .round .comment_create a, .round .material_button {
  border-radius: 10px;
}
body .bg-important {
  background: #efff00;
}
body.dark .bg-important {
  background: #ce5d0c;
}
@media (max-width: 1000px) {
  /* Not round on mobile. */
  .round .feed>div>.comment8, .round .feed .topic_starter .comment8, .round .comment8 { border-radius: unset; }
}
.pointer {
  cursor: pointer;
}
.container {
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  width: 1140px;
}
.container-fluid {
  margin: 0;
  padding: 20px;
  width: 100%;
}
/* 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-5,.xrow-sm .col-5 {width: 41%;}
.col-6,.xrow-sm .col-6 {width: 50%;}
.col-7,.xrow-sm .col-7 {width: 58%;}
.col-8,.xrow-sm .col-8 {width: 77%;}
.col-9,.xrow-sm .col-9 {width: 75%;}
.col-10,.xrow-sm .col-10 {width: 84%;}
.col-11,.xrow-sm .col-11 {width: 90%;}
.col-12,.xrow-sm .col-12 {width:100%;}
.xrow-always .col-half{width:50%;}
.xrow img {
  max-width: 100%;
}
@media (max-width: 1200px) {
.xrow-lg .col-1,.xrow-lg .col-2,.xrow-lg .col-3,.xrow-lg .col-4,.xrow-lg .col-5,.xrow-lg .col-6,.xrow-lg .col-7,.xrow-lg .col-8,.xrow-lg .col-9,.xrow-lg .col-10{width:100%;}
}
@media (max-width: 800px) {
  .xrow { display: block; }
  .col-3, .col-9, [class*="col-"] { width: 100%; }
  [class*="col-"], .xrow {
    padding: 0.5em;
  }
  .nomobile { display: none; }
}
@media (min-width: 500px) {
 .xrow-sm { display: flex; }
}
@media (max-width: 500px) {
.xrow-sm .col-1,.xrow-sm .col-2,.xrow-sm .col-3,.xrow-sm .col-4,.xrow-sm .col-5,.xrow-sm .col-6,.xrow-sm .col-7,.xrow-sm .col-8,.xrow-sm .col-9,.xrow-sm .col-10{width:100%;}
}
.p-0{padding:0;}
.p-1{padding:0.5em;}
.p-2{padding: 1em;}
.pt-0{padding-top: 0;}
.pb-0{padding-bottom: 0;}
.ptb-0,.py-0{padding-top:0;padding-bottom:0;}
.pt-1,.p-1,.ptb-1,.py-1{padding-top:0.5em;}
.pt-2,.p-2,.ptb-2,.py-2{padding-top: 1em;}
.pt-4,.p-4,.ptb-4,.py-4{padding-top: 2em;}
.pb-1,.p-1,.ptb-1,.py-1{padding-bottom: 0.5em;}
.pb-2,.p-2,.ptb-2,.py-2{padding-bottom: 1em;}
.pb-4,.p-4,.ptb-4,.py-4{padding-bottom: 2em;}
.pl-2,.plr-2,.px-2{padding-left:1em;}
.pl-4,.plr-4,.px-4{padding-left:2em;}
.pr-2,.plr-2,.px-2{padding-right:1em;}
.pr-4,.plr-4,.px-4{padding-right:2em;}



.m-2{margin: 1em;}
.ml-2,.mlr-2{margin-left:1em;}
.mr-2,.mlr-2{margin-right:1em;}
.ml-4,.mlr-4{margin-left:2em;}
.mr-4,.mlr-4{margin-right:2em;}
.mt-2{margin-top:1em;}
.mt-3{margin-top:1.5em;}
.mt-4{margin-top:2em;}
.mt-0,.mtb-0{margin-top:0;}
.mb-0,.mtb-0{margin-bottom:0;}
.mb-2,.my-2{margin-bottom:1em;}
.mb-4,.my-4{margin-bottom:2em;}
.m-1{margin: 0.5em;}
.m-2{margin: 1em;}
.m-3{margin: 1.5em;}
.ml-1,.mx-1{margin-left: 0.5em;}
.ml-2,.mx-2{margin-left: 1em;}
.ml-3,.mx-3{margin-left: 1.5em;}
.mr-1,.mx-1{margin-right: 0.5em;}
.mr-2,.mx-2{margin-right: 1em;}
.mr-3,.mx-3{margin-right: 1.5em;}
.mt-1{margin-top: 0.5em;}
.mt-2{margin-top: 1em;}
.mt-3{margin-top: 1.5em;}
.mt-0,.my-0{margin-top: 0;}
.mb-0,.my-0{margin-bottom: 0;}
.mb-1,.my-1{margin-bottom: 0.5em;}
.mb-2,.my-2{margin-bottom: 1em;}
.mb-3,.my-3{margin-bottom: 1.5em;}
.mb-4,.my-4{margin-bottom: 2em;}
.w-100{width:100%;}
.br-100{border-radius:100px;}
.w-100p{width:100px;}
.mh-100{min-height:100px;}

.stripes>div:nth-child(odd){background:#EEE;}
.anocolor a{color:unset;}
.txt-normal{font-weight:normal;}
.txt-bold{font-weight:bold;}
.txt-10{font-size:10px;}
.txt-20{font-size:20px;}
.txt-40{font-size:40px;}
.txt-sm{font-size:80%;}
.txt-blk{color:#000;}
.txt-drk{color:#444;}
.txt-muted{color: #AAA !important;}
.txt-norm{font-weight:normal;}
.txt-center{text-align: center;}
.txt-left{text-align:left;}
.txt-right{text-align:right;}
.txt-sml{font-size:0.9em;}
.txt-med{font-size: 1.1em;}
.txt-lrg{font-size: 2rem;}
.txt-lh{line-height: 150%;}
.txt-white{color: white;}
body .bg-white{background-color:#FFF;}
body .bg-light{background-color:#DDD;}
body .bg-2 {background-color:#3ce4dd;}
body .bg-dark{background-color:#333;}
body .bd-black{border:1px solid #000;}
body .bd-round{border-radius:5px;}
body .bg-lylw {background-color:#FFD;}
body .border{border:1px solid #CCC;}
.bx-shadow{box-shadow:5px 5px 12px #999;}
.hov-bg-light:hover{background-color:#E1E1E1;}
.hov-bg-white:hover{background-color:#FFF;}
.black{color:black !important;}
.f-right {float: right;}
.in-b {display:inline-block;}
.flex {display:flex;}
.block {display:block;}
.d-center-flex { align-items: center; display: flex; justify-content: space-between; padding: 1em 0; }
.opacity-01{opacity:0.1;}
.p-relative{position:relative;}

.btn-pretty{background:#b201fd;border-radius:10px;font-size:1.5em;padding:30px 50px;}
.btn-selected{outline: 1px solid #CCC;}

.txt-nice{font-size:17px;line-height:200%;font-weight:400;}
.small{ max-width: 500px; }
.medium{ max-width: 800px; }
.large{ max-width: 1000px; }
.xl{max-width:1300px;}
.xxl{max-width:1600px;}
.sm-center{display:block;margin:0 auto;max-width:500px;}
.md-center{display:block;margin:0 auto;max-width:800px;}
.lg-center{display:block;margin:0 auto;max-width:1000px;}
.lg12-center{display:block;margin:0 auto;max-width:1200px;}
.xl-center{display:block;margin:0 auto;max-width:1400px;}
.spacer{padding:20px;}
.uline{text-decoration:underline;}
.privacynotice{font:normal 10px/18px 'Open Sans',arial;}
.privacynotice a { display: inline-block !important;}
.white-box{border: 1px solid #CCC;background:#FFF;border-radius:10px;color:#000;}
.white-box h1,.white-box h2{color:#000 !important;}
.d-none{display:none;}
.d-none.block{display:block;}
.d-block{display:block;}
.d-ib{display:inline-block;}
.errored {background:#ff0000;margin-top:10px;padding:10px;}
.shadowbox{box-shadow:2px 2px 4px #CCC;border:1px solid #CCC;}
.bx-neo{box-shadow:5px 5px 0 #000;}
.mx-auto{margin-right:auto;margin-left:auto;}
@media (max-width: 500px) { .sm-stack { flex-direction: column;gap: 10px; } }
/* Layout 48 */

/* Layout 73 */
/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.cycle-slideshow { width: 100%; min-width: 200px; max-width: 600px; margin: 0 auto; padding: 0; position: relative; }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 25px; 
    color: #ddd; cursor: pointer; display: inline-block; margin: 0;
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}

/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }

/* overlay */
.cycle-overlay {
  background: black;
  bottom: 0;
  color: white;
  font-family: tahoma, arial;
  font-size: 10px;
  opacity: .8;
  position: absolute;   
  padding: 15px;
  width: 100%;
  z-index: 600;
}
.cycle-overlay div:first-child { 
  font-size: 20px;
}

/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }

/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}
/* style overrides to make things more pleasant on mobile devices */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}
/* Layout 29 */
.bigpic {
width:100%;border: 1px solid #EEE;padding: 5px;
}
.slandered {
  color: #FFF;
  padding: 5px 0 9px;
}
.slandered a {
  font-weight: bold;
  font-size: 1.1em;
}
.drk-area {
background:#EEE;border:1px solid #CCC;
}
.featured_picture {
  border: 1px solid #E0E0E0; float: right; margin: 0px 40px 0px 10px; padding: 6px; width: 400px;
}
.booknote {
  background: #CFF;
  border-radius: 10px;
  font-size: 1.5em;
  margin: 10px 0;
  padding: 20px;
  text-align: center;
}
.booknote a:hover {
  text-decoration: underline;
}
.maxwidthpic {
  border: 2px solid #999;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px;
  width: 500px;
}
.ryanv_w { overflow: hidden;width:100%; }
.ryanv0 {
width:100%;height:1080px;pointer-events:none;height:100vh;
width:1920px;height:1080px;box-sizing:border-box;
}
.sound_button {
  display: inline-block;
  width: 60px;
}
.sound_button, .sound_slider {
  vertical-align: middle;
}
.ryan_hider {
  background: #EEE;
  height: 50px;
  margin-top: -50px;
  position: absolute;
  width: 100%;
}
.ryanv1 {
color:#FFF;text-shadow:2px 2px 0px #000,-2px -2px 0px #000,-2px 2px 0px #000,2px -2px 0px #000,2px 0px 0px #000,0px -2px 0px #000,-2px 0px 0px #000,0px 2px 0px #000;
position:absolute;top:0px;margin-top:180px;padding:0px 120px;text-align:left;box-sizing:border-box;
}
.ryanv2 {
font-size:110px;
}
.ryanv3 {
font-size:60px;
}
.ryanv4 { text-align: center; }
.ryanv4 a { border-radius: 10px; }
.txt-md-lg { font-size: 110px; }
.txt-md-md { font-size: 60px; }
.txt-md-sm { font-size: 20px; }
@media (max-width: 1100px) {
  .txt-md-lg { font-size: 90px; }
  .txt-md-md { font-size: 50px; }
  .txt-md-sm { font-size: 17px; }
}
@media (max-width: 900px) {
  .ryanv0 { width:1060px;height:600px;box-sizing:border-box; }
  .ryanv1 { padding: 20px; }
  .txt-md-lg { font-size: 60px; }
  .txt-md-md { font-size: 40px; }
  .txt-md-sm { font-size: 14px; }
}
@media (max-width: 550px) {
  .ryanv1 { padding: 20px; }
  .txt-md-lg { font-size: 40px; }
  .txt-md-md { font-size: 30px; }
  .txt-md-sm { font-size: 12px; }
}
.bullied>div { 
  font-size: 140%;
  text-align: center;
  line-height: 180%;
}
.bullied {
  background: #EEF;
}
.asection {
  background: #FFF url('https://s3.amazonaws.com/a.nime.me/0086/3876/sections.png') repeat-x;
  box-sizing: border-box;
  display: inline-block;
  max-width: 300px;
  margin: 30px;
  padding-top: 300px;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 500px) { .asection { display: block; margin: 10px auto; } }
.a2 { background-position: -300px 0px; }
.a3 { background-position: -600px 0px; }
.home .abox h3:first-of-type {
  margin-top: 0px;
}
#home_feature {
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px #CCC;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 20px;
  vertical-align: top;
  max-width: 630px;
  width: 100%;
}
.personryan {
  padding: 140px 0px 0px 0px;
}
.breakout {
  background: #5599FF;
  color: #FFF;
  position: absolute;
  left: 0px;
  margin: -130px auto 0px auto;
  padding: 20px 0px 0px;
  text-align: center;
  width: 100%;
}
.newspic {
  box-sizing: border-box;
  border: 1px solid #CCC;
  max-width: 100%;
  padding: 5px !important;
}
#likearea {
  height: 30px;
  padding: 5px 0px;
}
#likearea .___plusone_0 {
  vertical-align: top !important;
}
#likearea fb-like {
  padding-top: 4px;
}
.page_detail {
  background: #4E9BBC; 
  margin-left: -20px;
  padding: 20px 40px;
  max-width: 600px;
  width: 100%;
}
.pd_big {
  box-sizing: border-box;
  font-size: 20px;
  max-width: 400px;
  width: 100%;
}
#missile_options, #missile_loading {
  transition: all 1s linear;
  overflow: hidden;
}
#missile_loading img {
  display: inline-block;
  margin: -200px 0px 0px -200px;
}
.missile {
  border: 2px solid #EEE;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 40px;
  margin: 10px;
}
.mno {
  background: #F00;
}
.myes {
  background: #0F0;
}
.missile:hover {
  background: #CCC;
}
.blog h1 {
  margin: 0;
}
.blog .centered {
  width: 100%;
}
.blog .centered img {
  border: 1px solid #CCC;
  display: block;
  padding: 5px;
  margin: 8px auto;
}
.blog_post img {
  max-width: 100%;
}
.copyright {
  color: #888;
  padding: 10px 0px;
}
.disclaimer {
  box-sizing: border-box;
  color: #888;
  font-size: 80%;
  padding: 10px 0px 30px;
  max-width: 700px;
  width: 100%;
}
.ryanquote {
  color: #FFF;
  font-family: Merienda;
  font-size: 24px;
  margin: 0;
}
.ryanname {
  color: #00C;
  font-size: 20px;
  font-family: 'Open Sans';
  font-weight: normal;
}
.newsright {
  float: right;
  padding: 5px;
  border: 1px solid #EFEFEF;
  margin: 10px 0px 10px 10px;
}
.newsright img {
  border: 0px;
}
.edit_post a {
  padding: 2px 10px 2px 0px;
  font-size: 12px;
  display: inline-block;
}
.post_story, .post_summary {
  clear: both;
  padding: 15px 0px;
}
.post_story {
  line-height: 170%;
}
div.edit_postss::after {
  clear: both;
  content: '###';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 15px;
}
.home_blog {
  background: #FFF;
  box-shadow: 1px 1px 1px #CCC;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 10px 10px;
  padding: 10px;
  vertical-align: top;
  max-width: 250px;
  width: 100%;
}
.home_blog span {
  color: #CCC;
  display: block;
  font-size: 80%;
}
.home_blog h2 {
  margin: 0;
  padding: 0;
}
.home_blog h2 a {
  font-size: 60%;
}
.home_blog ul, .home_blog li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.home_blog ul li {
  padding: 5px 0 6px 2px;
}
p {
  line-height: 180%;
  width: 100%;
}
#next {
  float: right;
  width: 30px;
}
/* REGULAR PAGE STUFF */
body {
  margin:0px;
  padding:0px;
  text-align:center;
  font-family: Tahoma, Arial, sans-serif;
  font-family: 'Open Sans', sans-serif;
  background:#BEBEBE;}
a {
  color: #36F;
  text-decoration: none;
}
.action {
  background: #084162;
  border-bottom: 5px solid #FFF;
  color: #FFF;
  padding: 5px 0px 10px 0px;
}
.actionz {
  box-sizing: border-box;
  font-size: 12px;
  margin: 0px auto;
  padding: 8px 0px 0px 0px;
  text-align: center;
  max-width: 940px;
  width: 100%;
}
.action input[type=text], .action input[type=email] {
  background: white;
  border: 0;
  font-size: 12px;
  color: #084162;
  margin: 2px 5px 2px 0px;
  padding: 7px;
  border-radius: 3px;
  box-shadow: none;
}
.action input[type='submit'] {
  border: 0;
  border-radius: 5px;
  padding: 6px;
}
#top {
  background: #4E9BFC;
  text-align: center;
}
#top_content {
  box-sizing: border-box;
  margin: 0px auto;
  padding: 0px 40px 0px 40px;
  max-width: 940px;
  width: 100%;
}
.nav ul {
  overflow: hidden;
}
.nav ul, .nav li {
  font-family: Georgia,serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav ul>li {
  display: inline-block;
  padding: 0 0 0 20px;
  vertical-align: top;
}
.nav li a {
  border-right: 0px solid #FFF;
  color: #FFF;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  padding: 14px 15px 1px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-family: 'Rokkitt', serif;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 21px;
}
.nav li a:hover {
  background: #FFF;
  color: #4E9BBC;
}
.nav ul>li>ul {
  background: #4e9bfc;
  display: none;
  text-align: left;
  position: absolute;
  z-index:99999;
}
.nav ul>li:hover>ul {
  display: block;
}
.nav ul>li li {
  display: block;
  padding: 0;
}
.nav ul>li li a {
  width: 100%;
}
#main {
  background: #EEE;
}
#content, #home_philosophy {
  background: #FFF;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  padding: 0 40px 40px;
  max-width: 940px;
  width: 100%;
}
#content.home {
  background: none;
  padding: 10px 0px 0px 0px;
}
#onepix {
  width: 1px; height: 1px;
}


#footer_wrap {
  border-top: 3px solid #666;
  background: #BEBEBE;
}
#footer {
  box-sizing: border-box;
  margin: 0px auto;
  padding: 20px;
  text-align: left;
  max-width: 940px;
  width: 100%;
}
#footer>ul>li {
  color: blue;
  display: inline-block;
  padding: 20px 0px;
  vertical-align: top;
  width: 200px;
}
#footer ul li b {
  font-weight: normal;
  padding: 3px 8px;
}
#footer ul li a {
  display: block;
  padding: 3px 8px;
  transition: 0.3s all;
}
#footer ul li a:hover {
  background: #FFFFFF44;
}
#footer ul {
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 20px 10px;
  max-width: 900px;
  width: 100%;
}
#footer ul li ul {
  padding: 0.7em 0 0;
}

/*LEARN*/
.issues, #issues li {
list-style-type: none;
margin: 0px;
padding: 0px;
text-align: center;
}
.issues>li a {
  background: #405890;
  box-sizing: border-box;
  color: #FFF;
  float: left;
  margin: 10px 0px;
  max-width: 450px;
  width: 100%;
  padding: 3px 5px 5px 5px;
  border-radius: 4px 0px 0px 4px;
}
.issues a {
  color: #FFF;
  display: block;
}
.issues a:hover {
  background: #6068A0;
}
.endissue {
  border-radius: 0px 4px 4px 0px !important;
}
.issues li ul {
}
.issues li ul li {
  color: #FFF;
  display: inline-block;
  padding: 1px 5px;
  font-family: Georgia,serif;
  font-size: 9px;
  vertical-align: top;
}
.highlight {
  background: #F4F4F4;
  font-size: 14px;
  font: 14px/1.231 "Helvetica Neue",Helvetica,Segoe,"Segoe UI","Segoe WP",Calibri,Arial,clean,sans-serif;
  margin: 10px 0px 10px 0px;
  line-height: 19px;
  padding: 15px;
}
.highlight strong {
  color: #555;
}
.image {
  background: #FFF;
  float: right;
  height: 210px;
  width: 410px;
}
.highlights {
  color: #666;
  height: 220px;
  width: 420px;
}


a.tips {
  position: relative;
  text-decoration: none;
}
a.tips:after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 130%;
  left: 20%;
  background: #ffcb66;
  padding: 2px 8px;
  color: black;
  -webkit-border-radius: 10px;
  -moz-border-radius   : 10px;
  border-radius        : 10px;
  white-space: nowrap;
  opacity: 0;
   /* At time of this creation, only Fx4 doing pseduo transitions */
  -webkit-transition: all 0.4s ease;
  -moz-transition   : all 0.4s ease;
  font-size: 14px;
  line-height: 19px;
}
a.tips:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #ffcb66;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  /* At time of this creation, only Fx4 doing pseduo transitions */
  -webkit-transition: all 0.4s ease;
  -moz-transition   : all 0.4s ease;
  opacity: 0;
  left: 30%;
  bottom: 90%;
}
a.tips:hover:after {
  bottom: 100%;
}
a.tips:hover:before {
  bottom: 70%;
}
a.tips:hover:after, a:hover:before {
  opacity: 1;
}
img.postpic {
  border: 1px solid #EEE;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.project {
  padding-bottom: 30px;
}
.project img {
  border: 1px solid #E1E1E1;
  box-shadow: 10px 15px 0 #a5a5a5;
  float: right;
  margin: 0 0 4em 1em;
  padding: 5px;
}
.project:nth-child(odd) img {
  margin: 0 2em 4em 0;
  float: left;
}
.project {
  clear: both;
}
.project i {
  display: block;
  margin: 0 0 1em 0;
}
.project b {
  display: block;
  font-size: 1.5em;
  padding: 1em 0 0 0;
}
.project p {
  line-height: 30px;
  margin: 5px 0px;
  width: 100%;
}
.chart {
  border: 1px solid #E9E9E9;
  padding: 5px;
  margin: 10px;
}
#liekme {
  background: #FFF;
  box-sizing: border-box;
  margin: 10px 0px;
  overflow: hidden;
  width: 100%;
}
#picinfo {
  display: inline-block;
  margin: 10px 0px 10px 10px;
  text-align: center;
  vertical-align: top;
  max-width: 350px;
}
#picinfo img {
  background: #FFF;
  border: 1px solid #EFEFEF;
  box-shadow: 5px 5px 1px #CCC;
  margin-bottom: 15px;
  padding: 10px;
  width: 200px;
}
#ryaninfo {
  background: #FFF;
  box-shadow: 5px 5px 1px #CCC;
  display: inline-block;
  margin: 10px 0px;
  padding: 20px;
  width: 100%;
  max-width: 630px;
}
#ryaninfo p {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
#home_philosophy_w, #home_philosophy {
  background: #000 !important;
  color: #999;
}
#home_philosophy {
  clear: both;
  font-family: "Times New Roman", serif;
  font-size: 20px;
  padding: 50px 10px;
  margin: 0px auto;
}
#home_philosophy div {
  padding: 20px 0px;
}
#home_philosophy h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-align: center;
}
.nav ul>li.moblink { display: none; }

@media screen and (min-width: 1300px) {
  #home_blog { max-width: 450px; }
  #content, #home_philosophy { max-width: 1100px; }
  #content .blog_post { max-width: 760px; width: 100%; }
  #picinfo img { width: 325px; }
}
@media screen and (min-width: 100px;) {
  #liekme { display: none; }
}
/* SMALL SCREENS */
@media (max-width: 900px) {
  #home_feature, #home_blog { max-width: none; margin: 10px 0px; }
  .nav ul>li { display: none;z-index:99; }
  #top { position: relative; z-index: 9; }
  .nav ul>li.moblink, .nav ul>li.logo { display: block; }
  .nav.active ul>li { display: block; }
  .featured_picture { border:0;max-width: 250px; }
}
@media (max-width: 800px) {
  #picinfo { max-width: none; float: none; }
  #mc_embed_signup { padding: 20px; box-sizing: border-box; display: none; }
  #mc_embed_signup label { display: block; }
  #mc_embed_signup input { display: block; }
}
@media (max-width: 500px) {
  .featured_picture { max-width: 150px; }
}
