/**** FontAwesome ****/
/* Mark Read */
.fa-markread::before {
    content: "\f00c";
}
/* Not Read */
.fa-mark_unread::before {
    content: "\f00d";
}
/* Send Topic */
.fa-send::before {
    content: "\f1d8";
}
/* Notify */
.fa-notify::before {
    content: "\f0f3";
}
/* New Poll */
.fa-post_poll::before,
.fa-add_poll::before {
    content: "\f681";
}
/* Delete Poll */
.fa-remove_poll::before {
    content: "\f2ed";
}
/* New Topic */
.fa-new_topic::before {
    content: "\f15b";
}
/* Move Topic */
.fa-move::before {
    content: "\f0b2";
}
/* Delete Topic */
.fa-delete::before {
    content: "\f2ed";
}
/* Sticky Topic */
.fa-sticky::before {
    content: "\f08d";
}
/* Merge Topic */
.fa-merge::before {
    content: "\f248";
}
/* View All Members */
.fa-view_all_members::before {
    content: "\f0c0";
}
/* Find Member */
.fa-mlist_search::before {
    content: "\f4fc";
}
/* Calendar Menu */
.fa-calendar::before {
    content: "\f073";
}
/* Register */
.fa-register::before {
    content: "\f234";
}
/* Login */
.fa-login::before {
    content: "\f2f6";
}
/* Community */
.menu_icon.fa-community::before {
    content: "\f022";
}
.menu_icon.fa-forum::before {
    content: "\f07c";
}
/**** FontAwesome *****/

/* Alerts */
.alert-bangTidy {
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: rgba(0, 0, 0, 0.80);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.88) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.80)), color-stop(100%,rgba(0, 0, 0, 0.88)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%,rgba(0, 0, 0, 0.88) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%,rgba(0, 0, 0, 0.88) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%,rgba(0, 0, 0, 0.88) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.80) 0%,rgba(0, 0, 0, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.80)', endColorstr='rgba(0, 0, 0, 0.88)',GradientType=0 );
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    color: white;
    -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -o-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
  }
  /**
   * alert-blackgloss.css v1.0
   * --
   * Based off blackgloss growl theme.
   * Copyright 2012 Nijiko Yonskai
   * --
   * Usage: 
   *   Set style to `blackgloss` and include this css.
   *
   * Note: 
   *   The gloss is only supported in webkit based browsers. 
   *   Chrome and Safari.
   */
  @-webkit-keyframes notification {
    0% { -webkit-transform: rotateY(-90deg); opacity: 0; }
    70% { -webkit-transform: rotateY(20deg); opacity: .8; }
    90% { -webkit-transform: rotateY(-10deg); opacity: 1; }
    100% { -webkit-transform: rotateY(-0deg); opacity: 1; }
  }
  
  @-moz-keyframes notification {
    0% { -webkit-transform: rotateY(-90deg); opacity: 0; }
    70% { -webkit-transform: rotateY(20deg); opacity: .8; }
    90% { -webkit-transform: rotateY(-10deg); opacity: 1; }
    100% { -webkit-transform: rotateY(-0deg); opacity: 1; }
  }
  
  @-o-keyframes notification {
    0% { -webkit-transform: rotateY(-90deg); opacity: 0; }
    70% { -webkit-transform: rotateY(20deg); opacity: .8; }
    90% { -webkit-transform: rotateY(-10deg); opacity: 1; }
    100% { -webkit-transform: rotateY(-0deg); opacity: 1; }
  }
  
  @keyframes notification {
    0% { -webkit-transform: rotateY(-90deg); opacity: 0; }
    70% { -webkit-transform: rotateY(20deg); opacity: .8; }
    90% { -webkit-transform: rotateY(-10deg); opacity: 1; }
    100% { -webkit-transform: rotateY(-0deg); opacity: 1; }
  }
  
  /* Webkit Only */
  .alert-blackgloss:before {
    background: -webkit-gradient(linear, 0% -16.5%, 16.5% -100%, from(rgba(255,255,255,.0)), to(rgba(255,255,255,.6)), color-stop(.99,rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.0))) no-repeat;
    mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.5)), color-stop(.8,rgba(255,255,255,.0)));
    position: absolute;
    content: '.';
    line-height: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    border-radius: 5px;
  }
  
  .alert-blackgloss {
    -webkit-animation: notification .75s linear;
    -moz-animation: notification .75s linear;
    -ms-animation: notification .75s linear;
    -o-animation: notification .75s linear;
    animation: notification .75s linear;
    background: rgba(0,0,0,1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
    -ms-box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1);
    border: 1px solid rgba(0,0,0,.95);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    color: #fff;
    -webkit-transform: rotateY(-0deg);
    -moz-transform: rotateY(-0deg);
    -o-transform: rotateY(-0deg);
    transform: rotateY(-0deg);
    position: relative;
    background-clip: padding-box;
  }
  
  .alert-blackgloss .close {
    position: relative;
    top: -3px;
    right: -25px;
    color: #fff;
    content: 'x';
  }
  /* some alerts */
  .alert-minimalist {
      background-color: #fff;
      border-color: #fff;
      border-radius: 3px;
      color: #cd201f;
      padding: 10px;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
      top: 95px !important;
      right: 1% !important; 
  }
  .alert-minimalist > [data-notify="icon"] {
      height: 50px;
      margin-right: 12px;
  }
  .alert-minimalist > [data-notify="title"] {
      color: #cd201f;
      display: block;
      font-weight: bold;
      margin-bottom: 0px;
      text-transform: capitalize;
  }
  .alert-minimalist > [data-notify="message"] {
      font-size: 80%;
  }

