/*********************  Body *********************/

@import url('https://fonts.googleapis.com/css?family=Lobster|Playfair+Display:400i|Roboto|Fjalla+One|Niconne|Courgette|Parisienne');
@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;

}

body {  
    font-family: 'arial', sans-serif;  
	font-size: 12px;  
	margin:0px; 
	padding:0px; 
	line-height:110%;
	background-color:#555;
}
table, tr, td { 
	font-family: 'arial', 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;
}

#idx #banner {
    width: calc(100% - 130px);
    height: calc(100vh - 0px);
    max-height: 10px!important;
    position: relative;
    display: block;
    background-size: cover;
    top: 0;
    left: 130px;
    right: 0;
    bottom: 0;
    z-index: 20000000000;
}
#banner {
    display: none;
}

#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/v3Aj5jD.png) top left;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 0px);
    height: calc(100vh - 0px);
}
.img-src.blurred-image {
    opacity:0;
    -webkit-filter: blur(5px) brightness(0.7);
    -ms-filter: blur(5px) brightness(0.7);
    -o-filter: blur(5px) brightness(0.7);
    filter: blur(5px) brightness(0.7);
}

#idx #wrapper {
    margin-top: 1000px;
}
#wrapper {
    margin-top:250px;
    background-color: rgba(68,68,68,0.6);    
    width: 1000px;
}

#innerwrapper {
    margin: auto;
}

::-webkit-scrollbar { width:7px; height: 8px; }
::-webkit-scrollbar-track { background-color: rgba(170,170,170); }
::-webkit-scrollbar-thumb { background-color: #555; }

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); }

#s-m-t-tooltip{
  /* basic */
  max-width:300px;
  z-index:999;
  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;
}


/********************  Activity check  ************************/
.FSAC {
    position: relative;
    width: fit-content;
    font-family: 'Fjalla One', sans-serif;
    font-size: 48px;
    color: rgba(153,47,47,0.9);
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 40px;
    background-color: rgba(170,170,170,0.5);
    padding: 20px 30px 8px 100px;
    border-radius: 50px 20px 20px 50px;
    line-height: 50%;
    z-index: 1;
}
.FSAC a {
    color: rgba(153,47,47,0.9);
    text-shadow: 1px 1px 0 #333;
}
.FSAC span {
    font-family: sans-serif;
    font-size: 20px;
    color:#222 !important;
    text-shadow: none;
}
.FSAC i {
    position: absolute;
    left: 0;
    top: 0;
    border: 5px solid #666;
    padding: 14px;
    border-radius: 100%;
    background-color: rgba(170,170,170,0.5);
}

/********************  scroll  *******************************/

.headermenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color:rgba(68,68,68,0.9);
    border-bottom: 20px solid rgba(185,158,126,0.6);
    z-index: 999;
}
#site {
    display: none;
    z-index: 999;
}

/******************  SITE NAME  *****************************/
#idx #sitename {
    position: relative;
    top: 300px;
    left: 0px;
    height: 170px;
    width: 170px;
    padding: 55px 50px 10px 15px;
    margin: auto;
    border-top: 2px dashed #ccc;
    border-right: 6px solid #ccc;
    border-bottom: 6px solid #ccc;
    border-left: 1px dashed #ccc;
    border-radius: 100%;
    animation: shadow-pulse1 2s infinite;
}
#idx #name {
    color:rgba(238,238,238,0.8);
    font-family: 'american_textregular', sans-serif;
    font-size: 172px;
    text-transform: uppercase;
    letter-spacing: -15px; 
    line-height: 70%;
    font-style: italic;
}
#idx #name:after {
    position: absolute;
    content: 'FS';
    left: 12px;
    top: 58px;
    color: rgba(238,238,238,0.5);
    font-family: 'american_textregular', sans-serif;
    font-size: 195px;
    letter-spacing: -27px;
}
#idx #desc {
    position: absolute;
    display: inline-block;
    left: 120px;
    bottom: -17px;
    color: #ddd;
    font-family: 'poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,1), -1px -1px rgba(0,0,0,1);
}

@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);
  }
}
@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(3deg); }
   95% { transform: rotate(-3deg); }
  100% { transform: rotate(0deg); }
}

/********************  top nav  *******************************/
.headermenu #avatar {
    position: absolute;
    top: -5px;
    left: 40px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 10px solid #444;
    background-image: url(https://files.jcink.net/uploads/adaptation/default.gif);
    z-index: 8;
}
.headermenu #avatar img { 
    width: 90px;
    height: 90px;
    border-radius: 100%;
}
.headermenu #border {
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-top: 221px solid #000;
    border-right: 152px solid transparent;
}

.headermenu .lognav {
    position: fixed;
    top: 0;
    right: 0;
}
.headermenu .acp {
    top: 2px;
    left: 123px;
    padding: 5px 16px 13px 3px;
}
.headermenu .five {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 28px;
    margin: 0;
    border-left: 1px solid #333;
    font-size: 18px;
    color: #b99e7e;
    padding: 12px 12px 0 12px;
    text-align: center;
    z-index: 999;
}
.headermenu .five:hover {
    background-color: rgba(185,158,126,0.4);
}

.headermenu #hello {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    color: #888;
    letter-spacing: -1px;
    font-family: 'poppins', sans-serif;
    left: 165px;
    top: 8px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.headermenu #hello a {
    font-weight: normal;
    color: #eee;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 26px;
    text-align: left;
    line-height: 100%;
    color: #b99e7e;
    font-family: 'lobster', cursive;
    text-decoration: none;
}
.headermenu #subaccounts_menu .forminput {
    position: relative;
    float: right;
    top: 5px;
    left: 15px;
    height: 18px;
    width: 19px;
    background-color: rgba(185,158,126,1);
    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 #subaccounts_menu:after {
    content: '▼';
    font: 17px sans-serif;
    color: #888;
    height: 11px;
    width: 11px;
    right: -15px;
    top: 4px;
    padding: 0 8px 9px 0;
    position: absolute;
    pointer-events: none;
    border-radius: 2px;
    background-color: #4d4d4d;
    text-shadow: none;
}
 
.headermenu #subaccounts_menu select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#idx #navstrip {display:;}
#navstrip {
    position: fixed;
    top: 38px;
    right: 5px;
    z-index:999;
}
#navstrip a {
    color:#000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    text-transform:uppercase; 
    font-family: 'Fjalla One', sans-serif;
}

/************************** PUSH MENU ************************/
#main {
    position: absolute;
    top: 0;
    left: 300px;
    right: 0;
    bottom: 0;
}
.burger {
    float: left;
    padding: 5px;
    width: 32px;
    height: 30px;
    font-size: 28px;
    text-align: center;
    background-color: rgba(102,102,102);
  }
#push-menu-state {
  float: left;
  padding: 5px;
}
#push-menu {
    position: fixed;
    top: 60px;
    left: 5px;
    width: 260px;
    height: 525px;
    background-color: rgba(119,119,119,0.8);
    z-index: 3;
}
#push-menu:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 40px solid rgba(119,119,119,0.8);
}
.pushed-cbox {
    width: 250px;
    margin: auto;
    margin-top: 78px;
}
.small-menu #main { left: 0; }
.small-menu #push-menu { left: -260px; }
#main, #push-menu {
transition: all 0.45s linear;
}
#cboxwrap {
    position: relative;
    left: 11px;
    top: -6px;
    width: 235px;
    background-color: rgba(170,170,170,1);
    border-radius: 10px;
    padding: 5px 0;
}

#sb-sbquick {
    position: absolute;
    vertical-align: top;
    top: 4px;
    left: 140px;
    width: 120px;
    font-family: 'arial',sans-serif;
    font-size: 12px;
    color:#000;
    text-align: center;
    z-index: 999;
}
#sb-sbquick input[type=text] {
    width:100px;
    margin:2px;
    height: 10px;
    background-color: rgba(102,102,102);
    border:1px solid #222;
    font-family: 'calibri',sans-serif;
    font-size: 12px;
    padding:3px;
    border-radius: 0;
    box-shadow: none;
    color:#ccc;
}
#sb-sbquick input[type=password] {
    width:100px;
    height: 10px;
    margin:2px;
    background-color: rgba(102,102,102);
    border:1px solid #222;
    font-family: 'calibri',sans-serif;
    font-size: 12px;
    padding:3px;
    border-radius: 0;
    box-shadow: none;
    color:#000;
}
#sb-sbquick input[type=submit] {
    position: relative;
    left: 30px;
    width:45px;
    background-color: rgba(102,102,102);
    border:1px solid #222;
    padding:3px;
    border-radius: 0;
    box-shadow: none;
    color:#000;
}
#sb-sbquick input[type=submit]:hover {
    background: #555;
    color:#ccc;
}

#push-menu .title {
    position: relative;
    top: 80px;
    width: 165px;
    left: 4px;
    padding: 2px 5px 2px 28px;
    font-family: 'calibri',sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
    background-color: rgba(196,196,196,1);
    border-radius: 20px;
    border: 2px solid #aaa;
    z-index: 1;
}
#push-menu .title i {
    position: absolute;
    /* display: inline-block; */
    top: -4px;
    left: -4px;
    padding: 2px;
    color: #b99e7e;
    font-size: 18px;
    background-color: rgba(196,196,196,1);
    border-radius: 20px;
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    border-left: 2px solid #aaa;
    border-right: 2px solid rgba(196, 196, 196);
}
#push-menu .discord {
    position: relative;
    width: 216px;
    padding:10px;
    font-family: 'Fjalla One', sans-serif;
    color: #222;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 0 9px;
    background-color: rgba(170,170,170,0.5);
    border-radius: 10px;
    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;
}
#push-menu .discord:hover {
    letter-spacing: 2px;
    color: #000 !important;
}
#push-menu .one, #push-menu .two, #push-menu .three, #push-menu .four, .headermenu .acp  {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #b99e7e;
    border-radius: 100%;
    font-size: 16px;
    color: #111;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    z-index: 999;
}
#push-menu  #buttons {
    position: absolute;
    top: -20px;
    left: 1px;
    width: 150px;
    height: 100px;
    z-index: 2;
}
#push-menu .one {
    top: 22px;
    left: 12px;
    padding: 4px 13px 13px 5px;
}
#push-menu .two {
    top: 46px;
    left: 29px;
    padding: 4px 13px 12px 4px;
}
#push-menu .three {
    top: 63px;
    left: 53px;
    padding: 5px 13px 13px 5px;
}
#push-menu .four {
    top: 66px;
    left: 89px;
    padding: 5px 13px 13px 5px;
}
#push-menu .num {
    position: absolute;
    top: 16px;
    left: 16px;
    min-width: 12px;
    max-width: 18px;
    height: 12px;
    padding: 2px 2px 0 2px;
    border-radius: 15px;
    background: #ccc;
    color: #000;
    font-family: 'calibri',sans-serif;
    font-size: 10px;
}

/********************  board top  *************************/
#topinfo {
    position: relative;
    top: -13px;
    height: 270px;
    width: 100%;
    margin-bottom: 50px;
    background-color: rgba(170,170,170,0.5);
}

#topinfo #FSwrap {
    position: relative;
    top: -22px;
    left: 0;
    height: 310px;
    width: 310px;
    padding: 0;
    margin: auto;
    border-radius: 100%;
    background-image: url(https://i.imgur.com/v3Aj5jD.png);
    background-size: calc(100% - 0px) calc(100vh - 0px);
    background-position: top left;
    background-attachment: fixed;
    border: 1px solid #000;
}
#topinfo #sitename {
    position: relative;
    top: 32px;
    height: 170px;
    width: 170px;
    padding: 55px 50px 10px 15px;
    margin: auto;
    border-top: 2px dashed #ccc;
    border-right: 6px solid #ccc;
    border-bottom: 6px solid #ccc;
    border-left: 1px dashed #ccc;
    border-radius: 100%;
    animation: shadow-pulse1 2s infinite;
}
#topinfo #name {
    color:rgba(238,238,238,0.8);
    font-family: 'american_textregular', sans-serif;
    font-size: 172px;
    text-transform: uppercase;
    letter-spacing: -15px; 
    line-height: 70%;
    font-style: italic;
}
#topinfo #name:after {
    position: absolute;
    content: 'FS';
    left: 12px;
    top: 58px;
    color: rgba(238,238,238,0.5);
    font-family: 'american_textregular', sans-serif;
    font-size: 195px;
    letter-spacing: -27px;
}
#topinfo #descrip {
    position: absolute;
    display: inline-block;
    left: 120px;
    bottom: -17px;
    color: #ddd;
    font-family: 'poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,1), -1px -1px rgba(0,0,0,1);
}

