/*********************  Body *********************/

@import url('https://fonts.googleapis.com/css?family=Lobster|Playfair+Display:400i|Kelly+Slab|Roboto|Fjalla+One|Courgette');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700');


@font-face {
    font-family: 'american_textregular';
    src: 
     url('https://files.jcink.net/uploads/adaptation/fonts/american_text_regular.ttf') format('truetype'),
    url('https://files.jcink.net/uploads/adaptation/fonts/american_text_regular.woff2') format('woff2'),
         url('https://files.jcink.net/uploads/adaptation/fonts/american_text_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
     
    body, html {
        height: auto;
    }    
#blurred-image-container {
    display:block;
    padding:0;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:-1;
}
.img-src { 
    position: absolute;    
  background: url(https://i.imgur.com/CdQMjDe.jpg); 
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        height: 100%;
        width: 100%;
    
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}    
}

body {  
    font-family: 'roboto', sans-serif;  
	font-size: 12px;  
	margin: 0px; 
	padding: 0px; 
	line-height: 110%;
	background-color: #555;
    
    --guest: #935c52;
    --guestminibg: rgba(147,92,82,0.3);
    --guestbg: rgba(147,92,82,0.6);
    
    --staff: #527c7d;
    --staffminibg: rgba(82,124,125,0.2);
    --staffbg: rgba(82,124,125,0.6);
    
    --ooc: #8a8961;
    --oocminibg: rgba(152,155,99,0.3);
    --oocbg: rgba(152,155,99,0.6);
    
    --mortal: #995252;
    --mortalminibg: rgba(153,82,82,0.3);
    --mortalbg: rgba(153,82,82,0.6);
    
    --sempiternal: #6c8c57;
    --sempiminibg: rgba(108,140,87,0.3);
    --sempiternalbg: rgba(108,140,87,0.6);
    
    --immortal: #6083a3;
    --imminibg: rgba(96,131,163,0.2);
    --immortalbg: rgba(96,131,163,0.6);
    
    --eternal: #80698d;
    --eternalminibg: rgba(128,105,141,0.3);
    --eternalbg: rgba(128,105,141,0.6);
}
table, tr, td { 
	font-family: 'roboto', sans-serif;  
	font-size: 12px;  
	color: gray;
}
.category  {
    margin-top:40px;
}
index table tbody { 
    width:975px; 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}

#blurred-image-container {
    display:block;
    padding:0;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:-1;
}
.img-src { 
    background-image:url(https://i.imgur.com/CdQMjDe.jpg);
-webkit-background-size: 100%; 
-moz-background-size: 100%; 
-o-background-size: 100%; 
background-size: 100%; 
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
    
    
    position: absolute;    
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 0px);
    height: calc(100vh - 0px);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.img-src.blurred-image {
    opacity:0;
    -webkit-filter: blur(7px) brightness(0.7) grayscale(100%);
    -ms-filter: blur(7px) brightness(0.7);
    -o-filter: blur(7px) brightness(0.7);
    filter: blur(7px) brightness(0.7)  grayscale(100%);
}


#wrapper {
    position: relative;
    margin: 0 5%;
    background-color: rgba(68,68,68,0);   
    min-width: 1000px;
    max-width: 100%;
    box-shadow: none;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    z-index: 10;
}
#wrapper #top {
    position: relative;
    width: 100%;
    height: 650px;
    margin: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.newstext, #submenu, #userlinks, .forum-subheader {
    display: none;
}

::-webkit-scrollbar-thumb:vertical {
    border:3px solid #0a0a0a;
    color: #555;
    height:10px; 
    background-color: #ccc;
}
::-webkit-scrollbar {
    background-color: #ccc;
    height:7px;
    width:12px;
    border:5px solid #0a0a0a;
}

#s-m-t-tooltip{
  /* basic */
  max-width:300px;
  z-index:9999999;
  margin:24px 14px 5px 12px;
  /* style and design */
  padding:5px 8px;
  background:#444; /* fallback if rgba not supported */
  background: rgba(68,68,68,0.95);
  -moz-border-radius:3px;
  -webkit-border-radius:5px;
  border-radius:3px;
  -moz-box-shadow:2px 2px 0 rgba(0,0,0,0.2), -1px -1px 1px #777;
  -webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.2), -1px -1px 1px #777;
  box-shadow:2px 2px 0 rgba(0,0,0,0.2), -1px -1px 1px #777;
  /* font */
  font-family: 'calibri',sans-serif;
  font-size: 10px;
  color: #eee;
    text-transform: uppercase;
}

/***********************  headermenu  ***********************/
#headermenu {
    display: none;
    position: fixed;
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #aaa;
    z-index: 9999;
}
#headermenu .ava {    
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100px;
    height: 100px;
    background-image: url(https://files.jcink.net/uploads/adaptation/default.gif);
    background-position: center;
    background-size: 100px auto;
    z-index: 8;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 10;
}
#headermenu .ava img {    
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: 100px auto;
}
#headermenu .avawrap {    
    position: absolute;
    top: 0px;
    left: -55px;
    width: 110px;
    height: 110px;
    background-color: #aaa;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 5;
}
#headermenu .accountname { 
    position: relative;
    display: inline-block;
    float: left;
    top: 12px;
    left: 3%;
    padding: 1px 3px 3px 0;
    text-align: left;
    font-size: 32px;
    font-family: 'american_textregular', sans-serif;
    font-style: italic;
    text-transform: lowercase;
    text-shadow: 1px 1px 0 #222;
}
#headermenu .accountname::first-letter {  
    position: relative;
    float: left;
    color: rgba(145,76,64,0.8);
    text-transform: uppercase;
    margin: 4px 2px 0 -9px;
    font-size: 44px;
    -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
#headermenu .accountname a { 
    position: relative;
    color: #ccc;
    left: -10px;
    z-index: 6;
}
#headermenu .accountname:before { 
    content: '';
    position: absolute;
    top: -7px;
    left: -30px;
    width: 40px;
    height: 40px;
    padding: 2px;
    background-color: #999;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 5;
}

#headermenu .accountnav {  
    position: relative;
    display: inline-block;
    float: left;
    top: 35px;
    left: 55px;
    padding: 6px;
    text-align: center;
    color: #bbb;
    z-index: 9999;
}
#headermenu .acp { 
    position: absolute;
    display: inline-block;
    top: 8px;
    left: -50px;
    background-color: #6f6f6f;
    border: 1px solid #aaa;
    padding: 4px 3px 4px 2px;
    font-size: 16px;
    margin: 0 3px;
    border-radius: 100%;
    z-index: 10;
    transition: all 0.5s ease-out;
    -o-transition-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
#headermenu .accountnav span { 
    background-color: #6f6f6f;
    border: 1px solid #aaa;
    padding: 3px 0px 2px 4px;
    font-size: 16px;
    margin: 0 3px;
    border-radius: 100%;
    
    transition: all 0.5s ease-out;
    -o-transition-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
