/*//////////////////////////////////////////////////////////////////
[ GENERAL ]*/

body {
	line-height: 1.5;
	word-wrap: break-word;
	margin: 0;
	font-size: 12px;
	color: #bfbfbf;
}

html {
	line-height: 1.15;
	overflow-y: scroll;
	background-color: #14191f;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 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: rgba(234, 188, 50, 0.3);
    width: 5px;
}

/* Scrollbar */
::-webkit-scrollbar-thumb {
    border-radius: 16px;
    border: 5px solid #b4932d;
}

/* Arrow button (top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
	display: none;
}

*:not(.sceditor-button) {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #a7aebf;
	-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: #fff;
	-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: inherit;
    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;
}

img, iframe {
	max-width: 100%;
}

strong, b {
	font-weight: 600
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.no_pad {
    padding: 0 !important;
}

.page_header {
    border: 1px solid #10151b;
    padding: 1.2em 1em 1.2em 5em;
    border-radius: .25rem;
    margin: .25rem 0 .85rem 0;
    background: #0d1116;
    background-image: url(../../../images/gamerx/page_bg.png);
    background-size: auto;
    background-position: 104% 80%;
    background-repeat: no-repeat;
    height: 110px;
    top: -24px;
    position: relative;
}

.page_header > h1 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a7aebf;
}

.page_header > p {
    margin: 0.25rem 0 0 0;
    font-size: 12px;
    color: #a7aebf;
    font-weight: 400;
}

.page_header:after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 1.5em;
    top: 1.2em;
    display: inline-block;
    background-image: url(../../../images/gamerx/page_icon.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.last_avatar {
    width: 55px;
    height: 55px;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    border-radius: 999em;
    -moz-border-radius: .25rem;
    transition: all .5s;
    line-height: normal;
    max-width: none;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0) url(../../../images/gamerx/default_avatar.png) no-repeat center;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    box-sizing: border-box;
    background-clip: padding-box;
    margin-right: 6px;
    margin-top: -1px;
    border: 4px solid #14191f;
}

.last_avatar img {
    width: 45px;
    height: 45px;
    border-radius: 999em;
}


.flex_block {
    border-radius: .25rem;
    background: #0d1116;
    border: 1px solid #141d28;
}

.flex_row {
    padding: .85em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_col_left {
    flex: 0 0 33.3333%;
    font-size: 11.5px;
    text-align: right;
    padding-right: 1em;
    font-weight: 500;
    white-space: normal;
    overflow: hidden;
}

.flex_col_right {
    flex: 1;
    padding-left: 1em;
    white-space: normal;
    overflow: hidden;
    position: relative;
}

.flex_row_button {
    padding: 1em;
    padding-left: 33.333%;
    border-top: 1px solid #141d28;
    margin-top: 1.5em;
}

@media screen and (max-width: 800px) {
    .flex_row {
        display: block;
    }

    .flex_col_left {
        width: 100%;
        text-align: left;
        padding: 0 0 .75rem 0;
    }

    .flex_col_right {
        padding: 0;
        width: 100%;
    }

    .flex_row_button {
        padding-left: 1em;
        text-align: center;
    }
}

.buddy_offline {
    color: #ff2525;
    font-size: 9px;
}

.buddy_online {
    color: #25ff2b;
    font-size: 9px;
}

.buddy_away {
    color: #ff9d25;
    font-size: 9px;
}

/** checkbox
**************************/

[type="checkbox"] {
 cursor: pointer;
 position:  relative;
 display:  inline-block;
 margin: 4px 7px 4px 4px;
 width: 10px;
 height: 10px;
 top: 1px;
}

[type="checkbox"]:checked:after {
    top: -2px;
    width: 12px;
    height: 12px;
    z-index: 0;
    border: 1px solid #141d28;
    background: #0d1116;
}

[type="checkbox"]:after {
 height: 12px;
 width: 12px;
 top: -2px;
 z-index: 0;
 border-radius: 2px;
 border: 1px solid #141d28;
 background: #0d1116;
}

[type="checkbox"]::before,
[type="checkbox"]::after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
    outline: none;
}

[type="checkbox"]:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked:before {
    top: 1px;
    left: 3px;
    width: 2px;
    height: 5px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #eabc32;
    border-bottom: 1px solid #eabc32;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/** radio
**************************/

[type="radio"] {
 cursor: pointer;
 position:  relative;
 display:  inline-block;
 margin: 4px 7px 4px 4px;
 width: 10px;
 height: 10px;
 top: 1px;
}

[type="radio"]:checked:after {
    top: -2px;
    width: 10px;
    height: 10px;
    border: 1px solid #eabc32;
    background-color: #0d1116;
    z-index: 0;
}

[type="radio"]:after {
 height: 10px;
 width: 10px;
 background-color: #0d1116;
 border: 1px solid #141d28;
 top: -2px;
 z-index: 0;
 border-radius: 2px;
}

[type="radio"]::after {
    content: '';
    left: -1px;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
    outline: none;
    border-radius: 999em;
}


/** INDEX **/
.index_mainArea {
    display: flex;
    justify-content: space-between;
}

.index_forumLists {
    float: left;
    width: calc(100% - 250px);
}

.index_sidebar {
    width: 240px;
    float: right;
    position: relative;
    padding-bottom: 18px;
}

/** SIDEBAR **/

.mainArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.mainArea_left {
    width: calc(100% - 345px);
}

.maniArea_sidebar {
    width: 330px;
    margin-bottom: 18px;
}

@media screen and (max-width: 800px) {
	.mainArea {
		display: block;
		clear: both;
	}

	.mainArea_left {
		width: 100%;
	}

	.maniArea_sidebar {
		width: 100%;
	}
}

.sidebar_member, .sidebar_guest {
    align-items: center !important;
    justify-content: center !important;
}

.sidebar_member {
    padding: 1.2em;
    flex-direction: row !important;
}

.sidebar_tborder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    flex-direction: column;
    margin-bottom: 0.75rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.06);
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.06);
    background-color: #0d1116;
    color: #ffffff;
}

.sidebar_thead {
    padding: 1.4em 1em;
    background: #10151b;
    width: 100%;
    color: #b4932d;
    font-size: 12px;
    border-radius: 0.25rem 0.25rem 0 0;
    text-transform: capitalize;
    font-weight: 600;
}

.sidebar_tbody {
    width: 100%;
    height: 100%;
}

.sidebar_trow {
    padding: .75rem;
    border-top: 1px solid #141d28;
}

.sidebar_trow dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0.5rem  0 0.5rem 0;
    line-height: 1.4em;
}

.sidebar_button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 0.75rem;
}

.sidebar_button .button {
    width: 100%;
}

.sidebar_button button {
    margin-left: 0.55rem;
}

.member_avatar {
    width: 50px;
    height: 50px;
    margin: 0 0.5rem 0 0;
    border-radius: 9999em;
}

.member_avatar > img {
    width: 50px;
    height: 50px;
    border-radius: 9999em;
}

.member_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.6;
}

.member_info > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: 0.25rem;
}

#sidebar {
    position: sticky;
    top: 10px;
}

.guest_button {
    display: block;
    text-align: center;
    height: calc(2.5rem + 2px);
    border-radius: calc(2.5rem + 2px);
    line-height: calc(2.5rem + 2px);
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    white-space: nowrap;
    color: #ffffff !important;
    border: 0;
    transition: all .2s ease-in-out;
    background-color: #b68522;
    position: relative;
    z-index: 1;
}