#topinfo .img {
    position: relative;
    width: 250px;
    height: 380px;
    border: 2px solid #555;
    background-image: url(https://i.imgur.com/v3Aj5jD.png);
    background-size: 140%;
    background-position: top left;
    background-attachment: fixed;
}
#topinfo .name {
    position: relative;
    top: 100px;
    left: 20px;
    color:rgba(238,238,238,0.8);
    font-family: 'american_textregular', sans-serif;
    font-size: 172px;
    text-transform: uppercase;
    letter-spacing: -15px; 
    line-height: 70%;
    font-style: italic;
}
#topinfo .name:after {
    position: absolute;
    content: 'FS';
    left: -11px;
    top: 4px;
    color: rgba(238,238,238,0.5);
    font-family: 'american_textregular', sans-serif;
    font-size: 195px;
    letter-spacing: -27px;
}

#topinfo .header {
    position:absolute; 
    text-align: center; 
    top:0;
    left: 0;
    width:100%; 
    height:37px; 
    margin:0;
    padding: 0;
    background-color: rgba(185,158,126,0.6);
}
#topinfo .header spacer, #topinfo .footer spacer {
    position: relative; 
    display: inline-block;
    width:250px; 
    height:37px; 
    margin:0;
    padding: 0;
}
#topinfo .footer {
    position: absolute;
    text-align: center; 
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    padding: 0;
    background-color: rgba(185,158,126,0.6);
}
#topinfo .header i, #topinfo .footer i {
    font-size: 14px;
}
#topinfo .header a, #topinfo .footer a {
    position:relative; 
    display:inline-block; 
    margin:5px; 
    max-width:100px; 
    min-width:65px; 
    height:15px; 
    color:#222; 
    padding:6px 4px 6px 4px; 
    text-transform: uppercase; 
    font-size:11px; 
    font-family:'calibri',sans-serif; 
    text-align: center; 
    font-weight: bold; 
    overflow: hidden; 
    border: none;
    -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;
    text-decoration: none;
}
#topinfo .header a:hover, #topinfo .footer a:hover {
    letter-spacing:0px;
}
#topinfo .header span, #topinfo .footer span {
    position: relative;
    z-index: 1;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}
#topinfo .header a:hover span, #topinfo .footer a:hover span {color: #ddd;}
    
#topinfo .header .btnBefore, #topinfo .header .btnAfter, #topinfo .footer .btnBefore, #topinfo .footer .btnAfter {
    content: '';
    position: absolute;
    height: 0; width: 0;
    border: solid;
    border-width: 0;
    border-radius: 0;
    border-color:#ddd;
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    -ms-transition: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#topinfo .header a .btnBefore, #topinfo .footer a .btnBefore {
    right: 0;
    bottom: 0;
}
#topinfo .header a .btnAfter, #topinfo .footer a .btnAfter {
    left: 0;
    top: 0;
}
#topinfo .header a:hover .btnBefore, #topinfo .footer a:hover .btnBefore {
    border-width: 0 0 1px 1px;
}
#topinfo .header a:hover .btnAfter, #topinfo .footer a:hover .btnAfter {
    border-width: 1px 1px 0 0;
}

#topinfo #left {
    position: absolute;
    top: 37px;
    left: 10px;
    height: 168px;
    width: 300px;
    padding: 15px 20px;
}
#topinfo #welcome .title {
    position: relative;
    top: -29px;
    width: 165px;
    left: -16px;
    padding: 2px 5px 2px 28px;
    font-family: 'poppins',sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
    background-color: rgba(196,196,196,1);
    border-radius: 20px;
    border: 2px solid #aaa;
}
#topinfo .title i {
    position: absolute;
    /* display: inline-block; */
    top: -4px;
    left: -4px;
    padding: 2px;
    color: #b99e7e;
    font-size: 18px;
    background-color: rgba(196,196,196,1);
    border-radius: 20px;
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    border-left: 2px solid #aaa;
    border-right: 2px solid rgba(196, 196, 196);
}
#topinfo #welcome {
    width: 290px;
    height: 85px;
    padding: 20px 0 0 4px;
    font-family: 'tahoma',sans-serif;
    color: #000;
    font-size: 11px;
    text-align: justify;
    line-height: 110%;
    background-color: rgba(170,170,170,0.7);
    border-radius: 10px;
}
#topinfo info {
    position: relative;
    top: -27px;
    display: block;
    left: 0;
    width: 96%;
    height: 90%;
    padding:5px;
    overflow: auto;
}
#topinfo #welcome div {
    position: relative;
    display: block;
    top:0; 
    left:0;
    width:98%;
    padding:2px 0;
    font-family: 'arial',sans-serif; 
    color:#000; 
    font-size:11px; 
    font-weight: bold;
    text-align: center; 
    letter-spacing: 1px;
}
#topinfo div h {
    font-weight: 700;
    color:#eee;
    text-shadow: 0 1px 1px #000;
}
#topinfo .title h {
    font-weight: 700;
    color:#b99e7e;
    text-shadow: none;
}
#topinfo #season {
    position: relative;
    top: 15px;
    width: 278px;
    height:42px;
    padding:5px;
    border:2px solid #bbb;
    border-radius: 10px;
}
#topinfo #season .title {
    position: relative;
    top: -15px;
    left: -16px;
    width: 93px;
    padding: 2px 5px 2px 28px;
    font-family: 'poppins',sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
    background-color: rgba(196,196,196,1);
    border-radius: 20px;
    border: 2px solid #aaa;
    z-index: 2;
}
season {
    position: absolute;
    left: 0;
    top: 0;
    width: 288px;
    height: 52px;
    background-size: 327px auto;
    background-position: center;
    border-radius: 8px;
    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 #season sm {
   font-size: 24px;
}

#topinfo #right {
    position: absolute;
    top: 37px;
    right: 10px;
    height: 168px;
    width: 300px;
    padding: 15px 20px;
}

#recent-topics {
    display: none;
}
#recent-topics-clip {
    position:relative;
    display: inline-block;
    top: -7px;
}
#topinfo #recent-topics-clip .title {
    position: relative;
    width: 75px;
    left: -16px;
    padding: 2px 5px 2px 28px;
    font-family: 'poppins',sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
    background-color: rgba(196,196,196,1);
    border-radius: 20px;
    border: 2px solid #aaa;
    z-index: 2;
}
#topinfo #recents {
        position: relative;
    top: -10px;
    width: 170px !important;
    height: 154px;
    overflow: auto;
    padding: 17px 13px 0;
    background-color: rgba(170,170,170,0.7);
    border-radius: 10px;
}
.holdrec {
    background-color: rgba(221,221,221,0);
    padding: 6px;
    color: transparent;
    width: 150px;
    margin: 0 3px;
    display: block;
    position: relative;
    border-bottom: 2px solid #777;
}
.holdrec a:first-child {    
    display: block;
    font: 400 11px 'poppins',sans-serif;
    text-transform: capitalize;
    color: #333;
    padding: 0 0 0 20px;
    line-height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: 0 1px 1px #000;
    /* margin-top: -7px; */
}
.holdrec a { 
    display: block;
    font: 400 10px 'poppins',sans-serif;
    text-transform: capitalize;
    color: #222;
    padding: 0 0 2px 20px;
    line-height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -10px;
}
.holdrec a strong {
    text-transform: uppercase;
    letter-spacing: 0;
    color: #ddd;
    margin-left: -15px;
}


#topinfo .staff {
    position: relative;
    top: 4px;
    vertical-align: top;
    left: 22px;
    display: inline-block;
    width: 81px;
    height: 160px;
    padding: 12px 0 0 6px;
    background-color: rgba(170,170,170,0.7);
    border-radius: 10px;
    text-align: center;
}
#topinfo .staff .title {
    position: absolute;
    width: 45px;
    left: -16px;
    top: -10px;
    padding: 2px 5px 2px 28px;
    font-family: 'poppins',sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
    background-color: rgba(196,196,196,1);
    border-radius: 20px;
    border: 2px solid #aaa;
    z-index: 2;
}
#topinfo .fsstaff {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 30px;
    padding: 20px 0 0 1px;
    margin: 0px 10px 0 0;
    
    border-left: 2px solid #555;
    border-right: 2px solid #555;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    
    border-radius: 100%;
    top: 0px;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    
    z-index: 1;
}
#topinfo .fsstaff span {
    position:absolute;
    height: 25px;
    width: 25px;
    top: 11px;
    left: -20px;
    font-size: 72px;
    font-family: 'lobster',cursive;
    -webkit-text-stroke: 1px #000;
    color: #ccc;
    font-style: italic;
    padding: 10px 5px 0px 5px;
    text-align: center;
    border-radius: 100%;
}
#topinfo .fsstaff span sub {
    display: none;
}
#topinfo .fsstaff span sub:hover {
    display:block;
    position: absolute;
    top: 31px;
    left: 50px;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: 'Fjalla One', sans-serif;
}

#topinfo .wrap { 
    position: absolute;
    top: 0;
    border: 3px solid rgba(170,170,170,0.7);
    width: 44px !important;
    height: 44px !important;
    border-radius: 100%;
    background-position: center;
    background-size: auto 55px;
    -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;
        }

/********************  discord  *******************************/
#discord {
    position: fixed;
    bottom: 70px;
    left: 75px;
    background-color: rgba(238,238,238,0.7);
    border-radius: 10px 10px 10px 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    word-spacing: 1px;
    font-family: 'calibri',sans-serif;
    text-transform: lowercase;
    padding: 7px 18px;
    border: 0px solid #aaa;
    box-shadow: 1px 1px 2px #aaa;
    z-index: 999;
    -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;
}
#discord a:hover {
    color:#999;
    -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;
}

/********************  board  *******************************/
.newstext, #submenu, #userlinks, .forum-subheader {
    display: none;
}

.maintitle {
    color: #b99e7e;
    position: relative;
    padding: 5px 20px 0px 20px;
    height: 95px;
    font-family: 'lobster', cursive;
    background-color: rgba(105,122,128,0);
    box-shadow: none;
    text-align: center;
    font-size: 16px;
    text-transform: lowercase;
    line-height: 140%;
}
.maintitle a {
    position: absolute;
    left:100px; 
    top:0;
    color: #b99e7e;
    font-size: 55px;
    text-transform: lowercase;
    font-family: 'lobster', cursive;
    font-style: italic;
    padding:0 20px 0 20px;
    text-decoration: underline;
    text-decoration-color: #999;
    line-height: 120%;
    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;
}
.maintitle:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: -24px;
    top: 32px;
    background-color: #999;
    border-radius: 100%;
    color: #000 !important;
    font-size: ;
    padding: 20px;
    z-index: 3;
}
.maintitle:after {
    content: '';
    position: absolute;
    width: 96px;
    height: 5px;
    left: 24px;
    top: 56px;
    background-color: #999;
    z-index: 3;
}
.maintitle img {
    display: none;
}
.maintitle a:before {
  content: ;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 8px;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
    z-index: 4;
}
.maintitle a:hover {
    letter-spacing: 1.5px;
}

.new-row {
    padding:0 0 1px 0;
}
.new-category {
    padding:10px;
    background-color:rgba(221,221,221,0.6);
}

#cat_1:before, #cat_2:before, #cat_3:before, #cat_4:before, #cat_5:before, #cat_6:before, #cat_7:before {
    content: ' ● ';
    position: relative;
    left: 20px;
    top: 3px;
    border-radius: 100%;
    color: #777;
    font-size: 32px;
}
#cat-1, #cat-2, #cat-3, #cat-4, #cat-5, #cat-6, #cat-7 {
    width: 100%;
}

.idx-container {
    position: relative;
    height:125px;
    width: 920px;
    margin: 0 0 0 53px;
    background-color:rgba(241,241,241,0.);
    padding: 5px 0;
}
.idx-iconw {
    position: absolute;
    width: 20px;
    height: 68px;
    padding: 8px;
    left: -40px;
    top: 47px;
}
.idx-icon {
    position: relative;
    height: 30px;
    width: 30px;
    top: 37px;
    left: -11px;
    padding: 4px 6px 5px 4px;
    background-color: #777;
    color: #b99e7e ;
    font-size: 24px;
    border-radius: 50px;
    box-shadow: 0 2px 2px #333;
    z-index: 4;
}
.idx-icon a {
    color: #ccc ;
}
.idx-icon i {
    position: absolute;
    padding: 2px;
}
.idx-icon:after {
    content: '';
    position: absolute;
    height: 97px;
    width: 3px;
    margin: -100px 0 0 14px;
    background-color: #777;
    z-index: 3;
}
.idx-icon:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    margin: -113px 0 0 8px;
    padding: 2px;
    background-color: #777;
    border-radius: 100%;
    z-index: 3;
}
#idx .idx-icon:before {
    display: none;
}
.idx-rowrap {
    position: relative;
    left: 3px;
    height: 120px;
    width: 920px;
    background-color: rgba(121,104,82,0.8);
    border-radius: 20px;
    border-left: 5px solid #777
}

