/*//////////////////////////////////////////////////////////////////
[ GENERAL ]*/

body {
    word-wrap: break-word;
    margin: 0;
    font-size: 12px;
    color: #757575;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

html {
	line-height: 1.15;
	overflow-y: scroll;
	background-color: #f9f9fc;
	background-image: url(../../../images/chromax/BG.png);
	background-size: auto;
	background-repeat: repeat;
	background-position: center center;
}

body, html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body, html, input, button, select, texterea {
    font-family: Poppins;
}

/* Customize website's scrollbar like Mac OS - not supported in Firefox, IE or Edge */
/* Total width of scrollbar */
::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}
/* Background of the scrollbar except arrow button or resizer */
::-webkit-scrollbar-track {
    background-color: #fff;
}
::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}
/* Scrollbar */
::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
}
/* Arrow button (top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
	display: none;
}

*:not(.sceditor-button),*::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #777777;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-decoration: none;
}

a:hover,
a:active {
	color: #14a2d7;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: Poppins;
    font-weight: normal;
    line-height: 1.2;
}

p {
	margin: 0 0 10px 0;
}

ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl, dl * {
	margin: 0;
	padding: 0;
}

img.middle {
	vertical-align: middle;
}


/*//////////////////////////////////////////////////////////////////
[ MAIN CSS ]*/

#content {
    padding: 0 0 20px 0;
    margin: 0;
}

.header {
    height: 86px;
    background: #2b373a;
}

.wrap {
    width: 85%;
    padding: 0 15px;
    margin: auto;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 86px;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-begin;
    align-content: flex-begin;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    position: relative;
}

.logo img {
    max-width: 100%;
    height: auto;
    max-height: 65px;
}

.welcome_panel_member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.member_button {
    display: none;
    height: auto;
    width: 40px;
    background: rgba(0, 0, 0, 0.43) !important;
    border: 0;
    font-size: 1.2rem;
    box-shadow: none;
    color: #fff;
}

.menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0.25rem;
}

.menu-icon {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.menu-icon i {
    color: #fff;
    font-size: .85rem;
}

.menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
}

.menu-item > i {
    color: #fff;
}

#member_setting {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-welcome {
    font-weight: 400;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    padding-right: 15px;
}

.menu-avatar {
    -ms-flex-item-align: center;
    align-self: center;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
}

.menu-avatar:before {
    content: "";
    width: 54px;
    height: 54px;
    display: block;
    background: linear-gradient(to right, #10f8c0 0%, #1cbff7 100%);
    position: absolute;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}

.menu-avatar img {
    width: 50px;
    height: 50px;
    position: relative;
    border: 3px solid #2b373a;
    background: #2b373a;
    border-radius: 100px;
}

.menu-avatar > span::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -3px;
    color: #fff;
    font-size: 9px;
    top: 19px;
    z-index: 2;
}

.menu-avatar:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 16px;
    background: #1cc1f5;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 3px solid #2b373a;
}

#member_setting_popup {
    width: 360px;
}

.user_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 18px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    border-bottom: 1px solid #ebedf2;
    margin-top: -20px;
}

.user_card_avatar img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    position: relative;
    border: 3px solid #fff;
}

.user_card_avatar:before {
    content: "";
    width: 64px;
    height: 64px;
    display: block;
    background: linear-gradient(to right, #10f8c0 0%, #1cbff7 100%);
    position: absolute;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}

.user_card_avatar {
    position: relative;
}

.user_card_username {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #6c7293;
    font-size: 1rem;
    font-weight: 500;
    padding-left: 1rem;
}

.user_card_pm {
    padding-left: 0.5rem;
}

.user_card_pm > span {
    padding: 0.5rem 1rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    background-color: #0db3d4;
    border-color: #0cb2d4;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}

.user_setting_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.user_setting_links_left, .user_setting_links_right {
    flex: 1;
}

.user_setting_links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.55rem .85rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    font-size: 12px;
}

.user_setting_links a > i {
    font-size: 15px;
    color: #0db3d4;
    margin-right: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#1cbff7), to(#10f8c0));
    background: linear-gradient(#1cbff7, #10f8c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.user_setting_links a:hover {
    background-color: #f7f8fa;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.welcome_panel_guest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 86px;
}

.welcome_panel_guest > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.welcome_panel_guest > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0.5rem;
}

.welcome_panel_guest > ul > li > a {
    transition: all 0.3s ease;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none !important;
    text-decoration: none;
    padding: .5rem 1.4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.44);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.welcome_panel_guest > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.31);
}

.nav-bar {
    height: 65px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(208, 206, 208);
    box-shadow: 0px 1px 2px 0px rgb(208, 206, 208);
}

ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

ul.menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

ul.menu > li > a {
    transition: all 0.3s ease;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none !important;
    text-decoration: none;
    border-radius: 4px;
    padding: .85rem 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #757575;
    font-weight: 500;
}

