@import url("https://fonts.googleapis.com/css?family=Mukta:300,400,500,700");
/* Body */
body {
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  background: #000 url(../images/theme/carbonfiberbg.png) top center repeat-y;
}
a:hover {
  color: #b50404;
  text-decoration: underline;
  cursor: pointer;
}
.text-primary {
  color: #b50404;
}

/*icons*/
.fa-help:before {
  content: "\f059";
}
.fa-gear:before,
.fa-admin:before,
.fa-cog:before {
  content: "\f013";
}
.fa-moderate:before {
  content: "\f0ad";
}
.fa-profile:before {
  content: "\f007";
}
.span-profiler:before {
  content: "\f007";
}
.fa-pm:before {
  content: "\f0e0";
}
.fa-mlist:before,
.fa-view_all_members:before {
  content: "\f0c0";
}
.fa-mlist_search:before {
  content: "\f002";
}
.fa-logout:before {
  content: "\f2f5";
}
.fa-register:before {
  content: "\f303";
}
.fa-login:before {
  content: "\f007";
}
.fa-add_poll:before {
  content: "\f0ae";
}
.fa-new_poll:before {
  content: "\f0ae";
}
.fa-notify:before {
  content: "\f0f3";
}
.fa-unnotify:before {
  content: "\f0a2";
}
.fa-mark_unread:before {
  content: "\f00c";
}
.fa-mark_as_read:before {
  content: "\f00c";
}
.fa-send_topic:before {
  content: "\f0e0";
}
.fa-mark_read_short:before {
  content: "\f00c";
}
.fa-new_topic:before {
  content: "\f303";
}
.fa-move_topic:before {
  content: "\f07c";
}
.fa-remove_topic:before {
  content: "\f2ed";
}
.fa-set_lock:before {
  content: "\f023";
}
.fa-set_sticky:before {
  content: "\f14a";
}
.fa-set_nonsticky:before {
  content: "\f14a";
}
.fa-merge:before {
  content: "\f362";
}
.fa-set_unlock:before {
  content: "\f09c";
}
.fa-poll_lock:before {
  content: "\f023";
}
.fa-poll_edit:before {
  content: "\f044";
}
.fa-poll_remove:before {
  content: "\f00d";
}
.fa-calendar_link:before {
  content: "\f073";
}
.fa-calendar_post_event:before {
  content: "\f067";
}
/* Some classes */
.dropicon {
  color: #b50404;
  font-size: 6px;
  position: relative;
  top: -3px;
  margin-right: 4px;
}
.text-shadow-dark {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.text-lg {
  font-size: 16px;
}
.st-board {
  background-color: #f5f5f5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.windowbg_st {
  background-color: #f5f5f5;
}
.windowbg_st2 {
  background-color: #f3f3f3;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 0.25rem 0.4rem !important;
  font-size: 0.875rem;
  line-height: 1.1 !important;
  border-radius: 0.2rem;
}
/* Custom Button */
.btn-primary {
  color: #f5f5f5;
  background-color: #b50404;
  border-color: #b50404;
}
.badge-primary {
  background-color: #b50404;
}
.btn-primary:hover {
  color: #f5f5f5;
  background-color: #b50404;
  border-color: #b50404;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 90, 90, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #f5f5f5;
  background-color: #b50404;
  border-color: #b50404;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #f5f5f5;
  background-color: #b50404;
  border-color: #b50404;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.btn-outline-primary {
  color: #b50404;
  background-color: transparent;
  background-image: none;
  border-color: #b50404;
}
.btn-outline-primary:hover {
  color: #f5f5f5 !important;
  background-color: #b50404;
  border-color: #b50404;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #222;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #f5f5f5;
  background-color: #b50404;
  border-color: #b50404;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.btn-outline-primary a {
  color: #b50404;
}
/* Header */
.header-carousel {
  background: url(../images/theme/background.jpg) no-repeat center;
  background-size: cover;
}
#header .info-forum {
  padding-bottom: 60px;
}
/*topbar*/
#topbar {
  background-color: transparent;
  min-height: 63px;
  top: 20px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.topmenu {
  position: relative;
  height: 0;
}
.topmenu.no-carousel {
  height: 200px;
}
#topbar .mini-logo img {
  margin: 0px;
  margin-left: -14px;
  margin-left: 1px;
}
#topbar .logo {
  width: 24px;
}
#topbar .top {
  width: 100%;
  min-height: 60px;
}
/* Navbar */
#topbar .navbar {
  padding: 0;
}
#topbar .navbar-light.top {
  border-color: transparent;
}
#topbar .navbar-light {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#topbar .navbar-light .navbar-nav .nav-link {
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
#topbar .navbar-light .navbar-nav .basy-nav {
  position: relative;
}
#topbar .navbar-expand-lg .navbar-nav .nav-link {
  color: #f5f5f5;
  font-weight: bolder;
  padding: 20px 0.5rem;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#topbar .navbar-expand-lg .navbar-nav .active .nav-link,