.idx-ftitle {
    position: absolute;
    top: 91px;
    left: -32px;
    min-width: 85px;
    padding: 3px 30px 0 30px;
    border-radius: 0 20px 20px 0;
    text-align: left;
    background-color: rgba(140,140,140,1);
    box-shadow: 0 2px 2px #333;
    z-index: 3;
}
.idx-ftitle a {
    font-size: 28px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color:#333;
    line-height: 110%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transform: skew(-41deg) !important;
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-ftitle a:hover {
    letter-spacing: 1px;
}

.idx-img {
    position: absolute;
    height:120px; 
    width:350px;
    top: 0; 
    left: 0;
    background-size: 350px 120px;
    background-color: #ddd;
    background-position: center;
    border-radius: 20px 0 0 20px;
    z-index: 1;
}
.idx-rtri {
    position: absolute;
    left: 345px;
    top: 0;
    width: 500px;
    height: 120px;
    background-color: rgba(136,136,136,1);
}
.idx-rtri:before {
    content: '';
    position: absolute;
    left:-99px; top:0;
    width: 5px;
    height: 0;
	height: 0;
	border-top: 120px solid rgba(136,136,136,1);
	border-left: 100px solid transparent;
    z-index: 1;
}
.idx-container .redirect {
    position: absolute;
    left: 345px;
    top: 0;
    width: 575px;
    height: 120px;
    background-image: url(https://i.imgur.com/IsoGTu0.png);
    border-radius: 0 20px 20px 0;
}
.idx-container .redirect:before {
    content: '';
    position: absolute;
    left:-99px; top:0;
    width: 5px;
    height: 0;
	height: 0;
	border-top: 120px solid rgba(136,136,136,1);
	border-left: 100px solid transparent;
    z-index: 1;
}
.idx-container .redirect div {
    position: relative;
    vertical-align: top;
    width: 100px;
    display: inline-block;
    padding: 50px 0;
    height: 20px;
    margin: 0 20px;
    text-align: center;
    font-family: 'lobster', sans-serif;
    text-transform: lowercase;
    font-style: italic;
    font-size: 24px;
    z-index: 2;
}
.idx-container .redirect div b {
    position: relative;
    font-weight: 400 !important;
    z-index: 5;
}
.idx-container .redirect a {
    position: relative;
    color: black !important;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ddd, -1px -1px 0 #ddd;
    transition: all 0.3s ease-out;
    -o-transition-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.idx-container .redirect a:hover {
    position: relative;
    color: black !important;
    text-decoration: none;
    text-shadow: 1px 1px 0 #999, -1px -1px 0 #999;
    transition: all 0.3s ease-out;
    -o-transition-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.idx-container .redirect a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
    text-shadow: 1px 1px 0 #ddd, -1px -1px 0 #ddd;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}
.idx-container .redirect a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
    z-index: 2;
}
.idx-container .redirect div span {
    position: absolute;
    left: 25px;
    top: 30px;
    font-size: 64px;
    color: rgba(221,221,221,0.5);
    z-index: 1;
}

.idx-lpimg {
    position: absolute;
    right: -58px;
    top: 5px;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 5px;
    box-shadow: 0 0 0 5px #6d5e4b;
    z-index: 3;
}
.idx-lpimg img {
    display: none;
}


.idx-topicw {
    position: absolute;
    width:350px; 
    height:118px;
    top:0; 
    right:0;
}
.idx-tags {
    position: relative;
    top: 15px;
    left: -13px;
    display: inline-block;
    width: 300px;
    height: 65px;
    background-color: #aaa;
    border-radius: 20px;
}
.idx-tags:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 17px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #aaa;
    border-bottom: 10px solid transparent;
    }
.idx-ttitle {
    position: absolute;
    width: 280px;
    height: 26px;
    top: 5px;
    left: 0;
    font-size: 22px;
    font-family: 'lobster', sans-serif;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: -0.5px;
    padding: 5px 8px 5px 8px;
    line-height: 110%;
    text-align: left;
    
}
.idx-ttitle a {
    color:#333;
    text-decoration: none !important;
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-ttitle a:hover {
    letter-spacing: .2px;
}
.idx-ttitle i {
    position: relative;
    top:-6px;
    font-size: 18px;
    color:rgba(136,136,136,1);
}
.idx-tauth {
    position: absolute;
    width: 220px;
    height: 20px;
    bottom: 0;
    right: 0px;
    font-size: 14px;
    font-family: 'Fjalla One', cursive;
    text-transform: uppercase;
    padding: 5px 20px 0 10px;
    line-height: 110%;
    text-align: right;
    
}
.idx-tauth a {
    color:#666;
    text-decoration: none !important;
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-date {
    position: absolute;
    width: 10px;
    height: 10px;
    padding: 4px 11px 11px 4px;
    top: 74px;
    left: 74px;
    font-size: 18px;
    font-family: sans-serif;
    color: #444;
    background-color: #6d5e4b;
    border-radius: 100%;
    z-index: 3;
}

.idx-topic {
    position: absolute;
    min-width:65px;
    top: 10px;
    left: 279px;
    font-size: 12px;
    padding: 9px 5px 5px 5px;
    font-family: 'poppins',sans-serif;
    color: #333;
    background: #777;
    z-index: 3;
}
.idx-replies {
    position: absolute;
    min-width:65px;
    top: 48px;
    left: 311px;
    font-size: 12px;
    padding: 9px 5px 5px 5px;
    font-family: 'poppins',sans-serif;
    color: #333;
    background: #777;
    z-index: 3;
}
.idx-topic b, .idx-replies b {
    font-family: 'calibri',sans-serif;
    font-size: 20px;
}
.idx-topic:before, .idx-replies:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 29px solid #777;
    border-left: 25px solid transparent;
    z-index: 3;
}
.idx-topic:after, .idx-replies:after {
    content: '';
    position: relative;
    left: 29px;
    top: -27px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #777;
    border-right: 25px solid transparent;
    z-index: 3;
}

.idx-subs {
    display: ;
    position: absolute;
    height: 30px;
    width: 500px;
    bottom: 0;
    left: 345px;
    background-color: rgba(119,119,119, 0);
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    color: #888;
    transform: skew(28deg) !important;
    z-index: 1;
}
.idx-flink {
    position: absolute;
    left:0; 
    bottom:0;
    width: 130px;
    height: 120px;
    font-size: 20px;
    padding:5px;
    background-color: #aaa;
    color:#777;
}
.idx-flink:after {
    display: none;
    position: absolute;
    content: '';
    left:30px; bottom:0;
	border-bottom: 30px solid #aaa;
	border-right: 20px solid transparent;
}
.idx-subs::-webkit-scrollbar { width:3px; height: 4px; }
.idx-subs::-webkit-scrollbar-track { background-color: #777; }
.idx-subs::-webkit-scrollbar-thumb { background-color: #555; }

.idx-subs a {
    position: relative;
    display: inline-block;
    font-size: 11px;
    font-family: 'calibri',sans-serif;
    padding: 8px 10px 13px 10px;
    font-weight: bold;
    text-transform: uppercase;
    color:#333;
    text-align: center;
    text-decoration: none;
    transform: skew(-28deg) !important;
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-subs a:hover {
    height: 20px;
    background: #aaa;
}
.subforums-macro {display: none !important;}
.sublink {
    position: relative;
    display: inline-block;
    z-index:50;
}
.idx-subs .descrip, .idx-subs .fdl {
    display: none ;
}


/********************  INNER BOADR  ***********************/

.topic-title-row { 
    position: relative;
    top: -9px;
    width: 94%;
    left: 40px;
    padding: 15px 5px 0 5px;
    text-transform: lowercase;
    font: 26px 'Lobster', cursive;
    font-weight: normal;
    color: #ddd;
    text-align: right;
    border-bottom: 4px solid #888; 
}
.ib-head {
    position: absolute;
    width:30px; 
    height:30px; 
    float:left; 
    margin: 9px 0px -15px -37px; 
    background-color: #9e7e58; 
    color:#333; 
    font-size:16px;
    padding: 7px 8px 8px 6px; 
    text-align:center; 
    border-radius: 100%;
    z-index: 1;
}

.ib {
    position: relative;
    height: 100px;
    width: 890px;
    padding:0 10px 0 15px;
    margin: 4px 0 4px 80px;
    border-radius: 30px;
    
background: rgb(204,204,204,0.8); /* Old browsers */
background: -moz-linear-gradient(right, rgba(204,204,204,0.8) 11%, rgba(170,170,170,0.8) 86%,); /* FF3.6-15 */
background: -webkit-linear-gradient(right, rgba(204,204,204,0.8) 11%, rgba(170,170,170,0.8) 86%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to left, rgba(204,204,204,0.8) 11%, rgba(170,170,170,0.8) 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#aaaaaa',GradientType=1 ); /* IE6-9 */
}
.ib:before {
    position: absolute;
    left: -25px;
    top: 30px;
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 25px solid #888;
    border-bottom: 20px solid transparent;
}
.ib:after {
    position: absolute;
    left: 25px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 100px solid #888;
    border-right: 70px solid transparent;
    z-index: 1;
}
.ib .fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 25px;
    background: #888;
    border-radius: 40px 0 0 40px;
}

.ib .icon {
    position: absolute;
    top: 32px;
    left: -68px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    padding: 7px;
    background: #999;
    color: #333;
    font-size: 28px;
    text-align: center;
}
.ib .icon:before {
    content: '';
    position: absolute;
    height: 71px;
    width: 3px;
    margin: -78px 0 0 0;
    background-color: #777;
}
.ib .icon i {
    /* position: absolute; */
    color: #333;
    font-size: 20px;
    margin: 0 0 0 -5px;
    /* margin: auto; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ib .thread {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: 25px; 
    width: 520px; 
    height: 100px;
    z-index: 2;
}
.ib .title {
    position: relative;
    display: inline-block;
    height:20px;
    padding:30px 25px 10px 5px;
    color:#666;
    font-size: 12px;
    font-family: 'lobster', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}
.ib .title a {
    color:#444;
    font-size: 23px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: capitalize;
    letter-spacing: -0.5px;
    padding-right:10px;
    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;
}
.ib .title::first-letter {
    color:#b99e7e;
    font-size: 36px;
    text-shadow: 2px 2px 0 #474747;
    padding-right: 2px;
}
.ib .title a:hover {
    color: #222;
}
.ib .pages {
    position: relative;
    display: inline-block;
    left:20px; 
    top:0;
    font-family: 'calibri',sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color:#555;
    padding-right: 15px;
    transform: skew(36deg);
}
.ib .pages a {
    font-family: 'calibri',sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color:#bbb;
    padding: 2px;
    letter-spacing: -1px;
}
.ib .barw {
    position: absolute;
    display: inline-block;
    top: 62px;
    left: 1px;
    background: #828282;
    transform: skew(-36deg);
    box-shadow: 1px 1px 1px #888;
    
    background: rgb(130,130,130); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(130,130,130) 11%, rgba(153,153,153) 86%,); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(130,130,130) 11%, rgba(153,153,153) 86%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(130,130,130) 11%, rgba(153,153,153) 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#999999',GradientType=1 ); /* IE6-9 */
}
.ib .bars {
    position: relative;
    display: inline-block;
    left: 10px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-family: 'calibri',sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #444;
    transform: skew(36deg);
}
.ib .topicauthor {
    position: relative;
    display: inline-block;
    transform: skew(36deg);
    right: 0;
    top: 0;
    padding: 5px 20px 0 15px;
    text-align: right;
    line-height: 120%;
}
.ib .topicauthor a {
    font-family: 'Fjalla One', cursive;
    text-transform: capitalize;
    font-size: 14px;
}
.ib .topicauthor:before {
    content: ' started by; ';
    position: relative;
    left:0;
    padding: 0 5px 0 0;
    text-align: right;
    font-family: 'calibri', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #444;
}

.ib .authors {
    position: relative;
    display: inline-block;
    left: 40px;
    width: 230px;
    height: 100px;
}
.ib .lpimg {
    position: absolute;
    right: 134px;
    top: 5px;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    margin: 5px;
    box-shadow: 0 0 0 5px #888;
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
    z-index: 3;
}
.ib .lpimg img {
    display: none;
}
.ib .time {
    position: absolute;
    width: 10px;
    height: 10px;
    padding: 4px 11px 11px 4px;
    top: 0px;
    left: 60px;
    font-size: 18px;
    font-family: sans-serif;
    color: #444;
    background-color: #888;
    border-radius: 100%;
    z-index: 3;
}
.ib .go-to {
    position: absolute;
    width: 10px;
    height: 10px;
    padding: 4px 11px 11px 4px;
    top: -5px;
    left: 63px;
    font-size: 18px;
    font-family: sans-serif;
    color: #444;
    background-color: #787878;
    border-radius: 100%;
    z-index: 3;
}
.ib .go-to a {
    font-size: 18px;
    color: #ccc;
}
.ib .topicreply {
    position: absolute;
    display: inline-block;
    left: 86px;
    top: 15px;
    line-height: 120%;
    background: #999;
    font-family: 'calibri', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: #444;
    padding: 5px 13px 7px 15px;
    border-radius: 0 15px 15px 0;
}
.ib .rauth a {
    display: block;
    font-family: 'Fjalla One', cursive;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}
.ib .date {
    font-weight: bold;
    font-family: 'calibri', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    color:#555 !important;
    border-bottom:1px solid #777;
    padding:0 10px 0 10px;
}
.ib .numsw {
    position: absolute;
    top: 4px; 
    right: 230px;
    min-width: 100px;
	height:80px;
    border:0;
    z-index: 2;
}
.ib .nums {
    position: relative;
    display: block;
    vertical-align: top;
    top: 11px;
    left: 10px;
    padding: 9px 20px 5px 5px;
    background: #989898;
    margin: 7px 0 0 0;
    transform: skew(40deg);
}
.ib .nums .text {
    font-size: 12px;
    font-family: 'poppins',sans-serif;
    text-align: center;
    color:#333;
    transform: skew(-40deg);
}
.ib .nums .text b {
    font-size: 14px;
    font-family: 'calibri',sans-serif;
}

.ib .stats {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 100px;
    left: 119px;
    background: #a5a5a5;
    border-radius: 0 30px 30px 0;
    font-family: 'Fjalla One', cursive;
    text-transform: lowercase;
    font-size: 12px;
    font-weight: 400;
    color:#444;
    z-index: 1;
}
.ib .stats:after {
    position: absolute;
    right: 25px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 100px solid #a5a5a5;
    border-left: 50px solid transparent;
    z-index: 1;
}
.ib .stats .num1, .ib .stats .num2 {
    position: absolute;
    height: 15px;
    background: #a1a1a1;
    height: 15px;
    padding: 8px 6px 6px 8px;
    transform: skew(-27deg);
    z-index: 2;
}
.ib .stats .num1 {
    position: absolute;
    top: 16px;
    right: 40px;
}
.ib .stats .num2 {
    position: absolute;
    top: 55px;
    right: 59px;
}
.ib .stats .replies, .ib .stats .views {
    transform: skew(27deg);
}


.ib .cb {
    position: absolute;
    right:-20px; top:30px;
}

/********************    ALERTS   *****************************/
#recent-alerts {
    position:absolute; 
    margin-left: 620px;
    margin-top: 57px;
    padding:3px;
}
#recent-alerts .tableborder {
    width: 400px;
    padding: 5px;
    border: 0;
    margin: 0;
    background-color: rgba(185,158,126,0.8);
}
#recent-alerts-data .row2 {
    margin:0; 
    background-color: rgba(221,221,221,0.3);
    color:#333; 
    font-size:11px; 
    font-family:sans-serif; 
    text-align:left; 
    text-transform: lowercase;
    padding:7px 5px;
}
#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: rgba(221,221,221,0.7);
    background-image: none;
    padding: 5px;
    color: #000;
    font-size: 12px;
}
#recent-alerts .pformstrip a {
    color: #000;
}


/**********************  BOARD FOOT & STATS  ******************************/
#bf {
    position: relative;
    top:20px;
}
#bf .wrap {
    width: 1000px;
    height: 230px;
    background-color: rgba(170,170,170,0.6);
}