ul.menu > li > a > i {
    margin-right: .35rem;
}

.mobile_button {
    display: none;
    width: 100%;
    height: 65px;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    text-align: left;
    font-size: 1rem;
    text-transform: uppercase;
}

.mobile_button > i {
    float: right;
    font-size: 20px;
    margin-top: 3px;
}

.menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 65px;
}

ul.menu > li > a:hover {
    background: #edfbf8;
    color: #4ddab7;
}

.extra_menu {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
}

.extra_menu a {
    padding: .85rem 1rem;
    border-radius: 4px;
}

.right_menu {
    display: flex;
}

.extra_menu a:hover {
    background: #edfbf8;
    color: #4ddab7;
}

.navigation, .footer-contact-links {
    height: 90px;
    background-color: #1595de;
    background-image: url(../../../images/chromax/navigation.png), linear-gradient(to right, #1595de 0%, #00dbdd 100%);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center center;
    box-shadow: 0px 0px 1px rgba(96, 142, 146, .75);
}

.footer-contact-links-container:before, 
.footer-contact-links-container:after {
    content: "";
    position: absolute;
    left: 18px;
    width: 32px;
    top: 50%;
    height: 30px;
    background-image: url(../../../images/chromax/users.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50% , -50%);
}

.footer-contact-links-container:after {
    left: auto;
    right: -13px;
}

.navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.navigation .navigation-title {
    color: #eff5f5;
    font-size: 18px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.10);
}

#navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#navigation a {
    color: #eff5f5;
    font-weight: 600;
    padding: 0px 0px 0px 0.65rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 12px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.10);
}

#navigation .sep {
    display: inline-block;
    margin: 2px 0px 2px 9px;
    color: #eff5f5;
    font-weight: 400;
}


/** FOOTER **/
.footer-contact-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    height: 90px;
    position: relative;
}

.footer-contact-links-container > li {
    flex: 1;
    text-align: center;
    line-height: 22px;
}

.footer-contact-links-container > li em {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.30);
}

ul.footer-contact-links-container li span {
    display: block;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.30);
}

.footer {
    background: #2b373a;
    position: relative;
}

.footer-top {
    padding: 25px 0;
    position: relative;
}

.footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.footer-col1, .footer-col2, .footer-col3 {
    padding-right: 45px;
    padding-left: 10px;
}

.footer-col1 {
    padding-left: 0;
}

.footer-col1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
}

.footer-col2, .footer-col3, .footer-col4 {
    width: 20%;
}


.footer-col2 i, .footer-col3 i , .footer-col4 i {
    margin-right: 0.25rem;
    color: #4ddab7;
}

.footer-stats i {
    color: #eff5f5;
}

.foter-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.foter-title img {
    max-width: 100%;
    height: auto;
    max-height: 65px;
}

.footer-nav {
    display: block;
    color: #eff5f5;
    font-size: 12px;
    padding-bottom: 0.4rem;
}

.footer-nav li {
    margin-bottom: 0.5rem;
    display: block;
}

.footer-nav a {
    font-size: 12px;
    font-weight: 300;
    color: #eff5f5;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline;
    position: relative;
}

.footer-col1 > p {
    color: #eff5f5;
    display: block;
    font-size: 11px;
    padding-bottom: 0.4rem;
}

.footer-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
}

.footer-social-media > a {
    margin-left: .85rem;
    margin-right: 0.5rem;
    display: block;
    color: #eff5f5;
}

.footer-stats li, .footer-contact li {
    margin-bottom: 0.2rem;
    display: block;
    color: #eff5f5;
    font-weight: 300;
    font-size: 12px;
}

.footer-stats li > span {
    color: #4ddab7;
    font-weight: 500;
}

.footer-nav a:hover i {
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.35s;
    animation-name: icon-pop;
}

.footer-social-media > a:hover {
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.6s;
    animation-name: ring;
}

.footer-stats {
    margin-bottom: 25px;
}

.footer-bottom {
    background: #21282a;
    padding: 15px 0;
}

.footer-bottom .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.copyright {
    margin: 0;
    padding: 0 1.25rem 0 0rem;
    font-size: 12px;
    font-weight: 400;
    color: #eff5f5;
}

.footer_separator {
    font-weight: 500;
    margin: 0 .15rem 0 .25rem;
}