.guest_button:after, .guest_button:before {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #b68522;
    border-radius: 50%;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
}

.guest_button:before {
    top: -25%;
    left: 20%;
}

.guest_button:after {
    bottom: -25%;
    right: 20%;
}

.guest_button:hover:after, .guest_button:hover:before {
    -webkit-transform: none;
    transform: none;
}

.sidebar_head {
    padding: 1.4em 1em;
    background: #f8f9fc;
    width: 100%;
    font-weight: 600;
    color: #045cdc;
    font-size: 12px;
    border-radius: 0.25rem 0.25rem 0 0;
    text-transform: uppercase;
}

.sidebar_guest {
    padding: 1.2em;
}

/*//////////////////////////////////////////////////////////////////
[ MAIN CSS ]*/

#content {
    padding: 10px 0 20px 0;
    margin: 0;
}

.container {
    width: 90%;
    padding: 0 15px;
    margin: auto;
}


.header {
    background: rgba(36, 44, 55, .50);
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(255, 255, 255, .27);
    box-shadow: inset 0px 0px 1px 0px rgba(255, 255, 255, .27);
}

#x-header {
	overflow: hidden;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.38);
}

.x-header-bg:after {
    background-image: url(../../../images/gamerx/head_bg.png);
    overflow: hidden;
    background-size: cover;
    background-position: bottom center;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 184px;
    position: absolute;
    width: 100%;
    display: inline-block;
    margin: auto;
    z-index: -1;
}

.x-header-bg {
    position: relative;
}

.navBar {
    min-height: 80px;
    background: rgba(23, 28, 34, .70);
}

.navBar_wrap {
    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: 84px;
}

.nav_separator {
    height: 32px;
    width: 1px;
    border-left: 1px solid #000000;
    border-right: 1px solid #343b42;
    margin: 0 1.3rem;
}

.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;
}

.guest_btn {
    line-height: calc(3em - 2px);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.guest_btn > a {
    background: rgb(158, 134, 61);
    -webkit-mask: url(../../../images/gamerx/nature-sprite2.png);
    mask: url(../../../images/gamerx/nature-sprite2.png);
    font-size: 11px;
    font-weight: 600;
    margin-right: .25rem;
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-animation: button_mask2 0.7s steps(29) forwards;
    animation: button_mask2 0.7s steps(29) forwards;
    width: calc(8em - 2px);
    height: calc(3em - 2px);
    line-height: calc(3em - 2px);
    text-align: center;
    border-radius: calc(3em - 2px);
    position: relative;
    display: inline-block;
    z-index: 2;
}

.guest_btn .mask {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: calc(8em - 2px);
    height: calc(3em - 2px);
    line-height: calc(2.8em - 2px);
    text-align: center;
    border-radius: calc(3em - 2px);
    border: 1px solid #9e863d;
    font-weight: 600;
    color: #fff;
    font-size: 11px;
}

.guest_btn > a:hover {
    -webkit-animation: button_mask 0.7s steps(29) forwards;
    animation: button_mask 0.7s steps(29) forwards;
}

.welcome_panel_member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1em;
}

.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;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.private_box {
    background: #ffbc32;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5px;
    height: 5px;
    border-radius: .999em;
    position: absolute;
    top: 0px;
    right: 2px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .30);
}

.menu-welcome {
    font-weight: 500;
    font-size: 12px;
    color: rgb(255, 255, 255);
    padding-left: 2em;
    text-transform: uppercase;
    cursor: pointer;
}

.menu-avatar {
    -ms-flex-item-align: center;
    align-self: center;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
    cursor: pointer;
}

.menu-avatar:before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../../../images/gamerx/gamerx_sprite.png);
    position: absolute;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -306px -358px;
    transition: all .5s;
}

.menu-avatar:hover:before {
    transform: translate(-50% , -50%) rotate(45deg);
}

.menu-avatar img {
    width: 36px;
    height: 35px;
    position: relative;
    border-radius: 100px;
}

.menu-avatar > span::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -2px;
    color: #fff;
    font-size: 9px;
    top: 19px;
    z-index: 2;
}

.mobile_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;
    padding: 0;
    float: right;
}

.menu_icons {
    background-image: url(../../../images/gamerx/gamerx_sprite.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.menu_icons.user_icon {
    background-position: -293px -279px;
}

.menu_icons.private_icon {
    background-position: -326px -279px;
}

.menu_icons.more_icon {
    background-position: -359px -279px;
}

.welcome_panel_member .menu-item:nth-child(2) {
    margin-left: 1.5em;
}

#member_setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}


/** menu css **/

.menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.menu ul {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 5px;
    position: relative;
}

.menu ul li a {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none !important;
    text-decoration: none;
    border-radius: 29px;
    padding: .17rem .85rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid transparent;
    font-weight: 500;
}

.menu ul li:after {
    content: "";
    width: 100%;
    height: 7px;
    background: #191f25;
    position: absolute;
    left: 0;
    z-index: 1;
}

.menu ul li a span {
    position: relative;
    z-index: 3;
    font-weight: 500;
}

.menu ul li a:hover {
    border-color: #eabc32;
    color: #eabc32;
}

.social_menu {
    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;
}

.social_menu 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;
}

.social_menu 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;
}

.social_menu 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;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.social_menu ul li a:hover i {-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;}

.social_menu ul li a:hover {
    color: #eabc32;
}

.header_wrap {
    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: 100px;
}

.logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* PNG Logo */
.logo img {
    max-width: 100%;
    height: auto;
    max-height: 85px;
    animation: pulseGame 2.5s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

/* Hareketli iç desen efekti */
.logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: scanFlow 3s linear infinite;
    pointer-events: none;
    mix-blend-mode: overlay;
    z-index: 2;
}

/* Parıltı efekti: dışa taşan dönen ışık */
.logo::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    filter: blur(6px);
}