#bf .welcome,#bf .goodbye {
    position: relative;
    height: 20px;
    padding: 7px 100px;
    text-align: right;
    font-family: 'Fjalla One', sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 100%;
    color:#222;
    background-color: rgba(154,126,92,0.6);
}
#bf .goodbye {
    position: absolute;
    bottom: 0px;
    height: 20px;
    padding: 7px 5px;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 100%;
    color:#222;
    background-color: rgba(162,115,59,0.6);
}
#bf .welcome a {
    font-family: 'lobster', cursive;
    font-style: italic;
    font-size: 24px;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
#bf .goodbye a {
    font-style: italic;
    font-size: 16px;
    padding: 0 53px;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}

#bf .statstitle {
    position: relative;
    top: -28px;
    width: 200px;
    left: -22px;
    padding: 4px 5px 2px 28px;
    font-family: 'poppins',sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    background-color: rgba(196,196,196,1);
    border-radius: 20px;
    border: 2px solid #aaa;
}
#bf .statstitle i {
    position: absolute;
    /* display: inline-block; */
    top: -6px;
    left: -4px;
    padding: 2px;
    color: #b99e7e;
    font-size: 23px;
    background-color: rgba(196,196,196,1);
    border-radius: 20px;
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    border-left: 2px solid #aaa;
    border-right: 2px solid rgba(196, 196, 196);
}

#bf #clicks {
    position: relative;
    display: inline-block;
    left: -40px;
    height: 220px;
    width: 40px;
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    line-height: 100%;
    color:#222; 
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
#bf #clicks a {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px 0;
    color: #ddd;
    background: rgb(170,170,170);
    border: 1px solid #777;
    padding: 9px;
    border-radius: 100%;
    box-shadow: 0 0 0 5px rgba(129,129,129,0.9);
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
#bf #clicks a:hover {
    color: #000;
    border: 1px solid #000;
}

#bf .online {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: -20px;
    top: 20px;
    width: 290px;
    height: 140px;
    padding: 20px 0 0 4px;
    font-family: 'tahoma',sans-serif;
    color: #000;
    font-size: 11px;
    text-align: justify;
    line-height: 110%;
    background-color: rgba(221,221,221,0.6);
    border-radius: 10px;
}
#bf .online .list {
    position: relative;
    top: -29px;
    width: 95%;
    height: 90%;
    padding: 5px;
    overflow: auto;
    text-align: left;
}
#bf .today .list {
    position: relative;
    top: -29px;
    width: 90%;
    height: 90%;
    margin: auto;
    padding: 5px;
    overflow: auto;
    text-align: justify;
}
#bf .online .list a {
    font-family: 'lobster', cursive;
    font-style: italic;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 130%;
}
#bf .atm {
    position: absolute;
    bottom: 4px;
    text-align: center;
    width:275px;
}

#bf .today {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 20px;
    left: 20px;
    width: 290px;
    height: 90px;
    padding: 20px 0 0 4px;
    font-family: 'tahoma',sans-serif;
    color: #000;
    font-size: 11px;
    text-align: justify;
    line-height: 130%;
    background-color: rgba(221,221,221,0.6);
    border-radius: 10px;
}
#bf .today .list a {
    font-family: 'Fjalla One', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}
#bf .most {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: -80px;
    left: 400px;
    width: 290px;
    height: 20px;
    padding: 12px 0 6px 6px;
    font-family: 'tahoma',sans-serif;
    color: #000;
    font-size: 11px;
    text-align: justify;
    line-height: 130%;
    background-color: rgba(221,221,221,0.6);
    border-radius: 10px;
}

#bf .stats {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: -10px;
    left: 85px;
    width: 230px;
    padding: 20px 0 0 0;
}
#bf .stats .box, #bf .stats .est, #bf .stats .bday {    
    position: relative;
    display: block;
    margin-top: 9px;
    width: fit-content;
    padding: 6px 10px 8px 10px;
    border-radius: 10px;
    color:#222;
    text-align: left;
    font-family: sans-serif;
    font-size: 11px;
    background-color: rgba(221,221,221,0.6);  
}
#bf .stats .box:before, #bf .stats .est:before, #bf .stats .bday:before {
    content: '';
    left: -20px;
    top: 9px;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ccc; 
    z-index: 1;
}
#bf .stats .box:after, #bf .stats .bday:after {
    content: '';
    left: -15px;
    top: -23px;
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: #aaa; 
}
#bf .stats .box b, #bf .stats .est b, #bf .most b, #bf .stats .bday h  {
    color:#b99e7e;
    font-family: 'lobster', sans-serif;
    text-transform: lowercase;
    font-size: 15px;
    word-spacing: 5px;
    text-align: left;
    padding: 0 10px 0 0;
    font-weight: 400;
    text-decoration: underline;
    text-shadow: 1px 1px 0px #111;
}
#bf .stats .bday b {
    display: none;
}
#bf .stats .bday a {
    padding-top: 3px;
}
#bf .stats .bday {
    color: rgba(221,221,221,0.2);
}


#bf .line {
    position: relative;
    width: 900px;
    top: -64px;
    width: 900px;
    height: 2px;
    background-color: #555;
    margin: 0 0 0 50px;
}

 
.tagbox .datumshout, .tagbox .edit {
    display: none;
}
#delcookiesrow {
    display: none;
}


#idx #aff .maintitle, #idx #aff .welcome {
    display: none;
}
#idx #aff {
    position: relative;
    top:7px;   
}
#idx #aff .wrap {
    width: 1000px;
    height: 320px;
    padding: 5px 0 0 0;
    background-color: rgba(170,170,170,0.6);
}
#idx #aff .affy {
    position: absolute;
    display: block;
    right: -106px;
    top: 144px;
    font-size: 50px;
    text-transform: lowercase;
    font-family: 'lobster', cursive;
    font-style: italic;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    text-shadow: -4px 0 rgba(129,129,129,0.9), 0 4px rgba(129,129,129,0.9), 4px 0 rgba(129,129,129,0.9), 0 -4px rgba(129,129,129,0.9);
    color: #ddd;
}

#aff .welcome, #aff .goodbye {
    position: relative;
    height: 38px;
    padding: 3px;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 100%;
    color:#222;
    background-color: rgba(162,115,59,0.6);
}

#aff .tagbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: 30px;
    top: 20px;
    width: 450px;
    height: 235px;
    padding: 5px;
    font-family: 'tahoma',sans-serif;
    color: #000;
    font-size: 11px;
    text-align: justify;
    line-height: 130%;
    background-color: rgba(221,221,221,0.7);
    border-radius: 10px;
}
#aff .tagbox .tags {
    position: relative;
    vertical-align: top;
    top: -19px;
    width: 500px;
    height: 240px;
}
#aff .tagbox .statstitle {
    position: relative;
    top: -13px;
    width: 370px;
    left: -22px;
    padding: 4px 5px 2px 28px;
    font-family: 'poppins',sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
    background-color: rgba(196,196,196,1);
    border-radius: 20px;
    border: 2px solid #aaa;
    z-index: 2;
}
#aff .tagbox .statstitle i {
    position: absolute;
    top: -5px;
    left: -4px;
    padding: 5px;
    color: #b99e7e;
    font-size: 20px;
    background-color: rgba(196,196,196,1);
    border-radius: 20px;
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    border-left: 2px solid #aaa;
    border-right: 2px solid rgba(196, 196, 196);
}

#aff {
    position: relative;
    top:60px;   
}
#aff .affy {
    display: none;
}
#aff .wrap {
    width: 1000px;
    height: 365px;
    background-color: rgba(170,170,170,0.6);
}
#aff .welcome {
    position: relative;
    height: 38px;
    padding: 3px;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 100%;
    color:#222;
    background-color: rgba(162,115,59,0.6);
}
#aff .goodbye {
    position: absolute;
    bottom: 0;
    height: 38px;
    width: 994px;
    padding: 3px;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 100%;
    color:#222;
    background-color: rgba(162,115,59,0.6);
}
#aff .welcome img,#aff .goodbye img {
    border:1px solid #444; 
    padding:3px;
    margin: 0 3px;
}
#aff .buttons {
    position:relative; 
    display: inline-block;
    vertical-align: top;
    left: 10px;
    top: 15px;
    width: 440px;
    height: 225px;
    padding: 3px;
}
#aff .buttons img {
    width:88px; 
    height:31px; 
    margin:3px;
    padding:3px;
    border:1px solid #555;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}