#headermenu .accountnav .extra { 
    position: relative;
    display: inline-block;
    border-radius: 100%;
    background-color: #6f6f6f;
    border: 1px solid #aaa;
    padding: 3px 2px 3px 3px;
    font-size: 18px;
    margin: 0 0 0 2px;
    
    transition: all 0.5s ease-out;
    -o-transition-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
#headermenu .accountnav .extra span { 
    background-color: #6f6f6f;
    border: 0px solid;
    padding: 0;
}
#headermenu .accountnav a, #headermenu .acp a { 
    color:#bbb;    
}
#headermenu .accountnav a:hover, #headermenu .acp a:hover { 
    color:#333;    
}
#headermenu .accountnav .extra .num { 
    position: absolute;
    display: inline-block;
    top: -6px;
    right: -6px;
    background-color: #955d54;
    padding: 1px 5px;
    font-size: 11px;
    font-family: 'roboto', sans-serif;
    border-radius: 100%;
}
#headermenu .accountnav .extra .num div:empty {
  display:none;
}

#headermenu .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: url(https://i.imgur.com/CdQMjDe.jpg) top left;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    -webkit-filter: blur(7px) brightness(0.7) grayscale(100%);
    -ms-filter: blur(7px) brightness(0.7);
    -o-filter: blur(7px) brightness(0.7);
    filter: blur(7px) brightness(0.7) grayscale(100%);
    z-index: 2;
}
#headermenu .bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: linear-gradient(90deg, rgba(151,151,151,1) 0%, rgba(35,35,35,1) 100%);
    z-index: 1;
}
#headermenu .navright {
    position: relative;
    display: inline-block;
    float: right;
    top: 43px;
    right: 9%;
    font-size: 14px;
    text-align: center;
    z-index: 5;
}
#headermenu .navright span {  
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 4px;
    color: #aaa;
    background-color: #232323;
    border: 1px solid #aaa;
    border-radius: 100%;
    text-align: center;
    margin: 0 3px;
}
#headermenu .navright #navstrip {  
    position: relative;
    display: inline-block;
    top: -3px;
    padding: 4px 10px;
    color: #aaa;
    background-color: #232323;
    border: 1px solid #777;
    border-radius: 5px;
    text-align: center;
    margin: 0 3px;
}
#headermenu .navright .nav {  
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 0px;
    background: transparent;
    margin: 0 15px 0 0;
}
#headermenu #navstrip a {
    color:#aaa;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    text-transform:uppercase; 
    font-family: 'Fjalla One', sans-serif;
}

#headermenu #subaccounts_menu .forminput {
    position: relative;
    height: 18px;
    width: 12px;
    background-color: #935c52;
    border: 0;
    color: #000;
    font-family: 'calibri', sans-serif;
    outline: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
#headermenu .accountnav #subaccounts_menu:after {
    content: '▼';
    position: absolute;
    height: 11px;
    width: 11px;
    right: 1px;
    top: 3px;
    font: 17px sans-serif;
    color: #bbb;
    padding: 0 8px 9px 0;
    pointer-events: none;
    text-shadow: none;
    border-radius: 100%;
    background-color: #6f6f6f;
}
 
#headermenu .accountnav #subaccounts_menu select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/***********************  headermenu > alerts  ***********************/
#recent-alerts {
    position:absolute; 
    margin-left: 250px;
    margin-top: 53px;
    padding:3px;
    z-index: 1 !important;
}
#recent-alerts .tableborder {
    width: 400px;
    padding: 24px 5px 5px 32px;
    border: 0;
    margin: 0;
    background-color: rgba(185,158,126,0);
}
#recent-alerts-data .row2 {
    margin: -1px 0; 
    background-color: #a3a3a3;
    color:#333; 
    font-size:11px; 
    font-family: 'roboto', sans-serif; 
    text-align:left; 
    text-transform: lowercase;
    padding:7px 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#recent-alerts-data .recent-alerts-msg {
    background-color: rgba(196,196,196,0);
}
#recent-alerts-data .row2 a {
    margin:0; 
    color:#000; 
    font-size:10px; 
    font-family:sans-serif; 
    text-align:center; 
    font-weight: bold;
    text-transform: uppercase;
}
#recent-alerts .pformstrip {
    background-color: #bdbbbb;
    background-image: none;
    padding: 5px;
    font-family: 'roboto', sans-serif;
    font-size: 12px;
    color: #000;
    font-size: 12px;
}
#recent-alerts .pformstrip:first-child {
    border-radius: 5px 5px 0 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#recent-alerts .pformstrip:last-child {
    border-radius: 0 0 5px 5px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#recent-alerts .pformstrip a {
    color: #000;
    font-family: 'roboto', sans-serif;
    font-size: 12px;
    text-transform: lowercase;
}

/***********************  top info  ***********************/
#topinfo {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    top: 200px;
    width: 1000px;
    height: 400px;
    margin-bottom: 160px;
    background-image: url(https://i.imgur.com/CdQMjDe.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
    text-align: center;
    border: 1px solid #bbb;
    box-shadow: 5px 5px 0 rgba(51,51,51,0.8);
}
#topinfo:before {
    content: '';
    position: relative;
    padding: 193px 500px;
    top: 174px;
    left: -19px;
    border: 1px solid #888;
}
#wrap {
    position: absolute;
    top: 325px;
    left: -1px;
    width: 45%;
    height: 250px;
    background-color: rgba(201,201,201, 0.7);
}
#namewrap {
    position: absolute;
    top: 124px;
    left: -1px;
    width: 40%;
    height: 200px;
    padding: 25px;
    background-color: rgba(201, 201, 201, 0.8);
    border-right: 15px solid var(--guest); 
    z-index: 5;
}
#namewrap .name {
    position: relative;
    /* float: right; */
    margin: auto;
    width: 410px;
    height: 140px;
    text-align: left;
    top: 0;
    left: 0;
    
    color: #333;
    font-family: 'american_textregular', sans-serif;
    font-size: 132px;
    line-height: 70%;
    font-style: italic;
}
#namewrap .name:after {
    position: absolute;
    content: ' F ';
    margin: 5px -83px;
    color: rgba(51,51,51,0.4);
    font-family: 'american_textregular', sans-serif;
    font-size: 145px;
    letter-spacing: -5px;
}
#namewrap first {
    position: absolute;
    top: 33px;
    left: 68px;
    color: #333;
    font-family: 'american_textregular', sans-serif;
    font-size: 48px;
    line-height: 70%;
    font-style: italic;
    word-spacing: -10px;
}
#namewrap .descrip {
    position: relative;
    width: 80%;
    padding: 0 15px;
    top: -68px;
    left: 39px;
    color: #000;
    text-align: justify;
    font-family: 'source sans pro', sans-serif;
    font-size: 12px;
    line-height: 120%;
}
#namewrap .descrip .title {
    position: relative;
    width: 100%;
    color: #000;
    text-align: right;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
}
#namewrap .descrip .title .line {
    position: relative;
    top: 11px;
    width: 78%;
    height: 3px;
    background: #c93e26;
}
#namewrap .descrip p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border-left: 2px solid #999;
    padding-left: 8px;
}