/* Büyüyüp küçülme animasyonu */
@keyframes pulseGame {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.header_search {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    -webkit-perspective: 600px;
    perspective: 600px;
}

.header_search input.textbox {
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    color: #ffffff;
    border-radius: .25em;
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    background: transparent;
    font-size: 14px;
}

.header_search_wrap {
    position: relative;
    height: 100vh;
}

.header_search_wrap > form {
    position: absolute;
    width: 100%;
    max-width: 100%;
    display: inline-flex;
    margin: 0;
    background: rgb(0, 0, 0);
    border-radius: .25rem;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.header_search button, .header_search .header_search_close {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    fill: currentcolor;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: rgb(158, 134, 61);
    width: 50px !important;
    cursor: pointer;
    outline: none;
    font-size: 2em;
    height: 80px !important;
    line-height: 80px;
}

.header_search:after {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    filter: blur(2em);
    -webkit-filter: blur(2em);
    z-index: -1;
    background: rgba(255, 255, 255, 0.04);
}

.search_box, .quick_links {
    height: 46px;
    width: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.search_box > a, .quick_links > a {
    padding: .85rem .5rem;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
}

/*//////////////////////////////////////////////////////////////////
[ IMAGES GRID CSS ]*/

.images_grids {
    margin: 1em 0;
    background: #0b0f14;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    border-radius: .25rem;
    padding: 1em;
    justify-content: flex-start;
    align-items: flex-start;
}

.images_grid_big .images_grid {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: calc(26rem + 2px);
    height: calc(19rem + 4px);
    text-align: center;
    cursor: pointer;
}

.images_grid_big figcaption span {
    letter-spacing: 1px;
    font-size: 10px;
    margin: 0;
    position: absolute;
    background: rgba(180, 147, 45, .75);
    border-radius: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
    padding: .5em;
    left: 7px;
    top: 7px;
    text-shadow: 1px 1px rgba(0, 0, 0, .50);
}

.images_grid img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    opacity: .5;
}

.images_grids figure figcaption, .images_grids figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.images_grid_big figure figcaption {
    padding: 1em 1.5em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: bottom;
    text-align: left;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.images_grid_big .images_grid:hover:after {
    background-image: url(../../../images/gamerx/gamerx_sprite.png);
    background-repeat: no-repeat;
    background-position: -302px -154px;
    background-size: auto;
    width: 65px;
    height: 45px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    display: inline-block;
    z-index: 10;
}

.images_grids figure figcaption > a {
    z-index: 100;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.images_grid_big {display: -webkit-box;display: -ms-flexbox;display: flex;flex-wrap: wrap;width: 100%;}

.images_grid_wide {
    width: 100% !important;
    height: 0!important;
    margin-bottom: .5rem;
}

.images_grid_small figcaption span {
    letter-spacing: 1px;
    font-size: 10px;
    margin: 0;
    position: absolute;
    background: rgba(180, 147, 45, .75);
    border-radius: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
    padding: .5em;
    left: 7px;
    top: 7px;
    text-shadow: 1px 1px rgba(0, 0, 0, .50);
}

.images_grid_big figcaption h2 {
    font-size: 17px;
}

.images_grid_big figcaption p {
    letter-spacing: 1px;
    font-size: 60%;
    margin: .75em 0 0 0;
}

.images_grid_small .images_grid {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 .75em;
    height: 149px;
    text-align: center;
    cursor: pointer;
    display: block;
    flex: 1;
}

.images_grid_small figcaption span {
    letter-spacing: 1px;
    font-size: 10px;
    margin: 0;
    position: absolute;
    background: rgba(180, 147, 45, .75);
    border-radius: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
    padding: .5em;
    left: 7px;
    top: 7px;
    text-shadow: 1px 1px rgba(0, 0, 0, .50);
}

.images_grid_small figcaption h2 {
    font-size: 12px;
    padding: .5em 1em .5em .85em;
    display: inline-block;
    background: rgba(0, 0, 0, .50);
    border-radius: 0 .25rem .25rem 0;
    text-shadow: 2px 2px rgba(0, 0, 0, .75);
}

.images_grid_small figure figcaption {
    padding: .5em 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: bottom;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: auto;
}

.images_grid:hover img {
   -webkit-transition: all 0.35s;
   transition: all 0.35s;
   -webkit-transform: scale(1.12);
   transform: scale(1.12);
   opacity: 1;
}

.images_grid img {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*//////////////////////////////////////////////////////////////////
[ FORUMBIT CSS ]*/
.forums_cat {
    background: #11171d;
    color: #bfbfbf;
    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;
    padding: .75em 1em;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: .5rem .5rem 0 0;
    border-bottom: 1px solid #514626;
    font-weight: 400;
}

.forum_border {
    background: #0d1116;
    border: 1px solid #141d28;
    border-radius: .5rem;
}

.forumbit_block {
    width: 100%;
}

.forumbit_thead {
    background-image: url(../../../images/gamerx/thead.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: top center;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    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;
}

.forumbit_title {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}

.forumbit_title a[href] {
    color: #fff;
}

.forumbit_title a[href]:hover {
    text-decoration: none;
    color: #f1f1f1;
}

.forumbit_desc {
    font-size: 11px;
}

.forumbit_body {
    padding: .5em;
}

.forumbit_forum {
    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;
    border-radius: .5em;
    background: transparent;
    padding: 1.5em 0;
}

.forumbit_icon,.forums_cat_icon {
    flex: 0 0 8%;
}

.forumbit_main, .forums_cat_main {
    flex: 1 1;
}

.forum_statistic, .forums_cat_stats {
    flex: 0 0 12%;
    text-align: center;
}

.forum_lastpost, .forums_cat_last {
    flex: 0 0 28%;
    text-align: left;
}

.forumbit_forum:nth-child(odd) {
    background: rgba(17, 23, 29, .70);
}

.forum_lastpost {
    display: flex;
    align-items: center;
}

.forum_lastpost_never {
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.forumbit_icon {
    text-align: center;
    padding: 0 10px;
}

.forum_statistic dl:after {
    background-image: url(../../../images/gamerx/forum_status.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: -48px;
    top: 3px;
    background-position: -24px -321px;
    content:"";
}

.forum_title {
    font-size: 13px;
    color: #a7aebf;
    font-weight: 400;
    margin-bottom: .2rem;
}

.forum_title a[href] {
    color: #a7aebf;
}

.forum_title a[href]:hover {
    color: #d2d7e3;
}

.forum_desc {
    color: #a7aebf;
    font-size: 11px;
    font-weight: 300;
}

.forum_statistic dl dt {
    color: #eeeeee;
    font-weight: 600;
    font-size: 14px;
}

.forum_statistic dl dd {
    color: #b1b1b1;
    font-size: 12px;
}

.forum_statistic dl {
    display: inline-block;
    position: relative;
    line-height: 15px;
}

.forum_statistic dl:before {
    content: "";
    width: 1px;
    border-left: #b4932d 1px solid;
    height: 16px;
    display: inline-block;
    left: -11px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.last_text {
    font-size: 11px;
    color: #eeeeee;
    line-height: 20px;
}

.last_text .subject {
    color: #b4932d;
    text-shadow: 0 0 1px black;
}

.subforums {
    margin-top: 5px;
    overflow: hidden;
    font-size: 11px;
}

.sub_forums_col {
    display: inline-block;
    float: left;
    margin-right: 24px;
}

#quick_links {
    background: #10151b;
    padding: 14px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    border-radius: 0 0 .5rem .5rem;
}

#quick_links > a {
    margin: 0 .75em;
    color: #eeeeee;
}

#quick_links > a > i {
    color: #a7892b;
}

.index_banner {
    background: #0d1116;
    padding: .35em;
    border: 1px solid #141d28;
    border-radius: .25em;
    text-align: center;
    user-select: none;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .50);
    letter-spacing: 1px;
    margin: 1em 0;
}

.index_banner .banner_text b {
    color: #b5912f;
}

.index_banner_content {
    width: 100%;
    background: #10151b url(../../../images/gamerx/banner_bg.png);
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 168px;
}



/*** FOOOTER **/
.footer {
    overflow: hidden;
    box-shadow: inset 0 0 50px 20px rgba(0, 0, 0, .50);
    background-image: url(../../../images/gamerx/foot_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    margin-top: 1em;
}

.footer_top {
    background: rgba(36, 44, 55, .50);
    white-space: nowrap;
    z-index: 2;
    box-shadow: inset 0 0px 2px 0px rgba(255, 255, 255, .27);
    position: relative;
}

.footer_center {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

.footer_center_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    flex-flow: wrap;
}

.footer_col1 {-webkit-box-flex: 0;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;padding-right: 20px;}

.footer_title {
    margin: 0 0 18px;
    color: #b4932d;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    padding-left: 13px;
    font-weight: 600;
}

.footer_title i {
    background: #fff;
    border-radius: 4px;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #10b1d0;
    font-size: 14px;
}

.footer_col1 p {
    margin: 0;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
}

.footer_col2 {
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

.footer_col3 {
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
}

.footer_col4 {
    width: auto;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.footer_col2 ul {flex: 1;}

.footer_col2 ul li {
    margin-bottom: .5em;
}

.footer_col2 ul li a {
    color: #c1c1c0;
    font-size: 11px;
    font-weight: 400;
}

.footer_col3 ul li a {
    display: block;
    color: #c1c1c0;
    margin-bottom: .5em;
    font-size: 11px;
    font-weight: 400;
}

.footer_col4 a {
    display: table;
    width: 100%;
    color: #fff;
    margin-bottom: 7px;
}

.footer_top_wrap {
    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: 70px;
}

.footer_top_left {
    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;
}

.footer_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 7px 0px rgba(180, 147, 45, .75);
    height: 100%;
    border-radius: 999em;
    border-left: 3px solid #b4932d;
}

.footer-bg:after {
    overflow: hidden;
    background-size: auto;
    background-position: center;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    position: absolute;
    width: 100%;
    display: inline-block;
    margin: auto;
    z-index: -1;
}

.footer-bg {
    position: relative;
    width: 100%;
}

.footer_links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-bottom {
    background: rgba(23, 28, 34, .70);
    color: #a7aebf;
    position: relative;
    border-top: 1px solid #1c2734;
}

.footer-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    padding: 15px 0;
}

.footer_top:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 111px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-image: url(../../../images/gamerx/foot-top-shadow.png);
    width: 100%;
    height: 83px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.footer-bottom:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-image: url(../../../images/gamerx/foot-bottom-shadow.png);
    width: 100%;
    height: 94px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.footer_col2 a i, .footer_col3 a i {
    color: #a6882c;
    margin-right: .35rem;
}

.footer_col2 a:hover i, 
.footer_col3 a:hover i {      
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.35s;
    animation-name: icon-pop;  };
}

.footer .language select,
.footer .theme select {
    padding: 0px 5px;
    border-radius: 30px;
    color: #fff;
    font-size: 11px;
    margin-right: .5rem;
    background-color: rgba(28, 34, 42, .50);
    background-image: linear-gradient(to right, rgba(255, 179, 71, .50) 0%, rgba(255, 204, 51, .50) 100%);
    border-color: transparent;
    min-height: 30px;
}

.footer_top_right {
    text-align: right;
    color: #ededed;
    font-size: 11px;
    font-weight: 300;
    position: relative;
    padding-right: 1.5em;
}

.footer_top_right > b {
    color: #b4932d;
    font-size: 13px;
    font-weight: 600;
}

.footer_top_right:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 0 7px 0px rgba(180, 147, 45, .75);
    height: 100%;
    border-radius: 999em;
    border-right: 3px solid #b4932d;
}


.footer_separator {
    font-weight: 500;
    margin: 0 .15rem 0 .25rem;
}

.crafted,
.copyright {
    color: #a7aebf;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}

.crafted a,
.copyright a {
    color: #a6882c;
}


.footer .language select,
.footer .theme select {
    background-color: rgba(28, 34, 42, .50);
    background-image: linear-gradient(to right, rgba(255, 179, 71, .50) 0%, rgba(255, 204, 51, .50) 100%);
    padding: 0 5px;
    border-radius: 999em;
    color: #fff;
    border-color: transparent;
    font-size: 11px;
    margin-right: .55em;
    min-height: 30px;
}


/** forum stats **/
.stats {
    border-radius: 4px;
}

.newmember {
    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-around;
    padding: 1em;
    border-bottom: 5px solid #14191f;
    border-radius: 4px 4px 0 0;
    background: #0d1116;
}

.newmember_right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    flex-direction: column;
    margin-left: 15px;
}

.newmember_right > p {
    font-size: 10px;
    color: #aaa;
    margin-top: 6px;
}

.newmember .newmember_icon {
    border: 4px solid #14191f;
    color: #b4932d;
    display: inline-block;
    width: 88px;
    height: 88px;
    border-radius: 100%;
    font-size: 25px;
    flex: 0 0 88px;
    background-image: url(../../../images/gamerx/gamerx_sprite.png);
    background-repeat: no-repeat;
    background-position: -75px -258px;
    background-size: auto;
}

.stats-container ul {
    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-around;
    flex-wrap: wrap;
}

.stats-container ul li.wid {
    width: 100% !important;
    flex: auto;
    height: 3px !important;
    padding: 0;
    border: 0;
    background: #14191f;
}

.stats-container ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex: 1;
    padding: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 3px solid rgba(180, 147, 45, .20);
    background: #0d1116;
    justify-content: space-between;
}

.stats-container ul li p {
    margin: 0;
    display: flex;
    align-items: center;
}

.stats-container ul li em {
    font-size: 10px;
    margin: 0 0px 0 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
}

.stats-container ul li span {
    font-size: 11px;
    margin: 0 0px 0 4px;
    color: #b4932d;
    font-weight: 600;
    float: right;
}

.stats-container ul li:nth-child(2), .stats-container ul li:nth-child(5) {
    text-align: right;
    border-right: 3px solid rgba(180, 147, 45, .20);
    border-left: 3px solid #14191f;
}

.stats-container ul li:nth-child(2) i, .stats-container ul li:nth-child(5) i {
    margin-left: 0.45rem;
    margin-right: 0;
}

.stats_icon {
    color: #b4932d;
    background-image: url(../../../images/gamerx/gamerx_sprite.png);
    background-repeat: no-repeat;
    background-position: -102px -351px;
    background-size: auto;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 0.25rem;
}

.stats_icon.posts {
    background-position: -102px -351px;
}

.stats_icon.threads {
    background-position: -106px -485px;
}

.stats_icon.members {
    background-position: -106px -400px;
}

.stats_icon.online {
    background-position: -106px -443px;
}

.stats-container {
    padding: 2px 0;
}

.newmember_right > span {
    font-size: 14px;
    font-weight: 500;
}

.newmember_right > span a {
    color: #b4932d;
}

.newmember_right > em {
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
}


/*** index block **/
.index_block {
    box-shadow: inset 0 0 50px 20px rgba(0, 0, 0, .50);
    background-color: #0d1218;
    background-image: url(../../../images/gamerx/index_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding: 2em 0;
}

.index_post {
	width: calc(100% - 345px);
}

.index_block > .container {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
}

.index_news {
    width: 330px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}


#index_notices {
    padding: 1em 1em 1em 5em;
    position: relative;
}

.notices_title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.notices_title a[href] {
    color: #b4932d;
}

.notices_desc {
    font-size: 10px;
    font-weight: 300;
}

#index_notices.teamspeak:before {
    content: "";
    background-image: url(../../../images/gamerx/gamerx_sprite.png);
    background-repeat: no-repeat;
    background-position: -177px -61px;
    background-size: auto;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 29px;
    top: 50%;
    transform: translate(-50%, -50%);
}

#index_notices.discord:before {
	content: "";
	background-image: url(../../../images/gamerx/gamerx_sprite.png);
	background-repeat: no-repeat;
	background-position: -315px -63px;
	background-size: auto;
	width: 38px;
	height: 34px;
	position: absolute;
	left: 29px;
	top: 50%;
	transform: translate(-50%, -50%);
}

#index_download_link {
    background: rgba(81, 129, 136, .40);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.52);
    padding: 1em 1em 1em 5em;
    position: relative;
}

