/*//////////////////////////////////////////////////////////////////
[ GENERAL ]*/

body {
	line-height: 1.4;
	word-wrap: break-word;
	margin: 0;
	font-size: 12px;
	color: #a7aebf;
}

html {
	line-height: 1.15;
	overflow-y: scroll;
	background-color: #1b1f27;
}

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 */
::selection {
    background: rgba(255, 106, 74, 0.50);
    color: #fff;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #fefd0c;
	border-radius: 8px 0 0 8px;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .40);
}

*: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: #fefd0c;
	-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: 120%;
}

strong, b {
	font-weight: 600
}

.clearfix {
  display: block;
  zoom: 1;
}

.mobile-icon {
    display: none !important;
}

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.no_pad {
    padding: 0 !important;
}

.page_header {
    position: relative;
    height: 72px;
    border: 1px solid #242935;
    padding: 15px 15px 15px 65px;
    margin-top: -125px;
    margin-bottom: 55px;
    border-radius: 6px 6px 0 0;
    background: url(../../../../../images/ponifex/page_head.png);
    background-position: 0;
}

.page_header > h1 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.page_header > p {
    font-size: 12px;
    margin: .25rem 0 0 0;
}

.page_header:before {
    background: url(../../../../../images/ponifex/page_icon.png);
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    text-align: center;
    left: 18px;
    top: 18px;
}

.last_avatar {
    position: relative;
    display: block;
    float: left;
}

.last_avatar_block {
    background: rgba(0, 0, 0, 0) url(../../../images/arcobaleno/default_avatar.png) no-repeat center;
    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-size: cover;
    position: relative;
    top: -1px;
    border: 3px solid #111823;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 5px;
    box-sizing: border-box;
    background-clip: padding-box;
}

.last_avatar img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    position: relative;
}

.last_avatar:before {
    background: rgb(255, 104, 74);
    background: linear-gradient(90deg, rgb(255, 104, 74) 0%, rgb(255, 104, 74) 100%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 3px 4px;
    border-radius: 100%;
    width: 46px;
    height: 46px;
}

.flex_block {
    border-radius: .25rem;
    background: #1b1f27;
    border-bottom: 1px solid #252a35;
}

.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 #252a35;
    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 #1c98b7;
    background: #0d131c;
}

[type="checkbox"]:after {
 height: 12px;
 width: 12px;
 top: -2px;
 z-index: 0;
 border-radius: 2px;
 border: 1px solid #192331;
 background: #0d131c;
}

[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 #1c98b7;
    border-bottom: 1px solid #1c98b7;
    -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 #1c98b7;
    background-color: #0d131c;
    z-index: 0;
}

[type="radio"]:after {
 height: 10px;
 width: 10px;
 background-color: #0d131c;
 border: 1px solid #141c29;
 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: #1b1f27;
    color: #ffffff;
    border: 1px solid #252a37;
}

.sidebar_thead {
    padding: 1.4em 1em;
    width: 100%;
    color: #fff;
    font-size: 12px;
    border-radius: 0.25rem 0.25rem 0 0;
    text-transform: capitalize;
    font-weight: 600;
    background: #ff6a4a;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
    text-transform: uppercase;
}

.sidebar_tbody {
    width: 100%;
    height: 100%;
}

.sidebar_trow {
    padding: .75rem;
    border-top: 1px solid #252a35;
}

.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 ]*/

.wrapper {
    width: 1170px;
    margin: auto auto;
    max-width: 100%;
    min-width: 980px;
}

@media only screen and (max-width: 768px) {
.wrapper {
    padding: 0 20px;
}


}

.pad10 {
padding: 10px; background-color: #161a23;
}

.pad15 {
padding: 15px;
}

#content {
    background: #14171d;
    padding: 10px 0;
}

.header_1 {
    background: #1b1f27;
    height: 76px;
    border-bottom: 1px solid #0e1014;
    position: relative;
}

#mobile-search-button {
	background: #fefd0c;
	float: left;
	margin: 20px 15px 20px 0px;
	padding: .75rem;
	display: none;
}

#mobile-nav {
	background: #fefd0c;
	float: right;
	margin: 20px 0;
	padding: .75rem;
	display: none;
}

.header_search {
    float: left;
    height: 75px;
    width: 275px;
    margin-right: 20px;
}

.header_links {
    float: left;
    margin: 30px 15px 0 20px;
    color: #616772;
}

.header_more_links {
    float: left;
    margin: 18px 15px 0 0px;
    text-align: center;
}

.header-guest {
    float: right;
}