/***********************  topinfo tabs   ***********************/
 
#topinfo .tab {
    position: relative;
    left: 419px;
    top: 144px;
    height: 200px;
    width: 60px;
    overflow: hidden;
    z-index: 5;
}
#topinfo  .tab button {
    width: 60px;
    height: 60px;
    background-color: #909090 !important;
    border: 0px solid #ccc;
    background-size: 50px auto;
    background-position: top center;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    margin: 0 5px 6px 0;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    color: #444;
}
#topinfo .tab .active {
  background-color: #bbb !important;
    z-index: 1;
}
#topinfo .tab button:hover {
  background-color: #ddd;
}
#topinfo .tabcontent {
    position: absolute;
    display: none;
    top: 0;
    right: 18px;
    width: 475px;
    height: 368px;
    padding: 6px 12px;
}  
    
/***********************  topinfo > tab1   ***********************/

#recent-topics {
    display: none;
}
#recent-topics-clip {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0;
    width: 98%;
    height: 370px;
    padding: 5px;
}
#topinfo #recents {
    position: relative;
    width: 100%;
    height: 370px;
    top: 5px;
    overflow: hidden;
}
#topinfo #recents p {
    display: block;
    margin-block-start: 3px;
    margin-block-end: 10px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.holdrec {
    background-color: rgba(221,221,221,0);
    padding: 0 6px;
    color: transparent;
    margin: 0 3px;
    display: block;
    position: relative;
    text-align: right;
}
.holdrec a:first-child {   
    position: relative;
    display: inline-block;
    padding: 0px;
    text-shadow: none;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
}
.holdrec a {  
    position: relative;
    display: inline-block;
    margin-left: -15px;
    font: 400 11px 'source sans pro', sans-serif;
    text-transform: capitalize;
    color: #000;
    padding: 7px 5px;
    line-height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px;
    background-color: rgba(170,170,170,0.3);
}
.holdrec a:last-child {   
    display: none;
}
.holdrec a strong {
    position: relative;
    display: inline-block;
    font: 400 12px 'source sans pro', sans-serif;
    color: #333;
    padding: 3px 8px;
    overflow: hidden;
    border-radius: 5px;
    background-color: rgba(170,170,170,0.4);
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #eee;
}

span#recent-alerts-data::-webkit-scrollbar { width:6px; height: 5px; }
span#recent-alerts-data::-webkit-scrollbar-track { background-color: rgba(170,170,170); }
span#recent-alerts-data::-webkit-scrollbar-thumb { background-color: #555; }
#topinfo #recents::-webkit-scrollbar-track { background-color: rgba(170,170,170,0); }

/***********************  topinfo > tab2   ***********************/
#topinfo .staff {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 165px;
    padding: 0 5px;
    margin: 10px 0;
}
#topinfo .staff .title, #topinfo .account .title {
    position: relative;
    width: 80%;
    background-color: rgba(201,62,38,0.6); 
    padding: 10px;
    font-family: 'american_textregular', sans-serif;
    color: #000;
    font-style: italic;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
}
#topinfo .fsstaff, #topinfo .fsstaff2 {
    position: relative;
    display: inline-block;
    width: 87px;
    height: 40px;
    padding: 41px 0 0 0;
    top: 0px;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    font-family: 'lobster', cursive;
    font-size: 25px;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    z-index: 1;
}
#topinfo .fsstaff2 {
    margin: 5px 5px;
}
#topinfo .staff .sq, #topinfo .staff2 .sq {
    position: relative;
    display: inline-block;
    margin: -44px auto 0 auto;
    width: 74px;
    height: 74px;
    border: 1px solid #ccc;
    transform: rotate(45deg);
}

#topinfo .wrap { 
    position: absolute;
    top: 5px;
    border: 3px solid rgba(217, 217, 217, 0);
    width: 80px !important;
    height: 80px !important;
    background-position: center;
    background-size: auto 80px;
    
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    -ms-transition: -ms-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    z-index: 3;
}
#topinfo .sarah {
    background-image:url(http://pile.randimg.net/1/186/109144/sarah.png); 
}
#topinfo .eien {
    background-image:url(http://pile.randimg.net/1/186/109146/eien.png);
}
#topinfo .yukie { 
    background-image:url(http://pile.randimg.net/1/243/123464/yukie2.png); 
}

#topinfo .sarah:hover, #topinfo .eien:hover, #topinfo .yukie:hover {
    content: ' sarah ';
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    text-align: center;
    color: #000;
    background-color: rgba(221,221,221,0.2);
    opacity: 0.5;
    transform: scale3d(1.2,1.2,1.2);
    
    animation: shadow-pulse1 2s infinite;
    z-index: 5;
}
#topinfo .header a:hover .btnAfter, #topinfo .header a:hover .btnBefore, #topinfo .footer a:hover .btnAfter, #topinfo .footer a:hover .btnBefore {
height: 100%;
width: 100%;
transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
        }

#topinfo .season {
    position: relative;
    margin: 20px auto;
    top: 15px;
    width: 260px;
    height: 42px;
    padding: 5px;
    border-radius: 10px 0;
    border: 3px solid rgba(217, 217, 217, 0.9);
}
#topinfo season {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    height: 52px;
    border-radius: 10px 0;
    background-size: 327px auto;
    background-position: center;
    z-index: 1;
}
#topinfo .season h1 {
    margin: 6px 0 0 110px;
    color: #efefef;
    text-transform: lowercase;
    text-shadow: 0 1px 1px #000;
    letter-spacing: 1px;
    font-size: 36px;
    text-align: center;
    line-height: 100%;
    font-family: 'lobster', cursive;
    font-style: italic;
    font-weight: lighter;
}

#topinfo .credits {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 133px;
    width: 284px;
    padding: 20px;
    text-align: justify;
    font-size: 14px;
    font-family: 'roboto',sans-serif;
    color: #bbb;
    line-height: 110%;
    overflow: hidden;
    z-index: 4;
}
#topinfo .credits .icon {
    position: absolute;
    bottom: -20px;
    right: -30px;
    font-size: 148px;
    color: rgba(38,38,38,0.3);
    overflow: hidden;
    z-index: -1;
}

#topinfo .account {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 335px;
    width: 150px;
    margin: 17px 0;
    text-align: center;
}
#topinfo .account .welcome {  
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 45px 0 5px 0;
    font-family: 'source sans pro', sans-serif;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
}
#topinfo .account .welcome a {
    text-decoration: none;
    font-style: italic;
    color: #965f55;
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
    text-shadow: 1px 1px 0 #333;   
}
#topinfo .account .ava {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto 20px auto;
    border-radius: 100%;
    border: 5px solid #9a6359;
    background-image: url(https://files.jcink.net/uploads/adaptation/default.gif);
    background-position: center;
    background-size: 130px auto;
    
    animation: shadow-pulse1 2s infinite;
    z-index: 8;
}
#topinfo .account .ava img {
    width: 130px;
    height: 130px;
    background-size: 130px auto;
    border-radius: 100%;
}
#topinfo .account #subaccounts_menu .forminput {
    position: relative;
    margin: auto;
    height: 20px;
    width: 90%;
    margin-top: 5px;
    background-color: #b0b0b0;
    border: 0;
    color: #000;
    font-family: 'source sans pro', sans-serif;
    outline: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#topinfo .account #subaccounts_menu .forminput option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 0.3em;
    padding: 0px 2px 0;
    font-family: 'source sans pro', sans-serif;
    font-size: 11px;
}