.download_link_title {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.70);
}

.download_link_title a[href] {
    color: #fff;
}

.download_link_desc {
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
}

#index_download_link:before {
    content: "";
    background-image: url(../../../images/gamerx/gamerx_sprite.png);
    background-repeat: no-repeat;
    background-position: -54px -54px;
    background-size: auto;
    width: 52px;
    height: 52px;
    position: absolute;
    left: 29px;
    top: 50%;
    transform: translate(-50%, -50%);
}


/** sidebar slider  */
.sidebar_slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-bottom: 0.75rem;
    border-radius: 0.25rem;
    background: #0d1116;
}

.sidebar_slider_wrap {
    align-items: flex-start;
    padding: 0;
}

.sidebar_slider_grid {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: .5em;
    background: #0d1116;
    padding: 1.5em;
}

.sidebar_slider_grid img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    border-radius: .25rem;
}

.sidebar_slider_grid figcaption {
    padding: 0.85em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: bottom;
    text-align: left;
}

.sidebar_slider_grid figcaption > p {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    background: #12171d;
    padding: 7px 5px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 1em;
    border-radius: 0 0 .5em .5em;
}

.sidebar_slider_grid figcaption > span {
    position: absolute;
    left: 17px;
    top: 18px;
    padding: 8px 10px;
    background: #0b0f14;
    text-transform: uppercase;
    font-size: 11px;
    border-top-left-radius: .25rem;
    border-bottom-right-radius: .5rem;
    box-shadow: 0px 0px 0px 4px rgba(11, 15, 20, 0.4);
}