#aff .buttons img:hover {
    background:#aaa;
}

#aff .affus {
    position:absolute; 
    left:0; 
    bottom:0; 
}
#aff .scroll {
    position:absolute; 
    right: 0; 
    bottom: 0; 
    height: 42px; 
    padding: 0px; 
    width: 900px;
}

#affiliates .maintitle {
    display: none;
}
#aff .row2 { 
    background-color: rgba(214,214,214,0) !important; 
    padding:0px; 
}
#aff .tablepad {
    position: absolute;
    bottom: -11px;
    right: -12px;
    width: 893px;
    background-color: rgba(214,214,214,0) !important;
}
#copyright2 {
    position: relative;
    top: 5px;
    width: 990px;
    background-color: rgba(170,170,170,0.6);
    border-bottom: 3px solid #697a80;
    font-size: 14px;
    text-align: center;
    text-transform: lowercase;
    padding: 15px 5px;
    font-weight: bold;
    font-family: 'Fjalla One', sans-serif;
    font-style: italic;
    color: #222;
    letter-spacing: 1px;
}


.tableborder .row4 {
    background-color: rgba(221,221,221,0);
    font-size: 12px;
    font-family: 'calibri',sans-serif;
    color:#000;
}
.tableborder .row4 a {
    font-size: 12px;
    font-family: 'calibri',sans-serif;
    color:#000;
}
.ui-helper-hidden-accessible div {
    display: none;
}


/********************  UCP  *******************************/

.row1 {
    background-color: rgba(170,170,170,0);
    color: #111;
    padding: 9px;
    font-size: 12px;
    text-align: center;
}
.row1 .postcolor {
    padding: 20px 20px;
    margin: auto;
    width: 700px;
    background-color: rgba(236,236,236, 0.8);
    border-radius: 20px;
    text-align: justify;
}
.row1 a, .row3 a, .row2 a {
    color: #8b8b8b;
    font-size: 12px;
}
.row1 .button-small, .row3 .button-small {
    color: #111;
    box-shadow: none;
    background: transparent;
}
.row3, .row2 {
    background-color: rgba(204,204,204,0.6);
    border:0;
}

.button-large {
    vertical-align: top;
    color: #ddd;
    background: rgb(204,204,204,0.2);
    border: 1px solid #777;
    font-weight: 400;
    padding: 5px 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;
}
.button-large .fas {
    font-size: 18px;
}
.button-large:hover {
    color: #000;
    border: 1px solid #000;
}
.activeuserstrip {
    background-color: rgba(185,158,126,0.6);
    padding: 6px;
    margin: -18px 0 0 0;
}
.activeuserstrip a {
    color: #000;
}
#hb-acp .acp-1,#hb-acp .acp-2,#hb-acp .acp-3,#hb-acp .acp-5,#hb-acp .acp-6,#hb-acp .acp-7,#hb-acp .acp-8,#hb-acp .acp-9,#hb-acp .acp-10,#hb-acp .acp-11 {
    display: none;
}

.UCP-R {
    float: right;
    height:28px;
    width:30px;
    padding:10px 5px 0 5px;
    text-align: center;
    color:#222;
    font-size: 12px;
    font-family: 'calibri', sans-serif;
    background-color:#666;
    transition:all 1s ease;
    font-size: 24px;
}
.UCP-R:hover {
    color:#000;
    background:#697a80;
}
.UCP-R a {
    color:#222;
    text-decoration: none;
}
.UCP-R a:hover {
    color:#000;
}


#ucpcontent, #ucpmenu {
    background-color: rgba(238,238,238,0);
    border:0;
}
#ucpcontent div a {
    color: #ccc;
}
#ucpcontent div {
    color: #aaa;
}
#ucpmenu .pformstrip, #ucpcontent .pformstrip, #ucpcontent .titlemedium {
    background-color: #bbb;
    background-image: none;
    text-align: right;
    padding:0px 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'calibri', sans-serif;
    color: #000;
}
#ucpcontent table, #ucpmenu p, .row2 {    
    background-color: rgba(170,170,170,0.85);
    border:0;
}
#ucpcontent td, #ucpcontent .maintitle, #ucpmenu, #ucpmenu a, #ucpcontent{
    color:#000;
    -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;
}
#ucpcontent table td a {
    color:#000;
    font-size: 11px;
    font-weight: bold;
}
#ucpcontent .maintitle, #ucpmenu .maintitle, #active-topics .maintitle {
    color: #bbb !important;
    font-size: 24px;
    padding-top: 15px;
    height: 30px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    border-bottom: 5px solid;
}
#ucpcontent .maintitle:before, #active-topics .maintitle:before {
    display: none;
}
#ucpcontent .maintitle:after, #ucpmenu .maintitle:after, #active-topics .maintitle:after {
    display: none;
}

#ucpmenu a:hover {
    color:#666;
    padding-left: 20px;
}
#ucpmenu .maintitle:before {
    display: none;
}
#ucpcontent table .dlight {
    background-color: rgba(238,238,238,0);
    border-bottom:2px solid #777;
}
#ucpcontent .tableborder td {
    border-bottom:1px solid #777;
    color: #000;
    text-align: center;
    font-size: 10px;
    font-family: 'calibri',sans-serif;
}
#ucpcontent .alert-text {
    font-size: 13px !important;
}
#ucpcontent .alert-text img {
    width: 15px;
    height: 15px;
}
#ucpcontent .alert-read img:first-of-type, #ucpcontent .alert-unread img:first-of-type {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
#ucpcontent .postcolor {
    border-bottom:1px solid #777;
    color: #000;
    text-align: left;
    text-transform: none !important;
}
#ucpcontent .post1 {
    background-color: rgba(117,117,117,0.5);
}
#ucpcontent .miniprofile img {
    width: 100%;
    height: 25%;
    border-radius: 100%;
}
#ucpcontent .miniprofile, #ucpcontent .row4 {
    background: #999;
    width: 15%;
}
#ucpcontent .row4 .row4 {
    background: #999;
    width: 500px;
}
#ucpcontent .postdetails {
    font-size: 12px;
    color: #000;
}
 #ucpcontent .titlemedium div {
    font-size: 10px;
    color: #000;
}
#ucpcontent .post1 .postcolor {
    max-height: 500px;
    overflow: auto;
    padding: 20px;
}
.wrapmini {
    display: none;
}
.titlemedium .textimput {
    background:#ccc;
}
.titlemedium, .darkrow1 {
    background:#bbb;
}
.darkrow3, .darkrow2 {
    color: #aaa;
}
.alert-text {
    color: #555 !important;
    font-size: 12px;
    text-align: left !important;
}
.alert-text a {
    font-size: 12px !important;
}


#store #ucpmenu {
    width: 180px;
    background-color: rgba(238,238,238,0);
    border:0;
}
#store #ucpmenu .row4 b {
    color: #eee;
}

#store #ucpcontent {
    width: 82%;
    background-color: rgba(238,238,238,0);
    border:0;
}
#store table {
    border-spacing: 0;
    border-collapse: collapse;
}
#store #ucpcontent tr {
    border-bottom: 3px solid #777;
}
#store #ucpcontent .pformright {
    text-align: center;
    background-color: rgba(187,187,187,0);
    border: none;
    color: #000;
    font-size: 11px;
    width: 78%;
    padding: 10px 40px 10px 40px;
}

#store #ucpcontent table td a {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'calibri',sans-serif;
    -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;
}
#store #ucpcontent table td a:hover {
    color: #eee;
    letter-spacing: 0.5px;
}
#store #ucpcontent .row2 a {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: underline;
    font-family: 'calibri',sans-serif;
    -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;
}
#store #ucpcontent .row2 a:hover {
    color: #eee;
    letter-spacing: 0.5px;
}
#store #ucpcontent .pformstrip {
    padding: 0 5px;
}
#store #ucpcontent .row4 {
    border-right: 1px solid #777;
}
#store #ucpcontent .row2 {
    font-weight: 400 !important;
    font-size: 11px;
    text-align: left !important;
    padding: 15px 0 15px 50px;
}
#store #ucpcontent tr .row4:nth-child(1) { 
    width: 40px !important; 
}
#store #ucpcontent td:nth-child(2) { 
    font-weight: 600;  
    text-align: center;
}
#store #ucpcontent td:nth-child(3) { 
    width: 450px;
    text-align: left;
    font-size: 11px;
}
#store #ucpcontent td:nth-child(4) { 
    width: 30px; 
    font-size: 11px;
}
#store #ucpcontent td:nth-child(5) { 
    width: 35px; 
    font-size: 11px;
}
#store #ucpcontent td:nth-child(6) { 
    width: 30px; 
    font-size: 11px;
}


#store #ucpcontent .row4 img {
    width: 50px;
    height: 50px;
    border:0;
}


/********************  BTS  *******************************/

#Online .maintitle {
    font-size: 46px;
}
#Online .maintitle:after {
    width: 900px;
}

#daffiliates .maintitle {
    text-decoration: underline;
    text-decoration-color: #999;
    font-size: 46px;
}
#daffiliates .maintitle:after {
    width: 158px;
}
#daffiliates td, #daffiliates a {
    padding: 0 15px;
    color: #000;
}
#daffiliates td:first-child {
    width: 20%;
}
#daffiliates .tablepad .row2 {
    padding: 10px;
}
#daffiliates input[type="text"] {
    width: 98%;
}

#Online .row1 {
    background-color: rgba(170,170,170,0.8);
    border-spacing: 0;
    border-collapse: collapse;
    font-family: 'calibri', sans-serif;
    text-transform: lowercase;
    font-size: 12px;
    color: #444;
}
#Online .row1 a {
    text-transform: uppercase;
    color: #000;
}
#Online .row1 a:hover {
    color: #ccc;
}
#Online .row1 a span {
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    color: #444;
    text-transform: capitalize;
    text-shadow: 1px 1px 0 #333, 0 -1px #aaa;
}
#Online .titlemedium, #Online .darkrow1 {
    background-color: rgba(123,123,123,0.8);
    border-spacing: 0;
    border-collapse: collapse;
    color: #000;
}

.members {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    width: 220px;
    height: 200px;
    padding: 10px;
    background: rgba(204,204,204,0.8);
}
.members .avatar {
    position: relative;
    display: inline-block;
    height: 110px;
    width: 70px;
    border: 5px solid #ccc;
    margin: 0 3px 0 0;
    z-index: 2;
}
.members .avatar img {
    height: 110px;
    width: 70px;
}
.members .name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #aaa;
    margin: 5px 0;
    z-index: 1;
}
.members .mail {
    position: absolute;
    display: inline-block;
    top: 2px;
    left: 2px;
    height: 10px;
    width: 10px;
    padding: 2px 7px 6px 1px;
    font-size: 16px;
    border: 3px solid #ccc;
    border-radius: 100%;
    background: #ccc;
    z-index: 3;
}
.members .avatar .posts {
    position: absolute;
    font-size: 12px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid #ccc;
    border-radius: 6px;
    background: #ccc;
    z-index: 3;
}
.members .join {
    position: relative;
    display: block;
    vertical-align: top;
    max-width: 145px;
    font-family: 'calibri', sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    z-index: 1;
}
.members .lastpost {
    position: relative;
    display: block;
    vertical-align: top;
    font-family: 'calibri', sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    z-index: 1;
}
.members .info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 133px;
    height: 120px;
    text-align: right;
}
.members .info div {
    position: relative;
    display: block;
    margin-bottom: 7px;
}
.members .info b {
    position: relative;
    float: left;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.members .Sempiternal .mail i {
    color: #548134;
}


/********************  OLD  *******************************/

#userbar {
    position: fixed;
    height:60px;
    width:100%;
    padding:0;
    top:0;
    z-index: 99;
}
#headerbar {
    position: relative;
    display: inline-block;
    top: 0; left:-20px;
    width: 100%;
    height: 40px;
    background: #555; 
    z-index: 990;
}
#hb-foot {
    position: relative;
    display: inline-block;
    top: 10px; left:-10px;
    width: 100%;
    height: 15px;
    padding:5px;
    background: #697a80;
}
#hb-acp {
    position: absolute;
    top:6px;
    left:-68px;
}
#hb-foot a {
    color:#222;
    font-size: 16px;
}
#hb-navl {
    position: relative;
    margin-left: 50px;
    float: left;
}
#cbtog {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    background: #555;  
}