@keyframes shadow-pulse1 {
  0% {
    box-shadow: 0 0 0 0px rgba(196,196,196,0.3);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(196,196,196,0);
  }
}

/***********************  topinfo > tab3   ***********************/
#topinfo .buttons {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 334px;
    width: 468px;
    padding: 20px 10px;
    text-align: justify;
}
#topinfo .buttons span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 20px 13px;
    float: left;
    width: 88px;
    font-family: 'source sans pro', sans-serif;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 16px 1px;
    background-color: rgba(193,193,193,0);
    
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    
    z-index: 2;
}
#topinfo .buttons i {
    position: absolute;
    left: 36%;
    top: 12px;
    font-size: 32px;
    color: rgba(221,221,221,0.3);
    z-index: -1;
}
#topinfo .buttons a:hover {
    color: #fff;
}
#topinfo .buttons span:hover {
    background-color: rgba(150,95,85,0.5);
    border-radius: 10px;
}


/***********************  board   ***********************/
#innerwrapper {
    position: relative;
    margin: auto;
    padding-top: 440px;
}

.maintitle {
    position: relative;
    height: 175px;
    margin: 50px auto;
    
    text-align: right;
    color: #222;
    font-size: 55px;
    text-transform: capitalize;
    font-family: 'poppins', sans-serif;
    font-style: italic;
    line-height: 120%;
    
    background-image: url(https://i.imgur.com/CdQMjDe.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
}

.maintitle:first-child {
    margin-top: 100px;
}
.maintitle cat {
    position: relative;
    margin: auto;
    color: #333;
    top: 42px;
    left: -1px;
    padding: 13px 20px 15px 20px;
    text-decoration-color: rgba(201,62,38,0.8);
    background-color: rgba(201, 201, 201, 0.8);
    border-right: 15px solid rgba(201,62,38,0.8);
    
    z-index: 5;
    transition: all 0.5s ease-out;
    -o-transition-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
#idx .maintitle span {
    display: none;
}
.maintitle a {
    position: relative;
    color: #ccc;
    top: 55px;
    padding: 15px 200px 15px 15px;
    
    letter-spacing: 0px;
    text-transform: lowercase;
    font-size: 22px;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
    
    background-color: rgba(201, 201, 201, 0);
    border-right: 15px solid rgba(201,62,38,0);
    z-index: 5;
    
    transition: all 0.7s ease-out;
    -o-transition-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
}
.maintitle img {
    display: none;
}
.maintitle a:before {
  content: '. ' ;
  position: relative;
    display: inline-block;
    z-index: 4;
}
.maintitle a:hover {
    letter-spacing: 1.5px;
}
.maintitle id {
    position: absolute;
    top: 57px;
    right: 50px;
    text-align: right;
    color: rgba(201,201,201,0.2);
    font-size: 300px;
    text-transform: capitalize;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: -22px;
    font-style: italic;
}
.maintitle .right {
    position: absolute;
    right: 0;
    top: 0;
    height: 175px;
    width: 75%;
    overflow: hidden;
}

/***********************  board > redirect rows  ***********************/
#innerwrapper #redirect {
    position: absolute;
    top: 150px;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

#innerwrapper #redirect .tl .button, #innerwrapper #redirect .bl .button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: left;
    font-size: 41px;
    color: #935c52;
    border-radius: 100%;
    z-index: 5;
}
#innerwrapper #redirect .tl .button {
    padding: 50px 90px 60px 0;
}
#innerwrapper #redirect .bl .button {
    padding: 40px 90px 60px 0;
}
#innerwrapper #redirect .tr .button, #innerwrapper #redirect .br .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: left;
    font-size: 41px;
    color: #935c52;
    border-radius: 100%;
    z-index: 5;
}
#innerwrapper #redirect .tr .button {
    padding: 40px 0 60px 90px;
}
#innerwrapper #redirect .br .button {
    padding: 40px 0 60px 90px;
}

#innerwrapper #redirect .tl .button i:hover, #innerwrapper #redirect .bl .button i:hover, #innerwrapper #redirect .tr .button i:hover, #innerwrapper #redirect .br .button i:hover  {
    border-radius: 100%;
    animation: shadow-pulse1 2s infinite;
}

#innerwrapper #redirect .tl, #innerwrapper #redirect .tr, #innerwrapper #redirect .bl, #innerwrapper #redirect .br {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    height: 130px;
    background-color: rgba(201,201,201, 0.7);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#innerwrapper #redirect .tl, #innerwrapper #redirect .bl {
    float: left;
}
#innerwrapper #redirect .tr, #innerwrapper #redirect .br {
    float: right;
}
#innerwrapper #redirect .tl, #innerwrapper #redirect .tr {
    margin-bottom: 21px;
    margin-top: 8px;
}

#innerwrapper #redirect .tl .title, #innerwrapper #redirect .bl .title {
    position: absolute;
    display: inline-block;
    padding: 15px 10px 0px 53px;
    
    color: #ccc;
    text-transform: capitalize;
    font-family: 'american_textregular', sans-serif;
    font-style: italic;
    text-align: left;
    line-height: 70%;
    text-decoration: underline;
    text-decoration-color: rgba(145,76,64,0.8);
    text-transform: lowercase;
    font-size: 42px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

#innerwrapper #redirect .tl .title::first-letter, #innerwrapper #redirect .bl .title::first-letter {
    position: relative;
    float: left;
    color: rgba(145,76,64,0.8);
    font-size: 250%;
    text-transform: uppercase;
    margin: 30px 12px 0 5px;
}

#innerwrapper #redirect .tr .title, #innerwrapper #redirect .br .title  {
    position: absolute;
    display: inline-block;
    right: 0;
    padding: 15px 53px 0px 10px;   
    
    unicode-bidi:bidi-override;
    direction:rtl;
    
    color: #ccc;
    text-transform: capitalize;
    font-family: 'american_textregular', sans-serif;
    font-style: italic;
    text-align: left;
    line-height: 70%;
    text-decoration: underline;
    text-decoration-color: rgba(145,76,64,0.8);
    text-transform: lowercase;
    font-size: 42px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
#innerwrapper #redirect .tr .title::first-letter, #innerwrapper #redirect .br .title::first-letter {
    position: relative;
    float: right;
    color: rgba(145,76,64,0.8);
    font-size: 250%;
    text-transform: uppercase;
    margin: 26px 0 0 -22px;
}
#innerwrapper #redirect .br .title {
    right: 17px;
}