.crafted {
    font-size: 12px;
    font-weight: 400;
    color: #eff5f5;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.copyright a,
.crafted a {
    color: #fff;
    font-weight: 600;
}

.foter-title em {
    font-style: normal;
    color: #4ddab7;
}

.forum-info-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.forum-info-box-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    border-left: 0;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
    position: relative;
	transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.forum-info-box-col:hover {
   -webkit-transform: translateY(-.5rem);
   transform: translateY(-.5rem);
}


.forum-info-box-icon {
    width: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px 0 0 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    height: 100%;
    position: absolute;
}

.forum-info-box-col:last-child {
    margin-right: 0;
}

.forum-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.forum-info-box-text {
    padding: 10px;
    margin-left: 66px;
}

.forum-info-box-text > h3 {
    font-size: 12px;
    color: #757575;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
}

.forum-info-box-text > p {
    margin: 0;
    color: #8e8e8e;
    font-size: 11px;
    display: block;
}

.forum-info-box-text > span {
    margin: 2px 0 0 0;
    color: #8e8e8e;
    font-size: 11px;
    display: block;
}

.forum-info-box-col:nth-child(1) .forum-info-box-icon {
    background: #00d7b3;
}

.forum-info-box-col:nth-child(2) .forum-info-box-icon {
    background: #1cbdf9;
}

.forum-info-box-col:nth-child(3) .forum-info-box-icon {
    background: #ea2e68;
}

.forum-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(to right, #1796d6 0%, #0ad1d9 100%);
    border-top: #f4f3f3 solid 1px;
    border-radius: 4px 4px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.forum-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 44px;
}

.forum-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
}

.forum-stats {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    text-align: center;
    background: rgba(0, 0, 0, 0.10);
    height: 44px;
    line-height: 44px;
}

.forum-lastpost {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

.forum-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #eff5f5;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.forum-thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    flex: 1;
    padding: 10px 10px 10px 90px;
    justify-content: space-between;
    align-items: center;
    max-height: 36px;
}

.thead_desc {
    float: right;
    justify-content: flex-end;
    display: flex;
    text-align: right;
    font-size: 11px;
    color: #919191;
}

.forum-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.forumbit_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-bottom: #f4f3f3 1px solid;
    background: #fff;
    align-items: center;
}

.forumbit_icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    padding: 10px;
    border-right: #f4f3f3 1px solid;
}

.forum_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.forumbit_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

.forumbit_stats {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    padding: 10px;
    border-left: #f4f3f3 1px solid;
    border-right: #f4f3f3 1px solid;
    position: relative;
}

.forumbit_last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    padding: 10px;
}

.forumbit_lastpost_avatar {
    position: relative;
    z-index: 1;
    margin-right: .75rem;
    width: 36px;
    height: 36px;
}

span.forumbit_lastpost {
    display: flex;
    align-items: center;
}

.forumbit_lastpost_avatar img {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.22);
}


.forumbit_lastpost a {
    color: #1797d6;
}

.forumbit_lastpost time {
    color: #b3b3b3;
	display:block
}

.forumbit_lastpost_never {
    text-align: center;
	flex:1;
}

#quick_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 34px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: linear-gradient(to right, #1796d6 0%, #0ad1d9 100%);
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 4px 4px;
    margin-bottom: 20px;
}

#quick_links > a {
    padding: 0 .85rem;
    color: #fff;
}

.forum_title {
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin-right: 0.75rem;
}

.forum_rss {
    margin-left: 0.25rem;
    font-size: 10px;
    color: #777 !important;
}

.forum_rss:hover {
    color: #FFC107 !important;
}

.forum_title a {
    color: #1797d6;
}

.forum_title a:hover {
    color: #757575;
}

.forum_desc {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    color: #757575;
}

.subforums {
    margin-top: 5px;
}

.sub_forums_col {
    display: inline-block;
    float: left;
    margin-right: 24px;
}

.forumbit_stats ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: center;
}