#topbar .navbar-expand-lg .navbar-nav .nav-link:hover,
#topbar .navbar-expand-lg .navbar-nav .nav-link:focus {
  color: #b50404;
  text-shadow: -1px 0 #f5f5f5, 0 1px #f5f5f5, 1px 0 #f5f5f5, 0 -1px #f5f5f5;
}
#topbar .navbar-expand-lg .navbar-nav .nav-link:hover,
#topbar .navbar-expand-lg .navbar-nav .nav-link:hover:focus,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: transparent none repeat scroll 0 0;
  border: medium none transparent;
}
#topbar .navbar-light .navbar-nav .comet-community .nav-link::before,
#topbar .navbar-light .navbar-nav .comet-community .active .nav-link::before {
  background: transparent;
  bottom: 0px;
  content: "";
  height: 0px;
  left: 0%;
  position: absolute;
  right: 0%;
  z-index: 0;
}
#topbar .navbar-light .navbar-nav .comet-community .active a {
  background-color: transparent !important;
  color: #b50404;
}
#topbar .navbar-expand-lg .navbar-nav .nav-link::before,
#topbar .navbar-expand-lg .navbar-nav .active .nav-link::before {
  background: #b50404 none repeat scroll 0 0;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  right: 50%;
  transition-duration: 0.3s;
  transition-property: left, right;
  transition-timing-function: ease-out;
  z-index: 0;
}
#topbar .navbar-expand-lg .navbar-nav .nav-link:hover::before,
#topbar .navbar-expand-lg .navbar-nav .nav-link:focus::before,
#topbar .navbar-expand-lg .navbar-nav .active .nav-link::before {
  left: 0;
  right: 0;
}
#topbar .navbar-light .navbar-toggler {
  color: #f5f5f5;
  border-color: #f5f5f5;
  margin-top: 7px;
}

#topbar .navbar-light .navbar-toggler.usermobile {
  padding: 7px;
  padding-right: 10px;
  padding-left: 10px;
}
/*user area */
#topbar .avatar-top,
.mavatar-top {
  float: left;
  height: 35px;
  position: relative;
  right: 0px;
  top: -6px;
  width: 35px;
  margin-right: 5px;
}
#topbar .username {
  top: 4px;
  position: relative;
}
/* 
#topbar .usergroup {
    float: left;
    margin-top: -18px;
    margin-right: 0px;
    margin-left: 38px;
} 
*/
/* custom search*/
#search_form {
  padding: 11px;
}
#search_form input {
  color: #f5f5f5 !important;
}
#search_form input:focus {
  color: #f5f5f5 !important;
  box-shadow: none;
}
#search_form .form-control {
  background: transparent !important;
}
.stylish-input-group {
  margin-top: 0px;
  width: 200px;
}
.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0 0 0;
  border-color: transparent;
  font-size: 12px;
  color: #f5f5f5;
  height: auto;
  border: 0;
}
.input-group-addon {
  background: transparent !important;
  border-color: transparent;
}
.stylish-input-group button {
  border: 0;
  background: transparent;
}
.stylish-input-group .input-group-addon {
  padding: 4px;
  border: 0;
  border-radius: 0px 5px 5px 0px;
  background: transparent;
}
.stylish-input-group button {
  border: 0;
  background: transparent;
  color: #f5f5f5;
  padding: 0px;
  height: 27px;
  width: 27px;
  cursor: pointer;
  border-radius: 3px;
}
/* Dropdown */
#topbar .dropdown-menu {
  margin-top: 3px;
}
.dropdown-menu {
  color: rgb(28, 28, 28);
  background-color: rgb(255, 255, 255);
  border-radius: 0px 0px 4px 4px;
  border-color: currentcolor rgb(237, 239, 241) rgb(237, 239, 241);
  border-style: none solid solid;
  border-width: medium 1px 1px;
  border-radius: 0;
  padding: 1px !important;
}