/*xs class*/
.btn-group-xs > .btn, .btn-xs {
	padding  : .25rem .4rem;
	font-size  : .575rem;
	line-height  : 1;
	border-radius : .2rem;
	margin-top: -5px;
}
/* Body */
body {
    padding: 0;
    background-image: none;
    background-color: #f5f5f6;
    font-family: 'Lato';
}
div#wrapper {
    min-width: 300px;
    max-width: 100%;
}
/* Normal, standard links. */
a:link, a:visited {
    color: #818ea5;
    font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
/* Inputs */
hr {
    margin: 2px 0 10px;
}
input[type=button],
.button_submit,
input.button_submit,
a.button_submit {
    color: #fff;
    background-image: none;
    background-color: #fe8e3c;
    padding: 7px 15px;
    border-radius: 25px;
    border: none;
    font-size: 14px;
}
input[type=button]:focus, input[type=button]:hover,
.button_submit:focus, .button_submit:hover,
input.button_submit:focus, input.button_submit:hover {
    background-color: #ec8030;
    border: none;
    background-image: none;
    text-decoration: none;
}
.form-control,
.custom-select {
    width: auto;
    height: auto;
    font-size: inherit;
    font-family: inherit;
    font-weight: normal;
}
select.custom-select {
    padding: 1px 21px 1px 1px;
}
.form-control {
    padding: 2px 4px;
    display: inline-block;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #000;
}
.custom-radio,
.custom-checkbox {
    display: inline-block;
    margin: 0;
    top: -3px;
}
.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #C2CAD4;
    border-color: #C2CAD4;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #91A3B7;
    background-color: #91A3B7;
}
input.custom-control-input:focus,
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
    outline: none;
}
/* Content sect */
#content_section {
    background-image: url('../images/theme/bg.jpg');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: #f5f5f6;
    padding: 1px 35px 15px;
}
.st_newbutton {
    text-decoration: none !important;
}
/*linktree*/
.linktree_back {
    margin: 0;
    padding: 10px 0;
}
.breadcrumb {
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #eeeeef;
    padding: 0 10px;
    border-radius: 10px;
}
.breadcrumb li {
    width: auto;
    line-height: 40px;
    margin-left: 2px;
}
.breadcrumb li a {
    display: inline-block;
    min-height: 40px;
}
.breadcrumb li:first-child {
    margin: 1px 5px 0 0;
}
.breadcrumb li a span.fa-home {
    font-size: 14pt;
    color: #818ea5;
}
.breadcrumb li, .breadcrumb li a {
	color: #818ea5;
}
.breadcrumb li a.home-color {
	color: #818ea5;
}
.breadcrumb li a:hover {
    text-decoration: none;
}
.breadcrumb li:nth-child(2) a#breadcrumbDrop::after {
	display: inline-block;
    content: " ";
    border-color: transparent;
    border-style: solid;
    border-width: 7px 5px 0px 5px;
    border-top-color: #818ea5;
    margin: 10px 0 0 5px;
}
.breadcrumb li::after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-color: #818ea5;
    border-width: 0 3px 3px 0;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    margin: 0 5px 0 1px;
}
.breadcrumb li:first-child::after,
.breadcrumb li:last-child::after {
    display: none;
}
.breadcrumb li.active,
.breadcrumb li.active a {
    color: #818ea5;
    font-weight: normal;
}
.breadcrumb li .extra {
	color: #91a3c4;
}
.breadcrumb li.active span.extra {
    padding-left: 5px;
    font-size: 8pt;
}
.breadcrumb li .extra span strong {
	display: inline;
}
.breadcrumb-dropdown {
	background-color: #fff;
	border-radius: 0 0 5px 5px;
    border-width: 0 1px 1px;
    border-color: #eaecef;
    border-style: solid;
    padding: 0;
    margin: 1px 0 0;
    max-width: 320px;
    min-height: 10px;
}
.breadcrumb-dropdown li {
    font-size: 14px;
    padding: 2px 7px;
    margin: 0;
    font-size: 9pt;
    float: none;
    min-height: 25px;
    line-height: 25px;
    background-color: #fff;
}
.breadcrumb-dropdown li:hover {
    background-color: #f8f9fa;
}
.breadcrumb-dropdown li:first-child {
    border-bottom: none;
    margin: 0;
}
.breadcrumb-dropdown li:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: none;
    margin: 0;
}
.breadcrumb-dropdown li span.extra {
    padding-left: 5px;
    font-size: 5pt;
}
.breadcrumb-dropdown li a {
    float: none;
    min-height: 10px;
    line-height: 10px;
	display: inline;
	padding: 5px;
    color: #444;
}
.breadcrumb-dropdown li a:hover {
    color: #fe8e3c;
}
.breadcrumb-dropdown li span.extra:first-child {
    font-size: 10pt;
}
.breadcrumb-dropdown li.active span.extra {
    padding-left: 5px;
    font-size: 8pt;
}
/* Roundframe */
span.upperframe, span.lowerframe {
    display: none;
}
.roundframe {
    background-image: none;
    background-color: #f5f5f5;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #c4c4c4;
    padding: 10px;
    margin: 0;
}
/* Buttonlist */
.buttonlist ul li {
    margin: 0 5px;
}
.buttonlist.floatright ul li:last-child {
    margin-right: 0;
}
.buttonlist.floatleft ul li:first-child {
    margin-left: 0;
}
.buttonlist ul li a {
    background-image: none;
    margin: 0;
    background-color: #818ea5;
    color: #fff;
    border-radius: 4px;
    padding: 3px 10px;
}
.buttonlist ul li a:hover {
    background-color: #818ea5;
    background-image: none;
    color: #eee;
}
.buttonlist ul li a.active {
    background-image: none;
    background-color: #fe8e3c;
    color: #fff;
}
.buttonlist ul li a.active:hover {
    color: #eee;
}
/* Carousel */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
 }
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
.carousel-item,
.carousel-container {
    height: 350px;
}
.carousel-item {
    background-position: center;
    background-size: cover;
}
.carousel-container {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    bottom: 30%;
    padding-bottom: 25px;
}
.carousel-caption a.button_submit {
    padding: 13px 25px;
}
.carousel-item h3, .carousel-item h3 a {
    font-family: 'Lato', 'Verdana';
    font-size: 36px;
    text-transform: none;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
    color: #fff;
    margin: 0 0 5px;
}
.carousel-item h3 a:hover {
    text-decoration: none;
}
.carousel-item p {
    font-size: 12px;
    color: #fff;
    margin: 2px 0 40px;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
    opacity: 0.8;
    color: #acaeaf !important;
    font-size: 14pt;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    opacity: 1;
    color: #fff;
}
.carousel-indicators li {
    height: 8px;
    width: 8px;
    border-radius: 100%;
}
.carousel-indicators li.active {
    background-color: #fe8e3c;
    border-radius: 0.70rem;
    width: 25px;
}
/* Boards */
.boards-box {
    padding: 0;
    margin: 0 0 10px;
    background-color: #fff;;
    border-radius: 0 0 10px 10px;
}
#boardindex_table .table_list {
    border-spacing: 5px;
    border-collapse: separate;
    font-family: 'Lato';
    margin: 3px 0 5px;
}
#boardindex_table .table_list tbody.divider td {
    padding: 0;
}
#boardindex_table .table_list tbody.content tr {
    background-color: transparent;
}
#boardindex_table table.table_list tbody.content td {
    border-radius: 10px;
    background-color: #fafafa;
    padding: 7px 10px;
    color: #818ea5;
}
#boardindex_table table.table_list tbody.content td.icon img {
    border-style: solid;
    border-width: 5px;
    border-color: #d9d9d9;
    border-radius: 10px;
}
#boardindex_table table.table_list tbody.content td.info a.subject {
    color: #fe8e3c;
    font-size: 16px;
    font-weight: bold;
}
#boardindex_table table.table_list tbody.content td.info a.moderation_link {
    color: red;
}
#boardindex_table table.table_list tbody.content td.children strong {
    font-weight: normal;
}
#boardindex_table table.table_list tbody.content td.children a {
    color: #fe8e3c;
}
p.board_description {
    font-size: 1em;
}
#boardindex_table a.collapse {
    margin: 0;
    display: block;
    float: right;
}
#boardindex_table a.collapse img {
    margin: 5px 0 0 -60px;
    position: absolute;
}
#posting_icons img {
    width: 25px;
    height: 25px;
}
/* Catbg */
div.cat_bar,
div.roundframe div.cat_bar {
    background-image: none;
    background-color: transparent;
    padding: 0;
    height: 40px;
    border-radius: 10px 10px 0 0;
    margin: 1px 0;;
}
.catbg, .catbg2, h3.catbg,
div.roundframe div.cat_bar h3.catbg,
tr.catbg td, tr.catbg th, tr.catbg2 td, tr.catbg2 th {
    background-image: url('../images/theme/catbg.png');
    background-repeat: repeat-x;
    background-position: left center;
    background-color: #fe8e3c;
    height: 48px;
    line-height: 40px;  
    padding: 0 10px;
    color: #fff;
    font-family: 'Lato' !important;
}
h3.catbg a {
    color: #fff;
}
h3.catbg a:hover {
    color: #eee;
}
.table_grid tr.catbg,
.table_grid tr.catbg td {
    height: 35px;
    line-height: 35px;
}
tr.catbg th.last_th, tr.catbg th.first_th, tr.catbg th{
    background: none;
    color: #fff;
}
h3.catbg img.icon {
    float: left;
    margin: 10px 10px 0 0;
}
/* Titlebg */
div.title_bar, div.title_barIC {
    background-image: none;
    background-color: #373e4a;
    padding: 0;
    height: 40px;
    border-radius: 10px 10px 0 0;
    margin: 0;
}
.titlebg, h4.titlebg, div.title_barIC h4.titlebg,
.titlebg, h3.titlebg, div.title_barIC h3.titlebg,
tr.titlebg td, tr.titlebg th, tr.titlebg2 td {
    background-image: none;
    background-color: #373e4a;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    font-family: 'Lato' !important;
}
h4.titlebg a,
h3.ttlebg a {
    color: #fff;
}
h4.ttlebg a:hover,
h3.ttlebg a:hover {
    color: #eee;
}
.table_grid tr.titlebg,
.table_grid tr.titlebg td {
    height: 35px;
    line-height: 20px;
}
tr.titlebg th.last_th, tr.titlebg th.first_th, tr.titlebg th{
    background: none;
    color: #fff;
}
h4.titlebg img.icon {
    float: left;
    margin: 10px 10px 0 0;
}
/* Wingowbg */
.windowbg {
    background-image: none;
    background-color: #fafafa;
    border-radius: 4px;
}
.windowbg2 {
    background-image: none;
    background-color: #fafafa;
    border-radius: 4px;
}
.windowbg2 span.topslice,
.windowbg2 span.botslice,
.windowbg2 span.topslice span,
.windowbg2 span.botslice span,
.windowbg span.topslice,
.windowbg span.botslice,
.windowbg span.topslice span,
.windowbg span.botslice span,
.approvebg span.topslice,
.approvebg span.botslice,
.approvebg span.topslice span,
.approvebg span.botslice span {
    background: none;
    padding: 0;
    height: 7px;
}
/* Poster */
.post_wrapper {
    float: none;
    display: flex;
}
.poster {
    float: none;
    width: 200px;
}
.wrap_postarea {
    width: 100%;
}
.postarea {
    width: 100%;
    margin: 0;
}
.poster li.avatar img {
    max-width: 150px;
    max-height: 200px;
}
/* Manage Boards */
#manage_boards li {
    border-width: 0 !important;
    border-color: #ddd !important;
    padding: 15px 10px !important;
    margin: 5px 0 !important;
}
#manage_boards li.windowbg {
    background-color: #f5f5f5;
}
/* Dropmenu */
#adm_submenus {
    margin: 10px 2px;
    padding: 0;
}
#adm_submenus .dropmenu li {
    float: none;
    display: inline-block;
    margin-right: 5px;
}
#adm_submenus .dropmenu li:last-child {
    margin-right: 0;
}
#adm_submenus .dropmenu li a {
    color: #000;
    margin: 0;
    padding: 3px 6px;
    border-radius: 4px;
}
#adm_submenus .dropmenu li a.active {
    background-color: #fd9604;
    color: #fff;
}
#adm_submenus .dropmenu li a:hover {
    background-color: #5a6c85;
    color: #fff;
}
#adm_submenus .dropmenu li a.active,
#adm_submenus .dropmenu li a:hover {
    background-image: none;
}
/* General */
.description, .description_board, .plainbox {
    margin: 3px 1px 0;
    background-color: #f0f4f5;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 15px;
}
#posting_icons {
    display: inline-block;
    float: none;
    padding: 10px 0 0 2px;
}
.mark_read {
    display: inline;
}
.st_newbutton {
    background-color: #ff8300;
    color: #fff;
    padding: 3px 5px;
    font-size: .575rem;
    line-height: 1;
    border-radius: .2rem;
    margin: 0;
}
/* Subnav */
.submenu-toggle {
    float: right;
}
.submenu-toggle:hover {
    text-decoration: none
}
.bg-subnav {
    background-color: transparent;
    padding: 5px;
}
#subnavbar ul li {
    margin: 2px 6px 2px 0;
}
#subnavbar ul li:last-child {
    margin-right: 0;
}
#subnavbar ul li a {
    font-size: 10pt;
}
#subnavbar ul li a.nav-link {
    color: #000;
    margin: 0;
    padding: 3px 6px;
    border-radius: 4px;
}
#subnavbar ul li.active a.nav-link {
    font-weight: bold;
    background-color: #fd9604;
    color: #fff;
}
#subnavbar ul li a.nav-link:hover {
    background-color: #5a6c85;
    color: #fff;
}
#subnavbar ul li.active a.nav-link::after {
    margin-left: 0.200em;
}
#subnavbar ul li ul {
    min-width: 220px;
}
#subnavbar ul li li {
    margin: 0;
}
#subnavbar ul li li a {
    padding: 5px 20px 5px 10px;
}
#subnavbar ul li li a:hover::after {
    border-left-color: #555;
}
#subnavbar ul li li a span {
    width: 16px;
}
/* Profile */
#basicinfo img.avatar, #main_admsection #basicinfo img.avatar {
    max-width: 100px;
}
/* Topics List */
table.table_grid td {
    border-radius: 0;
   /* border: 3px solid #fff;
    border-radius: 10px;*/
}
tr.titlebg td, tr.catbg td {
    padding: 0 15px;
}
/* Admin */
#left_admsection {
    width: 225px;
}
.left_admmenu li {
    padding: 3px 0;
}
.left_admmenu li a img {
    margin: -1px 0 0;
}
.left_admmenu li a {
    width: 100%;
    display: inline-block;
    padding: 0 10px;
}
.left_admmenu li a:hover {
    text-decoration: none;
}
.left_admmenu li a.active {
    background-color: #fd9604;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
}
object#quick_search form select {
    height: 25px;
}
/* Stats */
.statsbar div.bar {
    background-image: none;
    padding: 0;
}
.statsbar div.bar div {
    background-image: none;
    background-color: #fe8e3c;
    border-radius: 4px;
    padding: 0;
}
.activity_stats li div.bar div {
    background-color: #fe8e3c;
    border-radius: 4px 4px 0 0;
}
.profile_pie {
    background-color: #fe8e3c;
    border-radius: 100%;
}