.forumbit_stats ul:before {
    content: "";
    background-image: url(../../../images/chromax/heart.png);
    width: 11px;
    height: 9px;
    position: absolute;
    transform: translate(-50% , -50%);
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.forumbit_stats ul li b {
    display: block;
    color: #1796d6;
    font-size: 12px;
}

.forumbit_stats ul li {
    color: #757575;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
    flex: 1;
}


/*** SEARCH **/
.search_menu {
    width: 200px;
    padding: 0;
    margin-left: 0.85rem;
    color: #fff;
}

.search_menu form {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    position: relative;
    padding: 0rem 0.25rem;
    height: 46px;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5f5f5f;
    background: #f4f4f4;
}

.search_menu form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #5f5f5f;
    width: 45px !important;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    padding: 0;
    background: transparent;
    fill: currentcolor;
    line-height: 0;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#777));
    background: linear-gradient(#777, #777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.search_menu form input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    border: none;
    color: rgba(95, 95, 95, 0.50) !important;
    border-radius: 4px;
    height: 45px;
    padding-left: 8px;
    padding-right: 8px;
    background: 0 0;
    padding-right: 40px;
    font-style: italic;
    font-size: 11px;
}


/** board stats **/
.boardstats-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.forum-thead2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    flex: 1;
    padding: 10px;
    background-image: linear-gradient(to right, #1796d6 0%, #0ad1d9 100%);
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.row {
    padding: 10px;
    background: #fff;
}

.stats {
    padding: 2px 2px;
    background: #fff;
    border-top: 1px solid #eff5f5;
    border-bottom: 1px solid #eff5f5;
}

.stats ul {
    background: #eff5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 65px;
    height: auto;
    border-radius: 3px;
    overflow: hidden;
}

.stats ul li {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.stats ul li span {
    display: block;
    color: #6aa7c7;
    font-size: 16px;
    font-weight: 500;
}

.stats ul li em {
    display: block;
    color: #8d8c8c;
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
}

.stats ul li .stats_icon {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    font-size: 25px;
    transition: all .5s;
}

.stats ul li .stats_icon:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    background-image: url(../../../images/chromax/stats_icons.png);
    background-repeat: no-repeat;
    width: 33px;
    height: 32px;
    transform: rotate(-45deg);
}

.stats ul li .stats_icon.posts:before {
    background-position: 4px 0px;
}

.stats ul li .stats_icon.users:before {
    background-position: -52px 0px;
}

.stats ul li .stats_icon.mostonline:before {
    background-position: -109px 0px;
}

.stats ul li .stats_icon.newmember:before {
    background-position: -156px 0px;
}

.stats ul li i {
    color: #6aa7c7;
    transform: rotate(-45deg);
    position: relative;
    left: 0px;
    top: 9px;
}

.stats ul li .stats_icon:hover {
    transform: translate(-50%, -50%) skewY(165deg)  rotate(45deg);
}

.boardstats-links > a {
    margin: 0 5px;
    font-weight: 500;
    color: #757575;
}

.boardstats-links {
    color: #757575;
    font-weight: 500;
}


/** welcome message **/
.welcome_message {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.32);
    background-color: #ffffff;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 19rem;
    z-index: 999;
    animation: floating_message 6s infinite;
    color: #757575;
}

.welcome_close {
    position: absolute;
    right: 16px;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    top: 8px;
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 600;
}

.welcome_message:before {
    content: "";
    background-image: url(../../../images/chromax/welcome_icon.png);
    width: 76px;
    height: 76px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50% , -50%);
}

.welcome_register_btn {
    width: 100%;
    text-align: center;
    display: block;
    background: #2b373a;
    padding: 6px;
    border-radius: .25rem;
    color: #f4f8f8 !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.welcome_register_btn:hover {
    background: #21282a;
}
.welcome_message > p {
    margin: 0 0 15px 0;
    font-size: 12px;
    font-weight: 400;
    color: #757575;
    text-align: justify;
}

@keyframes floating_message {
    0%{transform:translateY(0)
    }
    40%{transform:translateY(-8%)
    }
}	

@-webkit-keyframes floating_message {
    0%{transform:translateY(0)
    }
    40%{transform:translateY(-8%)
    }
}	

.welcome_message h3 {
    text-align: center;
    display: block;
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
}

.welcome_register_btn span {
    color: #4ddab7;
}


/** POSTBIT **/
#posts {
    clear: both;
    padding: 1px 0;
}

.postbit {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 20px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-direction: column;
    clear: both;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.postbit_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.postbit_user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-box-flex: 0;
    flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex-direction: column;
    background: #fff;
    border-bottom-left-radius: 4px;
}

.postbit_content {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    background: #fff;
    padding: 0 15px 10px 15px;
    border-left: #eff5f5 1px solid;
    border-bottom-right-radius: 4px;
}

.postbit_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    padding: 10px 12px;
    border-radius: 4px 4px 0 0;
    background: #000;
    color: #ffffff;
    background-color: rgb(12, 197, 216);
    background-image: linear-gradient(to right, #1796d6 0%, #0ad1d9 100%);
}

.postbit_head_subject {
    font-weight: 500;
}

.postbit_contact_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    width: 97%;
    background: #eff5f5;
    padding: 8px;
    margin: 3px;
    border-bottom-left-radius: 4px;
}

.postbit_author {
    width: 100%;
    text-align: center;
}