.sidebar_slider_grid figcaption > a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    font-size: 11px;
    text-transform: uppercase;
    color: #b4932d;
    background: rgba(11, 15, 20, .80);
    padding: 6px 9px;
    border-radius: 3px;
    font-weight: 500;
    margin-top: 27px;
    text-shadow: 2px 2px black;
    box-shadow: 0 0 0px 4px rgba(11, 15, 20, 0.30);
}

.slider-button-prev, .slider-button-next {
    position: absolute;
    top: 50%;
    left: 1em;
    width: 27px;
    height: 37px;
    margin-top: 10px;
    z-index: 10;
    cursor: pointer;
    background: #0b0f14;
    border-radius: 0 3px 3px 0;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 3px 3px 0;
    font-size: 17px;
    color: rgb(255, 255, 255);
    transition: all .35s;
    outline: none;
}

.slider-button-prev:hover, .slider-button-next:hover {
    color: #b4932d;
}

.slider-button-next {
    right: 1em;
    left: auto;
    border-radius: 3px 0 0 3px;
}


/** news box **/
.news_slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: auto;
}

.news_slider_wrap {
    padding: 0;
}

.news_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: column;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(24, 32, 39, .40);
    border-radius: .25rem;
    padding: 1.5em;
}

.news_box_title {
    text-transform: uppercase;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid rgba(234, 188, 50, .75);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 0em .25rem 1.2em .25rem;
    margin-bottom: .75em;
}

.news_box_title > i {
    color: rgba(234, 188, 50, .75);
    margin-right: .5em;
}

.news_box_body {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    color: #f8f4f8;
    font-weight: 300;
}

.news_box_foot {
    text-transform: uppercase;
    color: #ffffff;
    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: stretch;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    padding: 1.2em .25rem 0 .25rem;
    margin-top: .75em;
}

.news_box_foot > a {
    background: rgba(234, 188, 50, .75);
    border-radius: .25rem;
    color: #fff;
    font-weight: 500;
    width: calc(6em - 2px);
    height: calc(2.8em - 2px);
    line-height: calc(2.8em - 2px);
    text-align: center;
    transition: box-shadow 0.1s, top 0.1s;
    box-shadow: 0 3px 0 rgba(133, 101, 5, .75);
    top: 0;
    position: relative;
}

.news_box_foot > a:hover {
    box-shadow: 0 3px 0 transparent;
    top: 3px;
}

.news_box_foot > span:before {
    content: "";
    background-image: url(../../../images/gamerx/gamerx_sprite.png);
    background-position: -102px -538px;
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    width: 18px;
    height: 20px;
    position: relative;
    top: 6px;
    margin-right: .5rem;
}

.news-slider-button-prev {
    position: absolute;
    top: 20px;
    right: 33px;
    font-size: 14px;
    z-index: 10;
    cursor: pointer;
}

.news-slider-button-next {
    position: absolute;
    top: 20px;
    right: 16px;
    font-size: 14px;
    z-index: 10;
    cursor: pointer;
}

.news_box_notice {
    background: rgba(81, 129, 136, .40);
    text-align: center;
    padding: .85rem .85rem;
    border-radius: .25rem;
    width: 100%;
}

.news_box_notice > p {
    color: #a2b6c0;
    font-size: 11px;
    text-shadow: 2px 2px rgba(0, 0, 0, .20);
    margin-bottom: .25rem;
}

.news_box_notice .smalltext {
    color: #bec1c7;
    font-size: 10px;
}