.dropdown-menu > li > a {
  color: #494953;
  font-size: 12px;
  padding: 10px 20px;
  transition: 0.4s;
  border-radius: 1px;
}
.dropdown-menu > li {
  position: relative;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #b50404;
  color: #f5f5f5;
  text-decoration: none;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #7976ff;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #7976ff;
}
.comet-community li a {
  padding: 12px !important;
}
/* MP Dropdown*/
.count-mp {
  background: #b50404 none repeat scroll 0 0;
  border-radius: 10px;
  color: #f5f5f5;
  font-size: 9px;
  height: 12px;
  left: 19px;
  padding: 5px;
  padding-right: 5px;
  padding-left: 5px;
  top: 16px;
  position: absolute;
  padding-left: 4px;
  padding-right: 4px;
}
.st-mp {
  margin-right: 0;
}
.dropdown-menu.dropdown-menu-lg {
  width: 300px;
  border-color: #ececec !important;
  padding: 0;
}
.lv-header {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 1px solid #ececec;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 10px;
  padding: 15px 10px 13px;
  text-align: center;
  text-transform: uppercase;
}
.lv-footer {
  background: #f6f6f6 none repeat scroll 0 0;
  border-top: 1px solid #ececec;
  color: transparent;
  display: block;
  font-size: 11px;
  line-height: 100%;
  margin-top: 20px;
  padding: 7px 10px 8px;
  text-align: center;
}
.listview {
  position: relative;
}
.listview .lv-item {
  display: block;
  position: relative;
  transition: background-color 300ms ease 0s;
  padding: 8px;
}
.listview .lv-item .lv-small {
  color: #606060;
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.listview .lv-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listview a.lv-item:hover,
.listview a.lv-item.new:hover {
  background: #f8f8f8 none repeat scroll 0 0;
  text-decoration: none;
}
.listview a.lv-item.new {
  background: #f8f8f8 none repeat scroll 0 0;
}
.listview [class*="lv-img"] {
  border-radius: 50%;
}
.listview .lv-img-sm {
  height: 35px;
  width: 35px;
  margin-right: 5px;
}

/* Carousel */
.fade-carousel {
  position: relative;
  height: 500px;
  z-index: 0;
}
.fade-carousel .carousel-inner {
  height: 500px;
}
.fade-carousel .carousel-inner .item {
  height: 500px;
}
.carousel-indicators li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: #f5f5f5;
  opacity: 0.4;
}
.carousel-indicators .active {
  background-color: #f5f5f5;
  opacity: 1;
}
.hero {
  width: 100%;
  position: absolute;
  top: 58%;
  left: 50%;
  z-index: 9;
  color: #f5f5f5;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
  font-size: 52px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #f5f5f5;
}
.hero h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #f5f5f5;
}
.hero h3 img {
  vertical-align: middle;
  margin-top: -2px;
}
.fade-carousel .carousel-inner .carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ff460a+100&0+0,0.65+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 70, 10, 0.2) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 70, 10, 0.2) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 70, 10, 0.2) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6ff460a',GradientType=0 ); /* IE6-9 */
}
.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
.hero a {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.hero a:hover {
  color: #f5f5f5;
}

.fade-carousel .slides .slide-s {
  height: 500px;
  -webkit-animation: zoomin 40s ease-in infinite;
  animation: zoomin 40s ease-in infinite;
  transition: all 40s ease-in-out;
}
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
/* new catbar classes */
.new_bar h3 {
  font-size: 16px;
  color: #9c9c9c;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
}
.new_bar h3 a {
  color: #9c9c9c;
}
/* board edtis */
.new_cat {
  padding: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.catLine {
  width: 24px;
  height: 5px;
  float: left;
  background: #b50404;
  position: static;
  margin-right: 15px;
  margin-top: 18px;
}
/*Subforum style*/
.collapse2 {
  float: right;
  margin-right: 10px;
}
.subforum_sh {
  background: url(../images/theme/subforum_stem.png) no-repeat scroll left 4px
    transparent;
  margin: 1px 0 0px 1px;
  padding-left: 15px;
}
.subforum_sh .btn-outline-primary:hover a {
  color: #f5f5f5;
  text-decoration: none;
}
.board-description {
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 300;
}
.st-board {
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  border-radius: 15px;
}
.info a {
  color: #777;
}
/* New simple style of board info */
.tp_stats {
  margin-bottom: 10px;
}
.panel-ts {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
.panel-ts-header {
  background-image: url(../images/theme/background.jpg);
  background-size: cover;
  background-position: center;
  height: 80px;
  border-radius: 10px 10px 0 0;
}
.panel-ts h4 {
  color: #9c9c9c;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 8px;
  text-transform: uppercase;
}
.panels .content {
  overflow: auto;
}
.panel-ts .panel-body.lastp .panels .content {
  border-bottom: 1px solid #ececec;
  height: 50px;
  overflow: unset;
}
.panels .avatar {
  float: left;
  margin-right: 5px;
}
.panels .avatar img {
  height: 40px !important;
  width: 40px !important;
}
.toposterMem {
  width: 100%;
  float: left;
}
.userTopInfo {
  float: left;
  margin-left: 5px;
  color: #9c9c9c;
}
.userSidebar-menu {
  list-style: none;
  float: left;
  margin-left: -25px;
  margin-top: 4px;
}
.userSidebar-menu li a:hover {
  text-decoration: none;
}
/* sidebar */
.sidebar-avatar {
  width: 100px;
  height: 90px;
}
.lefttitle {
  background: #d73659 none repeat scroll 0 0;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
}
.lefttitle h5 {
  color: #f5f5f5;
}
#sidelastp {
  background-color: #f5f5f5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#sidelastp > .title,
h3.title {
  background: transparent none repeat scroll 0 0;
  color: #525252;
  font-size: 17px;
  font-weight: 400;
  padding: 11px 15px 11px 15px;
  text-align: center;
}
#sidelastp > .s-post {
  padding-top: 0;
}
#sidelastp > .s-post > .sp-content {
  overflow: auto;
  padding: 3px;
  padding-top: 3px;
  padding-left: 3px;
  padding-top: 0;
  padding-left: 5px;
}
#sidelastp > .s-post > .sp-content > .m-top {
  margin-top: -12px;
}
#sidelastp > .s-post > .sp-content > .m-pad {
  padding: 5px;
}
#sidelastp > .s-post > .sp-content > .sp-body > .user-link a {
  left: 4px;
  position: relative;
  top: 8px;
  color: #616161;
}
#sidelastp > .s-post > .sp-content > .sp-body {
  padding-bottom: 5px;
}
#sidelastp > .s-post > .sp-content > .sp-body > .user-link span {
  color: #343a4e;
  left: 3px;
  position: relative;
  top: 8px;
}
#sidelastp > .s-post > .sp-content > .sp-body > .l-avatar {
  float: left;
  margin-top: 7px;
}
#sidelastp > .s-post > .sp-content > .sp-body > .l-avatar img {
  height: 35px !important;
  width: 35px !important;
}
#sidelastp > .s-post > .sp-content > .sp-body > .user-link > .p-us {
  color: #f5f5f5;
  left: 3px;
  position: relative;
  top: 0;
}
#sidelastp > .s-post > .sp-content > .sp-body > .user-link > .p-us a {
  top: 0;
}
#sidelastp > .s-post > .sp-content > .sp-body > .user-link > .p-us span {
  top: 0;
}
#sidelastp
  > .s-post
  > .sp-content
  > .sp-body
  > .user-link
  > .user-lp
  > .ellipsis
  a {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
  color: #616161;
}
#sidebar_login {
  background: #f5f5f5 none repeat scroll 0 0;
  margin: 0;
  padding: 0;
}
#sidebar_login .login_insider {
  background: #f5f5f5 none repeat scroll 0 0;
  height: 240px;
  line-height: 34px;
  padding: 10px;
}
.login_insider input.text {
  margin: 3px auto;
  outline: medium none;
  padding-bottom: 0;
  padding-left: 5px;
  padding-top: 0;
  width: 100%;
}
.login_insider span.remember {
  text-transform: uppercase;
}
.login_insider .bottom-opt {
  font-size: 10px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.login_insider .bottom-opt > span.text-primary {
  font-weight: bold;
}
/* BOARD TIME LINE */
/* ================ The Timeline ================ */

.timeline {
  position: relative;
  margin-top: 15px;
  padding: 0em 0;
  list-style-type: none;
  margin-left: 30px;
}
.timeline:before {
  position: absolute;
  left: 0%;
  top: 0;
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  margin-left: 0px;
  background: #c5c5c7;

  z-index: 5;
}

.timeline li {
  padding: 1em 0;
  margin-left: -22px;
  padding-right: 1px;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bubble {
  position: relative;
  z-index: 9999;
}
.bubble .flag,
.bubble .flag a {
  font-weight: normal;
  color: #777;
}

.flag-wrapper {
  position: relative;
  display: flex;

  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
.time-wrapper {
  margin-top: -6px;
  float: right;
}
.posterlink a {
  color: #b50404;
}
.categories_index {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* breadcumb */
.linktree_back {
  width: 100%;
  display: block;
  margin: 0 -15px;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  color: #9999b3;
  margin-bottom: 0;
  overflow: auto;
  padding: 15px 8px;
}
.breadcrumb .dropdown-menu li a {
  display: block;
}
.breadcrumb .dropdown-menu li a {
  text-transform: none;
}
.breadcrumb .dropdown-menu li a:hover {
  text-decoration: none;
}
.breadcrumb li > a > span.fa-home {
  font-size: 13pt;
  color: #2ecc71;
}
.breadcrumb > li.active.ellipsis a {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 180px;
}
@media screen and (max-width: 1280px) {
  .breadcrumb > li.ellipsis a {
    width: 100px !important;
  }
}
.breadcrumb > li,
.breadcrumb > li > a {
  color: #9c9c9c;
  text-transform: capitalize;
  display: inline-block;
  float: left;
  font-size: 13px;
}
.breadcrumb > li,
.breadcrumb > li > a:hover {
  text-decoration: none;
}
.breadcrumb > li > a.home-color {
  color: #9c9c9c;
}
.breadcrumb > li + li::before {
  color: #9c9c9c;
  font-family: "Font Awesome\ 5 Free";
  content: "\f054";
  float: left;
  font-size: 10px;
  padding: 2px 5px;
  vertical-align: middle;
  font-weight: 900;
}
.breadcrumb > li:nth-child(2)::before {
  content: "";
}
.breadcrumb > .active,
.breadcrumb > .active > a {
  color: #9c9c9c;
}
.breadcrumb > .active > span.extra {
  padding-left: 5px;
}
.breadcrumb > .active > span.extra a {
  color: #9c9c9c;
}
.breadcrumb > li > .extra {
  color: #9999b3;
}
.breadcrumb > li > .extra > span > strong {
  display: inline-block;
  float: left;
}
.breadcrumb-dropdown {
  background-color: #f5f5f5;
  border-radius: 0 0 5px 5px;
  left: auto;
  margin-top: 45px;
  top: auto;
}
.breadcrumb-dropdown a {
  clear: none;
  color: #444;
  display: inline-block;
  padding: 0;
}
.breadcrumb-dropdown a:hover {
  background-color: transparent;
}
.breadcrumb-dropdown li {
  padding: 1px 7px;
}
.breadcrumb-dropdown li:last-child {
  border-bottom: medium none;
}
/* New users online */
.userAvatar img {
  float: unset !important;
}
.userInfo {
  text-align: center;
  border-radius: 15px;
  padding: 0px;
}
.userName {
  margin-top: 4px;
}
.userName span {
  background: #b50404;
  border-radius: 10px;
  margin-top: 4px;
  padding-right: 15px;
  padding-left: 15px;
  color: #f5f5f5;
}

.userName .admin {
  background: #c58f22;
}

.userName .moderator {
  background: #dc4405;
}

.userName .member {
  background: #38610b;
}

.userName span a {
  color: #f5f5f5 !important;
}
/* new input's style */
.control {
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #d2d2d2;
  border-radius: 10px;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #e6e6e6;
}

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #b50404;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #b50404;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: "";
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 4px;
  left: 8px;
  width: 5px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #f5f5f5;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f5f5f5;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 277px;
}

.select select {
  display: inline-block;
  width: 100%;
  padding: 8px 12px;
  cursor: pointer;
  color: #222;
  border: 0;
  font-size: 12px;
  border-radius: 0;
  outline: 0;
  background: #f5f5f5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #b2b2b2;
  background: #f5f5f5;
}

.select select:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.select__arrow {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
} 

/* Pace JS*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #b50404;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/* Color picker */
.colpick_box {
  border: 1px solid #000;
  color: transparent !important;
  cursor: pointer;
  height: 20px;
  margin: 5px 5px 5px 2px;
  width: 20px;
}
.colpick {
  position: absolute;
  width: 346px;
  height: 170px;
  overflow: hidden;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  background: #ebebeb;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  /*Prevents selecting text when dragging the selectors*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 10000;
}
/*Color selection box with gradients*/
.colpick_color {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa;
  cursor: crosshair;
}
.colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
}
.colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*Circular color selector*/
.colpick_selector_outer {
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid black;
  border-radius: 50%;
}
.colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
  position: absolute;
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa;
  cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0 0;
}
.colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585;
}
.colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585;
}
/*New color box*/
.colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field,
.colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.colpick_rgb_r {
  top: 40px;
  left: 207px;
}
.colpick_rgb_g {
  top: 67px;
  left: 207px;
}
.colpick_rgb_b {
  top: 94px;
  left: 207px;
}
.colpick_hsb_h {
  top: 40px;
  left: 277px;
}
.colpick_hsb_s {
  top: 67px;
  left: 277px;
}
.colpick_hsb_b {
  top: 94px;
  left: 277px;
}
.colpick_hex_field {
  width: 68px;
  left: 207px;
  top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
  border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
  position: absolute;
  width: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: bold;
  color: #777;
}
/*Text inputs*/
.colpick_field input,
.colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
}
.colpick_hex_field input {
  right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px;
  cursor: n-resize;
}
.colpick_field_uarr {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #959595;
}
.colpick_field_darr {
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns .colpick_submit,
.colpick_full_ns .colpick_current_color {
  display: none;
}
.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px;
}
.colpick_full_ns .colpick_rgb_r,
.colpick_full_ns .colpick_hsb_h {
  top: 42px;
}
.colpick_full_ns .colpick_rgb_g,
.colpick_full_ns .colpick_hsb_s {
  top: 73px;
}
.colpick_full_ns .colpick_rgb_b,
.colpick_full_ns .colpick_hsb_b {
  top: 104px;
}
.colpick_full_ns .colpick_hex_field {
  top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h,
.colpick_rgbhex .colpick_hsb_s,
.colpick_rgbhex .colpick_hsb_b {
  display: none;
}
.colpick_rgbhex {
  width: 282px;
}
.colpick_rgbhex .colpick_field,
.colpick_rgbhex .colpick_submit {
  width: 68px;
}
.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none;
}
.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns .colpick_submit,
.colpick_rgbhex_ns .colpick_current_color {
  display: none;
}
.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h,
.colpick_hex .colpick_hsb_s,
.colpick_hex .colpick_hsb_b,
.colpick_hex .colpick_rgb_r,
.colpick_hex .colpick_rgb_g,
.colpick_hex .colpick_rgb_b {
  display: none;
}
.colpick_hex {
  width: 206px;
  height: 201px;
}
.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px;
}
.colpick_hex .colpick_hex_field div,
.colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px;
}
.colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none;
}
.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none;
}
.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns .colpick_submit,
.colpick_hex_ns .colpick_current_color {
  display: none;
}
.colpick_hex_ns .colpick_hex_field {
  width: 80px;
}
.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick_dark {
  background: #161616;
  border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
  outline-color: #333;
}
.colpick_dark .colpick_hue {
  border-color: #555;
}
.colpick_dark .colpick_field,
.colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969;
}
.colpick_dark .colpick_field input,
.colpick_dark .colpick_hex_field input {
  color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969;
}
.colpick_dark .colpick_field_darr {
  border-top-color: #696969;
}
.colpick_dark .colpick_focus {
  border-color: #444;
}
.colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a;
}
.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444;
}
/* Theme config*/
.config-theme {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 90px;
}
.config-theme > .config-box {
  margin-right: -220px;
  position: fixed;
  right: 0;
  transition-duration: 0.8s;
  z-index: 2000;
}
.config-theme > .config-box.show {
  margin-right: 0;
}
.config-theme > .config-box .spin-icon {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.26);
  color: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
  left: 0;
  padding: 7px 10px 7px 13px;
  position: absolute;
  top: 40px;
  width: 40px;
}
.theme-settings {
  background: #f5f5f5 none repeat scroll 0 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  margin-left: 40px;
  padding-bottom: 10px;
  width: 220px;
}
.theme-settings .title {
  background-color: #b50404;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  color: #f5f5f5;
}
.theme-settings > .item {
  min-height: auto;
  padding: 10px 20px;
}
.theme-settings > .item > .item-content {
  float: right;
}
.mmenu {
  float: right;
  font-size: 13px;
  top: 7px;
  position: relative;
  color: #f5f5f5;
}