.postbit_username {
    padding: 0 8px;
    background: #eff5f5;
    margin-bottom: 15px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.postbit_avatar {
    position: relative;
    margin-bottom: 15px;
}

.postbit_status {
    position: absolute;
    right: 54px;
    bottom: 17px;
}

.postbit_online, .postbit_offline, .postbit_away {
    width: 20px;
    height: 20px;
    background: #2ed85a;
    border-radius: 100px;
    display: block;
    border: 4px solid #eff5f5;
}

.postbit_offline {
    background: #2ed85a;
}

.postbit_away {
    background: #d8cb2e;
}

.postbit_rank {
    position: relative;
}

.postbit_extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.postbit_usertitle {
    background: #eff5f5;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    margin-right: 1px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #757575;
    font-weight: 500;
}

.postbit_star {
    background: #eff5f5;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    margin-left: 1px;
    height: 35px;
    font-size: 12px;
    color: #757575;
    display: flex;
    justify-content: center;
    align-items: center;
}

.postbit_statistics {
    margin: 15px 0 10px 0;
    text-align: left;
}

.postbit_content_head {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 11px;
    padding: 0 0 0 15px;
    background: #eff5f5;
    margin-bottom: 15px;
    height: 35px;
    line-height: 35px;
}

.post_body {
    color: #757575;
    font-size: 13px;
    line-height: 1.15;
}

.postbit_date, .postbit_date a[href] {
    color: #14a2d7;
    font-weight: 500;
}

.postbit_avatar img {
    width: 172px;
    height: 172px;
    border-radius: 100px;
    border: 5px solid #eff5f5;
    box-shadow: inset 0 0 15px 0px rgba(0, 0, 0, 0.52);
    display: -webkit-inline-box;
}

.postbit_content a {
    color: #1abc9c;
}

.postbit_content a:hover {
    text-decoration: underline;
}

.signature {
    background: #eff5f5;
    border: 1px solid #eaecef;
    padding: 15px;
    border-radius: 4px;
    margin: 10px 0 0 0;
}

.postbit_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 14px;
}

.postbit_postbuttons > a {
    background: #40494b;
    padding: 4px 14px;
    font-size: 11px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    outline: none;
    display: inline-block;
    font-weight: 500;
}

.postbit_postbuttons > a:hover {
    background: #4ddab7;
    text-decoration: none;
}

.postbit_postbuttons > a.top {
    text-transform: uppercase;
    font-size: 10px;
}

.postbit_attachments {
    padding: 0;
    background: #eff5f5;
    border: 1px solid #eaecef;
    width: 100%;
    margin: 10px 0;
    box-shadow: 0 2px 2px 0px #fbfbfb;
}

.postbit_attachments_title th {
    background: #f9f9f9;
    padding: 7px 5px;
    color: #9b9b9b;
    font-weight: 500;
}

.postbit_attachments_row th {
	padding: 7px 5px;
	font-weight: 400;
}

.postbit_posturl {
    float: right;
    background: #0ad0d9;
    padding: 0 10px;
    color: #fff;
    font-size: 11px;
}

.postbit_posturl a {
    color: #fff;
}

.postbit_warn {
    background: #40494b;
    padding: 0 10px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.postbit_statistics > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    padding: .25rem 1rem;
}

.postbit_statistics > dl dt {
    color: #4ddab7;
    font-weight: 600;
    font-size: 12px;
}

.postbit_statistics > dl dd {
    text-transform: uppercase;
    color: #757575;
    font-weight: 400;
    font-size: 10px;
}

.postbit_statistics > dl dt i {
    padding-right: .5rem;
    color: #757575;
}

.postbit_head_right {color: #ffffff;font-weight: bold;font-size: 12px;}

.postbit_head_right b {
    color: #40494b;
}

#posts .postbit:nth-child(3) .postbit_head_right {
    display: none;
}

.postbit_reputation_add {
    display: block;
    margin: 10px 0;
    color: #757575 !important;
}


/** showthread **/
.showthread_info {
    background: #fff;
    border: 1px solid #ebebeb;
    border-left: 4px solid #4ddab7;
    padding: 12px 10px 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    clear: both;
    margin-bottom: 10px;
}

.showthread_info_left > span {
    padding: 0 0.85rem 0 0;
    font-weight: 500;
    color: #757575;
}

.showthread_info_left > span:before {
    background: #4ddab7;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    margin: 0 7px 0 0;
}

.showthread_info_right > a {
    display: inline-block;
    font-size: 13px;
    color: #0fd2dc;
    margin-left: 7px;
}

.showthread_buttons {
    display: block;
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}

.showthread_rate {
    position: relative;
    float: right;
    width: 100%;
    height: 0;
}

.ratethread {
    position: absolute;
    top: 30px;
    right: 5px;
    color: #eff5f5;
    z-index: 1;
}


/** FORUMDISPLAY **/
.frmdisplay_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(to right, #1796d6 0%, #0ad1d9 100%);
    border-top: #f4f3f3 solid 1px;
    border-radius: 4px 4px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.frmdisplay_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    clear: both;
    padding: 10px 0;
}

.frmdisplay_head span:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
}

.frmdisplay_head span:nth-child(2), .frmdisplay_head span:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

.frmdisplay_head span:nth-child(2) {
    background: rgba(0, 0, 0, 0.10);
}

.frmdisplay_head a[href] {
    color: #fff !important;
}

.frmdisplay_box {
    background: #fff;
    border: #f4f3f3 1px solid;
    border-top: none;
    width: 100%;
    padding: 10px;
    display: none;
}

.frmdisplay_box.active {
    display: block;
}

#forum_mores form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#forum_mores form:first-child select {
    margin: 0 1rem 0 0;
}

#forum_mores form select {
    flex: 1;
    margin: 0 1rem;
}

.search_forum {
    color: #757575;
    padding: 0;
}