/* Profile */
.profile-wrapper {
	display: flex;
	width: 100%;
	padding: 10px 0 10px;
}
.profile-cover {
	width: 100%;
	margin-right: 5px;
}
.profile-basics {
	width: 100%;
	margin-left: 5px;
}
.profile-cover .cover-image {
	height: 200px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.profile-cover .cover-image .cover-overlay {
	background-color: rgba(0,0,0,0.5);
	height: 200px;
}
.cover-image .cover-bottom {
	position: absolute;
	top: 120px;
	width: 100%;
}
.cover-bottom > .align-items-center {
	text-align: center;
}
span.profile-title, span.profile-title a {
	color: #fff !important;
}
h4.profile-name {
	font-size: 12pt;
	text-align: center;
	margin: 60px 0 -10px;
}
span.profile-button {
	text-align: center;
	color: #000;
	position: relative;
	top: 15px;
}
span.profile-button a {
	color: #777;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
}
span.profile-button a:hover {
	text-decoration: none;
	color: #333;
}
span.profile-button.buddy-fix {
    top: -10px;
}
.profile-cover > .signature {
	margin: 10px 0;
	border-top: none;
    padding: 10px;
    width: 100%;
}
.profile-basics dl {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
}
.profile-basics dt {
	flex-basis: 25%;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.profile-basics dd {
	flex-basis: 75%;
	flex-grow: 1;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px 0;
}
.profile-basics dt:last-of-type, .profile-basics dd:last-of-type {
	border-bottom: none;
}
.profile-cover img.avatar_dot {
    height: 120px;
    width: 120px;
    border-radius: 100%;
} 
.profile-cf {
    padding: 10px 0 15px;
}
/* Nav */
.bg-light {
    background-color: #fff !important;
    box-shadow: 0px -5px 0px 0px #eaecef inset !important;
}
.navbar {
    padding: 0 20px;
}
.navbar-brand {
    height: 90px;
    line-height: 75px;
}
.navbar-light .navbar-nav li {
    margin-right: 5px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav li a.nav-link {
    line-height: 30px;
    padding: 19px .8rem 19px .8rem;
    font-family: 'Nunito';
    font-size: 16px;
    color: #c3ccdb;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #687285;
}
.navbar-light .navbar-nav li.active a.nav-link {
    color: #687285;
}
.navbar-light .navbar-nav li a.nav-link::after {
    display: none;
}
.navbar-light .navbar-nav li:last-child a.nav-link {
    padding-right: 0;
}
.navbar-light .navbar-nav li a.nav-link > span.menu_icon {
    display: block;
    text-align: center;
    font-size: 16px;
}
.navbar-light .navbar-nav li.active {
    border-bottom: 5px solid #fe8e3c;
}
.navbar-light .navbar-nav li.active ul.dropdown-menu {
    margin-top: 5px;
}
.navbar-light .navbar-nav li ul.dropdown-menu {
    border-radius: 0 0 5px 5px;
    border-width: 0 1px 1px;
    border-color: #eaecef;
    border-style: solid;
    background-color: #fff;
    margin-top: 0;
    left: auto;
    right: 0;
    padding: 0;
    min-width: 200px;
}
.navbar-light .navbar-nav li ul ul.dropdown-menu {
    left: auto;
    right: 100%;
}
.navbar-light .navbar-nav li ul.dropdown-menu li {
    font-size: 14px;
    padding: 2px 1px;
    margin: 0;
    font-family: 'Lato';
}
.navbar-light .navbar-nav li ul li a {
    padding: 8px 15px;
    color: #818ea5;
}
.navbar-light .navbar-nav li ul li:last-child a {
    border-radius: 0 0 5px 5px;
}
.navbar-light .navbar-nav li ul li a:hover,
.navbar-light .navbar-nav li ul li a:active,
.navbar-light .navbar-nav li ul li a.active {
    color: #fe8e3c;
    background-color: #f8f9fa;
}
/* FA Nav */
.fa-help::before {
    content: "\f128";
}
.fa-admin::before {
    content: "\f085";
}
.fa-moderate::before {
    content: "\f7d9";
}
.fa-profile::before {
    content: "\f007";
}
.fa-pm::before {
    content: "\f0e0";
}
.fa-mlist::before {
    content: "\f0c0";
}
.fa-logout::before {
    content: "\f2f5";
}
/* User bar */
div#user_menu {
    height: 65px;
    background-color: #fff;
    margin: 0 0 10px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 1px 30px;
}
.toggler-user {
    background-image: none !important;
    padding: 5px 0 0;
}
.toggler-user::before {
    content: "\f007";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
#userinfo {
    flex-grow: 0;
}
.user-area {
    display: flex;
    justify-content: right;
    align-items: center;
}
.user-area img.avatar {
    float: left;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.user-area ul.dropdown {
    padding: 0;
    margin: 0;
    list-style: none;
}
.user-area ul.dropdown a span.welcome {
    display: block;
}
.user-area ul.dropdown a.dropdown-toggle {
    line-height: 8px;
    position: relative;
    top: 3px;
    padding: 18px 0;
}
.user-area ul.dropdown a.dropdown-toggle:hover {
    text-decoration: none;
}
.user-area ul.dropdown a.dropdown-toggle::after {
    content: "\f142";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: none;
    position: relative;
    bottom: 2px;
    padding: 0 0 0 5px;
}
.user-area ul.dropdown li.guest-fix a.dropdown-toggle::after {
    padding: 0 0 0 30px;
}
.user-area ul ul.dropdown-menu {
    left: auto;
    right: 0;
    border-radius: 0 0 10px 10px;
    border-width: 0 1px 1px;
    border-color: #eaecef;
    border-style: solid;
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.3) inset;
    min-width: 200px;
}
.user-area ul ul.dropdown-menu li {
    font-size: 14px;
    padding: 2px 1px;
    margin: 0;
    font-family: 'Lato';
}
.user-area ul ul.dropdown-menu li a {
    color: #818ea5;
    padding: 5px 20px 5px 10px;
    font-size: 10pt;
    display: block;
}
.usernav-toggler {
    display: none;
}
/* Search box */
.search_box {
    display: flex;
    justify-content: left;
    align-items: center;
}
.search_insider {
    background-color: #f5f5f6;
    border: 1px solid #dbdbdb;
    padding: 7px 15px;
    border-radius: 19px;
}
.search_insider input.input_search {
    background-color: transparent;
    border: none;
    outline: none;
    color: #818ea5;
}
.search_insider button {
    background-color: transparent;
    border: none;
    outline: none;
    color: #c3ccdb;
}
.search_insider button:focus,
.search_insider button:hover {
    color: #818ea5;
}
/* Avatar */
.avatar_dot {
    border-radius: 100%;
    height: 50px;
    width: 50px;
}
.avatar_dot.floatright {
    margin-left: 10px;
}
.avatar_dot.floatleft {
    margin-right: 10px;
}
/* Subnav */
#subnavbar .navbar-nav li.active {
    border-bottom-width: 0;
}
#subnavbar .navbar-nav li.active ul.dropdown-menu {
    margin: 0;
}
#subnavbar .navbar-nav li ul.dropdown-menu {
    left: 0;
    right: auto;
}
#subnavbar .navbar-nav li ul ul.dropdown-menu {
    right: auto;
    left: 100%;
}
#subnavbar ul li.show a.nav-link {
    background-color: #5a6c85;
    color: #fff;
}
/* Stats */
ul#ic_recentposts {
    margin: 0;
    padding: 5px 10px;
    list-style: none;
}
ul#ic_recentposts li {
    display: flex;
    min-height: 60px;
    margin: 5px 0;
}
ul#ic_recentposts li .ic_avatar {
    background-color: #fafafa;
    padding: 5px;
    border-radius: 10px;
    margin-right: 10px;
}
ul#ic_recentposts li .ic_avatar img {
    float: none;
    text-align: center;
    margin: 0 auto;
}
ul#ic_recentposts li .ic_recent {
    background-color: #fafafa;
    color: #818ea5;
    border-radius: 10px;
    padding: 8px 10px;
    width: 100%;
    line-height: 14px;
}
a.recent_more {
    color: #a0a4ac !important;
    font-size: 12px;
}
.stats_styled {
    background-color: #fafafa;
    color: #818ea5;
    border-radius: 10px;
    padding: 22px 10px;
    margin: 0 0 5px;
    display: block;
    line-height: 14px;
    font-size: 16px;
}
.stats_styled a {
    font-weight: bold;
}
.fix_stats {
    padding: 10px 10px 5px;
}
.online_list {
    line-height: 25px;
    padding: 10px;
}
.online_icon {
    margin: 0 10px 0 0;
    float: left;
    font-size: 25px;
}
.stats_icon {
    margin: -5px 10px 0 0;
    float: left;
    font-size: 22px;
}
/* Footer */
#footer_section {
    background-image: none;
    background-color: #ebebeb;
    padding: 10px 2% 25px;
    text-align: inherit;
    display: flex;
}
#footer_section .footer_block {
    width: 25%;
}
.footer_block h2.footer_title {
    color: #616365;
    font-weight: bold;
    font-size: 16px;
    margin: 0 1px 10px;
}
.footer_block h2.footer_title span.title_icon {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.footer_block h2.footer_title span.title_icon i {
    margin: 9px 0 0;
}
footer {
    background-color: #202123;
    color: #616365;
    padding: 15px 25px 20px;
    font-family: 'Lato' !important;
}
footer a {
    color: #616365;
}
footer a.new_win:link,
footer a.new_win:visited {
    color: #616365 !important;
}
footer .smf_copy {
    float: right;
}
footer span.copyright {
    font-size: 14px;
    display: block;
}
footer p {
    display: block;
}
footer span.main_copy a {
    color: #fe8e3c;
}
/* Social */
ul.social-links {
    color: #616365;
    font-size: 18px;
    margin: 0 5px;
    padding: 0;
    list-style: none;
}
#footer_section .footer_block ul.social-links li {
    display: inline-block;
    width: 45%;
    margin: 0 0 5px;
}
ul.social-links li a {
    border-radius: 100%;
    background-color: #555;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 5px;
}
ul.social-links li i {
    font-size: 14px;
    margin: 9px 0 auto;
}
ul.social-links li a.facebook {
    background-color: #3b5998;
}
ul.social-links li a.twitter {
    background-color: #1da1f2;
}
ul.social-links li a.discord {
    background-color: #7289da;
}
ul.social-links li a.youtube {
    background-color: #b31217;
}
ul.social-links li a.youtube i {
    font-size: 12px;
    margin: 9px 0 0 1px;
}
ul.social-links li a.instagram {
    background-color: #833ab4;
}
ul.social-links li a.rss {
    background-color: #f26522;
}
#footer_section ul.links-bottom {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 18px;
}
#footer_section ul.links-bottom li {
    display: inline-block;
    width: 45%;
    padding: 5px 0;
}
#footer_section ul.links-bottom li a {
    color: #616365;
}
#footer_menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 18px;
}
#footer_menu ul li {
    display: inline-block;
    width: 45%;
    padding: 5px 0;
}
#footer_menu ul li a {
    color: #616365;
}
/* MessageIndex */
table.table_grid.topic_list {
    background-color: #fff;
    border-spacing: 5px;
    border-collapse: separate;
    font-family: 'Lato';
    margin: 3px 0 5px;
}
table.table_grid.topic_list td {
    border-radius: 10px;
    padding: 20px 10px;
    position: relative;
}
table.table_grid.topic_list td.moderation {
    padding: 20px;
}
table.table_grid.topic_list tr.titlebg td,
table.table_grid.topic_list tr.catbg td {
    padding: 0 10px;
}
table.table_grid.topic_list td.subject::before {
    content: "";
    background-image: url('../images/theme/topics.png');
    background-repeat: no-repeat;
    background-position: right 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: -20px 0px;
}
table.table_grid.topic_list td.subject > div {
    position: inherit;
}
.lockedbg, .lockedbg2 {
    background-color: #ecf4f7;
}
.stickybg, .stickybg2 {
    background-color: #fff2e8;
}
.approvetbg, .approvetbg2 {
    background-color: #f5d4e1;
}
.approvebg, .approvebg2 {
    background-color: #f6e0e5;
}
.topic_list td .avatar_dot {
    height: 35px;
    width: 35px;
}
.topic_table td.subject.stickybg2 {
    background-image: url('../images/icons/show_sticky.gif');
}
.topic_table td.subject.lockedbg2 {
    background-image: url('../images/icons/show_locked.gif');
}
/* Display */
.attachments, .signature {
    width: 100%;
    border: none;
}
.moderatorbar {
    margin: 0;
}
#forumposts .windowbg, #forumposts .windowbg2 {
    margin: 0 0 10px;
    border-radius: 10px;
    background-color: #fff;
}
#forumposts .approvebg, #forumposts .approvebg2 {
    margin: 0 0 10px;
    border-radius: 10px;
}
#forumposts span.topslice {
    display: none;
}
.poster {
    width: 213px;
}
.poster ul {
    margin: 0 5px 0 0;
}
.poster ul li {
    margin: 5px;
    padding: 4px 10px;
    border-radius: 10px;
    background-color: #f8f8f8;
    font-size: 12px;
    color: #818ea5;
}
.poster ul li strong {
    text-transform: uppercase;
}
.poster ul li.avatar {
    margin: 0;
    padding: 0;
    border-radius: 10px 0 0 0;
}
.poster ul li.avatar img {
    max-width: 190px;
    max-height: 190px;
}
.poster ul li.user_name,
.poster ul li.user_name a {
    color: #fe8e3c;
    font-size: 14px;
    background-color: transparent;
}
.poster ul li.user_name span.gender {
    font-weight: bold;
    color: #818ea5;
    font-size: 15px;
}
.poster ul ul {
    margin: 0;
    padding: 0;
    display: inline;
}
.poster ul li.profile ul li {
    display: inline;
    margin: 0 2px;
    padding: 3px 3px;
}
.wrap_postarea {
    margin: 0 10px 0 5px;
}
.postarea div.flow_hidden {
    border-radius: 10px;
    background-color: #fafafa;
    margin-top: 10px;
    padding: 3px 10px;
}
.postarea div.flow_hidden h5 {
    margin: 8px 0 0;
    font-size: 13px;
}
.postarea ul.quickbuttons {
    margin: 7px 0 0;
}
ul.quickbuttons li {
    background-color: #e2e6ed !important;
    padding: 0;
    margin: 2px 3px 0 0;
    border-radius: 5px;
    background-position-x: 10px !important;
}
ul.quickbuttons li:last-child {
    margin-right: 0;
}
ul.quickbuttons li a {
    color: #818ea5;
    padding: 8px 10px 8px 31px;
    line-height: normal;
    height: auto;
}
ul.quickbuttons li a:hover {
    text-decoration: none;
    color: #6f7b92;
}
ul.quickbuttons li.inline_mod_check {
    margin: 10px 0 0 5px;
    background-color: transparent !important;
}
.inner {
    border: none;
}
.post {
    font-size: 13px;
    color: #66738b;
    margin: 10px 0;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #f7f7f7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#forumposts .post .inner {
    padding: 0;
    margin: 0;
    min-height: 120px;
}
#forumposts .post {
    background-image: url('../images/theme/windowbg1.jpg');
}
#forumposts .windowbg2 .post {
    background-image: url('../images/theme/windowbg2.jpg');
}
.post .modifybutton {
    display: block;
    float: none;
    text-align: right;
    margin: 15px 0 0 auto;
}
#forumposts .reportlinks {
    margin: 5px 0 0;
}
#forumposts .modified {
    font-size: 12px;
    color: #818ea5;
}
#forumposts .signature, .post .signature {
    font-size: 12px;
    color: #818ea5;
    border: none;
    margin: 5px;
}
#forumposts .attachments {
    padding: 5px 5px 10px;
    margin: 5px;
    border-width: 1px 0 3px;
    border-style: solid;
    border-color: #d6e0f3;
}
#forumposts .post .inner pre {
    display: grid;
}
.codeheader, .codeheader a {
    color: #818ea5;
}
code.bbc_code {
    padding: 20px 10px 20px 35px;
    background-color: #f0f4fc;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #d6e0f3;
    border-radius: 10px;
    color: #818ea5;
}
code.bbc_code::before {
    content: "\f121";
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: -10px 0px 0 -20px;
    float: left;
    position: absolute;
}
.quoteheader, .quoteheader a {
    color: #a59381;
}
blockquote.bbc_alternate_quote,
blockquote.bbc_standard_quote {
    background-image: none;
    color: #a59381;
    padding: 20px 15px 10px 35px;
    border-radius: 10px;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #fdece1;
}
blockquote.bbc_alternate_quote::before,
blockquote.bbc_standard_quote::before {
    content: "\f10e";
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: -10px 0px 0 -20px;
    float: left;
    position: absolute;
}
blockquote.bbc_standard_quote {
    background-color: #fbf6f3;
}
blockquote.bbc_alternate_quote {
    background-color: #fffdfc;
}
/* Profile */
.mobile_signature {
    display: none;
}
/* News */
.random_news
{
    background-color: #fafafa;
	border-radius: 5px;
	padding: 10px 20px;
	color: #444;
	border-style: solid;
	border-color: transparent rgba(0,0,0,0.1);
	border-width: 0 1px;
	margin: 10px auto 15px !important;
    box-shadow: 0 -1px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.2);
    background-image: url('../images/theme/catbg.png');
    background-size: cover;
}
.random_news h2
{
    color: #fe8e3c;
	font-size: 14pt;
    font-weight: bold;
    text-shadow: none;
	margin: 0 0 5px;
}
#smfFadeScroller {
    list-style: none;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-size: 13px;
}
/* Server info */
.sa_server_info {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "main main"
    "server_2 server_3";
    grid-column-gap: 10px;
    margin: 0 0 10px;
}
.server_box_ov {
    display: flex;
    justify-content: left;
    align-content: center;
    padding: 0 10px;
    background-image: url('../images/theme/server_1.png');
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
    margin: 10px 0 0;
}
.server_box_1 {
    grid-area: main;
}
.server_box_2 {
    background-image: url('../images/theme/server_2.png');
    grid-area: server_2;
    margin-right: 5px;
}
.server_box_3 {
    background-image: url('../images/theme/server_3.png');
    grid-area: server_3;
}
.sa_server_info .server_content {
    display: block;
    width: 100%;
}
.sa_server_info .server_content a.button_discord {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff6f0;
    margin: 11px 0 0;
}
.sa_server_info .server_content a.button_join {
    background-color: #fff6f0;
    color: #fe8e3c;
    border: 2px solid #fff6f0;
    margin: 1px 0 0;
    padding: 7px 25px;
}
.sa_server_info ul.server_details {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px 0;
}
.sa_server_info ul.server_details li {
    display: inline-block;
    margin-right: 10px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    min-width: 170;
}
.sa_server_info ul.server_details li span {
    color: #fdceac;
}
/* Quick Reply */
#quickreplybox div.cat_bar {
    background-image: none;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #eeeeef;
}
#quickreplybox div.cat_bar h3.catbg {
    background-image: none;
    background-color: #fff;
    color: #818ea5;
}
#quickreplybox div.cat_bar h3.catbg span {
    padding: 0 0 0 5px;
    border-left: 3px solid #fe8e3c;
}
#quickreplybox div.cat_bar h3.catbg span.floatright {
    display: none;
}
#quickreplybox div.cat_bar h3.catbg a {
    color: #818ea5;
}