.header_search {
    background-color: #000;
    background: rgb(22,26,35);
    background: -moz-linear-gradient(left, rgba(22,26,35,1) 0%, rgba(27,31,39,1) 50%, rgba(22,26,35,1) 100%);
    background: -webkit-linear-gradient(left, rgba(22,26,35,1) 0%,rgba(27,31,39,1) 50%,rgba(22,26,35,1) 100%);
    background: linear-gradient(to right, rgba(22,26,35,1) 0%,rgba(27,31,39,1) 50%,rgba(22,26,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161a23', endColorstr='#161a23',GradientType=1 );
    border: 0;
    border-left: 1px solid #0f1116;
    border-right: 1px solid #0f1116;
}

.header_search button {
	background: transparent;
	width: 40px;
	color: #fefd0c;
	border: 0;
	float: right;
	height: 75px;
	text-align: left;
	
	font-size: 14px;
}

.header_search .textbox {
    background: transparent;
    border: 0;
    height: 75px;
    line-height: 75px;
    padding: 10px 10px 10px 20px;
    float: left;
    width: 85%;
    color: #6e6d6d;
    font-size: 13px;
    font-family: inherit;
}

.header_links > a {
    display: inline-block;
    color: #616772;
    font-size: 13px;
    font-weight: 500;
    margin: 0 3px;
}

.header_links i {
	color: #fefd0c;
	margin-right: 2px;
}

.header_links > a:hover {
	color: #fefd0c;
}

.header_more_links > a {
    background: #1b1f27;
    border: 2px solid #3b4048;
    border-radius: 100px;
    padding: 8px 20px;
    color: #525964;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.header_more_links > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #3b4048;
    z-index: -1;
    border-radius: 100%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.header_more_links > a:hover:after {
    border-radius: 0%;
    left: 0;
}

.header_more_links i {
	color: #fefd0c;
	margin-left: 2px;
}

.header-guest ul li {
    display: inline-block;
    list-style: none;
}

.spe-button {
    width: 130px;
    font-size: 13px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

.spe-button1 {
    border: 2px solid #3b4048;
}

.spe-button span {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.spe-button span:last-child {
    display: block;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    height: 40px;
}

.spe-button1 span:last-child {
    color: #616772;
    padding: 9px 0 0;
}

.header-guest ul {
    display: block;
    margin: 16px 0 0;
    padding: 0;
}

.spe-button i {
    margin-right: 5px;
}

.header_2 {
    border-top: 5px solid #14171d;
    height: 95px;
    background: #161a23;
    position: relative;
    z-index: 1;
    border-bottom: 5px solid #14171d;
}

.header_more_links > a:hover {
    color: #c3c3c3;
}

.spe-button2 {
    background: #ff6c4a;
    background: -moz-linear-gradient(left,#ff6c4a 0%,#ff3f48 100%);
    background: -webkit-linear-gradient(left,#ff6c4a 0%,#ff3f48 100%);
    background: linear-gradient(to right,#ff6c4a 0%,#ff3f48 100%);
    filter: progid:DXImageTransform.Microsoft.gradien;
    margin-left: 10px;
}

.spe-button span:first-child {
    position: absolute;
    width: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: block;
    height: 40px;
}

.spe-button2 span:last-child {
    color: #fff;
    padding: 11px 0 0;
}

.spe-button2:hover span:last-child {
    color: #fff;
}

.spe-button:hover span:first-child {
    position: absolute;
    display: block;
    width: 130px;
    height: 40px;
}

.spe-button2:hover span:first-child {
    background: #617091;
}

.spe-button1:hover span:first-child {
    background: #ff6c4a;
}

.spe-button1 span:first-child {
    margin: -2px 0 0 -2px;
}

.spe-button1:hover span:last-child {
    color: #fff;
}

.hedaer_logo {
    display: flex;
    align-items: center;
    height: 85px;
    line-height: 85px;
    float: left;
    position: relative;
    z-index: 1;
}

.hedaer_logo img {
    max-width: 100%;
    max-height: 85px;
}

.header_2 nav {
    float: right;
    text-align: right;
    border-left: 1px solid #1e232d;
}

.header_2 nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.header_2 nav ul li {
    float: left;
    list-style: none;
    height: 85px;
    text-align: left;
    border-left: 5px solid #14171d;
    position: relative;
    z-index: 1;
}

.header_2 nav ul li a {
    border-left: 1px solid #1e232d;
    border-right: 1px solid #1e232d;
    height: 85px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 15px 0;
    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;
}

.header_2 nav ul li a p {
    margin: 0;
}

.header_2 nav ul li a p f {
    display: block;
}

.header_2:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #1e232d;
    border-bottom: 1px solid #0e1014;
    content: "";
    z-index: 0;
}

.header_2 nav ul li:last-child a {
    border: 0;
}

.header_2 nav ul li a span:first-child {
    margin-right: 10px;
}

.header_2 nav ul li a:hover {
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.header_2 nav ul li a {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.spe-icon {
    background-image: url(../../../../../images/ponifex/menu_ikonlari.png);
    background-repeat: no-repeat;
    display: inline-block;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.spe-icon1 {
    background-position: 0 0;
    width: 30px;
    height: 30px;
    margin-top: 6px;
}

.spe-icon2 {
    background-position: -97px 0;
    width: 24px;
    height: 30px;
    margin-top: 5px;
}

.spe-icon3 {
    background-position: -62px 0;
    width: 34px;
    height: 19px;
    margin-top: 12px;
}

.spe-icon4 {
    background-position: -31px 0;
    width: 30px;
    height: 30px;
    margin-top: 6px;
}

.header_2 nav ul li a:hover span:first-child .spe-icon1 {
    background-position: 0 -30px;
}

.header_2 nav ul li a:hover span:first-child .spe-icon2 {
    background-position: -97px -30px;
}

.header_2 nav ul li a:hover span:first-child .spe-icon4 {
    background-position: -31px -30px;
}

.header_2 nav ul li a:hover span:first-child .spe-icon3 {
    background-position: -62px -19px;
}

.owl-film .movie_box {
    border: 1px solid #1f232c;
    background: #161a23;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    margin: 0 10px !important;
    width: 250px;
    float: left;
    border-radius: 6px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    display: inline-block;
}

.owl-film .movie_box a {
    padding: 6px;
    display: block;
}

.slider_boxed {
    width: 100%;
    padding: 0 40px;
    display: none;
}

.owl-film {
    padding: 20px 0;
    background-image: url(../../../../../images/ponifex/slider_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 450px;
    height: auto;
    overflow: hidden;
}

.movie_title {
    background: #1b1f27;
    padding: 5px 7px;
    white-space: normal;
    font-size: 12px;
    color: #a7aebf;
    font-weight: 400;
    line-height: 15px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.movie_star {
    position: relative;
    z-index: 5;
    overflow: hidden;
    min-height: 30px;
}

.owl-film .movie_box a img {
    width: 235px;
    height: 340px;
    border-radius: 6px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    filter: Alpha(Opacity=80);
    opacity: 0.8 !important;
}

.info {
    position: absolute;
    top: 20px;
    right: 6px;
    z-index: 2;
}

.info > span {
    position: relative;
    right: 0;
    display: block;
    font-size: 10px;
    padding: 6px;
    color: #ffffff;
    border-radius: 6px 0 0 6px;
    background-color: rgba(0,0,0,0.75);
    margin-bottom: 5px;
    text-align: left;
}

.owl-film .movie_box:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    background: url(../../../../../images/ponifex/film-cover.png) no-repeat;
    width: 157px;
    height: 181px;
    z-index: 1;
    border-top-left-radius: 6px;
    opacity: 0.6;
}

.movie_desc {
    position: absolute;
    top: 0px;
    z-index: 5;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform-origin: inherit;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    background-color: #161a23;
}

.owl-film .movie_box:hover .movie_desc {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.movie_desc .title {
    background-color: #1e1e1e;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.movie_desc .title > span {
	width: 100%;
	color: #fefd0c;
	display: block;
	padding: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
	
	font-size: 11px;
}

.table-special {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-special tr {
    border-bottom: 1px solid #333;
}

.table-special tr td:first-child {
    width: 10%;
    padding-left: 10px;
}

.table-special tr td {
    vertical-align: middle;
    padding: 14px 0;
    color: #ffffff;
    font-size: 10px;
    font-weight: 300;
}

.table-special tr td:first-child span {
    display: block;
    text-align: center;
}

.table-special tr td:nth-of-type(2) {
	width: 30%;
	color: #fefd0c;
	padding-left: 5px;
	
	font-weight: 600;
}

.table-special tr td:last-child {
    width: 90%!important;
    padding-left: 10px!important;
    overflow: hidden!important;
    white-space: nowrap!important;
    text-overflow: ellipsis!important;
    display: block!important;
}

.owl-film .movie_box:hover .info > span {
    position: relative;
    right: -100px;
}

.owl-film .movie_box .info span:first-child {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.owl-film .movie_box .info span:nth-of-type(2) {
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.owl-film .movie_box .info span:last-child {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.owl-film{
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block !important;
}

.owl-film .slick-prev, .owl-film .slick-next {
	background: ##fefd0c !important;
	width: 38px;
	color: #000000 !important;
	position: absolute;
	top: 50%;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	z-index: 5;
	border-radius: 3px;
	margin-top: -30px;
	height: 60px;
	line-height: 60px !important;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	
	font-size: 20px !important;
}

.owl-film button.slick-next:after, 
.owl-film button.slick-prev:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fb5d3e;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.owl-film button.slick-next:hover:after, 
.owl-film button.slick-prev:hover:after {
    border-radius: 3px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.owl-film .slick-prev {
    left: 0;
}

.owl-film .slick-next {
    right: 0;
}

.owl-film .slick-prev i, .owl-film .slick-next i {
    line-height: 1;
}

.owl-film .slick-prev:hover, .owl-film .slick-next:hover {
    background: #e8593a;
}

.owl-film .movie_box:hover img {
    filter: Alpha(Opacity=100);
    opacity: 1 !important;
}

.index_block_wrap {
    display: flex;
}

.index_block_left {
    float: left;
    flex: 1 1 auto;
}

.index_block_right {
    float: right;
    flex: 1;
}

.welcome_box {
    display: flex;
    align-items: center;
    background-color: #161a23;
    background-image: url(../../../../../images/ponifex/welcome_bg.png);
    background-size: cover;
    background-position: top right;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid #252a37;
    box-shadow: inset 0 0 10px 1px black;
    height: 180px;
}

.welcome_box h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #a7aebf;
    text-shadow: 0px 1px 1px #000;
}

.welcome_box h1 b {
	color: #fefd0c;
	font-size: 22px;
}

.welcome_box p {
    margin: 10px 0 0 0;
}

.welcome_box_left {
    flex: 1 1 auto;
}

.welcome_box_right {
    flex: 1;
    padding: 0 30px 0 25px;
}

.welcome_box_links {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(35, 42, 55, .50);
    border: 1px solid rgba(51, 64, 92, .50);
    border-radius: 5px;
    padding: 5px;
}

.welcome_box_links span {
    visibility: hidden;
    width: 100px;
    background-color: rgba(255, 104, 74, 0.75);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0px;      /* Position the tooltip */
    position: absolute;
    z-index: 1;
    left: -50%;
    top: -50%;
    margin-left: -5px;
    margin-top: -25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.welcome_box_links span:After {
    border-color: rgba(255, 104, 74, 0.75) transparent transparent  transparent;
    left: 50%;
    margin-left: -8px;
    margin-top: 0px;
    top: 100%;
    border-width: 10px;
    z-index: 100;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    pointer-events: none;
    display: block !important;
}

.welcome_box_links a:hover span {
  visibility: visible;
}

.welcome_box_links a {
    width: 47px;
    height: 47px;
    text-align: center;
    display: inline-block;
    align-items: center;
    font-size: 14px;
    color: rgba(255, 255, 255, .50);
    background: rgba(59, 64, 72, .50);
    border-radius: 5px;
    position: relative;
    transition: all .4s cubic-bezier(0.82, 0.29, 0.85, 1.26);
    -webkit-transition: all .4s cubic-bezier(0.82, 0.29, 0.85, 1.26);
    margin: 0 2px;
}

.welcome_box_links a i {
    line-height: 47px;
}

.welcome_box_links a:hover {
    color: #fff;
    background: #ff6a4a;
    box-shadow: 0 0 10px 3px rgba(255, 106, 74, .75);
}

.movie_boxed {
    position: relative;
    margin-left: 10px;
    background: #232a37;
    border-radius: 0 0 6px 6px;
    width: auto;
    height: 538px;
}

.editorun-secimi {
    -webkit-border-radius: 50px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 50px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 50px;
    border-bottom-left-radius: 0;
    text-transform: uppercase;
    background: #232a37;
    color: #fff;
    position: absolute;
    font-weight: 500;
    padding: 5px 15px;
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
    right: -72px;
    margin: 39px 0 0;
}

.movie_boxed img {
    padding: 6px;
    height: 446px !important;
    max-width: 280px;
}

span.movie_boxed_title {
    display: block;
    padding: 10px 8px;
    background: #161a23;
    text-align: center;
    overflow: hidden;
    color: #a7aebf;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}

.movie_button {
    padding: 6px;
    border-radius: 0 0 6px 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.movie_button a {
    padding: 6px;
    background: #3b4048;
    text-transform: uppercase;
    text-align: center;
    display: block;
    border-radius: 0 0 6px 6px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.announcements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.movie_button a:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -50px;
    left: -66px;
    width: 110%;
    height: 180%;
    transform-origin: left;
    transform: rotate(-13deg);
    background-color: #5f6671;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.movie_button a:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50px;
    left: -3px;
    width: 110%;
    height: 180%;
    transform-origin: right;
    transform: rotate(-13deg);
    background-color: #484f5d;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.movie_button a:hover:before {
    top: 6px;
}

.movie_button a:hover:after {
    top: -19px;
}

.announcements_1 {
    background: #161a23;
    flex: 1;
    margin-right: 10px;
    border-radius: 6px;
    border: 1px solid #242935;
    padding: 15px 15px 15px 60px;
    color: #a7aebf;
    font-size: 12px;
    position: relative;
}

.announcements_2 {
    background: #161a23;
    flex: 1;
    border-radius: 6px;
    border: 1px solid #242935;
    padding: 15px 15px 15px 60px;
    color: #a7aebf;
    font-size: 12px;
    position: relative;
}

.forum_border {
    border: 1px solid #1d2330;
    border-radius: 8px;
}

.forum_border .trow1:last-child,.forum_border .trow2:last-child {
    border-bottom: 0;
	border-radius: 0 0 8px 8px;
}

.forums_cat {
	background: #161a23;
	width: 100%;
	display: table;
	table-layout: fixed;
	padding: 12px;
	border-radius: 8px 8px 0 0;
	text-transform: uppercase;
	border-bottom: 2px solid rgba(255, 255, 75, .75);
	
	font-size: 12px;
}

.forums_cat > div {
    display: table-cell;
    vertical-align: middle;
}

.forums_cat_icon {
    width: 64px;
    padding-left: 8px;
}

.forums_cat_stats {
    width: 238px;
}

.forums_cat_last {
    width: 258px;
    padding-left: 34px;
}

.table_wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table_wrap:hover .last_user_icon {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    color: #ff6c4a;
}

.table_cell_middle {
    display: table-cell;
    vertical-align: middle;
}

.table_cell_top {
    display: table-cell;
    vertical-align: top;
}

.forumdis_nothread {
    padding: 1rem;
    font-size: 11px;
}

.forum_status {
    width: 70px;
    padding: 16px 10px;
    text-align: center;
}

.forum_main {
    width: auto;
    padding: 16px 10px;
}

.forum_rss {
    padding: 16px 8px;
    width: 40px;
    text-align: right;
}

.forum_stats {
    width: 238px;
    padding: 16px 10px;
    text-align: center;
}

.forum_links {
    width: 40px;
    padding: 16px 5px;
    text-align: left;
}

.forum_rss img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.forum_links a img {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.forum_links a:focus img {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.forum_lastpost {
    padding: 16px 10px;
    width: 245px;
    position: relative;
}

.last_user_icon {
    position: absolute;
    right: -30px;
    display: block;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    margin-top: -5px;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background: #1b1f27;
    border: 4px solid #14171d;
    text-align: center;
    font-size: 20px;
    color: #a7aebf;
    padding: 9px 0 0 4px
}

.last_user_icon i {
    line-height: inherit;
    margin-right: 5px;
}

.forum_lastpost a.forum_lastpost a {
    color: #fe785b;
    text-shadow: #000 0px 0px 1px;
}

.forum_stats dl {
    float: left;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #161a23;
    border-radius: 5px;
    border: 1px solid #252a35;
    margin: 0 4px;
    padding: 6px;
}

.forum_stats dl dt {
	color: #ff0000;
	display: inline-block;
	margin-right: 5px;
	
	font-size: 15px;
	font-weight: 600;
}

.forum_stats dl dd {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #a7aebf;
}

.thead_icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../../../../../images/ponifex/thead_icon.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -6px;
    top: -3px;
}

.thead_title {
    display: inline-block;
    margin-left: 30px;
    font-size: 17px;
}

.thead_desc {
    background: #161a23;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 7px;
    margin-top: -4px;
    float: right;
    opacity: 0.75;
    border: 1px solid #252a35;
    font-size: 11px;
    text-transform: none;
    font-weight: 400;
    color: #a7aebf;
}

.thead h1 {
    position: relative;
    display: inline;
}

h2.forum_title {
    font-size: 15px;
    font-weight: 400;
    display: inline;
}

.forum_desc {
    margin: .25rem 0 0 0;
    font-size: 12px;
}

.sub_forums {
    padding: 12px 20px;
}

.sub_forum_columns {
    display: flex;
    float: left;
    margin-right: 24px;
    align-items: center;
}

.sub_forum_columns a {
    display: flex;
}

.forumBottom_links li {
    display: inline-block;
    margin: 0 10px;
}

.forumBottom_links {
    text-align: center;
    padding: 10px;
    background: #161a23;
    font-size: 13px;
    border-radius: 0 0 8px 8px;
}

.forum_stats_icon i {
    line-height: inherit;
}

.forum_title:before,
.forum_lastpost a:before,
.sub_forums a:before {
    right: 3px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
	color: #ff6a4a;
}

.forum_title:after,
.forum_lastpost a:after,
.sub_forums a:after {
    left: 3px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
	color: #ff6a4a;
}

.forum_title:before,
.forum_title:after,
.forum_lastpost a:before,
.forum_lastpost a:after,
.sub_forums a:before,
.sub_forums a:after {
    margin: 0 -2px;
    display: inline-block;
    opacity: 0;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
	color: #ff6a4a;
}

.forum_title:hover:before,
.forum_title:hover:after,
.forum_lastpost a:hover:before,
.forum_lastpost a:hover:after,
.sub_forums a:hover:before,
.sub_forums a:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    color: currentColor;
	color: #ff6a4a;
}

.announcements_1:before {
    background: url(../../../../../images/ponifex/goz.png) no-repeat;
    content: "";
    position: absolute;
    left: 14px;
    width: 35px;
    height: 20px;
    display: inline-block;
    top: 13px;
}

.announcements_2:Before {
    background: url(../../../../../images/ponifex/rozet.png) no-repeat;
    content: "";
    position: absolute;
    left: 18px;
    width: 24px;
    height: 30px;
    display: inline-block;
    top: 8px;
}

.forum_status i {
    font-size: 35px;
}

.forum_on {
    color: #ff6a4a;
}

.forum_off {
    color: #a7aebf;
}

.forum_offlink i:before {
    content: "\f0c1";
    font-weight: 900;
    color: #c5e22b;
}

.forum_offclose i:before {
    content: "\f023";
    font-weight: 900;
    color: #b53636;
}

.thead2 {
	background: #161a23;
	color: #a7aebf;
	border-bottom: 2px solid #fefd0c;
	border-radius: 7px 7px 0 0;
	padding: 10px 10px;
	text-transform: uppercase;
	
	font-size: 12px;
	font-weight: 400;
}

.forum_stats_col {
    background: #1b1f27;
    border: 1px solid #252a35;
    flex: 1 1 auto;
    margin-right: 4px;
    height: 100px;
    padding: 25px 5px;
    position: relative;
}

.forum_stats_col:last-child {
    margin: 0;
}

.forum_stats_icon:before {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    width: 0;
    height: 0;
    content: "";
    background: currentcolor;
    transition: all 0.5s ease-in-out 0s;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.forum_stats_col:hover .forum_stats_icon:before {
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #14171d;
    transition: all 0.5s ease-in-out 0s;
}

#forum_stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
}

.forum_stats_text {
    text-align: center;
    font-size: 18px;
    color: #a7aebf;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
}

.forum_stats_text span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.forum_stats_icon {
	background: #1b1f27;
	width: 60px;
	color: #fefd0c;
	position: absolute;
	left: 87%;
	height: 60px;
	line-height: 50px;
	top: 20%;
	border-radius: 100%;
	border: 5px solid #14171d;
	z-index: 1;
	text-align: center;
	
	font-size: 26px;
}

.footer_top {
    background-color: #161a23;
    border: 1px solid #242934;
    padding: 30px;
    text-align: center;
    margin-top: 15px;
    border-radius: 8px 8px 0 0;
    background-image: url(../../../../../images/ponifex/footer.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.footer_logo img {
    max-width: 100%;
}

.footer_title {
    font-size: 17px;
    font-weight: 800;
    color: #ff6a4a;
    margin-top: 10px;
}

.footer_warn {
    font-size: 12px;
    color: #a7aebf;
    line-height: 20px;
    margin-top: 20px;
}

.footer_top:after {
    content: "";
    background-image: url(https://78.media.tumblr.com/9951ca2e7e884a48ca5b5269f5514cd6/tumblr_orh7h7ephj1ve5gdao1_500.gif);
    position: absolute;
    left: 0;
    mix-blend-mode: screen;
    height: 200px;
    width: 500px;
    bottom: 0px;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.footer_bottom {
    border: 1px solid #242934;
    margin-top: 8px;
    background: #161a23;
    padding: 12px 15px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_copyright {
    float: left;
    font-weight: 500;
}

.footer_crafted {
    float: right;
    font-weight: 500;
    text-align: right;
}

.footer_crafted a {
    color: #ff6a4a;
}

.rate {
    font-size: 23px;
    margin: 0 auto;
}

.rate-base-layer {
    color: #67696c;
}

.rate-select-layer {
	color: #fefd0c;
}

.rate-hover-layer {
	color: #fefd0c;
}

.header_drop_menu {
    position: absolute;
    left: auto;
    top: auto;
    margin-top: 10px;
    z-index: 100;
    border-top: 4px solid #ff6c4a;
    background: #1b1f27;
    border-radius: 4px;
    min-width: 180px;
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, .50);
    display: none;
}

.header_drop_menu .item a {
    border-bottom: 1px solid #212631;
    padding: 10px 14px;
    text-align: left;
    position: relative;
    display: block;
}

.header_drop_menu .item a:before {
    content: "\f105";
    position: absolute;
    right: 0;
    transition: all .3s ease-in-out;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    visibility: hidden;
    opacity: 0;
}

.header_drop_menu .item:last-child a {
    border: 0;
}

.header_drop_menu .item:hover a:before {
    right: 12px;
    visibility: visible;
    opacity: 1;
}

.header_drop_menu .item i {
    width: 20px;
    text-align: center;
    margin: 0;
}

.header_drop_menu .item:last-child a {
    border-radius: 0 0 4px 4px;
}

.header_drop_menu:After {
    border-color: transparent transparent #ff6c4a transparent;
    left: 50%;
    margin-left: -40px;
    margin-top: -1px;
    bottom: 100%;
    border-width: 16px;
    z-index: 100;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    pointer-events: none;
    display: block !important;
}

.header_member {
    float: right;
    text-align: left;
    margin: 12px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_member_block {
    flex: 1 1 auto;
    margin: 0 6px;
    font-size: 13px;
}

.member_avatar img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 3px solid #34383f;
}

.header_member_block a {
    display: inline-block;
}

.header_member_block a.notification {
    margin-right: 8px;
    font-size: 13px;
	position:relative
}

.header_member_block a.private {
    margin-left: 8px;
    font-size: 13px;
}

.header_member_block.Hr {
    width: 1px;
    height: 22px;
    background: #a7aebf;
    display: inline-block;
}

.header_member_block .fa-caret-down {
	color: #fefd0c;
	margin-left: 3px;
}

.header_member_block img {
    vertical-align: middle;
}

span.member_name {
    margin-left: 6px;
    color: #ffffff;
    font-weight: 500;
}

img.bell {
    margin-right: 7px;
}

img.envelope {
    margin-left: 7px;
}

#cp_link_popup img {
    margin-right: 2px;
    margin-top: -3px;
    vertical-align: middle;
}

#setting_popup {
    width: 205px;
}

/** POSTBIT **/
#posts {
    overflow: hidden;
    clear: both;
}

.postbit_table_cell_top {
    display: table-cell;
    vertical-align: top;
}

.postbit_table_cell_mid {
    display: table-cell;
    vertical-align: middle;
}

.postbit_wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.postbit {
    margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid #252a37;
    border-radius: 6px;
    clear: both;
}

.postbit_user_info {
    width: 210px;
    border-right: 1px solid #252a37;
    padding: 10px;
    border-top-left-radius: 6px;
    position: relative;
    z-index:9
}

.postbit_user_info:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: -4px;
    font-size: 58px;
    top: -15px;
    color: #1b1f27;
    font-weight: 900;
    text-shadow: 1px 0px 0px #252a37;
    z-index: 3;
    transform: rotate(-180deg);
}

.postbit_user_info, .postbit_message, .postbit_button, .postbit_message_button {
    background: #1b1f27;
}

postbit.postbit_username {
    font-size: 20px;
    margin: -5px 0 5px;
    padding: 0 5px;
    text-align: center;
}

postbit.postbit_avatar {
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}

postbit {
    display: block;
}

.postbit_message {
    padding: 15px 10px;
    word-wrap: break-word;
    border-top-right-radius: 6px;
}

postbit.postbit_head {
    padding-bottom: 15px;
    border-bottom: 1px dashed #252a37;
    font-size: 12px;
    overflow: hidden;
	margin-bottom: 10px;
}

.postbit_message_date {
    float: left;
    color: #a7aebf;
}

postbit#pid_7 {
    color: #e0e0e0;
    font-size: 13px;
    padding: 0;
}

.signature {
    overflow: auto;
    max-height: 250px;
}

.postbit_button {
    padding: 10px;
    border-radius: 0 0 0 2px;
    width: 210px;
    border-right: 1px solid #252a37;
    text-align: center;
    height: 50px;
    border-bottom-left-radius: 6px;
}

.postbit_message_button {
    padding: 10px;
    text-align: right;
    border-bottom-right-radius: 6px;
}

.postbit_stats {
	color: #fefd0c;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	text-align: center;
	margin: 0px -10px 10px -10px;
	margin-top: 10px;
	
	font-size: 15px;
	font-weight: 700;
}

.postbit_stats > div > span {
    display: block;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #a7aebf;
}

.postbit_stats > span.postbit_sep {
    width: 1px;
    border-left: 1px dashed #a7aebf;
    height: 33px;
}

.postbit_contact {
    background: #161a23;
    border-top: 1px solid #252a37;
    border-bottom: 1px solid #252a37;
    margin: 0 -10px;
    overflow: hidden;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    padding: 5px 0;
}

.postbit_statistics {
    margin: 5px 0;
    clear: both;
}

.postbit_star {
    float: right;
}

.postbit_usertitle {
    float: left;
    text-align: left;
    font-size: 12px;
}

.rep_button {
    margin-left: .25rem;
}

.postbit_button > a, .postbit_message_button > a, .postbit_message_button .float_left > a, .rep_button > a {
	background: #161a23;
	color: #fefd0c;
	border: 1px solid #252a37;
	padding: 8px 12px;
	text-transform: uppercase;
	border-radius: 4px;
	text-align: center;
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 800ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	box-shadow: #252a37 0 0px 0px 0.1px inset;
	
	font-size: 11px;
	font-weight: 600;
}

.postbit_button > a:hover,
.postbit_message_button > a:hover, 
.postbit_message_button .float_left > a:Hover,
.rep_button > a:hover {
    color: rgba(255, 255, 255, 0.85);
    box-shadow: #ec5838 0 80px 0px 1px inset;
}

.postbit_button > a {
    margin: 0 8px;
}

.postbit_message_button > a {
    margin-left: 5px;
}

.postbit_extras {
    background: #161a23;
    border-bottom: 1px solid #252a37;
    margin: 0 -10px;
    padding: 6px;
    overflow: hidden;
}

.postbit_usertitle:after {
    content: "|";
    margin-left: 20px;
}

.postbit_statistics dl {
    background: #161a23;
    border: 1px solid #252a37;
    padding: 6px;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 11px;
}

.postbit_statistics dl:hover{
	color: #ff6a4a;
    padding: 6px;
    font-size: 11px;
	transition: all 100ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
}

.postbit_statistics dl dd {
    float: right;
    text-align: right;
}

.postbit_statistics dl dt {
    float: left;
    text-align: left;
}

.postbit_statistics dl.warn {
    background: #231616;
    border-color: #372525;
}

.author_avatar a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    top: 20%;
    font-size: 30px;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 2;
    color: #fff;
    text-shadow: 0px 0px 10px currentColor;
    opacity: 0;
    transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    font-size: 40px;
    margin-left: -20px;
    margin-top: -20px;
    text-shadow: 0px 0px 10px #F44336;
}

.author_avatar:hover a i {
    opacity: 1;
    top: 50%;
}

.author_avatar:hover a img {
    filter: blur(1.2px);
    -webkit-filter: blur(1.2px);
}

.author_avatar img {
    border: 5px solid #14171d;
    border-radius: 100%;
    width: 178px;
    height: 178px;
    box-shadow: inset 0 0 0 15px black;
}

.postbit_status {
    position: relative;
    right: 0;
    bottom: 0;
}

.postbit_online {
    position: absolute;
    right: 22px;
    top: -39px;
    background: #35623a;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 5px solid #14171d;
    animation: onlinepulse 1.4s infinite;
}

.postbit_offline {
    position: absolute;
    right: 22px;
    top: -39px;
    background: #623535;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 5px solid #14171d;
}

.postbit_away {
    position: absolute;
    right: 22px;
    top: -39px;
    background: #5d6235;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 5px solid #14171d;
}

.postbit_contact a {
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 1px solid #252a37;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s;
}

.postbit_contact a:Hover {
    border-color: #a7aebf;
}

.postbit_contact a img {
    margin-top: 10px;
}

.postbit_contact a:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.thead3 {
    background: #161a23;
    padding: 10px;
    color: #a7aebf;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
}

.usersbrowsing {
    border: 1px solid #222731;
    border-radius: 4px;
    background: #161a23;
    padding: 12px;
}

.usersbrowsing .title {
	color: #fefd0c;
	margin-right: 5px;
	
	font-weight: 600;
}

.pxkutus {
	DEAS-W33H-CD4U-UAB2-WW5F
}

.page_head {
    display: table;
    width: 100%;
	padding: 8px;
    table-layout: fixed;
    box-shadow: inset 0 0 8px 0px black;
    border: 1px solid #252a37;
    border-radius: 6px;
    margin: 5px 0 10px 0;
    background: #161a23;
}

.page_head > div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.page_head_icon {
    width: 55px;
    text-align: right;
    padding: 0 10px 0 17px !important;
}

.page_head_title h1 {
    font-size: 15px;
    color: #a7aebf;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page_head_desc {
    font-size: 12px;
    color: #a7aebf;
    line-height: 18px;
}

.page_head_buttons {
    text-align: right;
}

.page_head_buttons > a {
	background: #14171d !important;
	color: #fefd0c;
	display: inline-block;
	padding: 8px 10px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #252A37 !important;
	text-transform: uppercase;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	
	font-size: 13px;
	font-weight: normal;
}

.page_head_buttons > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
    background-color: #ff6a4a;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.page_head_buttons > a:hover:after {
    height: 100%;
}

.page_head_buttons > a:hover {
    color: #fff;
}

#navigation {
	background: #161a23;
	color: #fefd0c;
	border: 1px solid #242935;
	padding: 10px;
	border-radius: 4px;
}

#navigation .active {
    font-weight: 600;
}

#navigation i {
    margin: 0 5px;
}

#navigation .pagination_icon {
    border: 2px;
    background: #333944;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

#navigation.page_header_active {
	color: #fefd0c;
	margin-top: 76px;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index #navigation {
	display: none;
}

.popup_menu i {
    margin-right: 7px;
}

.postbit_edit,.postbit_edit a {
    display: inline;
    color: #739e83;
}

.postbit_signature {
    font-size: 12px;
    color: #575d6d;
    margin-top: 5px;
    margin: 15px 0 10px 0;
    padding: 10px 15px;
    border: 0;
    border-top: 2px dotted #575d6d;
}

.postbit_signature legend {
    display: inline-block;
    width: auto;
    margin-left: 1rem;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
    color: #575d6d;
}

.forumdis_cat {
    background: #161a23;
    border-bottom: 1px solid #1d2330;
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 8px;
    font-size: 12px;
}

.forumdis_cat > div {
    display: table-cell;
    vertical-align: middle;
}

.forumdis_cat_icon {
    width: 48px;
    padding-left: 12px;
}

.forumdis_cat_last {
    width: 220px;
    padding-left: 15px;
}

.forumdis_cat_stats {
    width: 120px;
    text-align: center;
}

.forumdis_status {
    width: 45px;
    padding: 12px 10px;
    text-align: center;
}

.forumdis_main {
    width: auto;
    padding: 12px 10px;
    border-right: 1px solid #252a35;
}

.forumdis_stats {
    width: 120px;
    padding: 12px 10px;
    text-align: center;
    border-right: 1px solid #252a35;
}

.forumdis_lastpost {
    padding: 12px 10px 12px 16px;
    width: 230px;
    position: relative;
}

.forumdis_stats dt {
	color: #ff0000;
	font-size: 15px;
	font-weight: 500;
}

.forumdis_stats dd {
    font-size: 11px;
    text-transform: uppercase;
}

.forumdis_mod {
    width: 0px;
    position: relative;
}

.forumdis_mod input {
    position: absolute;
    left: -45px;
    top: 20px;
}

.forumdis_cat_mod {
    width: 0px;
    text-align: center;
    position: relative;
}

.forumdis_cat_mod input {
    position: absolute;
    left: -20px;
    top: -4px;
}

.forumdis_lastpost .last_user_icon {
    right: -27px;
    margin-top: -9px;
    width: 48px;
    height: 48px;
    font-size: 18px;
    padding: 7px 0 0 5px;
}

.prefix--closed, .prefix--sticky, .prefix--sticky, .prefix--bullhorn {
    display: inline;
}

.prefix--sticky {
    color: #c68531;
}

.prefix--closed {
    color: #bb3f3f;
}

.prefix--bullhorn {
    color: #a2bb3f;
}

.prefix--attach {
    color: #9b53fb;
}

.prefix--poll {
    color: #2196F3;
}

.prefix--sticky[id="0"], .prefix--closed[id="0"], .prefix--poll[id="0"] {
    display: none;
}

.forumdis_main h2 {
    display: inline;
    font-size: 13px;
    font-weight: 500;
}

.forumdis_stats dt a {
	color: #ff0000;
}

.forumdis_lastpost:hover .last_user_icon {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    color: #ff6c4a;
}

.more_link_menu {
    width: 185px;
}

/** checkbox
**************************/

[type="checkbox"] {
 cursor: pointer;
 position:  relative;
 display:  inline-block;
 margin: 4px 8px 4px 4px;
 width: 15px;
 height: 15px;
     top: 1px;
}

[type="checkbox"]:checked:after {
    top: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #1b1f27;
    background-color: #14171d;
    z-index: 0;
    box-shadow: 0px 0px 5px rgba(236, 139, 82, 0.6);
}

[type="checkbox"]:after {
 height: 13px;
 width: 13px;
 background-color: #14171d;
 border: 1px solid #1b1f27;
 top: 0px;
 z-index: 0;
 border-radius: 2px;
}

[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 {
	width: 1px;
	top: 3px;
	left: 2px;
	height: 4px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fefd0c;
	border-bottom: 2px solid #fefd0c;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

[type="radio"] {
 cursor: pointer;
 position:  relative;
 display:  inline-block;
 margin: 4px 8px 4px 4px;
 width: 15px;
 height: 15px;
     top: 1px;
}

[type="radio"]:checked:after {
    top: -1px;
    width: 14px;
    height: 14px;
    border: 1px solid #a3a3a3;
    background-color: #14171d;
    z-index: 0;
    box-shadow: 0px 0px 5px rgba(208, 89, 64, .6);
    border-color: #d05940;
}

[type="radio"]:after {
 height: 14px;
 width: 14px;
 background-color: #14171d;
 border: 1px solid #1b1f27;
 z-index: 0;
 border-radius: 12px;
 top: -1px;
}

[type="radio"]::before,
[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;
}

[type="radio"]: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="radio"]:checked:before {
	width: 1px;
	top: 3px;
	left: 2px;
	height: 4px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fefd0c;
	border-bottom: 2px solid #fefd0c;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.forumdis_go {
    float: right;
    padding: 10px;
    background: #422a2a;
    border-radius: 4px;
}

.forumdis_go i {
    color: #ff6a4a;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .40);
}

.forumdis_go a {
    display: block;
}

.postbit_statistics dl:hover i {
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.35s;
    animation-name: icon-pop;
}

.page_header_buttons > a:hover i {
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.35s;
    animation-name: icon-pop;
}

/*** LOGIN MODAL ***/
.login_modal {
    max-width: 350px;
    background-color: #1b1f27;
    border-radius: 3px !important;
}

.login_heading {
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 20px;
    margin: 0;
    background-color: #1b1f27;
    color: rgb(187, 187, 187);
    border-radius: 2px 2px 0 0;
    font-weight: bold;
    font-size: 16px;
}

.login_icon {
    height: auto;
    padding: 35px 0;
    background: linear-gradient(-45deg, #ff6c4a, #ea5221 , #f9754b, #ff3f48 );
    background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite;
}

.login_icon > .icon {
    display: block;
    width: 100px;
    height: 100px;
    background: url(../../../../../images/ponifex/icon-login-form.png);
    margin: 0 auto;
}

.login_input {
    margin: 20px 0;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.login_input .textbox {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
    line-height: 24px;
    border: none;
    padding-left: 33px;
    color: #eee;
    font-size: 13px;
}

#quick_login_username {
    background: #14171d url(../../../../../images/ponifex/people-small.png) no-repeat 10px center;
}

.login_input .textbox:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#quick_login_password {
    background: #14171d url(../../../../../images/ponifex/lock.png) no-repeat 11px center;
}

.lost_password {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid #f84e37;
    border-radius: 100%;
    color: #f84e37 !important;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    padding-left: 1px;
    position: absolute;
    top: 10px;
    right: 30px;
}

.lost_password:hover {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.login_input.submit .button {
	width: 145px;
	color: rgb(255, 255, 255);
	display: block;
	float: left;
	height: 40px;
	line-height: 42px;
	box-sizing: border-box;
	text-transform: uppercase;
	background-color: #fb5e49;
	padding: 0;
	text-align: center;
	border: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	border-radius: 4px;
	
	font-size: 13px;
	font-weight: 600;
}

.login_input.submit .loginBtn {
	background: #fefd0c;
	color: rgb(0, 0, 0);
	border-radius: 3px;
}

.login_input.submit .registerBtn {
    float: right !important;
}

.login_input.submit .button:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #13161d;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.login_input.submit .button:hover:after {
    height: 95%;
}

i.faa-wrench {
    animation: 2.5s ease 0s infinite normal none running wrench !important;
}

i.faa-wrench[id="0"] {
    animation: 0s ease 0s 1 normal none running none !important;
}

.pm {
    position: relative;
}

a.private i[id="0"] .pmbox{
	display: none;
}

.pmbox {
    position: absolute;
    top: -10px;
    right: -9px;
    background: #6b717e;
    border-radius: 100px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 8px;
    color: #fff;
    font-weight: 900;
}

.member_online {
    border: 1px solid #1d2330;
    border-radius: 8px 8px 0 0;
    border-bottom: 0;
    margin-top: 1rem;
}

.most_online {
    border: 1px solid #1d2330;
    border-radius: 0 0 8px 8px;
    border-bottom: 0;
}

.most_online .trow1 {
    border-radius: 0 0 8px 8px;
}

.most_member:not(:last-child)::after {
    content: ",";
    margin-right: 3px;
    display: inline;
}

.newpost .tcat {
    background: #2c303a;
}


		
		
		