/********************  pages  ************************/
#timewrap {
    position: relative;
    width: 666px;
    margin: auto;
    padding: 5px 20px 10px 7px;
    margin: auto;
}
#timewrap .timeline {
    position: relative;
    width: 550px;
    margin: auto;
    padding: 5px 20px 0 20px;
    border-left: 2px solid #999;
}
#timewrap .timeline .time {
    position: relative;
    width: fit-content;
    padding: 10px;
    font-size: 12px;
    font-family: 'tahoma', sans-serif;
    color: #222;
    text-align: left;
    background: #ddd;
    border-radius: 10px;
    margin: 10px 0;
    line-height: 130%;
    box-shadow: 1px 1px 0 #aaa;
}
#timewrap .timeline .time:before {
    position: absolute;
    content: '';
    left: -9px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #ddd;
    border-bottom: 10px solid transparent;
}
#timewrap .timeline .time:after {
    position: absolute;
    content: '';
    left: -29px;
    top: 10px;
    width: 5px;
    height: 5px;
    padding: 5px;
    background: #bbb;
    border-radius: 100%; 
}

/********************** SHIP SLIDER **********************/
    
#timewrap .timeslide {
    position: relative;
    width: 630px;
  cursor: pointer;
  padding: 0 10px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
margin: 5px 0 0 0;
background: #eee;
}
#timewrap .timeslip {
    position: relative;
    width: 630px;
  padding: 0 10px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
margin: 5px 0 0 0;
background: #eee;
}
#timewrap .timeslide b, .timeslip b {
    position: relative;
    top: 0px;
    color: #527c7d;
    font: 600 18px Fjalla one;
    font-style: italic;
    letter-spacing: 1px;
    background: #eee;
    padding: 0 10px;
    z-index: 1;
    }
#timewrap .timeslide i, .timeslip i {
    position: absolute;
    top: 0px;
    left: 10px;
    color: #527c7d;
    font-size: 18px;
    background: #eee;
    padding: 5px;
    z-index: 1;
    }
#timewrap .timeslide:after, .timeslip:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 93%;
    background: #555;
    top: 9px;
    left: 10px;
}
#timewrap .content {
    position: relative;
    width: 95%;
    padding: 0 20px 0 1px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #eee;
}
#timewrap .content2 {
    position: relative;
    width: 98%;
  padding: 0 20px 0 13px;
  overflow: hidden;
  background-color: #eee;
}
    

/**********************************************************
 		             BTS / UCP
**********************************************************/


.forminput, input[type="text"] {
    background: #ddd;
    border: 1px solid #aaa;
    color: #111;
    font-family: tahoma, arial, sans-serif;
    padding:5px;
    width: 40%
    outline: none;
    box-shadow: none;
    font-size: 12px !important;
    line-height: 120%;
    text-align: left;
}
input[type=submit], input[type=button], input[type=reset] {
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    color: #222;
    font-size: 11px;
    font-weight: bold;
    margin: 3px;
    padding: 2px 6px;
    text-decoration: none;
    border: none;
    background: #ddd;
}
#delcookiesrow, #mark-as-read-subto, .copyright {
    background-color: transparent;
    border: none;
    color:#000;
    font-size: 12px;
    padding: 10px;
    width: 550px;
    margin-top: 5px;
}
#delcookiesrow a, #mark-as-read-subto a {
    color:#888;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.pagination {
    position: relative;
    left: 20px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    background-color: rgba(68,68,68,0.8);
    padding: 10px 20px;
    margin: 0;
    font-weight: 600;
    border: 1px solid #000;
    color: #777 !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.goto-firstunread {
    position: relative;
    left: 20px;
    font-family: 'calibri', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    background-color: rgba(68,68,68,0.8);
    padding: 11px 20px 10px 20px;
    margin: 0;
    font-weight: 400;
    border: 1px solid #000;
    color: #777 !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pagination a, .goto-firstunread a {
    color: #aaa !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pagination a:hover, .goto-firstunread a:hover {
    color: #ccc !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pagination_current {
    background: none;
    border: 0px solid #545454;
    padding-left: 6px;
    padding-right: 6px;
    background-image:none;
}
.pagination_page {
    padding: 4px 8px;
}
.pagination_page:hover {
    color:#000;
}

#active-topics .tableborder, #search-topics .tableborder {
    margin: 0 0 20px 0;
}
#active-topics .tablebasic, #search-topics .tablebasic {
    background-color: rgba(187,187,187,0.8);
    border:none;
    color:#000;
    font-size: 12px !important;
    text-align: center;
}
#active-topics .row2, #active-topics .fas, #search-topics .row2 {
    background-color: rgba(187,187,187,0);
    color:#000;
    font-size: 12px !important;
    text-align: center;
}
#active-topics .button-large {
    display: none;
}
#active-topics a, #search-topics a, #active-topics b {
    color:#000;
    font-weight: 400;
    font-size: 14px;
    font-family:'Fjalla One', sans-serif;
    line-height: 120%;
}
#active-topics td, #search-topics td {
    color:#555;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    font-family: 'arial',sans-serif;
}
#active-topics .row2, #active-topics .row4, #search-topics .row2, #search-topics .row4 {
    border-bottom: 4px solid #888;
    padding:12px 0;
}
#active-topics .desc, #active-topics .row2, #active-topics .row4, #active-topics .small {
    color:#444;
    font-size: 12px;
    font-family: 'calibri',sans-serif;
}

#search-topics .maintitle a {
    color: #222 !important;
    font-size: 24px !important;
    letter-spacing: 0;
    -webkit-text-stroke: 0px #eee;
    text-transform: lowercase;
    font-family: 'lobster', cursive;
    padding: 0 20px 0 20px;
    text-decoration: none;
    line-height: 400%;
}


#inforum-rules img {
    display: none;
}

fieldset {
    border-color: #000;
    background-color:rgba(199,199,199,0.8);
    color:#000;
}
fieldset td, .tablepad, #modcp-content .maintitle {
    color:#000;
}
.tablepad ul {
    color:#000; 
    font-size: 13px;
    background: #ccc;
    line-height: 130%;
    padding:20px 0 20px 20px;
}

legend {
    color:#000; 
    background-color:rgba(199,199,199,0.8);
    font-weight: 700;
    padding:3px;
}
#calendar td {
    height:80px !important;
}
#calendar a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height:130%;
}
#calendar .maintitle a {
    display: none;
}


/***********************************	
         board IMGS    
************************************/
#row-1 {background-image:url(http://makeshiftheart.com/FS/imgs/bc1.2.png);}
#row-2 {background-image:url(http://makeshiftheart.com/FS/imgs/bc2.2.png);}
#row-3 {background-image:url(http://makeshiftheart.com/FS/imgs/bc3.2.png);}
#row-24 {background-image:url(http://makeshiftheart.com/FS/imgs/bc9.2.png);}
#row-4 {background-image:url(http://makeshiftheart.com/FS/imgs/bc4.2.png);}
#row-5 {background-image:url(http://makeshiftheart.com/FS/imgs/bc5.2.png);}
#row-6 {background-image:url(http://makeshiftheart.com/FS/imgs/bc6.2.png);}
#row-7 {background-image:url(http://makeshiftheart.com/FS/imgs/bc7.2.png);}
#row-8 {background-image:url(http://makeshiftheart.com/FS/imgs/bc8.2.png);}
#row-69 {background-image:url(http://makeshiftheart.com/FS/imgs/bc69.2.png);}
#row-65 {background-image:url(http://makeshiftheart.com/FS/imgs/bc65.2.png);}

#row-10 {background-image:url(http://makeshiftheart.com/FS/imgs/bc46.2.png);}
#row-40 {background-image:url(http://makeshiftheart.com/FS/imgs/bc40.2.png);}
#row-41 {background-image:url(http://makeshiftheart.com/FS/imgs/bc41.2.png);}
#row-42 {background-image:url(http://makeshiftheart.com/FS/imgs/bc42.2.png);}
#row-43 {background-image:url(http://makeshiftheart.com/FS/imgs/bc43.2.png);}


#row-11 {background-image:url(http://makeshiftheart.com/FS/imgs/bc47.2.png);}
#row-12 {background-image:url(http://makeshiftheart.com/FS/imgs/bc48.2.png);}
#row-13 {background-image:url(http://makeshiftheart.com/FS/imgs/bc50.2.png);}
#row-14 {background-image:url(http://makeshiftheart.com/FS/imgs/bc51.2.png);}
#row-15 {background-image:url(http://makeshiftheart.com/FS/imgs/bc54.2.png);}
#row-16 {background-image:url(http://makeshiftheart.com/FS/imgs/bc13.2.png);}
#row-17 {background-image:url(http://makeshiftheart.com/FS/imgs/bc14.2.png);}
#row-18 {background-image:url(http://makeshiftheart.com/FS/imgs/bc53.2.png);}
#row-19 {background-image:url(http://makeshiftheart.com/FS/imgs/bc10.2.png);}
#row-20 {background-image:url(http://makeshiftheart.com/FS/imgs/bc11.2.png);}
#row-21 {background-image:url(http://makeshiftheart.com/FS/imgs/bc12.2.png);}
#row-22 {background-image:url(http://makeshiftheart.com/FS/imgs/bc16.png);}
#row-23 {background-image:url(http://makeshiftheart.com/FS/imgs/bc17.png);}
#row-25 {background-image:url(http://makeshiftheart.com/FS/imgs/bc19.2.png);}
#row-26 {background-image:url(http://makeshiftheart.com/FS/imgs/bc20.2.png);}
#row-27 {background-image:url(http://makeshiftheart.com/FS/imgs/bc21.2.png);}
#row-28 {background-image:url(http://makeshiftheart.com/FS/imgs/bc22.2.png);}
#row-29 {background-image:url(http://makeshiftheart.com/FS/imgs/bc23.2.png);}
#row-30 {background-image:url(http://makeshiftheart.com/FS/imgs/bc24.2.png);}
#row-31 {background-image:url(http://makeshiftheart.com/FS/imgs/bc25.2.png);}
#row-32 {background-image:url(http://makeshiftheart.com/FS/imgs/bc26.2.png);}
#row-36 {background-image:url(http://makeshiftheart.com/FS/imgs/bc62.2.png);}
#row-37 {background-image:url(http://makeshiftheart.com/FS/imgs/bc37.png);}
#row-38 {background-image:url(http://makeshiftheart.com/FS/imgs/bc32.2.png);}
#row-39 {background-image:url(http://makeshiftheart.com/FS/imgs/bc33.2.png);}
#row-34 {background-image:url(http://makeshiftheart.com/FS/imgs/bc34.2.png);}
#row-52 {background-image:url(http://makeshiftheart.com/FS/imgs/bc56.2.png);}
#row-53 {background-image:url(http://makeshiftheart.com/FS/imgs/bc53.2.png);}
#row-54 {background-image:url(http://makeshiftheart.com/FS/imgs/bc36.2.png);}
#row-55 {background-image:url(http://makeshiftheart.com/FS/imgs/bc37.2.png);}
#row-56 {background-image:url(http://makeshiftheart.com/FS/imgs/bc38.2.png);}
#row-57 {background-image:url(http://makeshiftheart.com/FS/imgs/bc57.png);}
#row-58 {background-image:url(http://makeshiftheart.com/FS/imgs/bc58.2.png);}
#row-62 {background-image:url(http://makeshiftheart.com/FS/imgs/bc62.2.png);}
#row-68 {background-image:url(http://makeshiftheart.com/FS/imgs/bc1.2.png);}
#row-66 {background-image:url(http://makeshiftheart.com/FS/imgs/bc66.2.png);}
#row-67 {background-image:url(http://makeshiftheart.com/FS/imgs/bc67.png);}

#row-44 {background-image:url(http://makeshiftheart.com/FS/imgs/bc44.2.png);}
#row-45 {background-image:url(http://makeshiftheart.com/FS/imgs/bc45.2.png);}
#row-46 {background-image:url(http://makeshiftheart.com/FS/imgs/bc46.2.png);}
#row-47 {background-image:url(http://makeshiftheart.com/FS/imgs/bc47.2.png);}

#row-48 {background-image:url(http://makeshiftheart.com/FS/imgs/bc48.2.png);}
#row-49 {background-image:url(http://makeshiftheart.com/FS/imgs/bc49.2.png);}
#row-50 {background-image:url(http://makeshiftheart.com/FS/imgs/bc50.2.png);}
#row-51 {background-image:url(http://makeshiftheart.com/FS/imgs/bc51.2.png);}
#row-9 {background-image:url(http://makeshiftheart.com/FS/imgs/bc60.2.png);}