/* */

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills .show > .nav-link {
  background: #b50404 none repeat scroll 0 0;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.09) inset;
  color: #f5f5f5;
}
.nav-pills .nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: #b50404 none repeat scroll 0 0;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.09) inset;
  color: #f5f5f5;
}
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  background-color: #b50404;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.09) inset;
  color: #f5f5f5;
}
/* Some things */
.alert-topic_display {
  background: #b50404;
  color: #8d8c9c;
}
.alert-topic_display h3,
.alert-topic_display h3 a {
  font-size: 17px;
  color: #f5f5f5 !important;
}
.display-info_display {
  margin: 0px 0;
  overflow: hidden;
}
.display-info_display .smalltext a {
  color: #8d8c9c;
}
.display-info_display li {
  float: left;
  margin-right: 10px !important;
  color: #f5f5f5;
}
.infopost {
  /* float: left; */
  width: auto;
}
.alert-topic {
  background: #f5f5f5 none repeat scroll 0 0;
  border-color: transparent;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: #616161;
  border-radius: 5px;
}
.alert-topic h3 {
  font-size: 22px;
  color: #616161;
}
.display-info {
  margin: 10px 0;
  overflow: hidden;
}
.display-info li {
  float: left;
  margin-right: 10px !important;
  font-size: 16px;
  color: #616161;
}