.search_forum form {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    position: relative;
    padding: 0rem 0.25rem;
    height: 46px;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5f5f5f;
    background: #ffffff;
}

.search_forum form input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 4px;
    height: 45px;
    padding-left: 8px;
    padding-right: 8px;
    background: 0 0;
    padding-right: 40px;
    font-style: italic;
}

.search_forum form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    width: 45px !important;
    font-size: .85rem;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    padding: 0;
    background: #0cafc2;
    fill: currentcolor;
    line-height: 0;
    box-shadow: none;
    margin-right: -1px;
}

.frmdisplay_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eff5f5;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    color: #777777;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 0px 10px 90px;
}

.frmdisplay_cat span:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.frmdisplay_cat span:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    text-align: center;
    padding: 0 10px;
}

.frmdisplay_cat span:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 180px;
    text-align: center;
    padding: 0 10px;
}

.frmdisplay_cat span:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    padding: 0 10px;
}

.frmdisplay_row {
    background: #fff;
    border: #f4f3f3 1px solid;
    border-top: none;
    width: 100%;
    padding: 10px;
    font-size: 12px;
}

.fthread_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-bottom: #f4f3f3 1px solid;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fthread_icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    padding: 0 10px;
    position: relative;
    text-align: center;
}

.fthread_last_avatar {
    width: 54px;
    height: 54px;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    border-radius: 100%;
    -moz-border-radius: 100%;
    transition: all .5s;
    line-height: normal;
    max-width: none;
    vertical-align: middle;
    background: #ffffff url(../../../images/default_avatar.png) no-repeat center;
    background-size: cover;
    position: relative;
    top: -1px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    box-sizing: border-box;
    background-clip: padding-box;
}

.fthread_last_avatar img {
    border-radius: 100%;
    width: 62px;
    height: 62px;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    position: relative;
}

.fthread_status {
    position: absolute;
    right: 16px;
    bottom: 4px;
    background-color: #fff;
    padding: 2px;
    border-radius: 2px;
}

.fthread_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-left: #f4f3f3 1px solid;
}

.fthread_subject {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

.fthread_icons {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: flex-end;
    display: flex;
}

.fthread_icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
}

.fthread_icons ul li:first-child > * {margin-left: 0.5rem;}

.fthread_stats {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    padding: 10px;
    border-left: #f4f3f3 1px solid;
    border-right: #f4f3f3 1px solid;
    position: relative;
}

.fthread_stats ul:before {
    content: "";
    background-image: url(../../../images/chromax/heart.png);
    width: 11px;
    height: 9px;
    position: absolute;
    transform: translate(-50% , -50%);
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.fthread_stats ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: center;
}

.fthread_stats ul li {
    color: #757575;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
    flex: 1;
}

.fthread_stats ul li b, .fthread_stats ul li b a {
    display: block;
    color: #1796d6;
    font-size: 12px;
}

.fthread_lastpost {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 180px;
    padding: 10px;
    text-align: right;
}

.fthread_checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    padding: 0 10px;
}

.user_browsing {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 12px 10px 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    clear: both;
    margin: 10px 0;
    border-radius: 4px;
}

.user_browsing > span {
    margin-right: .25rem;
    font-weight: 500;
}


/*** PROFILE ***/
.member_back {
    background-size: auto;
    box-shadow: inset 0px 0px 20px 2px rgba(255, 255, 255, 0.26);
    height: 278px;
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.member_head {
    position: relative;
    float: left;
    width: 100%;
    height: 165px;
    background: url(../../../../../images/chromax/member_back.png);
    background-size: cover;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .30);
}

.member_profile_info {
    background: #ffffff;
    padding: 0 20px 0 200px;
    overflow: hidden;
    margin-top: -90px;
    vertical-align: middle;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row;
}

.member_share_button {
    padding: 15px 0 0 0 !important;
    overflow: hidden;
    height: 47px;
    max-height: 47px;
}

.member_share_button a.add_ignore_button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f4fa";
    font-weight: 900;
    margin-right: 4px;
}

.member_share_button a.report_user_button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f508";
    font-weight: 900;
    margin-right: 4px;
}

.member_share_button a.add_buddy_button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f234";
    font-weight: 900;
    margin-right: 4px;
}

.member_share_button a span {
    font-size: 0;
    display: none;
}

.member_profile_avatar img {width: 180px;height: 180px;border-radius: 100%;border: 5px solid #ffffff;box-shadow: inset 0 0 20px 2px white;}

.member_profile_info dl {
    float: left;
    margin-right: 40px;
    position: relative;
    z-index: 1;
    font-size: 12px;
    line-height: 22px;
    padding-left: 40px;
}

.member_profile_info dl dt {
    display: block;
    color: #44c7a6;
    font-weight: 600;
    font-size: 12px;
}

.member_profile_info dl dd {
    display: block;
    color: #777777;
    font-size: 12px;
}

a#options_link {
    padding: 15px;
    font-size: 15px;
    position: relative;
    top: 5px;
    right: -5px;
    color: #777777;
}