/*** welcome message **/
.welcome_message {
    padding: 2em;
    margin: 1em 0;
    background-color: #0b0f14;
    border-radius: .5rem;
    box-shadow: inset 0 0 10px 0px rgb(0, 0, 0);
    background-image: url(../../../images/gamerx/guest_bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #202020;
}

.welcome_message h1 {
    font-size: 15px;
    margin-bottom: 1em;
    color: #fff;
    font-weight: 500;
}

.welcome_message p {
    font-size: 11px;
    width: calc(100% - 50%);
}

.welcome_message_buttons {
    margin: 1.5em;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.welcome_login_btn,
.welcome_register_btn {
    line-height: calc(3em - 2px);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.welcome_login_btn a, 
.welcome_register_btn a {
	background: rgb(158, 134, 61);
	-webkit-mask: url(../../../images/gamerx/nature-sprite.png);
	mask: url(../../../images/gamerx/nature-sprite.png);
	font-size: 11px;
	font-weight: 600;
	margin-right: .25rem;
	-webkit-mask-size: 2300% 100%;
	mask-size: 2300% 100%;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-animation: button_mask2 0.7s steps(22) forwards;
	animation: button_mask2 0.7s steps(22) forwards;
	width: calc(8em - 2px);
	height: calc(3em - 2px);
	line-height: calc(3em - 2px);
	text-align: center;
	border-radius: calc(3em - 2px);
	position: relative;
	display: inline-block;
	z-index: 2;
}

.welcome_login_btn a:hover, 
.welcome_register_btn a:hover {
    -webkit-animation: button_mask 0.7s steps(22) forwards;
    animation: button_mask 0.7s steps(22) forwards;
}

.welcome_login_btn .mask, .welcome_register_btn .mask {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: calc(8em - 2px);
    height: calc(3em - 2px);
    line-height: calc(2.8em - 2px);
    text-align: center;
    border-radius: calc(3em - 2px);
    border: 1px solid #9e863d;
    font-weight: 600;
    color: #fff;
    font-size: 11px;
}

.welcome_message_buttons > span {
    height: 23px;
    width: 1px;
    border-left: 1px solid #000000;
    border-right: 1px solid #343b42;
    margin: 0 1.3rem;
    display: inline-flex;
}

.welcome_social_fb_btn,
.welcome_social_tw_btn,
.welcome_social_gp_btn {
    background-image: url(../../../images/gamerx/gamerx_sprite.png);
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: .5rem;
    cursor: pointer;
}

.welcome_social_fb_btn {
    background-position: -79px -188px;
}

.welcome_social_tw_btn {
    background-position: -134px -188px;
}

.welcome_social_gp_btn {
    background-position: -188px -188px;
}

.welcome_social_fb_btn:hover, 
.welcome_social_tw_btn:hover, 
.welcome_social_gp_btn:hover {
    transform: scale(.9);
}


/*//////////////////////////////////////////////////////////////////
[ LOGIN MODAL CSS ]*/

.login-modal {
    border-radius: .5em;
    -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: #10151b;
    background-clip: padding-box;
    margin: auto;
}

.login_icon {
    text-align: center;
    border: 0;
    padding: 25px;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}

.login_modal ul {
    background-color: #0b0f14;
    padding: 25px 30px;
    color: #fff;
    border-radius: 0 0 .5em .5em;
}

.login_modal ul li {
    position: relative;
    color: #fff;
    margin-bottom: .75em;
}

.login_modal ul li input.textbox {
    margin: 0 auto;
    text-align: center;
    height: 50px;
    padding: 15px 20px;
    font-size: 15px;
    background-color: #10151b;
    color: #fff;
    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: .25rem;
    border: none;
}

.login_modal ul li.button {
    border: 0;
    padding: 20px;
    text-align: center;
    margin: 1em 0 0 0;
}

.login_modal ul li.button input.button {
    -webkit-box-shadow: 0px 4px 0 rgb(85, 70, 27);
    box-shadow: 0px 4px 0 rgb(85, 70, 27);
    outline: none;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: rgb(182, 153, 67);
    font-weight: 600;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 20px;
    border-radius: .25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: .25s ease;
    transition: .25s ease;
    position: relative;
    top: 0px;
}

.login_modal ul li.button input.button:hover {
    background: rgb(158, 134, 61);
    box-shadow: none;
    top: 3px;
}

a.lost_password {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid rgb(158, 134, 61);
    border-radius: 100%;
    color: rgb(158, 134, 61);
    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);
}

/*//////////////////////////////////////////////////////////////////
[ NAVIGATION CSS ]*/ 

.index #navigation {
    display: none;
}

#navigation {
    border-radius: 3px;
    color: #fff;
    padding: 10px 10px 10px 10px;
    background-color: #10151b;
    margin: 1em 0;
}

#navigation > i {
    margin: 0 8px;
}

#navigation > a {
    color: #a7aebf;
}

#navigation.page_header_active {
    position: relative;
    z-index: 1;
    top: 80px;
    margin: 0 1em;
    background-image: none;
}

#navigation .active {
    color: #b4932d;
}

/** online list **/
.online_note {
    font-size: 10px;
    color: #8a8a8a;
    text-align: left;
    margin-bottom: .5em;
    font-weight: 400;
}

#index_whosonline {
    padding: 1em;
}

.online_note a {
    color: #b4932d;
}

#index_lastwhosonline {
    width: 100%;
    margin-top: 1.2em;
    margin-bottom: .85em;
}

.online_head {
    background: #10151b;
    padding: .5rem;
    border-radius: .5rem;
    font-size: 11px;
    color: #b4932d;
    font-weight: 500;
    margin-bottom: .5em;
}

.most_member{
    display:inline-flex
}

.most_member:not(:last-child):after{
    content:",";
    margin-right:3px;
    display:inline
}


/** forumdisplay **/
.boxed {
    background: #0d1116;
    border-radius: .5em;
    padding: .5em;
    margin-bottom: 1em;
}

.table_wrap {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.table_cell_middle {
    display: table-cell;
    vertical-align: middle;
}

.table_cell_top {
    display: table-cell;
    vertical-align: top;
}

.forumdis_go {
    float: left;
    background: #28c0c9;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    padding: 8px 3px;
    cursor: pointer;
    font-size: 12px;
    margin-right: 4px;
}

.forumdis_go:hover i {
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.35s;
    animation-name: icon-pop;
}

.forumdis_go i {
    color: #ffffff;
}

.forumdis_go a {
    display: block;
}

.forumdis_status {
    width: 60px;
    padding: 10px 0px 10px 10px;
    text-align: center;
    position: relative;
}

.forumdis_main {
    width: auto;
    padding: 12px 10px;
    line-height: 18px;
}

.forumdis_main .forum_desc {
    margin: 0;
}

.forumdis_stats {
    width: 70px;
    padding: 12px 0 12px 0;
    text-align: center;
    position: relative;
}

.forumdis_more {
    width: 34px;
    padding: 12px 10px 12px 0px;
    text-align: right;
    font-size: 15px;
}

.forumdis_more a {
    color: #a7aebf !important;
}

.forumdis_lastpost {
    padding: 12px 10px 12px 14px;
    width: 210px;
    position: relative;
    line-height: 18px;
}

.forumdis_stats dl {
    display: block;
    padding: 7px 2px;
    color: #b1b1b1;
    line-height: 1.6;
    text-transform: uppercase;
    font-size: 9px;
}

.forumdis_stats dl dt {
    font-weight: bold;
    font-size: 14px;
    color: #b4932d;
}

.forumdis_sep {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    text-transform: uppercase;
    color: #b4932d;
    background: #14191f;
    border-radius: .4em;
    margin: 4px 0;
    font-weight: 500;
    font-size: 11px;
}

.forumdis_modbit {
    width: 34px;
    padding: 12px 10px 12px 0px;
    text-align: right;
}

.thread--prefix {
    width: 22px;
    height: 22px;
    border-radius: 2px;
    display: inline-block;
    margin-right: .25rem;
    line-height: 22px;
    text-align: center;
    padding: 5px 3px;
    cursor: pointer;
    background: #9c9e9e;
    color: #a7aebf;
    font-size: 10px;
    float: left;
    box-shadow: inset 0 0 1px 0px rgba(255, 255, 255, .20);
}

.thread--prefix:hover > i {
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.35s;
    animation-name: icon-pop;
}

.prefix--closed {
    background: rgba(85, 55, 55, .50);
}

.prefix--sticky {
    background: rgba(123, 107, 55, .50);
}

.prefix--bullhorn {
    background: #7d5293;
}

.prefix--poll {
    background: rgba(55, 60, 94, .50);
}

.thread_avatar {
    width: 55px;
    height: 55px;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    border-radius: 999em;
    -moz-border-radius: .25rem;
    transition: all .5s;
    line-height: normal;
    max-width: none;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0) url(../../../images/gamerx/default_avatar.png) no-repeat center;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    box-sizing: border-box;
    background-clip: padding-box;
    margin-right: 6px;
    margin-top: -1px;
    border: 4px solid #14191f;
}

.forumdis_stats a {
    color: #b4932d !important;
}


.thread_views, .thread_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thread_share_button a {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 3px;
    font-size: 15px;
    background: #10151b;
    flex: 1;
    border-radius: .25em;
    color: #a7aebf;
}