#innerwrapper #redirect .tl .BG, #innerwrapper #redirect .bl .BG, #innerwrapper #redirect .tr .BG, #innerwrapper #redirect .br .BG {
    position: relative;
    display: table-cell;
    vertical-align: top;
    top: 0;
    left: 0;
    width: 100px;
    height: 130px;
    overflow: hidden;
}
#innerwrapper #redirect .tl .BG, #innerwrapper #redirect .bl .BG {
    border-right: 2px solid rgba(38,38,38,0.2);
}
#innerwrapper #redirect .tr .BG, #innerwrapper #redirect .br .BG {
    border-left: 2px solid rgba(38,38,38,0.2);
}

#innerwrapper #redirect .tl .BG span, #innerwrapper #redirect .bl .BG span {
    position: absolute;
    top: 60px;
    font-size: 176px;
    text-transform: capitalize;
    font-family: 'american_textregular', sans-serif;
    font-style: italic;
    color: rgba(38,38,38,0.2);
    letter-spacing: -13px;
    transform: rotate(6deg);
}
#innerwrapper #redirect .tr .BG span, #innerwrapper #redirect .br .BG span {
    position: absolute;
    top: 57px;
    left: -26px;
    font-size: 206px;
    text-transform: capitalize;
    font-family: 'american_textregular', sans-serif;
    font-style: italic;
    color: rgba(38,38,38,0.2);
    letter-spacing: -13px;
    transform: rotate(3deg);
}

#innerwrapper #redirect .tl .BG span {
    left: 0;
}

#innerwrapper #redirect .tl .descrip, #innerwrapper #redirect .bl .descrip, #innerwrapper #redirect .tr .descrip, #innerwrapper #redirect .br .descrip {
    position: relative;
    display: table-cell;
    vertical-align: top; 
    padding: 58px 10px 0 10px;
    font-family: 'roboto',sans-serif;
    font-size: 12px;
    color: #111;
    text-align: justify;
}


#innerwrapper #redirect .tl .icon, #innerwrapper #redirect .bl .icon, #innerwrapper #redirect .tr .icon, #innerwrapper #redirect .br .icon {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 130px;
    height: 130px;
    overflow: hidden;
}
#innerwrapper #redirect .tl .icon i {
    position: absolute;
    top: -35px;
    left: -1px;
    font-size: 152px;
    color: rgba(38,38,38,0.2);
    transform: rotate(26deg);
}
#innerwrapper #redirect .bl .icon i {
    position: absolute;
    top: 20px;
    left: 12px;
    font-size: 118px;
    color: rgba(38,38,38,0.2);
    transform: rotate(12deg);
}
#innerwrapper #redirect .tr .icon i {
    position: absolute;
    top: -7px;
    left: 13px;
    font-size: 118px;
    color: rgba(38,38,38,0.2);
    transform: rotate(-24deg);
}
#innerwrapper #redirect .br .icon i {
    position: absolute;
    top: 23px;
    left: -9px;
    font-size: 118px;
    color: rgba(38,38,38,0.2);
    transform: rotate(-13deg);
}

#innerwrapper #redirect .tl .descrip span, #innerwrapper #redirect .bl .descrip span {
    position: absolute;
    top: -10px;
    right: -55px;
    font-size: 41px;
    border-radius: 100%;
    color: #935c52;
    z-index: 5;
}
#innerwrapper #redirect .tr .descrip span, #innerwrapper #redirect .br .descrip span {
    position: absolute;
    top: -16px;
    left: -50px;
    font-size: 41px;
    border-radius: 100%;
    color: #935c52;
    z-index: 5;
}

#innerwrapper #redirect .center {
    position: relative;
    margin: auto;
    top: 0;
    width: 300px;
    height: 300px;
}
#innerwrapper #redirect .cf {
    position: relative;
    margin: auto;
    top: 30px;
    width: 240px;
    height: 240px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-image: url(https://i.imgur.com/CdQMjDe.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    z-index: 3;
}
#innerwrapper #redirect .cb {
    position: relative;
    margin: auto;
    top: -211px;
    width: 242px;
    height: 242px;
    background-color: #ccc;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 2;
}
#innerwrapper #redirect .ca {
    position: absolute;
    margin: auto;
    top: 0;
    width: 300px;
    height: 300px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: #ccc;
    
    background-image: url(https://i.imgur.com/CdQMjDe.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    -webkit-filter: blur(7px) brightness(0.7) grayscale(100%);
    -ms-filter: blur(7px) brightness(0.7);
    -o-filter: blur(7px) brightness(0.7);
    filter: blur(7px) brightness(0.7)  grayscale(100%);
    z-index: 1;
}

/***********************  board > forum rows  ***********************/
#innerwrapper #container {
    position: relative;
    display: block;
    height: 152px;
    width: calc(100% - 20px);
    padding: 10px;
    background-color: rgb(68,68,68,0.9);
    border: 1px solid #555;
}
#innerwrapper .kitty:first-child {
    margin: 0 0 10px 0;
}
#innerwrapper .kitty:last-child {
    margin: 10px 0 0 0;
}

#innerwrapper #container .top {
    position: relative;
    display: block;
    height: 140px;
    border: 1px solid #555;
    background-color: rgb(61,61,61,0.9);
}

.idx-img {
    position: absolute;
    height: 140px; 
    width: 350px;
    top: 0; 
    right: 0;
    background-size: 350px 120px;
    background-position: center;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    border-left: 1px solid #555;
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}

#innerwrapper #container .left {
    position: relative;
    display: inline-block; 
    vertical-align: top;
    height: 140px;
    width: calc(100% - 130px);
    overflow: hidden;
}
#innerwrapper #container .right {
    position: relative;
    display: inline-block; 
    vertical-align: top;
    height: 130px;
    width: 120px;
}

#innerwrapper #container .id {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    overflow: hidden;
    font-size: 200px;
    text-transform: capitalize;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 600;
    line-height: 100%;
    font-style: italic;
    color: rgba(96,96,96, 0.2);
    transform: rotate(11deg);
    z-index: 1;
}
#innerwrapper #container .title { 
    position: relative;
    
    color: #222;
    text-transform: lowercase;
    font-family: 'lobster', sans-serif;
    font-style: italic;
    text-align: left;
    line-height: 80%;
    letter-spacing: 0;
    padding: 40px 10px 10px 30px;
    z-index: 2;
}
#innerwrapper #container .title a {
    color: #ccc;
    font-size: 48px;
    z-index: 5;
    
    transition: all 0.7s ease-out;
    -o-transition-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    z-index: 5;
}
#innerwrapper #container .title a:hover {
    color: #222 !important;
}
#innerwrapper #container .title::first-letter {
    color: var(--guest);
}

#innerwrapper #container .tag {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    background: #eee;
    border: 1px solid #444;
    padding: 2px 20px 2px 4px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    font-family: 'calibri',sans-serif;
    color: #888;
    margin: 0 0 0 60px;
    z-index: 2;
}
#innerwrapper #container .tag a {
    font-size: 16px;
    font-family: 'squada one',sans-serif;
}
#innerwrapper #container .tag .time {
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    color: #888;
    font-size: 18px;
    border-right: 1px solid #777;
}
#innerwrapper #container .tag .poster {
    position: relative;
    display: inline-block;
    top: -2px;
}