.member_profile_avatar {
    position: relative;
    left: auto;
    float: none;
}

.member_share_button a {
    padding: 7px 15px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    background: #0ad1d9;
}

.member_main {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.member_main_left {
    flex: 0 0 330px;
    margin-right: 14px;
    float: left;
}

.member_main_right {
    flex: 1;
    float: right;
}

.member_box {
    background: #ffffff;
    width: 100%;
    margin: auto auto;
    border: 1px solid #eeefef;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 5px;
    overflow: hidden;
    vertical-align: middle;
    font-size: 12px;
}

.member_referrals {
    height: 70px;
    background-color: rgb(38, 205, 205);
    text-align: center;
    padding: 14px;
    border-radius: 4px;
    background-image: url(../../../../../images/chromax/referans.png);
    background-repeat: no-repeat;
    background-position: 22px 15px;
}

.member_referrals h2,
.member_warninglevel h2,
.member_reputation h2 {
    color: #fff;
    font-size: 12px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: 500;
}

.member_referrals p,
.member_warninglevel p,
.member_reputation p {text-transform: uppercase;color: #fff;font-weight: bold;font-size: 16px;}

.profile .normal_warning, .profile .reputation_neutral {
    color: #fff;
}

.member_reputation {
    height: 70px;
    background: #8ec976;
    text-align: center;
    padding: 14px;
    border-radius: 4px;
    background-image: url(../../../../../images/chromax/impreium.png);
    background-repeat: no-repeat;
    background-position: 17px 15px;
}

.member_warninglevel {
    height: 70px;
    background: #ca6262;
    text-align: center;
    padding: 14px;
    border-radius: 4px;
    background-image: url(../../../../../images/chromax/uyari.png);
    background-repeat: no-repeat;
    background-position: 22px 13px;
}

.member_warninglevel a, .member_reputation a {
    color: currentColor;
}

.member_box .tcat {
    background: linear-gradient(to right, #1496de 0%, #1496de 100%);
    border-radius: 5px;
    padding: 8px;
    border: 0;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.stats_box {
    width: 49.5%;
    float: left;
    background: #fff;
    border: 1px solid #eeefef;
    border-radius: 5px;
    padding: 10px;
    padding-left: 70px;
    font-size: 11px;
    position: relative;
    margin-top: 10px;
}

.stats_box.thread {
    float: left;
}

.stats_box.post {
    float: right;
}

.stats_box span.number {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.stats_box.thread:before {
    content: "";
    background-image: url(../../../../../images/chromax/profile_thread.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 8px;
}

.stats_box.post:before {
    content: "";
    background-image: url(../../../../../images/chromax/profile_post.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;
	position: absolute;
    left: 8px;
}

.member_box td {
    border: 0;
}

.profile_online {
    position: absolute;
    left: 128px;
    bottom: 5px;
    background: #6cc776;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 5px solid #ffffff;
    animation: onlinepulse 1.4s infinite;
}

.profile_offline {
    position: absolute;
    left: 128px;
    bottom: 5px;
    background: #de7575;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 5px solid #ffffff;
}

.stats_box p {
    padding-right: 50px;
}

.find_links {
    float: right;
    border-radius: 5px;
    background: #26cdcd;
    margin-top: -48px;
}

.find_links a {
    display: block;
    padding: 10px 16px;
    font-size: 26px;
    color: #fff;
}

.find_links:hover {
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.35s;
    animation-name: icon-pop;
}

.member_box td i {
    color: #26cdcd;
}

.member_box .trow1, .member_box .trow2 {
    background: #fff;
}

.member_box .signature {
    border: 1px solid #d1e4e5;
    background: #eef6f7;
}



body.profile #content {
    display: none;
}

.member_profile_username {
    position: relative;
    top: 70px;
    float: none;
    padding-left: 217px;
    color: #fff;
    font-size: 13px;
    z-index: 1;
}

.member_profile_info dl:before {
    content: "";
    background-image: url(../../../images/chromax/profile_icons.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 32px;
    display: inline-block;
    background-position: 3px 4px;
    position: absolute;
    left: 0;
    top: 6px;
}

.member_profile_info dl:nth-child(2):before {
    background-position: -33px 4px;
}

.member_profile_info dl:nth-child(3):before {
    background-position: -71px 4px;
}

.member_profile_info dl:nth-child(4):before {
    background-position: -115px 4px;
}
		

/** logÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±n modal **/
.login-modal {
    border-radius: 4px;
    -webkit-box-shadow: 0 7px 15px rgba(0,0,0,0.35);
    box-shadow: 0 7px 15px rgba(0,0,0,0.35);
    width: 375px;
    background-color: #fff;
    background-clip: padding-box;
    margin: auto;
}

.login_icon {
    text-align: center;
    border: 0;
    padding: 25px;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

.login_modal ul {
    background-color: #e7edf3;
    padding: 25px 30px;
    color: #667d99;
    border-radius: 0 0 4px 4px;
}

.login_modal ul li {
    margin-bottom: 12px;
    position: relative;
}

.login_modal ul li input.textbox {
    margin: 0 auto;
    text-align: center;
    height: 50px;
    padding: 15px 20px;
    font-size: 15px;
    background-color: #fff;
    color: #111;
    display: block;
    width: 100%;
    -webkit-transition: border-color .15s, background .15s;
    -o-transition: border-color .15s, background .15s;
    transition: border-color .15s, background .15s;
    -webkit-appearance: none;
    border-radius: 4px;
}

.login_modal ul li.button {
    border: 0;
    padding: 20px;
    text-align: center;
    color: #667d99;
    margin: 25px -30px -25px -30px;
    background: #fff;
    border-radius: 0 0 4px 4px;
}

.login_modal ul li.button input.button {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    outline: none;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: linear-gradient(to right, #1796d6 0%, #0ad1d9 100%);
    font-weight: 600;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 20px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.login_modal ul li.button input.button:hover {
    background: linear-gradient(to right, #168bc6 0%, #08b1b8 100%);
}

a.lost_password {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid #169cd6;
    border-radius: 100%;
    color: #169ad6!important;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    padding-left: 1px;
    position: absolute;
    top: 17px;
    right: 9px;
}

a.lost_password:hover {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}


.rep_button a {
    display: inline-block;
    position: relative;
    z-index: 100;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    padding: 3px;
}

.rep_button {
    display: block;
    margin: 0;
    overflow: hidden;
}

.rep_button a::before {
        content: '';
        z-index: -1;
        position: absolute;
        background: rgb(220, 72, 127);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        top: 0;
        left: 0;
        transform: scale(0);
        -webkit-ransform: scale(0);
}

.rep_button a::after {
    content: '';
    z-index: -1;
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.rep_button a.is-active:before {
    -webkit-animation: like-a 0.5s 0s forwards;
    -moz-animation: like-a 0.5s 0s forwards;
    animation: like-a 0.5s 0s forwards;
}

.rep_button a.is-active:after {
    -webkit-animation: like-a 0.3s 0.2s forwards;
    -moz-animation: like-a 0.3s 0.2s forwards;
    animation: like-a 0.3s 0.2s forwards;
}

@-webkit-keyframes like-a {
100% {
	-webkit-transform:scale(1.03);
	transform:scale(1.03);
	-moz-transform:scale(1.03);
} }
@-moz-keyframes like-a {
100% {
	-webkit-transform:scale(1.03);
	transform:scale(1.03);
	-moz-transform:scale(1.03);
} }
@keyframes like-a {
100% {
	-webkit-transform:scale(1.03);
	transform:scale(1.03);
	-moz-transform:scale(1.03);
} }


.rep_button a.is-active i {
    color: rgb(220, 72, 127);
}
		
.layout {
	display: flex;
	justify-content: space-between;
}

.layout_main {
	width: 75%;
	transition: width 500ms ease 0s;
}

.layout_sidebar {
	width: 24%;
	margin-bottom: 1.6%;
	transition: opacity .5s ease .5s, width .5s ease 0s, height .5s ease 0s; 
}

.layout_sidebar-inner {
	position: sticky;
	top: .5rem;
	z-index:0
}


.sidebar_ad, .sidebar_socials{
    border-radius:3px;
    border:1px solid #eeefef;
	margin-bottom:10px
}

.sidebar_ad_head, .sidebar_socials_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    border-radius: 3px 3px 0 0;
    background-color: #0ad1d9;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 44px;
    padding: 0 12px;
}

.sidebar_ad_content, .sidebar_socials_content{
    background:white;
    padding:.5rem
}

.sidebar_ad_placeholder{
    background: #eff5f5;
    min-height:10rem;
    color: #777;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.5rem;
    font-weight:500;
    user-select:none;
    border-radius:2px;
    border:1px solid #ededed;
}

.sidebar_social {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap:wrap
}

.sidebar_social > a.facebook {
    background: #336eb2;
}

.sidebar_social > a.twitter {
    background: #17c4ba;
}

.sidebar_social > a.reddit {
    background: #ff7e00;
}

.sidebar_social > a.pinterest {
    background: #ff3c3c;
}

.sidebar_social > a.whatsapp {
    background: #4da24b;
}

.sidebar_social > a.google-plus {
    background: #ff7e00;
}

.sidebar_social > a.tumblr {
    background: #475b83;
}

.sidebar_social > a.link {
    background: #919191;
}

.sidebar_social > a:hover {
    transform: scale(.8);
}

.sidebar_social > a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: #000;
    border-radius: 4px;
    margin: 5px;
}

.sidebar_time{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: .75rem
}
		
		
		