/* SMF Pagination */
.smfPagination-label {
  width: 100%;
  display: inline-block;
  color: whitesmoke;
}

.smfPagination-label > a {
  background: lightcoral;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 3px;
  color: #f5f5f5;
  text-decoration: none;
}
.smfPagination-label > strong {
  background: #b50404;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 3px;
  color: #f5f5f5;
}

.smfPagination-label > span {
  background: #1e4249;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 3px;
  color: #fdf5ba;
}

.smfPagination-label > span > a {
  color: #f5f5f5 !important;
}
/* profile */
.flex {
  display: flex;
  justify-content: flex-end;
}

.flex.profile {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flex.profile .box-p {
  padding: 0;
}
.flex.profile .box-s {
  padding: 15px;
}
.box-s .signature {
  width: auto;
  margin: 0;
  padding: 0;
  border-top: none;
}
.box-s h5 {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 8px;
}
.profile-b {
  margin-top: 15px;
  display: inline-block;
}
.ul-profile {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-profile > li {
  display: block;
  padding: 12px 15px;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}
.ul-profile > li > span.title,
.ul-profile > li > div.desc {
  display: inline-block;
  float: left;
}
.ul-profile > li > span.title {
  width: 30%;
  color: #737373;
  font-weight: bold;
  font-size: 13px;
}
.ul-profile > li > div.desc {
  width: 70%;
  color: #b2b2b2;
  text-align: right;
}
.ul-profile > li:last-child {
  border-bottom: none;
}
.bg-dark-opacity {
  background-color: rgba(0, 0, 0, 0.4);
}
.cover {
  background-position: center;
  background-color: #02aadb;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cover,
.bg-dark-opacity {
  height: 250px;
  border-radius: 5px 5px 0 0;
}
.align-bottom {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #f5f5f5;
}
.cover a {
  color: #f5f5f5 !important;
}
.flex.profile .box-p .avatar {
  text-align: center;
}
.flex.profile .box-p .avatar img {
  width: 128px;
  height: 128px;
  margin: -64px auto 10px;
  padding: 4px;
  background-color: #f5f5f5;
  display: block;
}
@media (max-width: 991px) {
  .cover,
  .bg-dark-opacity {
    height: 220px;
  }
  .flex.profile .box-p .avatar img {
    width: 96px;
    height: 96px;
    margin-top: -48px;
  }
  .flex.profile .box-p.col-8,
  .flex.profile .box-p.col-4 {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media (max-width: 604px) {
  .flex.stats {
    display: flex;
  }
}
@media (max-width: 767px) {
  .cover,
  .bg-dark-opacity {
    height: 180px;
  }
  .flex.profile .box-p .avatar img {
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }
  .flex.profile a span {
    display: none;
  }
}
.box-p {
  padding: 15px 15px 0;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #9fa5b8;
  border: 1px solid #e7ecf1;
  border-bottom: none;
  -webkit-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03);
  margin-bottom: 15px;
  overflow: hidden;
}
/*Memeber list*/
#mlist.row {
  margin-left: -15px;
  margin-right: 0;
}
#mlist .btn-group {
  width: auto;
}

#mlist .card {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  text-align: center;
}
#mlist .card > .content {
  background: #f8f8f8 none repeat scroll 0 0;
}
#mlist .card .avatar img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #b50404;
}
#mlist .card > .m_mlink {
  font-size: 16px;
  font-weight: lighter;
  position: relative;
  top: 8px;
}
#mlist .card > .m_mgroup {
  color: #bdbdbd;
  position: relative;
  top: 2px;
}
#mlist a.btn-primary {
  color: #f5f5f5;
}
/* Login modal */
.modal-content {
  background-color: #f5f5f5;
}
.modal-header {
  background: #b50404 none repeat scroll 0 0;
  border-color: #7976ff;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
.modal-header h3 {
  text-transform: uppercase;
  color: #f5f5f5;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.modal-header button,
.modal-header button:hover {
  background: #e74c3c none repeat scroll 0 0;
  border: medium none;
  border-radius: 100%;
  color: #f5f5f5;
  font-weight: normal;
  opacity: 1;
  padding: 0 6px 4px !important;
  position: absolute;
  right: -12px;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  top: -12px;
  margin: 0 !important;
}
.modal-header .avatar {
  margin: 20px 0 -60px;
  border: 2px solid #2ecc71;
}
.modal-body {
  padding-top: 15px;
}
.modal-footer {
  padding-top: 0;
  border-top: 0;
}
.modal-footer .btn-success,
.modal-footer .btn-success:hover,
.modal-footer .btn-success:hover {
  background-color: #d46969;
  border-color: #d46969;
}
/* some alerts */
.alert-minimalist {
  background-color: #f5f5f5;
  border-color: #cecece;
  border-radius: 3px;
  color: #575757;
  padding: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.alert-minimalist > [data-notify="icon"] {
  height: 50px;
  margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
  color: #575757;
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.alert-minimalist > [data-notify="message"] {
  font-size: 80%;
}
button.close:hover {
  border: none;
}
/* Social icons */
.t-social {
  margin-bottom: 0;
}
.t-social {
  list-style: outside none none;
  text-align: center;
  padding-left: 0;
}
.t-social li {
  display: inline;
  margin-right: 5px;
}
.t-social ul li a {
  color: #f5f5f5;
}
.t-social .round i {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.t-social .social_icon.facebook span:hover {
  color: #3b5999 !important;
}
.t-social .social_icon.twitter span:hover {
  color: #55acee !important;
}
.t-social .social_icon.youtube span:hover {
  color: #cd201f !important;
}
.t-social .social_icon.instagram span:hover {
  color: #e4405f !important;
}
.t-social .social_icon.gplus span:hover {
  color: #dd4b39 !important;
}
.t-social .social_icon.rss span:hover {
  color: #ff3300 !important;
}
.round.fvicons {
  background: transparent;
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
  color: #f5f5f5;
  display: inline-block;
  height: 27px;
  line-height: 23px;
  text-align: center;
  width: 27px;
  border: none;
}
/*New board style*/

#forum_content .b-stats {
  background: #1b1d29 none repeat scroll 0 0;
  padding-left: 15px;
  padding-right: 15px;
}
.st-board .b-header {
  background: rgba(0, 0, 0, 0.14) none repeat scroll 0 0;
  margin-top: -42px;
  padding-top: 12px;
  position: relative;
  text-align: left;
  padding-bottom: 1px;
}
.st-board .b-header h3 a,
.st-board .b-header h3 {
  color: #f5f5f5;
  font-size: 15px;
}
.st-board .image-board {
  background-color: #b50404;
  background-repeat: none;
  background-position: center center;
  background-size: cover;
  min-height: 120px;
}
.st-board .image-board .defaultcover {
  background-repeat: repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .st-board .image-board {
    min-height: 100px;
  }
}
/* To Top*/
#toTop {
  position: fixed;
  bottom: 50px;
  right: 10px;
  cursor: pointer;
  display: none;
}
/* Dark mode 
    B1 #171a24 
    B2 #1b1d29 
    C1 #7b7f96
    */
body.dark,
html.dark,
.dark #footer_section > .bottom,
.dark .form-control,
.dark .custom-select,
.dark .control:hover input ~ .control__indicator,
.dark .control input:focus ~ .control__indicator,
.dark textarea,
.dark hr,
.dark .hrcolor,
.dark .lv-header,
.dark .lv-footer,
.dark .bottom_style_im .profile li,
.dark .im_icons li,
.dark .quickbottombtn ul li a,
.dark div#smileyBox_message,
.dark div#bbcBox_message,
.dark textarea.editor,
.dark .listview a.lv-item:hover,
.dark .listview a.lv-item.new:hover,
.dark blockquote.bbc_standard_quote,
.dark code.bbc_code,
.dark .listview a.lv-item.new {
  background: #171a24;
}

.dark #sidelastp,
.dark .st-board,
.dark .panel-ts,
.dark #footer_section > .upper,
.dark .dropdown-menu,
.dark .windowbg2,
.dark #preview_body,
.dark .windowbg,
.dark .roundframe,
.dark .wysibb,
.dark .theme-settings,
.dark .poster,
.dark .bottom_style_im,
.dark .description,
.dark .description_board,
.dark .plainbox,
.dark .alert-topic,
.dark .alert-minimalist,
.dark .select select,
.dark #bbcBox_message div img:hover,
.dark #smileyBox_message div img:hover,
.dark #sidebar_login .login_insider,
.dark .modal-content,
.dark .windowbg_st,
.dark #mlist .card,
.dark #mlist .card > .content,
.dark .box-p,
.dark .information,
.dark .b-news,
.dark blockquote.bbc_alternate_quote {
  background: #1b1d29;
}
.dark input.input_text[disabled] {
  background-color: #2d303a;
}
.dark .info a,
.dark .new_bar h3 a,
.dark .panel-ts h4,
body.dark,
.dark a:link,
.dark a:visited,
.dark
  #sidelastp
  > .s-post
  > .sp-content
  > .sp-body
  > .user-link
  > .user-lp
  > .ellipsis
  a,
.dark #sidelastp > .s-post > .sp-content > .sp-body > .user-link a,
.dark .board-description,
body.dark,
.dark td,
.dark th,
.dark tr,
.dark .form-control,
.dark .custom-select,
.dark textarea,
.dark #footer_section,
.dark #footer_section > .bottom ul li a,
.dark #footer_section > .upper ul li a,
.dark .breadcrumb > li > a.home-color,
.dark .lv-header,
.dark .dropdown-menu,
.dark .alert-topic,
.dark .alert-topic h3,
.dark .display-info li,
.dark .alert-minimalist,
.dark .round.fvicons,
.dark .select select,
.dark .b-news li,
.dark blockquote.bbc_standard_quote,
.dark blockquote.bbc_alternate_quote {
  color: #7b7f96;
}
.dark .new_cat,
.dark .dropdown-menu,
.dark table.table_grid td,
.dark .table_grid tr.catbg,
.dark .table_grid tr.titlebg,
.dark .form-control,
.dark .description,
.dark .description_board,
.dark .plainbox,
.dark .custom-select,
.dark #footer_section .footerdesc,
.dark .lv-header,
.dark .lv-footer,
.dark .poster ul li,
.dark .poster h4,
.dark .alert-minimalist,
.dark .table_frame .table_list td.icon,
.dark .table_frame .table_list td.info,
.dark .table_frame .table_list td.stats,
.dark #mlist .card,
.dark .box-p,
.dark .ul-profile > li,
.dark .information,
.dark code.bbc_code {
  border-color: #495057;
}

.dark .dropdown-menu,
.dark .control:hover input ~ .control__indicator,
.dark .control input:focus ~ .control__indicator,
.dark div#smileyBox_message,
.dark div#bbcBox_message,
.dark textarea.editor,
.dark div#smileyBox_message,
.dark #bbcBox_message,
.dark blockquote.bbc_standard_quote,
.dark blockquote.bbc_alternate_quote {
  border-color: #1b1d29;
}
.dark .dropdown-menu.dropdown-menu-lg {
  border-color: #171a24 !important;
}
/* wysibb */
.dark
  .wysibb
  .wysibb-toolbar
  .wysibb-toolbar-container
  .wysibb-toolbar-btn:hover,
.dark .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on,
.dark
  .wysibb
  .wysibb-toolbar
  .wysibb-toolbar-container
  .wysibb-toolbar-btn.on:hover,
.dark
  .wysibb
  .wysibb-toolbar
  .wysibb-toolbar-container
  .wysibb-toolbar-btn:active {
  background: #171a24;
}
.dark .wysibb-texarea:disabled {
  background: #2c2f39;
}
.dark
  .wysibb
  .wysibb-toolbar
  .wysibb-toolbar-container
  .wysibb-toolbar-btn
  .fonticon,
.dark
  .wysibb
  .wysibb-toolbar
  .wysibb-toolbar-container
  .wysibb-toolbar-btn.on
  .fonticon,
.dark
  .wysibb
  .wysibb-toolbar
  .wysibb-toolbar-container
  .wysibb-toolbar-btn:hover
  .fonticon {
  color: #7b7f96;
}
.dark .wysibb .wysibb-toolbar,
.dark .wysibb .wysibb-toolbar .wysibb-toolbar-container,
.dark .wysibb,
.dark .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on,
.dark
  .wysibb
  .wysibb-toolbar
  .wysibb-toolbar-container
  .wysibb-toolbar-btn.on:hover,
.dark
  .wysibb
  .wysibb-toolbar
  .wysibb-toolbar-container
  .wysibb-toolbar-btn:active {
  border-color: #181a26;
}
.dark
  .wysibb
  .wysibb-toolbar
  .wysibb-toolbar-container
  .wysibb-toolbar-btn
  .fonticon {
  text-shadow: 0 1px 0 #000;
}
.dark .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on,
.dark
  .wysibb
  .wysibb-toolbar
  .wysibb-toolbar-container
  .dark
  .wysibb-toolbar-btn.on:hover,
.dark
  .wysibb
  .wysibb-toolbar
  .wysibb-toolbar-container
  .wysibb-toolbar-btn:active {
  box-shadow: 0 0 3px #181a26 inset;
}
.dark .wysibb-texarea:disabled {
  background-color: #2c2f39;
}

.hide-web {
  display: none;
}

.admintxt {
  color: #c58f22;
  font-weight: bolder;
}

.moderatortxt {
  color: #dc4405;
  font-weight: bolder;
}

.membertxt {
  color: #38610b;
  font-weight: bolder;
}

/* Upload */
#fileuploader {
  margin-top: 10px;
}
.ajax-file-upload-statusbar {
  border: 1px solid #0ba1b5;
  margin-top: 10px;
  width: 420px;
  margin-right: 10px;
  margin: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 5px 5px 15px;
}

.ajax-file-upload-filename {
  width: 300px;
  height: auto;
  margin: 0 5px 5px 0px;
}

.ajax-file-upload-filesize {
  width: 50px;
  height: auto;
  margin: 0 5px 5px 0px;
  display: inline-block;
  vertical-align: middle;
}
.ajax-file-upload-progress {
  margin: 5px 10px 5px 0px;
  position: relative;
  width: 250px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
}
.ajax-file-upload-bar {
  background-color: #0ba1b5;
  width: 0;
  height: 20px;
  border-radius: 3px;
  color: #ffffff;
}
.ajax-file-upload-percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}
.ajax-file-upload-red {
  -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
  -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
  box-shadow: inset 0 39px 0 -24px #e67a73;
  background-color: #e4685d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #b23e35;
  cursor: pointer;
  vertical-align: top;
  margin: 5px 10px 5px 0px;
}
.ajax-file-upload-green {
  background-color: #77b55a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 0 #5b8a3c;
  vertical-align: top;
  margin: 5px 10px 5px 0px;
}
.ajax-file-upload {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  cursor: pointer;
  line-height: 20px;
  height: 25px;
  margin: 0 10px 10px 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #e8e8e8;
  -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
  box-shadow: 0 2px 0 0 #e8e8e8;
  padding: 6px 10px 4px 10px;
  color: #fff;
  background: #2f8ab9;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #13648d;
  -webkit-box-shadow: 0 2px 0 0 #13648d;
  box-shadow: 0 2px 0 0 #13648d;
  vertical-align: middle;
}

.ajax-file-upload:hover {
  background: #3396c9;
  -moz-box-shadow: 0 2px 0 0 #15719f;
  -webkit-box-shadow: 0 2px 0 0 #15719f;
  box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop {
  border: 2px dotted #a5a5c7;
  width: 100%;
  color: #dadce3;
  text-align: left;
  vertical-align: middle;
  padding: 10px 10px 0px 10px;
}

.state-hover {
  border: 2px solid #a5a5c7;
}
.ajax-file-upload-container {
  margin: 20px 0px 20px 0px;
}

.hiddenMsg {
  display: none;
}

#uploadMessages {
  margin-top: 10px;
  font-weight: bolder;
}

#become-member {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000 url(../images/theme/carbonfiberbg.png) top center repeat-y;
}

#become-member a{
    color: #ffffff;
}

#become-member > .btn{
  color: #ffffff !important;
}

.rscPage .btn{
  color: #ffffff !important;
}

#becomeMember .select {
  width: 100% !important;
  max-width: 100% !important;
}

.form-check-label {
  margin-bottom: 18px !important;
}

#member-inscription .select {
  width: 100%;
  max-width: 100%;
}

.colorized-row{
  background-color: #e9e9e9;
}