#innerwrapper #container .info {
    position: relative;
    display: block;
    padding: 15px 10px 0 10px;
    text-align: right;
    font-family: 'teko',sans-serif;
    font-size: 16px;
    color: #999;
} 
#innerwrapper #container .info i {
    color: var(--guest);
    font-size: 12px;
} 
#innerwrapper #container .info span {
    padding: 0 4px;
} 

#innerwrapper #container .lpimg {
    height: 100px;
    width: 100px;
    
    border-radius: 100%;
    border-top: 9px solid #414141;
    border-right: 9px solid #414141;
    border-bottom: 9px solid #414141;
    border-left: 9px solid #414141;
    z-index: 3;
}
#innerwrapper #container .img {
    position: relative;
    display: inline-block;
    float: right;
    top: 12px;
    left: 18px;
    height: 118px;
    width: 118px;
    
    border-radius: 100%;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
}
#innerwrapper #container .lpimg img {
    display: none;
}

#innerwrapper #container .last {
    position: relative;
    top: -26px;
    left: 105px;
    height: 12px;
    width: 12px;
    overflow: hidden;
    font-size: 14px;
    color: var(--guest);
    background-color: #414141;
    border-radius: 100%;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-bottom: 1px solid #414141;
    border-right: 1px solid #414141;
    padding: 7px;
    z-index: 1;
}


#innerwrapper #container .subs {  
    position: relative;
    display: block;
    top: -12px;
    padding: 0 10px 0 10px;
    width: calc(100% - 130px);
}
#innerwrapper #container .subs .subforums-macro {
    display: none;
}
#innerwrapper #container .subs a {  
    color: #ccc;
    padding: 3px 10px;
    font-family: 'kelly slab', sans-serif;
    font-size: 12px;
    background-color: rgba(35, 35, 35, 0.8);
    line-height: 200%;
    border: 1px solid #999;
    margin: 0 2px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#innerwrapper #container .subs a:hover { 
    background-color: var(--guestbg);
}

#innerwrapper #container .icon {
    position: absolute;
    top: 5px;
    right: 90px;
    z-index: 2;
}
#innerwrapper #container .icon div {
    width: 17px;
    height: 17px;
    padding: 3px;
    box-shadow: 0 0 0 1px #666;
    border: 3px solid #a8a8a8;
    border-radius: 100%;
    background-color: #969696;
    text-align: center;
    font-size: 17px;
    font-style: italic;
    z-index: 2;
}
#innerwrapper #container .icon div:empty {
  display:none;
}

#row-4 {
    background-image: url(https://eurodesk.lu/files/2017/11/communication-restaurant-marketing.jpg);
}

/***********************  board > footer  ***********************/
#footer {
    position: relative;
    width: 100%;
    margin: 50px auto 0 auto;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
#footer bg {
    position: absolute;
    width: 100%;
    height: 444px;
    top: 1px;
    left: 0;
    background: url(https://i.imgur.com/CdQMjDe.jpg) top left;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    -webkit-filter: blur(2px) brightness(0.9) grayscale(50%);
    -ms-filter: blur(2px) brightness(0.9);
    -o-filter: blur(2px) brightness(0.9);
    filter: blur(2px) brightness(0.9)  grayscale(50%);;
    z-index: 1;
}
#footer .wrap {
    position: relative;
    padding: 0 0 30px 0;
    z-index: 2;
}
#footer .wrap .title {
    position: absolute;
    display: inline-block;
    right: 20px;
    top: -30px;
    
    color: #ccc;
    padding: 15px;
    letter-spacing: -2px;
    text-transform: lowercase;
    font-size: 75px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: 'american_textregular', sans-serif;
    font-style: italic;
    
    z-index: 3;
}
#footer .cbox {
    position: relative;
    display: inline-block;
    margin: 40px 0 0 10px;
    width: 27%;
}
#footer .wrap .info {
    position: relative;
    display: inline-block;
    float: right;
    width: 70%;
    margin: 40px 0 0 0;
    background-color: rgba(201,201,201, 0.9);
    border-left: 15px solid rgba(145,76,64,0.8);
}

#footer .wrap .info .left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding: 10px;
    
}
#footer .wrap .info .right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 53%;
    padding: 10px;
    
}

#footer .wrap .info .stats {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: 1px solid #555;
    border-radius: 10px;
    overflow: hidden;
}
#footer .stats title {
    position: relative;
    display: block;
    margin: 20px 15px;
    font-weight: 600;
    font-family: 'lobster', sans-serif;
    font-size: 24px;
    color: #333;
}
#footer .stats title:before {
    content: ' .';
    color: rgba(145,76,64,0.8);
}
#footer .stats title:after {
    content: ' {';
    color: rgba(145,76,64,0.8);
    font-weight: 600;
    font-family: sans-serif;
    font-size: 18px;
    font-style: normal;
}
#footer .stats div {
    margin: 10px;
    padding: 0px 0px 0 40px;
    color: rgba(145,76,64,0.8);
    font-size: 13px;
    font-family: 'roboto', sans-serif;
    line-height: 130%;
}
#footer .stats div b {
    color: #333;
}
#footer .stats div:after {
    content: '} ';
    position: relative;
    display: block;
    padding: 20px 5px 10px 0;
    
    color: rgba(145,76,64,0.8);
    font-weight: 600;
    font-family: sans-serif;
    font-size: 18px;
    font-style: normal;
}
#footer .stats i {
    position: absolute;
    display: inline-block;
    right: -11px;
    bottom: -2px;
    color: rgba(119,119,119,0.6);
    font-size: 52px;
    text-shadow: none;
    transform: rotate(10deg);
}

#footer .wrap .info .buttons {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
#footer .wrap .info .buttons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 8%;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(119,119,119,0.6);
    padding: 15px;
    font-size: 22px;
    font-family: sans-serif;
    color: #333;
    
    transition: all 0.5s ease-out;
    -o-transition-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
#footer .wrap .info .buttons a:hover {
    color: #ccc;
    background-color: rgba(145,76,64,0.6);
}
#footer .wrap .info .newest {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 80%;
    margin: 10px 0;
    padding: 0 30px;
    text-align: left;
    
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: lowercase;
}
#footer .wrap .info .newest a {
    position: relative;
    display: block;
    float: right;
    
    color: #ccc;
    text-transform: lowercase;
    font-size: 32px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: 'lobster', sans-serif;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 400;
    
    transition: all 0.5s ease-out;
    -o-transition-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
#footer .wrap .info .newest a:hover {
    color: rgba(145,76,64,0.6);
    text-shadow: -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 1px 0 #ccc, 1px 1px 0 #ccc;
}