#row-72 {background-image: url(http://makeshiftheart.com/FS/imgs/bc72.2.png)}
#row-83 {background-image: url(http://makeshiftheart.com/FS/imgs/bc83.2.png)}

#row-71 {background-image: url(http://makeshiftheart.com/FS/imgs/bc71.2.gif)}
#row-79 {background-image: url(http://makeshiftheart.com/FS/imgs/bc79.2.gif)}
#row-85 {background-image: url(http://makeshiftheart.com/FS/imgs/bc85.2.gif)}
#row-74 {background-image: url(http://makeshiftheart.com/FS/imgs/bc74.2.gif)}
#row-75 {background-image: url(http://makeshiftheart.com/FS/imgs/bc75.2.png)}
#row-77 {background-image: url(http://makeshiftheart.com/FS/imgs/bc77.2.png)}
#row-103 {background-image: url(http://makeshiftheart.com/FS/imgs/bc85.2.gif)}
#row-108 {background-image: url(https://i.imgur.com/qJyxymd.png)}

#row-99 {background-image: url(http://makeshiftheart.com/FS/imgs/bc99.png)}

#row-33 {background-image:url(http://i.imgur.com/BYbRiXX.gif);}
#row-35 {background-image:url(http://i.imgur.com/yfiT3UL.png);}
#row-70 {background-image:url(http://i.imgur.com/7s20OyY.gif);}
#row-73 {background-image:url(https://i.imgur.com/vAYZYms.gif);}


#headimg {position:relative; top:29px; width:980px; height:335px; background-image:url(http://pile.randimg.net/1/46/74044/default.png); border:10px solid #ddd;}



#row-33 .idx-ftwrap1 a {color:#9f3f0f !important;}
#row-70 .idx-ftwrap1 a {
    background-image: -webkit-linear-gradient(left, #9e0b0f, #007236);
    background-image: -moz-linear-gradient(left, #9e0b0f, #007236); 
    background-image: -ms-linear-gradient(left, #9e0b0f, #007236); 
    background-image: -o-linear-gradient(left, #9e0b0f, #007236); 
    background-image: linear-gradient(to right, #9e0b0f, #007236); 
    color:transparent !important;
    -webkit-background-clip: text;
    background-clip: text;}
#row-73 .idx-ftwrap1 a {color:#cc3c5f !important;}
#cat_8 .new-category {border-bottom: 10px solid #cc3c5f !important;}





/***********************************************************************
                    other shit
************************************************************************/

.prowrap {position:relative; display:inline-block; top:0px; left:5px; width:560px; vertical-align: top;}
.prowrap table td {padding:3px;}

.prows1 {width:350px; background:#eee; border:5px solid #eee;}

.prohead {
    background-color:rgba(199,199,199,0.7);
    text-align:left;
    border-bottom:3px solid #555;
    padding:10px 10px 0 10px;
    font-family:'Lobster Two', cursive; 
    font-size:28px; 
    font-style:italic;
    line-height:20px; 
    color:#828e90;
    font-weight:bold;}
    
.proinfo {
    padding:6px 5px 6px 5px;
    width:97%;
    font-family:tahoma;
    font-style:normal;
    font-size:11px;
    text-align: right;
    color:#222;
    border-top:1px solid #555;}
    
.proinfo c{ 
    position: relative;
    margin-top:-6px;
    padding:7px 7px 7px 5px;
    float:left;
    position: relative;
    font-family:sans-serif;
    text-transform: uppercase;
    font-weight:bold; 
    font-size:10px;
    letter-spacing: -0.5px;
    text-align: left;
    color:#828e90;}

.prows2 {position: relative; display: inline-block; width:350px; background:#eee; border:5px solid #eee;}

.proinfos {position:relative; width:155px; height:115px; background:#eee; border:1px solid #eee; margin:0 10px 10px 10px; padding:1px; }

.proinfow {float:left; position: relative; height:88px; overflow: auto; font-family: sans-serif; font-size: 12px; color:#333; line-height: 110%; text-align: left; padding:3px;}

.proinfos d { 
    width:145px; 
    float:left;
    position: relative;
    font-family:sans-serif;
    text-transform: uppercase;
    font-weight:bold; 
    font-size:12px;
    letter-spacing: -0.5px;
    text-align: left;
    color:#828e90;
    background-color:rgba(199,199,199,0.7);
    padding:5px;
}

.proinfos d i {float:none; font-size: 12px; margin: 0;}
.proinfos i { 
    float:left;
    font-size:14px;
    margin:3px;
    color:#828e90;
}
.proimgt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin:5px 10px 10px 10px;
    width:150px;
    height:150px;
    border:5px solid #eee;
    border-bottom:15px solid #eee;
    background-position:center;
    background-size:150px auto;}

.proimgti {
    position: relative;
    top:152px;
    left:140px;
    color:#888;
}

/***********************************************************************
                    codes & quotes
************************************************************************/

#CODE  { 
    white-space:normal; 
    font-family: 'tahoma', sans-serif;  
    font-size: 12px; 
    color: #222; 
    background-color: #fefefe; 
    padding: 20px; 
    margin-top:2px; 
    word-break: break-word;
    line-height: 110%;
    box-shadow: 3px 3px 2px #999;
}
.code-scroll {
    min-height: 50px;
    max-height: 250px;
    overflow: auto;
    padding-right: 5px;
}
.code-scroll::-webkit-scrollbar { 
    background-color: #eee; 
}
.code-scroll::-webkit-scrollbar-thumb { 
    background-color: #777; 
}
.code-top {
    background-color: #ddd;
    padding:20px 0;
    margin: 0;  
    text-align: center;
    overflow: hidden;
    color: #697a80;
    box-shadow: 3px 3px 2px #999;
    
}
.code-highlight {
    font: normal normal normal 8px/100% 'tahoma', sans-serif; 
    padding: 6px 0 4px 0; 
    margin:0px;
    background-color:#ccc;
        text-align: center; 
    text-transform: uppercase;
    color: #222;
    letter-spacing: 1px;
    cursor: crosshair;
}
.code-top .code-title {
    margin: 5px;
    font: normal 400 28px/100% 'Parisienne', cursive;
    text-transform: lowercase; 
    text-align:left;
    padding-left:20px;
}
.code-toggle {
    float:right; 
    padding-right:20px; 
    cursor: crosshair;
}
.code-scroll.auto-code {
    height: auto; 
    max-height: none;
}
#CODE-WRAP.nicole-code { 
    width:90%; 
    border-collapse: collapse; 
    margin-bottom:10px;
}

#QUOTE-WRAP {
    background-color: rgba(221,221,221,0.3) !important;
    border: 1px dotted #777 !important;
    position: relative;
}
#QUOTE-WRAP td {
    color:#ccc;
    padding: 5px;
}
#QUOTE-WRAP #QUOTE {
    color:#222;
    padding: 10px;
    text-transform: none !important;
}


/**************************    modal    ******************************/
.overlay {    
    position: fixed;
    background:url(https://i.imgur.com/v3Aj5jD.png) top left;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 0px);
    height: calc(100vh - 0px);
    cursor: default;
    opacity: 0;
    visibility: hidden;
    z-index: 999;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible; 
    opacity: 1;
}
.popup {
    background-color:#eee;
    border:10px solid #bbb;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 25px;
    position: fixed;
    text-align: justify;
    top: 10%;
    visibility: hidden;
    z-index: 999;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;}

.popup #iconm {
    position: absolute;
    top: -50px;
    left: -50px;
    background-color: #eee;
    border: 10px solid #999;
    display: inline-block;
    padding: 15px;
    font-size: 32px;
    color: #000;
    text-align: justify;
    border-radius: 100%;
}
.popup #iconm:before {
    content: ' FS Radio ';
    position: absolute;
    width: max-content;
    top: 5px;
    left: 48px;
    background-color: #eee;
    border-top: 10px solid #999;
    border-right: 10px solid #999;
    border-bottom: 10px solid #999;
    border-left: 10px solid transparent;
    display: inline-block;
    padding: 11px 55px;
    font-size: 28px;
    color: #000;
    text-align: justify;
    font-family: 'lobster', cursive;
    font-style: italic;
    font-weight: lighter;
    border-radius: 10px 20px 20px 10px;
}
.popup #iconc {
    position: absolute;
    top: -50px;
    left: -50px;
    background-color: #eee;
    border: 10px solid #999;
    display: inline-block;
    padding: 15px;
    font-size: 32px;
    color: #000;
    text-align: justify;
    border-radius: 100%;
}
.popup #iconc:before {
    content: ' credits ';
    position: absolute;
    width: max-content;
    top: 5px;
    left: 48px;
    background-color: #eee;
    border-top: 10px solid #999;
    border-right: 10px solid #999;
    border-bottom: 10px solid #999;
    border-left: 10px solid transparent;
    display: inline-block;
    padding: 11px 55px;
    font-size: 28px;
    color: #000;
    text-align: justify;
    font-family: 'lobster', cursive;
    font-style: italic;
    font-weight: lighter;
    border-radius: 10px 20px 20px 10px;
}
.popup #iconn {
    position: absolute;
    top: -50px;
    left: -50px;
    background-color: #eee;
    border: 10px solid #999;
    display: inline-block;
    padding: 15px;
    font-size: 32px;
    color: #000;
    text-align: justify;
    border-radius: 100%;
}
.popup #iconn:before {
    content: ' census ';
    position: absolute;
    width: max-content;
    top: 5px;
    left: 50px;
    background-color: #eee;
    border-top: 10px solid #999;
    border-right: 10px solid #999;
    border-bottom: 10px solid #999;
    border-left: 10px solid transparent;
    display: inline-block;
    padding: 11px 55px;
    font-size: 28px;
    color: #000;
    text-align: justify;
    font-family: 'lobster', cursive;
    font-style: italic;
    font-weight: lighter;
    border-radius: 10px 20px 20px 10px;
}

.popup cw {
    font-size:12px;
    line-height: 140%;
    color:#000;
    font-family: 'arial',sans-serif;
    text-transform: none;
    text-align: justify;
}
.overlay:target+.popup {
    top: 50%;
    width: 650px;
    opacity: 1;
    visibility: visible;}
.popup p, .popup div {margin-bottom: 10px;}
.popup label {
    display: inline-block;
    text-align: left;
    width: 120px;}

.collapse{
  display: block;
  color: #000;
  width:50px;
}
.collapse + input{
  display: none; /* hide the checkboxes */
}
.collapse + input + div{
  display:none;
}
.collapse + input + div i{
  margin-bottom:5px;
  background-color:rgba(58,58,58,0.1);
    width:12px;
    padding:2px 8px 2px 4px;
    border-radius: 3px;
    border:1px solid rgba(58,58,58,0.8);
    text-align: center;
}
.collapse + input + div i:hover {
  background-color:rgba(58,58,58,0.8);
    color:#ddd;
    border:1px solid rgba(58,58,58,0.8);
}
.collapse + input:checked + div{
  display:block;
    position: relative;
    top:3px;
    left:-9px;
    background-color:rgba(95,107,109,0.9);
    text-align: center;
  width:22px;
    padding:7px 8px 0 4px;
    border-radius: 0 0 5px 5px;
}

#fade-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 2;
}
#message-window {
	position: fixed;
	top: 64px;
	left: 50%;
	width: 860px;
	background-color: #F9F9F9;
	margin: 0 0 0 -430px;
	z-index: 3;
}

    
    
#census {
    width: 635px;
    height: 380px;
    background:#eee;
    padding:5px;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
}
#census .side {
    position: relative;
    float: left;
    vertical-align: top;
    width:100px;
    margin: 10px 5px 0 5px;
    background: transparent !important;
}
#census .main {
    position: absolute;
    left:130px;
    top:30px;
    float: right;
    vertical-align: top;
    width:550px;
    height: 390px;
    margin-top: 10px;
}
    
#census .w {
    display: inline-block;
    vertical-align: top;
    width:80px;
    height:40px;
    border:1px solid #999;
    margin: 7px 6px 7px 0;
}
#census .t {
    display: block;
    background: rgba(105,122,128,0.3);
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-size: 14px;
    line-height: 100%;
    padding:5px 0 2px 0;
    margin: 0;
    border-bottom: 2px solid #5f6b6d;
}
#census .b {
    display: block;
    background: rgba(221,221,221,0.4);
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    line-height: 140%;
}
    