.thread_share_button > a:hover {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

.thread_share_button > a.facebook:hover {
    background: #336eb2;
}

.thread_share_button > a.twitter:hover {
    background: #17c4ba;
}

.thread_share_button > a.googleplus:hover {
    background: #ff7e00;
}

.thread_share_button > a.twitch:hover {
    background: #6441a4;
}

.thread_share_button > a.link:hover {
    background: #919191;
}

.thread_share_button {
    display: flex;
}

.thread_button {
    float: right;
    margin-left: 8px;
}


.usersbrowsing {
    background: #10151b;
    flex: 1;
    padding: 12px 10px;
    border-radius: .5em;
    color: #a7aebf;
}

.thread_share_button > a:hover {
    color: #fff;
}

.boxed .trow1, .boxed .trow2 {
    border-radius: .5em;
}

.thread_avatar > img {
    width: 45px;
    height: 45px;
    border-radius: 999em;
}

.forumdis_stats:after {
    content: "";
    background: #b4932d;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50% ,-50%);
    left: 0;
    z-index: 5;
    width: 1px;
}

.forumdis_stats.stats_no:after {
    display: none;
}


/** showthread **/
.thread_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
}

.thread_next_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.thread_next_link > a {
    width: 30px;
    height: 55px;
    text-align: center;
    background: #10151b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: .25rem;
}

.thread_next_link > a:first-child {
    border-top-left-radius: .25rem;
}

.thread_next_link > a:hover {
    color: #b4932d;
}

.thread_title {
    flex: 1;
    background: #10151b;
    height: 55px;
    display: flex;
    align-items: center;
    padding: .85em;
}

.thread_extras {
    margin: 0 .25rem;
    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: column;
    flex: 0 0 277px;
    background: #10151b;
    height: 55px;
}

.thread_statistic {
    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;
    width: 100%;
    border-top: .25rem solid #0d1116;
}

.thread_statistic dl {
    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;
    padding: 0 .75em;
    border-right: .25rem solid #0d1116;
    width: 100%;
    height: 25px;
}

.rate_thread {
    background: #10151b;
    padding: 0 .75em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thread_statistic dl:last-child {
    border: 0;
}

.thread_statistic dl dt {
    color: #b4932d;
    font-weight: 600;
    font-size: 11px;
}

.thread_statistic dl dd {
    font-size: 9px;
    color: #a7aebf;
    text-transform: uppercase;
}

.thread_statistic dl dt i {
    color: #a7aebf;
    margin-right: .25rem;
}

.usersbrowsing2 {
    height: 34px;
    line-height: 34px;
    padding: 0 1em;
    background: #10151b;
    margin-top: .25rem;
    font-size: 11px;
}


/** posbit  **/
.postbit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #0d1116;
    border-radius: .5em;
    padding: .5em;
    margin-bottom: 1em;
}

.signature {
    margin: 4em .5em 1em .5em;
    position: relative;
    z-index: 1;
    padding: 2em 1em 1em;
}

.signature:before {
    content: "";
    background-image: url(../../../images/gamerx/signature.png);
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    transform: translate(-50% , -50%);
    display: inline-block;
    height: 50px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 100%;
}

#posts {
    clear: both;
}

.postbit_background_container {
    position: absolute;
    top: 0;
    left: 0;
}

.postbit_background {
    background-size: cover;
    height: 280px;
    width: 200px;
    position: relative;
    opacity: .25;
}

.postbit_background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to bottom,transparent,#14181d);
}

.postbit_background.uid1 {
    background: url(../../../images/gamerx/postbit/1.png) top center/cover no-repeat;
}

.postbit_background.uid2 {
    background: url(../../../images/gamerx/postbit/1.png) top center/cover no-repeat;
}

.postbit_user {
    flex: 0 0 200px;
    width: 200px;
    background: #10151b;
    border-radius: .25rem;
    padding: .85em;
    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: column;
    position: relative;
}

.postbit_author {
    width: 100%;
    text-align: center;
    z-index: 1;
    margin-bottom: 4em;
}

.postbit_contact_button {
    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;
    width: 100%;
    margin-top: 1.5em;
}

.postbit_profilelink {font-size: 14px;margin-bottom: .25em;text-align: center;margin-top: -.85rem;}

.postbit_usertitle {
    font-size: 11px;
    margin-bottom: .25em;
    text-align: center;
}

.postbit_userstars {
    margin-bottom: .25em;
    text-align: center;
}

.postbit_avatar {
    margin: .85em 0 1.25em 0;
    text-align: center;
    position: relative;
}

.postbit_avatar img {
    width: 158px;
    height: 158px;
    border-radius: 999em;
    border: 5px solid rgba(0, 0, 0, .40);
    box-shadow: inset 0 0 15px 0px black;
    opacity: .75;
    transition: opacity .5s;
}

.postbit_avatar:hover img {
    opacity: 1;
}

.postbit_groupimage {
    margin-bottom: .25rem;
    text-align: center;
}

.postbit_groupimage img {
    max-width: 100%;
}

.postbit_statistics {
    text-align: left;
}

.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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .45em;
    border-radius: .25rem;
    margin-bottom: .25rem;
    background: #0d1116;
    color: #8c92a1;
}

.postbit_statistics dl dt {
    font-size: 12px;
    font-weight: 600;
}

.postbit_statistics dl dt i {
    margin-right: .25em;
    width: 1.25em;
}