#footer .wrap .info .online {
    position: relative;
    display: inline-block;
    width: 98%;
    border: 1px solid #555;
    border-radius: 10px; 
}
#footer .online .title {
    position: relative;
    display: block;
    right: 0;
    top: 0;
    border-bottom: 1px solid #555;
    text-align: right;
    color: #ccc;
    padding: 10px;
    letter-spacing: 0px;
    text-transform: lowercase;
    font-size: 28px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: 'lobster', sans-serif;
    font-style: italic;
    background-color: rgba(119,119,119,0.6);
    overflow: hidden;
    border-radius: 10px 10px 0 0; 
}
#footer .online .title span, #footer .online .titleb span {
    color: rgba(145,76,64,0.8);
    text-shadow: none;
}
#footer .online .title sm {
    font-size: 10px;
    text-shadow: none;
    font-style: normal;
    font-family: 'roboto', sans-serif;
}
#footer .online .title i {
    position: absolute;
    display: inline-block;
    left: -10px;
    top: -8px;
    /* float: left; */
    color: rgba(204, 204, 204, 0.5);
    font-size: 52px;
    transform: rotate(-32deg);
    text-shadow: none;
}
#footer .online .list {
    position: relative;
    display: block;
    right: 0;
    top: 0;
    width: 95%;
    height: 120px;
    margin: 0 0 5px 0;
    text-align: left;
    padding: 10px;
    overflow: auto;
}
#footer .online .list a img {
    border-radius: 100%;
    border: 3px solid #ccc;
}

#footer .online .legend {
    position: relative;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    font-weight: 600;
    font-family: 'roboto', sans-serif;
    font-size: 12px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}
#footer .online .legend img {
    display: none;
}

#footer .online .today {
    position: relative;
    text-align: justify;
    padding: 5px 15px;
    height: 45px;
    overflow: auto;
    font-weight: 600;
    font-family: 'roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #b6b6b6;
}
#footer .online .today a {
    padding-right: 7px;
}
#footer .online .titleb {
    position: relative;
    display: block;
    right: 0;
    top: 0;
    border-top: 1px solid #555;
    text-align: left;
    color: #ccc;
    padding: 15px 10px;
    letter-spacing: 0px;
    text-transform: lowercase;
    font-size: 28px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: 'lobster', sans-serif;
    font-style: italic;
    background-color: rgba(119,119,119,0.6);
    overflow: hidden;
    border-radius: 0 0 10px 10px; 
}
#footer .online .titleb i {
    position: absolute;
    display: inline-block;
    right: -12px;
    bottom: -3px;
    color: rgba(204, 204, 204, 0.5);
    font-size: 52px;
    transform: rotate(32deg);
    text-shadow: none;
}

#footer .online .today::-webkit-scrollbar-thumb:vertical {
    border:3px solid #b6b6b6;
    color: #555;
    height:10px; 
    background-color: #333;
}
#footer .online .today::-webkit-scrollbar {
    background-color: #333;
    height:7px;
    width:12px;
    border:5px solid #b6b6b6;
}

/***********************  board > SF  ***********************/
#SF #innerwrapper, #ST #innerwrapper {
    position: relative;
    margin: auto;
    padding-top: 50px;
}
#SF #innerwrapper .maintitle {
    display: none;
}

.topic-title-row { 
    margin: 20px 0;
    padding: 30px 10px;
    text-transform: lowercase;
    font: 32px 'Lobster', cursive;
    font-weight: normal;
    color: #ddd;
    text-align: right;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    overflow: hidden;
    
    background-image: url(https://i.imgur.com/CdQMjDe.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
}
.ib-head {
    position: absolute;
    left: -34px;
    top: -22px;
    color: rgba(78, 78, 78, 0.6);
    background-color: rgba(187, 187, 187, 0.6);
    font-size: 56px;
    padding: 10px 25px;
    border-radius: 100%;
    
    -webkit-transform: scaleX(-1) rotate(-24deg);
    transform: scaleX(-1) rotate(-24deg);
    z-index: 1;
}

#SF #innerwrapper #topicrow {
    position: relative;
    display: inline-block;
    height: 90px;
    background-color: rgba(201,201,201, 0.7);
    border-right: 10px solid rgba(145,76,64,0.8);
}

#SF #topicrow .extras {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 84px;
    top: 36px;
    left: -54px;
    padding: 4px 3px 2px 3px;
    text-transform: uppercase;
    font-family: 'poppins', sans-serif;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #333;
    background: #909090;
    border-radius: 5px 5px 0 0;
    z-index: 3;
}
#SF #topicrow .extras .replies, #SF #topicrow .extras .views {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    padding: 0;
    text-align: center;
}

#SF #topicrow .left {
    position: absolute;
    vertical-align: top;
    height: 100px;
    width: 90px;
    top: 0;
}
#SF #topicrow .id {
    position: absolute;
    display: inline-block;
    top: 0;
    left: -20px;
    width: 150px;
    height: 90px;
    overflow: hidden;
    
    font-size: 116px;
    font-family: 'american_textregular', sans-serif;
    color: rgba(117,117,117,0.2);
}
#SF #topicrow .id div {
    position: absolute;
    top: -16px;
    left: 4px;
    letter-spacing: -13px;
    transform: rotate(28deg);
}
#SF #topicrow .tri-lt {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 90px solid #909090;
    border-right: 70px solid transparent;
    z-index: 3;
}

#SF #topicrow .thread {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 90px;
    
    font-style: italic;
    line-height: 70%;
    text-align: left;
    left: -70px;
    
    z-index: 2;
}
#SF #topicrow .topic {
    position: relative;
    display: inline-block;
    padding: 10px 80px 0 0;
    
    font-size: 32px;
    font-family: 'lobster', sans-serif;
    text-transform: capitalize;
    letter-spacing: -0.5px;
    line-height: 100%;
    text-align: left;
}
#SF #topicrow .topic::first-letter { 
    position: relative;
    float: left;
    color: rgba(145,76,64,0.6);
    text-transform: uppercase;
    font-size: 50px;
    margin: 5px 5px 0 0;
}
#SF #topicrow .author {
    position: relative;
    display: block;
    padding: 4px 20px 13px 0;
    font-size: 14px;
    font-family: 'roboto', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: -0.5px;
    line-height: 30%;
    text-align: right;
}
#SF #topicrow .author a:before {
    content: 'started by, ';
    position: relative;
    display: inline-block;
    color: #555;
    text-transform: lowercase;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 0 5px 0 0
}
#SF #topicrow .descrip {
    position: relative;
    display: inline-block;
    left: -19px;
    padding: 3px 20px 3px 10px;
    margin: 5px 0 0 -3px;
    background-color: rgba(133, 133, 133, 0.2);
    border-radius: 0 3px 3px 0;
    font-size: 11px;
    font-weight: 600;
    color: #555;
    font-family: 'calibri', sans-serif;
    text-transform: uppercase;
    text-align: left;
}
#SF #topicrow .descrip i {
    margin-right: 3px;
}
#SF #topicrow .thread .quote {
    position: absolute;
    bottom: 3px;
    right: -50px;
    font-size: 104px;
    color: rgba(133, 133, 133, 0.2);
    -webkit-transform: scaleX(-1) rotate(16deg);
    transform: scaleX(-1) rotate(16deg);
    z-index: 1;
}