#census .l, #census .c {
    display: inline-block;
    width: 29%;
    text-align: center;
    border-right:1px solid #5f6b6d;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    padding: 5px 0 0 0;
    margin: 0;
}
#census .r {
    display: inline-block;
    width: 30%;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    padding: 5px 0 0 0;
    margin: 0;
}
    
#census .mortal {
    background: rgba(153,47,47,0.5);
}
#census .sempi {
    background: rgba(84,129,52,0.5);
}
#census .immortal {
    background: rgba(82,122,159,0.5);
}
#census .eternal {
    background: rgba(126,93,143,0.5);
}




/********************************************************
                    posting
*********************************************************/
.post1 {
    background-color: rgba(100,100,100,0.8);
    color:#000;
}
.post2 {
    background-color: rgba(133,133,133,0.8);
    color:#000;
}

#posting-form .maintitle {
    color:#222;
    font-size: 28px;
}
#posting-form .maintitle:before, #posting-form .maintitle:after  {
    display: none;
}
#code-buttons-header .pformstrip,
#enter-your-post-header .pformstrip,
#post-as-header .pformstrip, .pformstrip {
    background-image: none;
    background-color: rgba(133,133,133,0.8);
    padding:8px;
    color: #ccc;
    border:none;
}

#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,
.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,
#enter-your-post .pformright,
#post-options .pformright,
#post-as .pformright,
#edit-by-line .pformright,
#topic-title .pformright,
#topic-desc .pformright,
.pformright
{
    background-color: rgba(85,85,85,0.8);
    border-right: 10px solid rgba(100,100,100,0.8);
    border-left: 10px solid rgba(100,100,100,0.8);
    border-top:none;
    border-bottom: 1px solid #111;
    color:#000;
    padding:20px 10px;
    text-align: center;
}

#ucpcontent .pformright {
    text-align: left;
    background-color: rgba(187,187,187,0);
    border-right: 0px solid rgba(199,199,199,0.8);
    border-left: 0px solid rgba(199,199,199,0);
    border-top:none;
    border-bottom: 0px solid rgba(199,199,199,0.8);
    color:#000;
    width: 78%;
    padding: 10px 40px 10px 0;
}
#ucpcontent .pformleft {
    display: inline-block;
    text-align: right;
    width:150px;
    background-color: rgba(187,187,187,0);
    border:0px;    
    padding:10px 0 10px 10px;
    font-family: 'calibri',sans-serif;
    font-size: 11px;
    padding: 15px 0 5px 10px;
}
#ucpcontent .pformleft b {
    font-size: 12px;
}
#ucpcontent input[type="text"] {
    background: #ddd;
    border: 1px solid #aaa;
    color: #111;
    font-family: arial, sans-serif;
    padding: 8px;
    outline: none;
    box-shadow: none;
    font-size: 12px !important;
    line-height: 120%;
    text-align: left;
    width:97%;
    text-transform: none !important;
}
#ucpcontent textarea {
    width:97%;
    background: #ddd;
    border: 1px solid #aaa;
    color: #111;
    padding: 8px;
    outline: none;
    box-shadow: none;
    font-size: 12px !important;
    line-height: 120%;
    text-align: left;    
}
#ucpcontent #code-buttons  input[type="text"] {
    display: none;
}



#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: 97%;
    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: 90%;
    padding: 8px;
}

#code-buttons .pformright a,
#enter-your-post .pformleft a {
    color:#555;
}

#code-buttons .pformright input[type=submit],
#code-buttons .pformright input[type=button],
#code-buttons .pformright input[type=reset] {
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    color: #222;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 3px 5px 3px;
    padding: 5px;
    text-decoration: none;
    border: none;
    background: #ddd;
}

#posting-form input[type=submit], 
#posting-form input[type=button], 
#posting-form input[type=reset] {
    box-shadow: none;
    color: #222;
    font-size: 11px;
    font-weight: bold;
    margin: 3px;
    padding: 2px 6px;
    text-decoration: none;
    border: none;
    background: transparent;
}
#posting-form input[type=submit]:hover, 
#posting-form input[type=button]:hover, 
#posting-form input[type=reset]:hover {
    color: #777;
}

#bbcode-buttons {
    padding-bottom: 15px;
    display: inline-block;
}
#enter-your-post textarea {
    padding:10px;
    background-color: rgba(255,255,255,0.6) !important;
    border: none !important;
    box-shadow: none;
    width: 97%;
    height: 400px;
    line-height: 140%;
    font-size: 14px;
    text-align: left;
}
#bbcode-buttons .codebuttons {
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #999;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 4px;
    margin:5px;
    vertical-align: middle;
    background-color: rgba(255,255,255,0.6) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset;
}





/********************************************************
                    colors
*********************************************************/
#Staff .p-nun, #Staff .pafs2sm, #Staff    
.proinfo c, #Staff .proinfos d, #Staff .proinfos d i, #Staff .proinfos i, #Staff #ppdw1 {color:#697a80;}
#Staff .p-posts {background-image:url(http://makeshiftheart.com/FS/imgs/pstaffbg.png);}
#Staff .pafs, #Staff .pafs2 {background:#697a80; color:#f1f1f1;}
#Staff .pafs:hover, #Staff .pafs2:hover {background:#f1f1f1; color:#697a80;}
#Staff .prohead {color:#697a80;}
#Staff .promain {border-bottom:10px solid #697a80;}
#Staff #ppdw1 {border-bottom: 1px solid #697a80;}

#OOC .p-nun, #OOC .pafs2sm, #OOC    
.proinfo c, #OOC .proinfos d, #OOC .proinfos d i, #OOC .proinfos i, #OOC #ppdw1  {color:#9c9b60;}
#OOC .p-posts {background-image:url(http://makeshiftheart.com/FS/imgs/poocbg.png);}
#OOC .pafs, #OOC .pafs2 {background:#9c9b60; color:#f1f1f1;}
#OOC .pafs:hover, #OOC .pafs2:hover {background:#f1f1f1; color:#9c9b60;}
#OOC .prohead {color:#9c9b60;}
#OOC .promain {border-bottom:10px solid #9c9b60;}
#OOC #ppdw1 {border-bottom: 1px solid #9c9b60;}

#Mortal .p-nun, #Mortal .pafs2sm, #Mortal    
.proinfo c, #Mortal .proinfos d, #Mortal .proinfos d i, #Mortal .proinfos i, #Mortal #ppdw1 {color:#992f2f;}
#Mortal .p-posts {background-image:url(http://makeshiftheart.com/FS/imgs/pmortalbg.png);}
#Mortal .pafs, #Mortal .pafs2 {background:#992f2f; color:#f1f1f1;}
#Mortal .pafs:hover, #Mortal .pafs2:hover {background:#f1f1f1; color:#992f2f;}
#Mortal .prohead {color:#992f2f;}
#Mortal .promain {border-bottom:10px solid #992f2f;}
#Mortal #ppdw1 {border-bottom: 1px solid #992f2f;}

#Sempiternal .p-nun, #Sempiternal .pafs2sm, #Sempiternal    
.proinfo c, #Sempiternal .proinfos d, #Sempiternal .proinfos d i, #Sempiternal .proinfos i, #Sempiternal #ppdw1 {color:#548134;}
#Sempiternal .p-posts {background-image:url(http://makeshiftheart.com/FS/imgs/psempibg.png);}
#Sempiternal .pafs, #Sempiternal .pafs2 {background:#548134; color:#f1f1f1;}
#Sempiternal .pafs:hover, #Sempiternal .pafs2:hover {background:#f1f1f1; color:#548134;}
#Sempiternal .prohead {color:#548134;}
#Sempiternal .promain {border-bottom:10px solid #548134;}
#Sempiternal #ppdw1 {border-bottom: 1px solid #548134;}

#Immortal .p-nun, #Immortal .pafs2sm, #Immortal    
.proinfo c, #Immortal .proinfos d, #Immortal .proinfos d i, #Immortal .proinfos i, #Immortal #ppdw1 {color:#527a9f;}
#Immortal .p-posts {background-image:url(http://makeshiftheart.com/FS/imgs/pimmortalbg.png);}
#Immortal .pafs, #Immortal .pafs2 {background:#527a9f; color:#f1f1f1;}
#Immortal .pafs:hover, #Immortal .pafs2:hover {background:#f1f1f1; color:#527a9f;}
#Immortal .prohead {color:#527a9f;}
#Immortal .promain {border-bottom:10px solid #527a9f;}
#Immortal #ppdw1 {border-bottom: 1px solid #527a9f;}

#Eternal .p-nun, #Eternal .pafs2sm, #Eternal    
.proinfo c, #Eternal .proinfos d, #Eternal .proinfos d i, #Eternal .proinfos i, #Eternal #ppdw1 {color:#7e5d8f;}
#Eternal .p-posts {background-image:url(http://makeshiftheart.com/FS/imgs/peternalbg.png);}
#Eternal .pafs, #Eternal .pafs2 {background:#7e5d8f; color:#f1f1f1;}
#Eternal .pafs:hover, #Eternal .pafs2:hover {background:#f1f1f1; color:#7e5d8f;}
#Eternal .prohead {color:#7e5d8f;}
#Eternal .promain {border-bottom:10px solid #7e5d8f;}
#Eternal #ppdw1 {border-bottom: 1px solid #7e5d8f;}



.proinwrap {position:relative; float:left; width:100px; height:150px; right:0; top:-3px;}
.proinwrap2 {position:relative; width:100px; height:100px; left:-200px; top:-105px;}




/********************************************************
                    EVENT
*********************************************************/

#event {
    position: relative;
    left:85px;
    height:140px;
    width: 850px;
     margin-bottom: 35px;
    background-color:rgba(241,241,241,0.);
}
#event .icon {
  position: absolute;
  top:0; 
  left:-10px;
  width: 100px;
  height: 100px;
  margin: 18px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  overflow: hidden;
  border:7px solid #bbb;
  z-index:5;
    }
#event .icon2 {
  background: url('https://i.imgur.com/MnZ9KEl.gif');
     width: 170px;
    height: 170px;
    background-size: 140px auto;
    background-position: center;
    margin: -30px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
    
#event .wrap {
    position: relative;
    left:60px; 
    top:10px;
    width: 540px;
    height: 107px;
    padding: 5px 15px 5px 75px;
    background:#eee;
    border-radius: 0 5px 0 0;
    font-size: 28px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    z-index: 4;
    }
    
#event .ribbon {
    position: absolute;
    right:0; 
    top:0;
    width: 185px;
    height: 140px;
    z-index: 1;
    }
#event .top {
    position: absolute;
    top:20px;
    width: 70px;
    height: 0;
	border-top:60px solid #ddd;
	border-right: 80px solid transparent;
    }
#event .btm {
    position: absolute;
    bottom:3px;
    width: 70px;
    height: 0;
	border-bottom:60px solid #ddd;
	border-right: 80px solid transparent;
    } 
#event .btm:before {
    content: '';
    position: absolute;
    top:50px;
    left:0px;
    width: 1px;
    height: 0;
	border-top:10px solid #aaa;
	border-right: 25px solid transparent;
    }
    
#event .wrap2 {
    position: relative;
    width:500px; height:118px;
    top:-5px; left:0;
}
#event .title {
    position: absolute;
    width:445px; 
    height:26px;
    top:15px;
    left:15px;
    font-size: 32px;
    font-family: 'lobster', cursive;
    text-transform: capitalize;
    letter-spacing: -1px;
    border-top:2px solid #bbb;
    border-left:2px solid #bbb;
    border-bottom:2px solid #bbb;
    padding: 6px 20px 14px 15px;
    line-height: 110%;
    text-align: left;
    
}
#event .title:after {
    content: '';
    position: absolute;
    top:-2px;
    right:0;
    height:2px;
    width:80%;
    background:#eee;
}
#event .title a {
    color:#72723d;
    text-decoration: none !important;
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;
}
#event .title a:hover {
    letter-spacing: 0px;
}
#event .title i {
    position: relative;
    font-size: 28px;
    }
    
#event .date {
    position: absolute;
    width:300px; height:20px;
    bottom:17px;
    right:2px;
    font-size: 18px;
    color:#555;
    font-family: 'Fjalla One', sans-serif;
    text-transform: capitalize;
    font-style: italic;
    border-right:2px solid #bbb;
    border-bottom:2px solid #bbb;
    padding: 10px 20px 6px 30px;
    line-height: 110%;
    text-align: right;
    
}
#event .date:after {
    content: '';
    position: absolute;
    bottom:-2px;
    left:0;
    height:2px;
    width:95%;
    background:#eee;
}