.postbit_statistics dl dd {
    margin-top: 2px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.postbit_statistics dl:hover {
    color: #b4932d;
}

.postbit_statistics dl:hover i {
    transition: .6s;
    transform: rotateY(360deg);
}

.postbit_message {
    flex: 1;
    width: 100%;
    padding: 0em 0em .5em .5em;
}

.postbit_head {
    background: #10151b;
    padding: .85rem;
    border-radius: .25em;
    font-size: 11px;
    color: #a7aebf;
}

.post_body {
    font-size: 13px;
    padding: 1em .5em;
}

.postbit_meta {
    margin: .5em;
    font-size: 11px;
}

.postbit_buttons a {
    padding: 0 0.75rem;
    border-bottom: 3px solid transparent;
    border-radius: .25rem;
    background: transparent;
    height: calc(2.5em - 2px);
    text-align: center;
    box-shadow: 0 3px 0 transparent;
    top: 0;
    position: relative;
    color: #8c92a1;
    font-weight: 400;
    display: inline-flex;
    font-size: 11px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

.postbit_buttons_left > a {
    background: #283e45;
    box-shadow: 0 3px 0 #192d34;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

.postbit_buttons_left > a:hover {
    box-shadow: none;
    top: 3px;
}

.postbit_buttons {
    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: 1em .5em;
}

.postbit_buttons_right > a:hover {
    box-shadow: 0 3px 0 #10151b;
    background: #14191f;
    color: #b4932d;
}

.postbit_rutbe {
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    top: 5px;
    left: 5px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    line-height: 18px;
    padding-top: 3px;
    font-size: 10px;
    color: #fff;
    z-index: 5;
}

.postbit_rutbe.rutbe_admin {
    background: #cf2d2d;
}

.postbit_rutbe.rutbe_admin:after {
    border-color: transparent #cf2d2d;
}

.postbit_rutbe.rutbe_smod {
    background: #2dcf57;
}

.postbit_rutbe.rutbe_smod:after {
    border-color: transparent #2dcf57;
}

.postbit_rutbe:after,
.postbit_rutbe:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
}

.postbit_rutbe:before {
    border-width: 0 10px 14px;
    border-color: transparent rgba(0,0,0,.1);
    bottom: -15px;
    left: -1px;
    z-index: 0;
}

.postbit_rutbe:after {
    border-width: 0 9px 12px;
    bottom: -12px;
    left: 0;
    z-index: 3;
}

a.avatar_change {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d1116;
    border-radius: .25rem;
}

.postbit_extras {
    overflow: hidden;
}

.postbit_online, .postbit_offline, .postbit_away {
    width: 22px;
    height: 22px;
    border-radius: 999em;
    border: 4px solid #080b0e;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -8px;
}

.postbit_online {
    background: #64914e;
}

.postbit_offline {
    background: #7a1919;
}

.postbit_away {
    background: #7a5519;
}

.postbit_contact_button > a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: #0d1116;
    border-radius: .25rem;
    color: #8c92a1;
}

.postbit_contact_button > a:hover {
    color: #b4932d;
}


/** profile **/
.profile_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 245px;
    flex-direction: column;
    background-color: #0b0f14;
    background-image: url(../../../images/gamerx/profile_head.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 14%;
    margin-bottom: 1.5em;
    box-shadow: inset 0 0 20px black;
    border-radius: .5rem;
}

.profile_button {
    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: flex-end;
    border-radius: .5rem .5rem 0 0;
    padding: .5rem;
}

.profile_member_statistic {
    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: 68px;
    position: relative;
    background: #0d1116;
    border-top: 1px solid #1d212b;
    border-bottom: 2px solid rgba(180, 147, 45, .70);
    border-radius: 0 0 .5rem .5rem;
}

.profile_statistic {
    flex: 1;
    padding-left: 3em;
    padding-right: 2em;
    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;
}

.profile_info {
    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;
}

.profile_info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    margin-right: 2em;
}

.profile_info dl dd {
    font-size: 12px;
    color: #8d93a2;
    font-weight: 4;
}

.profile_info dl dt {
    font-size: 12px;
    color: #b4932d;
    font-weight: 500;
}

.profile_avatar > img {
    width: 178px;
    height: 178px;
    border-radius: 999em;
    border: 7px solid #0d1116;
    position: relative;
    top: -32px;
    left: 32px;
    margin-left: -10px;
    box-shadow: inset 0 0 20px black;
}

.profile_avatar {
    flex: 0 0 200px;
    position: relative;
}

.profile_avatar .avatar_change {
    width: 48px;
    height: 48px;
    border-radius: 999em;
    background: #212833;
    border: 7px solid #0d1116;
    position: absolute;
    top: -23px;
    left: 20px;
    font-size: 15px;
    color: #ffff;
}

.profile_info dl:not(:first-child) {
    border-left: 1px solid #2c2c2b;
    padding-left: 2em;
}

.profile_main {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: .5em;
    background: #0b0f14;
    border-radius: .5em;
}

.profile_main_left {
    width: 330px;
}

.profile_box {
    background: #10151b;
    border-radius: .25rem;
    margin-bottom: .5rem;
    padding: 1em;
}

.profile_box .trow1, .profile_box .trow2 {
    background: transparent;
    border: none;
    padding: .5em 0 .5em .75rem;
}

.profile_main_right {
    flex: 1;
    padding-left: .5em;
}

.profile_box .trow1 i, .profile_box .trow2 i {
    color: #b4932d;
    width: 1.25em;
    margin-right: .5rem;
}

.profile_button > a {
    background: #11181e;
    padding: .5em 1em;
    margin: .25rem .25rem;
    border-radius: 999em;
    font-size: 11px;
    text-transform: uppercase;
    color: #a7aebf;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.profile_button > a:hover {
    background: #b4932d;
    color: #fff;
}


.member_referrals {
    background-color: #192029;
    text-align: center;
    background-image: url(../../../images/gamerx/referans.png);
    background-repeat: no-repeat;
    background-position: 23px 23px;
}

.member_reputation {
    background-color: #233026;
    text-align: center;
    background-image: url(../../../images/gamerx/reputation.png);
    background-repeat: no-repeat;
    background-position: 23px 23px;
}

.member_warninglevel {
    background-color: #2c2226;
    text-align: center;
    background-image: url(../../../images/gamerx/warninglevel.png);
    background-repeat: no-repeat;
    background-position: 23px 23px;
}

.member_referrals h2,
.member_reputation h2,
.member_warninglevel h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.member_referrals p,
.member_reputation p,
.member_warninglevel p {
    color: #fff;
    font-size: 12px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

.member_referrals a, 
.member_reputation a, 
.member_warninglevel a {
    color: #fff !important;
}

.stats_box {
    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-flow: row wrap;
    background: transparent;
    padding: 0;
}

.stats_box_thread, .stats_box_post {
    flex: 0 0 49.6%;
    background: #10151b;
    padding: 1em 1em 1em 6.5em;
    border-radius: .25rem;
    font-size: 11px;
    position: relative;
    min-height: 70px;
}

.stats_box .find_links {display: block;margin-top: .25rem;}

.stats_box .find_links > a {
    display: block;
    color: #b4932d;
}

.stats_box span.number {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.stats_box_thread:after, 
.stats_box_post:after {
    content: "";
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 50%;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
}

.stats_box_thread:after {
    background-image: url(../../../images/gamerx/profile_thread.png);
}

.stats_box_post:after {
    background-image: url(../../../images/gamerx/profile_post.png);
}

.stats_box p {
    white-space: normal;
    margin: 0;
}


/** top button **/
#backtotopbtz {
	background: #b3932d;
	width: 38px !important;
	color: #fff;
	display: none;
	position: fixed;
	bottom: 8em;
	right: 2em;
	z-index: 99;
	border: none;
	outline: none;
	border: 2px solid #b3932d;
	cursor: pointer;
	height: 38px !important;
	line-height: 38px !important;
	-webkit-animation-name: flip;
	-webkit-animation-duration: 0.4s;
	animation-name: flip;
	animation-duration: 0.4s;
	font-size: 12px;
	padding: 0;
}

#backtotopbtz.show {
    display: block;
}

@keyframes flip {
	from{
		-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function:ease-out;
		animation-timing-function:ease-out;
	}

	40%{
		-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function:ease-out;
		animation-timing-function:ease-out;
	}
}		



/** ranks **/
.rank {
    text-align: center;
    background-color: #0d1116;
    padding: 0 .85em;
    border-radius: .25rem;
    margin: .55rem 0;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .05em;
    height: 38px;
    line-height: 38px;
    background-image: url(../../../images/gamerx/rank_bg.png);
    font-weight: 500;
    background-position: 69% 50%;
}

.rank:after,.rank:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 2px;
    background: transparent;
    height: 32px;
}

.rank:after {
    right: 3px;
    left: auto;
}

.rank.rank_admin {
    color: #b04b4b;
}

.rank.rank_admin:after,
.rank.rank_admin:before {
    background: #723334;
}

.rank.rank_mod {
    color: #a04fe5;
}

.rank.rank_mod:after,
.rank.rank_mod:before {
    background: #a04fe5;
}
		
		
		
		
		