#SF #topicrow .right {
    position: relative;
    display: inline-block;
    height: 90px;
    z-index: 2;
}
#SF #topicrow .right .date {
    position: absolute;
    left: 60px;
    top: 3px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: 1px solid #666;
    background-color: #999;
    color: #666;
    text-align: center;
    font-size: 18px;
    padding: 3px 2px 0px 2px;
    z-index: 4;
}
#SF #topicrow .right .lpimg {
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    margin: 5px;
    box-shadow: 0 0 0 1px #666;
    border-top: 5px solid #a8a8a8;
    border-right: 5px solid #a8a8a8;
    border-bottom: 5px solid #888888;
    border-left: 5px solid #888888;
    z-index: 3;
}
#SF #topicrow .right .lpimg img {
    display: none;
}
#SF #topicrow .tri-ri {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 90px solid #888888;
    border-left: 100px solid transparent;
    z-index: 1;
}

#SF .pagination {
    position: relative;
    left: 20px;
    font-family: 'poppins', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 20px;
    margin: 0;
    font-weight: 600;
    color: #aaa !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#SF .pagination a {
    color: #ccc !important;
}
#SF .pagination a:hover {
    color: #333 !important;
}
#SF .pagination:empty {
  display:none;
}
#SF .button-large {
    vertical-align: top;
    color: #000 !important;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #444;
    font-weight: 400;
    padding: 4px 12px;
    text-align: center;
    margin: 0px 5px;
    box-shadow: none;
    font-size: 14px;
    line-height: 140%;
    min-width:30px;
    font-family: 'Fjalla One', sans-serif;
    display: inline-block;
    transition: all 0.5s ease-out;
    -o-transition-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
#SF .button-large:hover {
    color: #ddd !important;
}

/***********************  board > ST  ***********************/
#ST .maintitle .topic-title-space {
    display: none;
}
#ST .maintitle .topic-title {
    display: block;
    margin: 20px 0 0 0;
    padding: 30px 10px 0px 10px;
    letter-spacing: -1px;
    text-transform: capitalize;
    font-size: 75px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font: 32px 'Lobster', cursive;
    font-weight: normal;
    color: #ddd;
    text-align: center;
}
#ST .maintitle .topic-desc {
    display: block;
    
    line-height: 40%;
    font-family: 'poppins', sans-serif;
    text-align: center;
    font-size: 14px;
    text-transform: none;
    color: #bbb;
    text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333;
}


/***********************  board > inner  ***********************/
#Post #innerwrapper {
    position: relative;
    margin: auto;
    padding-top: 30px;
}
#Post .maintitle, #qr_open .maintitle {
    display: block;
    height: 70px;
    width: 90%;
    margin: 20px auto;
    padding: 30px 10px 0px 10px;
    letter-spacing: -1px;
    text-transform: capitalize;
    font-size: 75px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font: 32px 'Lobster', cursive;
    font-weight: normal;
    color: #ddd;
    text-align: center;
}
#Post .maintitle:after {
    content: '';
    position: absolute;
    width: 98%;
    height: 80px;
    padding: 10px;
    top: -15px;
    left: -15px;
    border: 1px solid #aaa;
}
#qr_open .maintitle:after {
    display: none;
}


#code-buttons-header .pformstrip, #enter-your-post-header .pformstrip, #post-as-header .pformstrip, .pformstrip {
    background-image: none;
    background-color: rgba(70,70,70,0.7);
    padding: 8px;
    color: #ccc;
    border: none;
}
#code-buttons .pformright, #enter-your-post .pformright, #post-options .pformright, #post-as .pformright, #edit-by-line .pformright, #topic-title .pformright, #topic-desc .pformright, .pformright {
    background-color: rgba(146, 146, 146, 0.8);
    border-top: none;
    border-bottom: 1px solid #111;
    color: #000;
    padding: 20px 10px;
    text-align: center;
}
#code-buttons .pformleft, #enter-your-post .pformleft, #post-options .pformleft, #post-icon-options .pformleft, #post-as .pformleft, #post-icon-options .pformright, #edit-by-line .pformleft, #topic-title .pformleft, #topic-desc .pformleft, #ucpcontent #field-website, #ucpcontent #field-gtalk, #ucpcontent #field-aim, #ucpcontent #field-yim, #ucpcontent #field-msn, #ucpcontent #field-skype, #ucpcontent #field-location, #ucpcontent #field-interests, #ucpcontent #field-interests {
    display: none;
}
#code-buttons .pformright input[type=submit], #code-buttons .pformright input[type=button], #code-buttons .pformright input[type=reset], input[type=submit], input[type=button], input[type=reset] {
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    color: #222;
    font-size: 11px;
    font-weight: bold;
    margin: 3px 3px 9px 3px;
    padding: 3px 5px 2px 5px;
    text-decoration: none;
    border: none;
    background: #ddd;
}
#topic-title .pformright input[type="text"] {
    background: #ddd;
    border: 1px solid #aaa;
    color: #111;
    font-family: 'arial', sans-serif;
    outline: none;
    box-shadow: none;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 120%;
    text-align: left;
    width: 90%;
    padding: 10px;
}
#topic-desc .pformright input[type="text"] {
    background: #ddd;
    border: 1px solid #aaa;
    color: #555;
    font-family: 'arial', sans-serif;
    outline: none;
    box-shadow: none;
    font-size: 12px !important;
    line-height: 120%;
    text-align: left;
    width: 80%;
    padding: 8px;
}
#enter-your-post textarea {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
    box-shadow: none;
    width: 90%;
    height: 400px;
    line-height: 140%;
    font-size: 14px;
    text-align: left;
}


/***********************  board > user cp  ***********************/
#UserCP #ucpcontent, #UserCP #ucpmenu, #UserCP .pformleft, #UserCP .pformright {
    background-color: transparent;
    border: 0px solid #545454;
    line-height: 150%;
    width: auto;
}

#UserCP #innerwrapper {
    position: relative;
    margin: auto;
    padding-top: 50px;
}
#UserCP .maintitle {
    display: none;
}
#UserCP #ucpcontent table, #UserCP #ucpmenu p {
    background-color: rgba(245,245,245,0.4);
    padding: 10px;
}
#UserCP #ucpcontent tr, #UserCP #ucpcontent td {
    color: #000;
}

#UserCP #ucpcontent tr {
    border-bottom: 1px solid #999;
}
#UserCP .pformstrip {
    background-image: none;
    background-color: rgba(70,70,70,0.7);
    padding: 8px;
    color: #ccc;
    border: none;
}

#UserCP .pformleft {
    background-color: transparent;
    border: 0px;
    line-height: 150%;
    width: auto;
    text-align: right;
}
#UserCP .pformright {
    vertical-align: top;
    background-color: transparent;
    border: 0px;
    line-height: 150%;
    width: auto;
    text-align: left;
}

#UserCP .pformright .forminput, #UserCP .pformright .textinput {
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #545454;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 10px;
    vertical-align: middle;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset;
}

