html {
    font-size: 10px;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*:not(.sceditor-button) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-family: "Roboto", Tahoma, sans-serif;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #777;
    height: 100%;
    background-color: #14151b;
    margin: 0;
}

ol, ul {
    margin:  0;
    padding:  0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: inherit;
}

p {
    margin: 0 0 10px;
}

dl,dl * {
    margin: 0;
    padding: 0;
}

a {
    color: #c4c4c4;
    text-decoration: none;
    transition: all 0.6s ease-in-out;
}

a:hover {
    color: #0C3D8C;
    transition: all 0.6s ease-in-out;
}

a:active, a:focus, a:hover {
    outline: 0 !important;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: rgb(12, 61, 140);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.hizala {
    max-width: 1240px;
    padding: 0 15px;
    margin: 0 auto;
}

.content {
    background-color: #22232b;
    padding: 10px 20px;
}

#main {
    padding-top: 10px;
    padding-bottom:  10px;
}

#sayfaBasligi {
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.05) 0px 1px 4px;
    padding: 20px;
    margin: 0;
    margin-bottom: 10px;
    background: #32343b;
}

#sayfaBasligi:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#sayfaBasligi h1 {
    display: inline;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

#sayfaBasligi .sayfaAciklamasi {
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #777777;
    font-size: 1.3rem;
    line-height: 1.6;
    margin:  0;
}

#wk_header {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#wk_header > header {
    background: #22232b;
    padding: 23px 23px;
    margin: 0 !important;
    text-align: center;
}

#wk_logo {
    float: none;
    display: inline-block;
    min-height: 80px;
}

#wk_logo img {
    max-width: 100%;
    -moz-transition: all 2.8s ease-in 0s;
    -o-transition: all 2.8s ease-in;
    -ms-transition: all 2.8s ease-in;
    transition: all 2.8s ease-in;
    position: relative;
    height: 80px;
}

#wk_logo:hover img, 
#wk_logo:focus img {
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s;
    transform: rotateY(360deg);
}

.sosyal_ikonlar {
    float: left;
    transform: skew(-25deg);
    position: relative;
    padding: 0px 15px;
    top: auto;
    left: 0;
    background: rgba(0,0,0,0.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5) inset, 0px 1px 0px rgba(255,255,255,0.2), 0px 0px 0px 1px rgba(255,255,255,0.07), 0px 10px 10px rgba(0,0,0,0.2) inset;
}

.sosyal_ikonlar a {
    display:  block;
    padding: 15px 20px;
    color: white;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

#ust_menu {
    background: #22232b;
    padding-bottom: 50px;
    border-top: 1px solid #0C3D8C;
}

.kullanici_menu > ul {
}

.kullanici_menu > ul > li {
	display: inline-block;
	margin: 3px 3px;
	transform: skew(25deg);
}

.kullanici_menu {
    float:  right;
    transform: skew(-25deg);
    position: relative;
    padding: 0px 15px;
    top: auto;
    right: 0;
    background: rgba(0,0,0,0.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5) inset, 0px 1px 0px rgba(255,255,255,0.2), 0px 0px 0px 1px rgba(255,255,255,0.07), 0px 10px 10px rgba(0,0,0,0.2) inset;
}

.kullanici_menu > ul > li > a {
    display: block;
    padding: 10px 10px;
    color: white;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    font-size: 12px;
}

.kullanici_menu > ul > li:first-child {
    border-left: 0;
}

.kullanici_menu a.avatar > img {
    width:  20px;
    height:  20px;
    border-radius:  20px;
}

.kullanici_menu a.avatar {
    float:  left;
}

span.pm_box {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #0C3D8C;
    padding: 0px;
    border-radius:  100px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    font-size:  10px;
    text-align:  center;
}

#ust_menu ul li {
    float: left;
    display:  inline-block;
}

#ust_menu ul li a {
    margin-right: 5px;
    font-weight: 600;
    line-height: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: transparent;
    border-radius: 0px;
    padding: 17.2px 27px;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
}

#ust_menu ul li a:hover {
    background: rgba(245,245,245,0.1);
}

#alt_menu {
    height: 40px;
    background-color: #22232b;
}

#alt_menu > * > ul > li {
    float:  left;
    display:  inline-block;
    position: relative;
}

#alt_menu > * > ul > li > a {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    padding: 12px 18px 8px;
    color: #c4c4c4;
}

#alt_menu > * > ul > li > a:hover {
    color:  #fff;
}

.acilir_menu {
    z-index: 1020;
    position: absolute;
    color: #323539;
    box-shadow: rgba(0,0,0,0.26) 0px 20px 20px, rgba(0,0,0,0.1) 0px 2px 2px;
    background: currentColor;
    border-color: currentColor;
    min-width: 175px;
    border-radius: 0px 0px 3px 3px;
    display: block !important;
    top: 100%;
    left: 0;
    right: auto;
    bottom: auto;
    height: auto;
    white-space: nowrap;
    pointer-events: none;
    transform-origin: 50% 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s;
    top: calc(100% + 8px);
    border-radius: 3px;
    transform: translateY(6px);
    padding-top: 5px;
}

.acilir_menu > li {
display: block;float: none;width: inherit;
}

.acilir_menu:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 20px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: currentColor;
}

.acilir_menu > li > a {
    display: block;
    padding: 0;
    background: 0 0!important;
    color: #515365;
    transition: all .2s ease;
    font-size: 13px;
}

.acilir_menu li i {
    margin-right: 10px;
    color: #c2c7cc;
}

li:hover .acilir_menu {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s, 0s;
    transform: translateY(0);
}

.acilir_menu:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
}

.acilir_menu > li > a {
    display:  block;
    font-size: 13px;
    text-align: left;
    white-space: nowrap;
    width: inherit;
    padding: 0 1.5em;
    line-height: 3.3em;
    border: 0;
    color: rgba(255,255,255,0.6);
    text-decoration:  none;
}

.acilir_menu > li > a:hover {
    background: rgba(255,255,255,0.05);
    color: #ffffff;
}

#ust_menu ul li a span {
    margin-left: 5px;
}

#alt_menu > * > ul > li > a span {
    margin-left:  5px;
}

#ust_menu ul li a.aktif {
    background: #0C3D8C;
    color: #FFF;
}

#arama {
    width: 360px;
    height: 35px;
    background-color: #32343B;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #44464D;
    border-radius: 0px;
    float: right !important;
    top: 8px !important;
    z-index: 2;
    position: relative;
    -webkit-transition: 0.1s all linear;
    -moz-transition: 0.1s all linear;
    -ms-transition: 0.1s all linear;
    -o-transition: 0.1s all linear;
    transition: 0.1s all linear;
}

input.arama_text {
    color: #c4c4c4;
    padding: 0 0 0 2px;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 13px;
    position: absolute;
    top: 0;
    width: 324px;
    line-height: 28px;
    height: 33px;
    outline:  none;
    max-width: 315px;
    right: 38px;
}

#arama button {
    right: 5px;
    color: #0C3D8C;
    cursor: pointer;
    top: 0;
    position: absolute;
    border: 0;
    background: transparent;
    font-size: 17px;
    width: 35px;
    line-height: 22px;
}

.sosyal_ikonlar li {
    display: inline-block;
    margin: 3px 3px;
    transform: skew(25deg);
}

.sosyal_ikonlar li a.yt,.sosyal_ikonlar li a.fb,.sosyal_ikonlar li a.tw {
    padding: 0;
    height: 38px;
    line-height: 38px;
    width: 38px;
    text-align: center;
    font-weight: normal:;
}

.sosyal_ikonlar li a.yt i, .sosyal_ikonlar li a.fb i, .sosyal_ikonlar li a.tw i {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .75s ease-in-out;
}

.sosyal_ikonlar li a.yt:hover i, .sosyal_ikonlar li a.fb:hover i, .sosyal_ikonlar li a.tw:hover i {
    top: -50px;
}

.sosyal_ikonlar li a.yt:after, .sosyal_ikonlar li a.fb:after, .sosyal_ikonlar li a.tw:after {
    display: block;
    position: absolute;
content: 'Go';
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .25s ease-in-out;
}

.sosyal_ikonlar li a.yt:hover:after, .sosyal_ikonlar li a.fb:hover:after, .sosyal_ikonlar li a.tw:hover:after {
    bottom: 0px;
}

/** NAVIGASYON 
***************************/
#wk_navigasyon {
    color: #c4c4c4;
    background: linear-gradient(to right, hsla(0, 0%, 100%, 0.05), hsla(0, 1%, 21%, 0.12), rgba(255, 255, 255, 0.05));
    border-radius: 3px;
    padding: 0;
    margin: -10px -20px;
    margin-bottom: 10px;
    overflow: hidden;
    clear: both;
}

#wk_navigasyon li {
    float: left;
}

#wk_navigasyon li.first_crumb>a {
    padding-left: 15px!Important;
}

#wk_navigasyon li a {
    text-align: center;
    text-decoration: none;
    padding: 12px 0 12px 45px;
    background: #27282f;
    position: relative;
    font-size: 11px;
    display: block;
    float: left;
    transition: none;
    font-weight:  500;
}

#wk_navigasyon li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #22232b;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 3px;
    left: 100%;
    z-index: 1;
}

#wk_navigasyon li.first_crumb a span:first-child {
    visibility: hidden;
    display: inline-block;
    width: 1px;
}

#wk_navigasyon  li.first_crumb>a span:last-child {
    width: 16px;
    top: 12px;
    z-index: 3;
    left: 14px;
    height: 12px;
    position: absolute;
    background-position: right center;
    background-repeat: no-repeat;
    font-family: "Font Awesome 5 Free";
    font-weight:  900;
}

#wk_navigasyon li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #282930;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

#wk_navigasyon li a:hover {
    background-color: #32343b;
}

#wk_navigasyon li a:hover:after {
    border-left-color: #32343b;
}

#wk_navigasyon .active:hover {
    color: #cecece;
}

#wk_navigasyon .active {
    background-color: #373940;
    transition: none;
    color: #fff;
}

#wk_navigasyon .active:after {
    border-left-color: #373940;
}

#wk_navigasyon li.first_crumb > a span:last-child:before {
    content: "\f015";
}

.forum_baslik {
    color: #c4c4c4;
    margin: 0 0 2px 0;
    display: inline-block;
    line-height: 20px;
    font-size: 1.4rem;
    font-weight: bold;
}

.forum_aciklamasi {
    font-weight: 400;
    color: #777;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 12px;
    margin: 3px 0 5px 0;
}

dl.forum_istatistik {
    margin: 0 47px 5px 0;
}

dl.forum_istatistik dt.numara {
    color: #c4c4c4;
    text-align: center;
    text-transform: capitalize;
    margin-left: 0;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.3;
}

dl.forum_istatistik dd.yazi {
    text-transform: none;
    margin-left: 0;
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.son_mesaj_avatar {
    float:  left;
    margin-right:  15px;
    border-radius:  100px;
    border: 1px solid #484a51;
    padding:  2px;
    margin-top:  -1px;
}

.son_mesaj_avatar img {
    width: 36px;
    height: 36px;
    border-radius:  100px;
}

dl.son_mesaj dt {
    font-weight:  500;
}

dl.son_mesaj {
    line-height:  20px;
    font-size:  12px;
}

#altforumlar {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

#altforumlar > li {
    width: calc((99% / 2));
    position: relative;
    z-index:  2;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.altforum:before {
    content: '\f35a';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    display: inline-block;
    transform: translate(0,0);
    font-weight: normal;
    color: #8c26a3;
}

#altforumlar > li > a {
    left: 10px;
    color: #c4c4c4;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size:  12px;
}

#altforumlar > li.minion a {
color:  #fff;
}

/** FOOTER 
*****************************/
#wk_footer {
    font-weight: 200;
    background: #22232b;
    margin-top: 20px;
    padding: 30px;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

#wk_footer > div {
    flex: 1;
    margin-left: 3% !important;
}

#wk_footer > div:first-child {
    margin-left: 0 !important;
    flex: 0 0 270px;
}

#wk_footer h2 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #32343b;
    padding-bottom: 10px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1.2;
    margin:  0.83em 0;
}

#wk_footer h2 span {
    color: #FFFFFF;
}

#wk_footer h2:after {
    content: '';
    width: 50%;
    display: block;
    margin-bottom: -12px;
    padding-bottom: 9px;
    border-bottom: 2px solid #0C3D8C;
}

.footer_linkler {
    display: inline-block;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer_sosyal {
    display: inline-block;
    margin-right: 20px;
    white-space: unset;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer_sosyal li {
    display:  inline-block;
    margin:  10px;
    font-size: 24px;
}

#wk_footer p {
    margin: 10px;
}

#wk_footer p > a {
    font-size: 14px;
    line-height: 1.714;
}

.wk_copyright {
    margin: 20px 0;
    font-weight: 700;
	padding-bottom: 20px;
}

.wk_copyright > div {
    color: #c4c4c4;
}

.wk_copyright > div > a {
    color: #c4c4c4;
    font-weight: 400;
}

.wk_copyright > div:last-child a:before {
    font-family: "Font Awesome 5 Free";
    color: #ff4149;
    content: "\f004";
    margin-right: 5px;
    font-size: 11px;
}

/** FORUM ISTATISTIKLERI 
****************************/
#forum_istatistikleri {
	background: #1d1d25 !important;
	color: #fff !important;
	padding: 15px;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	border-radius: 0px !important;
	margin-top: 15px;
	margin-bottom: 15px;
	
	font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 7px;
	font-weight: 500;
}

.ikonlar, .istatistik {
    display: flex;
    width:  100%;
}

.ikonlar > div, .istatistik > div {
    flex:  1;
    background: #1b1a20;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: relative;
    margin-left: 5px;
}

.ikonlar > div > i {
    font-size: 40px;
    position: relative;
    line-height:  60px;
    margin-right: 10px;
}

.istatistik {
    margin-top: 5px;
}

.istatistik span:first-child {
    font-size: 19px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #fff;
    top: 5px;
    position: relative;
    font-weight: bold !important;
    line-height: 32px !important;
}

.istatistik span:last-child {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #5d5c6a;
    font-weight: bold !important;
    top: 5px;
    position: relative;
	line-height: 20px;
}

.ikonlar > div:last-child, 
.istatistik > div:last-child {
    flex: 0 0 35%;
    margin-left:  15px;
}

.ikonlar > div:nth-child(1) i {
    color:  #0fd9c5;
}

.ikonlar > div:nth-child(2) i {
    color: #37ac37;
}

.ikonlar > div:nth-child(3) i {
	color:  #9859e8;
}

.ikonlar > div:nth-child(4) i {
    color:  #008aef;
}

.ikonlar > div:nth-child(5) i {
    color:  #0fd9c5;
}

.ikonlar > div:nth-child(5) span {
    position: relative;
    top: -10px;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: rgb(255, 255, 255);
    font-weight: bold !important;
}

.index_kutu,.index_kutu2 {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    background: #1d1d25 !important;
    border-radius: 0px !important;
    padding: 10px;
    vertical-align:  middle;
}

.index_kutu {
    border-bottom: 4px solid #1a191f;
    margin-top:  10px;
    display:  flex;
}

.index_ikon {
    background: #1b1a20;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #8c26a3;
    line-height: 45px;
    display: inline-block;
    margin-right: 15px;
    font-size: 26px;
    position: relative;
}

.index_ikon i {
    line-height: 45px;
}

.index_baslik {
position: relative;display: inline-block;font-size: 11px !important;text-transform: uppercase !important;letter-spacing: 1px !important;color: #5d5c6a;font-weight: bold !important;line-height: 20px;
}

.index_baslik span {
    font-size:  13px;
    color:  #fff;
}

.admin {
    color:  red !important;
    font-weight:  bold;
    text-transform:  capitalize;
    text-shadow: 0px 0px 7px red;
}

.smod {
    color: green !important;
    font-weight: bold;
    text-transform: capitalize;
    text-shadow: 0px 0px 7px green;
}

.mod {
    color: orange !important;
    font-weight: bold;
    text-transform: capitalize;
    text-shadow: 0px 0px 7px orange;
}

.user {
    color: #efeeee !important;
    font-weight: bold;
    text-transform: capitalize;
}

.banned {
    color: #bfbfbf !important;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: line-through;
}

/** POSTBIT
*************************/
.post_classic {
    display: flex;
    width: 100%;
    background: #32343B;
    overflow: hidden;
	margin-bottom: 20px;
}

.post_classic .post_author {
    flex: 0 0 200px;
    text-align: center;
    padding: 15px !important;
    border-right: 5px solid #22232b;
    position: relative;
}

.post_classic .username {
    font-size: 20px;
    color: #fff !important;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
}

.post_classic .usertitle {
    margin: 5px 0;
    font-size: 11px;
    color: #777;
}

.post_classic .post_author div.author_avatar {
    float: none;
    text-align: center;
    margin: 10px 0;
}

.post_classic .post_author div.author_avatar img {
    background: transparent;
    margin: 2px;
    max-width: 100%;
}

.post_classic .post_author div.author_information {
    float: none;
    padding: 0;
    text-align: center;
}

.post_classic .post_author div.author_statistics {
    float: none;
}

.post_classic .post_content {
    flex: 1 1 auto;
}

.post_classic .post_head {
    padding: 18px 15px 15px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
    background: linear-gradient(to right, hsla(0, 0%, 0%, 0.15), hsla(0, 0%, 0%, 0.15), rgba(0, 0, 0, 0.15));
}

.post_classic .post_head .edited_post {
    font-size:  11px;
    color: #777;
	font-weight: 400;
}

.post_classic .post_head .edited_post a {
    color: #777;
}

.post_classic .post_head span.post_date {
    color: #b3b3b5 !important;
	font-weight: 500;
}

.post_classic .post_body {
    font-size: 13px;
    position: relative;
    padding: 15px !important;
    line-height: 1.6;
    margin-bottom: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #9a9a9a;
}

.post_classic .signature {
    padding: 10px 0;
    margin: 15px;
    border-top: 1px dotted;
    border-color: #22232b;
}

.post_classic .post_meta {
    margin: 15px;
    font-size: 11px;
    color: #999;
}

.post_classic .post_controls {
    display: flex;
    align-items: center;
    padding-top: 7px;
    margin-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.075);
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
	opacity: .5;
}

.post_classic:hover .post_controls {
	opacity: 1;
	transition: all 0.6s ease-in-out;
}

.post_classic .postbit_buttons {
    margin-left: 15px;
}

.post_classic .postbit_buttons > a:link, 
.post_classic .postbit_buttons > a:hover, 
.post_classic .postbit_buttons > a:visited, 
.post_classic .postbit_buttons > a:active {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.post_classic .postbit_buttons .postbit_multiquote {
    padding: 4px 5px;
    border-radius: 3px;
    font-size: 12px;
    background: linear-gradient(to right, hsla(0, 0%, 0%, 0.25), hsla(0, 0%, 0%, 0.35), rgba(0, 0, 0, 0.25));
}

.post_classic .postbit_reputation_add {
    float: right;
    margin: 15px;
    background: #1c1d23;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
}

.post_classic .username {
    font-size: 20px;
    color: #fff !important;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
}

.post_classic .usertitle {
    margin:  5px 0;
    font-size:  11px;
    color:  #777;
}

.post_classic .user_info {
    overflow: hidden;
    padding: 10px 20px;
    width: 200px;
    margin: -15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: inset 0px 0px 126px rgba(74, 69, 69, 0.92);
    margin-top: 15px;
    background-color: #32343b;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 15px;
}

.user_info dl:first-child {
    float:  left;
}

.user_info dl:last-child {
    float:  right;
}

.user_info dl dt {
    font-size: 12px;
	font-weight: 500;
    color: #f99136;
}

.user_info dl dd {
    padding-top: 5px;
    font-size:  15px;
    color: #777070;
}

.user_info2 > dl {
    display: block;
    height: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    width: 170px;
    padding: 3px;
    position: relative;
    left: 5px;
    color: #777070;
    margin-bottom: 8px;
    line-height: 25px;
    text-align:  left;
}

.user_info2 > dl > dt {
    float: left;
    font-size: 12px;
}

.user_info2 > dl > dt i {
    height: 25px;
    text-align: center;
    width: 25px;
    border-radius: 50%;
    position: relative;
    transition: color .5s ease-in-out, transform 1s cubic-bezier(0.18, 0.46, 0.57, 1.35), background .2s ease-in-out .3s;
    text-shadow: none;
    font-size: 14px;
    background: linear-gradient(to right, rgb(228, 77, 38), rgb(254, 162, 58));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.user_info2 > dl > dd {
    float: right;
    font-weight: 900;
}

.user_info2 > dl:hover > dt i {
    color: white;
    transform: rotateY( 360deg );
}

#konu_bilgi_cubugu {
    margin: 14px 0;
    background: #32343b;
    color: white;
    display:  flex;
    box-shadow: rgba(0,0,0,0.05) 0px 1px 4px;
    padding: 20px;
    margin-bottom: 10px;
}

.konu_avatar img {
    width: 54px;
    height: 54px;
    border-radius: 27px;
}

.konu_avatar {
    flex:  0 0 60px;
    margin-right: 14px;
}

.konu_baslik h1 {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fff !important;
    margin-bottom: 0px;
}

.konu_baslik p {
    line-height: 2.2rem;
    font-size: 1.3rem;
    color: #777;
    margin:  0;
}

.konu_baslik {
    flex:  1;
    text-align:  left;
}

.konu_istatistik {
    flex: 0 0 350px;
    float:  right;
    text-align:  right;
}

.konu_istatistik dl {
    display:  inline-block;
    margin-left:  35px;
    text-align:  center;
}

.konu_istatistik dl dt {
    font-size: 2rem;
    color: #777;
    margin-bottom:  10px;
    overflow:  hidden;
}

.konu_istatistik dl dd {
    font-size: 1.4rem;
    color:  #fff;
    font-weight: 500;
}

.sayfaLinkGrubu {
    background: #32343b;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    font-size: 13px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 20px 0;
    border-radius: 2px;
    line-height: 20px;
    box-shadow: rgba(0,0,0,0.05) 0px 1px 4px;
    box-sizing: border-box;
    clear: both;
    width: 100%;
}

.LinkGrubu {
    float: right;
    padding: 10px 0;
    margin: 0 -10px;
}

.LinkGrubu a {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    float: left;
    text-transform: uppercase;
    line-height: 20px;
    color: #b9b9b9;
    font-weight: 500;
}

.durum {
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border: 10px solid transparent;
    border-radius: 3px 1px 0 1px;
}

.durum.online {
    border-left-color: #7fb900;
    border-top-color: #7fb900;
}

.durum.offline {
    border-left-color: rgb(185, 0, 0);
    border-top-color: rgb(185, 0, 0);
}

.durum.away {
    border-left-color: rgb(222, 186, 10);
    border-top-color: rgb(222, 186, 10);
}

/** HIZLI CEVAP
********************/
#hizli_cevap {
    display:  flex;
    margin:  15px 0 0 0;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.05) 0px 1px 4px;
    padding: 15px;
    background: #32343b;
}

#hizli_cevap .avatar img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

#hizli_cevap .avatar {
    margin-right: 15px;
    flex: 0 0 80px;
    text-align:  center;
}

#hizli_cevap .cevap {
    flex:  1;
    position:  relative;
}

form #message {
    width: 100%;
    background: #32343b;
    border: 3px solid rgba(255,255,255,0.15);
}

#hizli_cevap .cevap:before {
    right: 100%;
    border-color: transparent rgba(255,255,255,0.15) transparent transparent;
    border-width: 12px;
    content: '';
    position: absolute;
    top: 15px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}

#hizli_cevap .hizli_bolum {
    margin-top:  10px;
    overflow:  hidden;
    clear:  both;
}

#hizli_cevap .hizli_bolum label {
    display: inline-block;
    margin-right: 8px;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

#hizli_cevap:hover .hizli_bolum label {
    opacity: 1;
    transition: all 0.6s ease-in-out;
}

/** POSTBIT MODAL
**************************/
.username_modal {
    padding: 7px;
    margin: auto;
    width: 450px;
    min-height: 200px;
    background: #363636;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: rgba(0,0,0,0.06) 0px 0px 0px 1px, 0px 5px 40px rgba(0,0,0,0.2), 0px 5px 20px rgba(0,0,0,0.2);
    position: relative;
    display: none;
    z-index: 999;
    overflow: hidden;
}

.modal_head {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 85px;
    width: 100%;
    background-color: #333333;
    border-radius: 4px 4px 0px 0px;
    padding: 15px;
    color: #fff;
    position: relative;
}

.modal_head > img {
    position: absolute;
    top: 35px;
    left: 15px;
    width: 75px;
    height: 75px;
    border-radius: 38px;
    margin: 2px;
}

.modal_head h2 {
    left: 110px;
    line-height: 3.6rem;
    font-size: 2.5rem;
    max-width: 325px;
    top: 24px;
    position: absolute;
    color: #fff;
    font-weight: 400;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.modal_head p {
    position: absolute;
    color: #fff;
    font-weight: 400;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    line-height: 2.2rem;
    left: 110px;
    top: 60px;
    margin: 0;
    font-size: 1.3rem;
}

.modal_bilgi {
    margin-left: 105px;
    max-width: 330px;
}

.modal_bilgi ul {
    width: 100%;
    display: table;
    table-layout: auto;
    position: relative;
    border-collapse: separate;
    border-spacing: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal_bilgi ul li {
    width: 100%;
    position: relative;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent;
}

.modal_bilgi ul li .number {
    display: table-cell;
    vertical-align: top;
    padding: 2px 0;
    padding-left: 5px;
}

.modal_bilgi ul li .text {
    padding: 2px 0;
    display: table-cell;
    vertical-align: top;
    width: 100px;
    min-width: 100px;
}

.modal_buton {
    color: #fff;
    padding: 15px;
    background: #1c1c1c;
}

.modal_buton a {
    display:  inline-block;
    margin-right:  15px;
    vertical-align: middle;
    color: inherit;
}

.username_modal:after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.username_modal:after,
.username_modal:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.username_modal:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #363636;
    border-width: 10px;
    margin-left: -30px;
}

.username_modal:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(255,255,255,0.1);
    border-width: 12px;
    margin-left: -32px;
}

/** FORUMDISPLAY
****************************/
#forum_listesi {
    margin: 15px 0;
    background: #32343b;
    color: white;
    box-shadow: rgba(0,0,0,0.05) 0px 1px 4px;
}

#forum_listesi > ol > li {
    display: table;
    width:  100%;
}

#forum_listesi .forum_head {
    background:  #fff;
    font-size: 13px;
    color: #c4c4c4 !important;
    background-color: #484a51;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px 2px 0px 0px;
}

#forum_listesi .forum_head div {
    padding:  11px 20px;
}

#forum_listesi .forum_head div:nth-child(5) {
    width: 10px;
    vertical-align:  middle;
    text-align:  center;
}

#forum_listesi .forum_head div:nth-child(4) {
    width: 200px;
}

#forum_listesi .forum_head div:nth-child(3) {
    width: 180px;
    text-align: left;
}

#forum_listesi .forum_sep,.forum_sep * {
    background: #22232b;
    padding: 4px 10px !important;
    font-size: 11px;
}

#forum_listesi ol li .avatar {
    width: 56px;
    text-align:  center;
}

#forum_listesi ol li .avatar img {
    width: 40px;
    height: 40px;
    border-radius:  100px;
}

#forum_listesi ol li .forum {
    width: auto;
    position:  relative;
}

#forum_listesi ol li .istatistikler {
    width: 180px;
}

#forum_listesi ol li .sonyorumlar {
    width: 200px;
    text-align: right;
}

#forum_listesi > ol > li > div {
    padding: 15px 20px;
    vertical-align: top;
    display: table-cell;
}

#forum_listesi .modbit {
    width: 61px;
    text-align:  center;
}

#forum_listesi .forum_thread {
    background: #32343b;
    box-shadow: 0px -1px rgb(47,50,60);
    border-color: #2f323c;
    border-width: 0 0 1px 0;
    border-style: solid;
}

#forum_listesi .icons,.icons2,.icons3 {
    position: absolute;
    right:  0;
    top: 22%;
    margin-left:  15px;
    width: 25px;
    text-align:  center;
    display:  inline-block;
}

#forum_listesi .icons2 {
    right:  25px;
}

#forum_listesi .icons3 {
    right: 50px;
}

#forum_listesi .istatistikler > dl {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size:  14px;
}

#forum_listesi .istatistikler > dl > dt {
    float: left;
    max-width: 100%;
    margin-right: 6px;
    color: #8c8c8c;
}

#forum_listesi .istatistikler > dl > dd {
    float: right;
    text-align: right;
    max-width: 100%;
}

#forum_listesi .istatistikler dl:last-child {
    font-size: 12px;
}

#forum_listesi .forum h1 {
    font-size: 15px;
    font-weight: 400;
}

#forum_listesi .forum p {
    font-size: 12px;
    color: #8c8c8c;
    margin: 0;
    margin-top:  5px;
}

#forum_listesi .istatistikler > dl > dt:after {
    content:  ':';
}

#forum_listesi .istatistikler > dl:before {
    content: " ";
    display: table;
}

#forum_listesi .forum_options {
    display: none;
	overflow: hidden;
}

#forum_listesi .options_select {
    max-width: 200px;
    float:  left;
}

#forum_listesi .options_butonlar {
    float:  right;
}

#forum_options h3 {
    background: #fff;
    font-size: 13px;
    color: #c4c4c4 !important;
    background-color: #484a51;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px 2px 0px 0px;
    width:  100%;
    padding:  10px;
    text-align:  center;
}

#forum_options a {
    color: inherit;
}

#forum_listesi #forum_options {
    display: block !important;
}

#forum_listesi .rating > * {
    margin-top: 15%;
}

#forum_listesi .forum_head div:nth-child(2) {
    width: 0px;
}

#forum_listesi .rating {
    width: 120px;
}

#forum_listesi .forum_thread:nth-child(even) {
    background: #303138;
}

.usersbrowsing {
    background: #32343b;
    font-size: 12px;
    box-shadow: rgba(0,0,0,0.05) 0px 1px 4px;
    border-radius: 2px;
    padding: 10px;
    margin: 20px 0 0;
}

.usersbrowsing i {
    margin-right: 5px;
}

/** KULLANICI MENU
************************/
.kullanici_kontrol_panel {
    color: #323539;
    box-shadow: rgba(0,0,0,0.26) 0px 20px 20px, rgba(0,0,0,0.1) 0px 2px 2px;
    background: currentColor;
    border-color: currentColor;
    width: 380px;
    display: none;
    height: auto;
    white-space: nowrap;
    text-align: left;
    transform-origin: 50% 0;
    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s;
    top: calc(100% + 8px);
    border-radius: 3px;
    transform: translateY(6px);
    z-index:  200;
}

.kullanici_kontrol_panel .baslik {
    display:  block;
    padding: 6px 15px;
    color: #fff;
    background: #3e4145;
    font-size: 12px;
    text-align:  left;
    font-weight: 500;
}

.kullanici_kontrol_panel .avatar {
    margin-right:  20px;
    padding:  15px;
    float:  left;
}

.kullanici_kontrol_panel .kullanici {
    color:  #fff;
    padding: 15px 0;
    vertical-align:  middle;
    float:  left;
}

.kullanici_kontrol_panel .kullanici_adi {
display:  block;font-size:  1.8rem;margin-bottom: 10px;font-weight:  600;
}

.kullanici_kontrol_panel .avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
}

.kullanici_kontrol_panel .avatar a {
    display:  block;
    padding:  2px;
    border: 1px solid #3e4145;
    border-radius:  100%;
}

.kullanici_kontrol_panel .kullanici_grubu {
    font-size:  12px;
    color:  #888;
    display:  block;
}

.kullanici_kontrol_panel .profil_link {
    margin-top: 20px;
    display:  block;
}

.kullanici_kontrol_panel .row {
    clear:  both;
    overflow:  hidden;
    background: #32343b;
    box-shadow: 0px -1px rgb(47,50,60);
    border-color: #2f323c;
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 10px 15px 10px 55px;
    position:  relative;
}

.kullanici_kontrol_panel .row:nth-child(even) {
    background: #303138;
}

.kullanici_kontrol_panel .row h3 {
    color:  #fff;
    text-transform:  uppercase;
    font-weight:  500;
    margin-bottom:  5px;
}

.kullanici_kontrol_panel .row li {
   display:  inline-block;
    margin-right:  15px;
    font-size:  12px;
    font-weight:  500;
}

.kullanici_kontrol_panel .row:before {
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    color: #a5a5a5;
    position:  absolute;
    left: 15px;
    top: 22px;
    font-weight: 900;
}

.kullanici_kontrol_panel #user:before {
    content: '\f007';
}

.kullanici_kontrol_panel #private:before {
    content: '\f0e0';
}

.kullanici_kontrol_panel #config:before {
    content: '\f4fe';
}

.kullanici_kontrol_panel #management:before {
    content: '\f0e3';
}

.kullanici_kontrol_panel .row li:after {
    content: '\f0c8';
    font-family: "Font Awesome 5 Free";
    color: #5d5d5d;
    font-weight:  900;
    font-size: 6px;
    position:  relative;
    left:  10px;
    top: -2px;
}

.kullanici_kontrol_panel .row li:last-child:after {
    display:  none;
}

.kullanici_kontrol_panel .row ul {
    display: -webkit-inline-box;
}

.kullanici_kontrol_panel .cikis_link {
    display:  block;
    padding: 6px;
    text-align:  center;
    background: #d42921;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor:  pointer;
}

.kullanici_kontrol_panel .cikis_link a {
    color:  #fff !important;
}

.kullanici_kontrol_panel:after {
    border-color: transparent transparent #fff transparent;
    right: 0;
    margin-right: 20px;
    bottom: 100%;
    border-bottom-color: #3e4145;
    border-width: 12px;
    z-index: 200;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

/** bgChooser
****************************/

.bgPicker {
    height: 42px;
    text-align: center;
    display: block;
    background: #494a50;
    width: 42px;
}

.bgPicker i {
    line-height:  42px;
    font-size: 15px;
    color:  #fff;
}

.bgChooser{
background: #32343b;position:relative;margin:0 0 20px;display:none;
}

.bgChooser ul{
border-collapse:separate;
border-spacing:10px;
width:100%;
min-height:104px;
}

.bgChooser ul li{
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
position:relative;
opacity:.8;
height:104px;
width:185px;
display:table-cell!important;
margin:0;
float:none;
display:none;
cursor:pointer;
}

.bgChooser ul li:last-child a{
margin-right:0;
}

.bgChooser ul li:hover{
opacity:1;
}

.closeBgChooser{
background: #484a51 url(../../../images/wk/bg/nav-signout.png) no-repeat 8px -35px;height:27px;width:27px;position:absolute;right:-7px;top:-7px;cursor:pointer;z-index:10;display:none;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;
}

.closeBgChooser span{
display:none;
}

.bgPicker span:hover{
color:#333;
}

.bgChooser ul li#bg-1{
background-color:#181A20;
}

.bgChooser ul li#bg-2{
background:url(../../../images/wk/bg/bg-2.png) no-repeat;
}

.bgChooser ul li#bg-3{
background:url(../../../images/bg-3.png) no-repeat;
}

.bgChooser ul li#bg-4{
background:url(../../../images/bg-4.png) no-repeat;
}

.bgChooser ul li#bg-5{
background:url(../../../images/bg-5.png) no-repeat;
}

.bgChooser ul li#bg-6{
background:url(../../../images/bg-6.png) no-repeat;
}

.bgChooser ul li#bg-7{
background:url(../../../images/bg-7.png) no-repeat;
}

.bgChooser ul li#bg-8{
background:url(../../../images/bg-8.png) no-repeat;
}

body.bg-default{
background-color:#181A20;
}

body.bg-1{
background-color:#181A20;
}

body.bg-2{
background:#fff url(../../../images/bg-2.png);
background-attachment:fixed;
}

body.bg-3{
background:#fff url(../../../images//bg-3.png);
background-attachment:fixed;
}

body.bg-4{
background:#fff url(../../../images/bg-4.png);
background-attachment:fixed;
}

body.bg-5{
background:#fff url(../../../images/bg-5.png);
background-attachment:fixed;
}

body.bg-6{
background:#fff url(../../../images/bg-6.png);
background-attachment:fixed;
}

body.bg-7{
background:#fff url(../../../images/bg-7.png);
background-attachment:fixed;
}

body.bg-8{
background:#fff url(../../../images/bg-8.png);
background-attachment:fixed;
}

/** MEMBER PROFIL
***************************/
#wk_profil {
    border-radius: 4px 4px 0px 0px;
    padding: 15px;
    color: #fff;
    position: relative;
    background-color: #262e33;
}

#wk_profil {
    padding-bottom: 0;
    padding-top: 125px;
    position: relative;
    height: 200px;
    background-image:  url(../../../images/wk/profil.jpg);
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wk_profil_head {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

.wk_profil_head div {
    display: table-cell;
    position: relative;
    vertical-align: top;
    padding: 0 7px;
}

.kullanici-avatar img {
    width:  120px;
    height:  120px;
    border-radius: 100%;
}

#nav-change-avatar {
    position: absolute;
    bottom: 0;
    z-index: 1850;
    left:  0;
    background: #585a63;
    color: #ffffff;
    padding: 8px;
    font-size: 12px;
    line-height: 28px;
    border-radius: 3px;
    display: inline-block;
}

#nav-change-avatar:hover {
    cursor: pointer;
    text-decoration: none;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.08) 100%);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.08) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.08) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.08) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.08) 100%);
}

.wk_profil_kullanici {
    width: 100%;
}

.wk_profil_head .kullanici-avatar {
    width: 120px;
    margin: 0 auto;
    padding-left: 0;
    z-index: 2;
}

.wk_profil_kullanici h1 {
    background: rgba(0,0,0,0.6);
    line-height: 1;
    padding: 7px 10px;
    display: block;
    font-size: 28px;
    font-weight: 300;
}

.wk_profil_kullanici .usertitle {
    display: inline-block;
    font-size: 14px;
    background: rgba(0,0,0,0.6);
    line-height: 1;
    padding: 7px 10px;
    font-weight: 300;
    color:  #fff;
}

#wk_profil_istatistik {
    background: #222;
    color: #fff;
    height: 65px;
    padding: 12px 12px 12px 155px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

#wk_profil_istatistik dl {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
    vertical-align: middle;
    font-weight:  600;
}

div#wk_profil_istatistik dl dt {
    color: #5b5b5b;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
}

#wk_profil_istatistik dl dd {
    font-size:  14px;
}

#wk_profil_bilgi {
width: 100%;display: flex;table-layout: fixed;border-collapse: collapse;border-spacing: 0;
}

#wk_profil_bilgi .sol,#wk_profil_bilgi .sag {
    flex: 1;
    position: relative;
    vertical-align: top;
}

#wk_profil_bilgi .sol {
    flex: 0 0 360px;
    background: #32343B;
    padding:  15px;
}

.wk_profil_bilgi_kutusu {
    background-color: #32343B;
    margin-bottom: 15px;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(17, 18, 23, 0.2);
    overflow:  hidden;
}

.wk_profil_bilgi_kutusu h2 {
    padding: 11px 15px;
    color: #c4c4c4;
    background-color: #484A51;
    background: #484A51;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.wk_profil_bilgi_kutusu dl {
    padding: 8px 15px;
    box-shadow: 0px -1px rgb(47, 50, 60);
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #2f323c;
    width: 100%;
    display: block;
    table-layout: auto;
    overflow:  hidden;
}

.wk_profil_bilgi_kutusu dl dd {
    text-align:  right;
    float:  right;
}

.wk_profil_bilgi_kutusu dl dt {
    text-align:  left;
    float:  left;
}

#wk_member_profil {
    border-radius: 5px;
    background-color: #32343B;
}

#wk_profil_bilgi .sag {
    background: #32343B;
    padding: 15px 30px;
}

#wk_profil_istatistik .button {
    background: #585a63;
    color: #ffffff;
    font-size: 12px;
    line-height: 36px;
    padding: 0 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.1);
	    margin: 0 2px;
}

/** HEADCUSTOM ADS 
****************************/
.headCustomADS {
    display: flex;
    background: #32343b;
    margin: 10px 0;
    padding: 10px;
    border-radius: 2px;
}

.aLinks {
    display: inline-block;
    width: 49%;
    float: left;
}

.aLinks_title {
    color: #8a8a8a;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    background: rgba( 0, 0, 0, 0.2 );
    width: 370px;
    padding: 5px 10px;
    border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
    border-radius: 0 30px 10px 0;
    cursor: default;
}

.aLinks_title:before {
    display: inline-block;
    content: '\f101';
    position: relative;
    color: #0C3D8C;
    margin-right: 3px;
    font-family: "Font Awesome 5 Free";
}

.aLinks ul, .aServers ul {
    list-style: none;
}

.aLinks ul, .aServers ul {
    padding-left:  40px;
    margin: 1em 0;
}

.aServers li {
    background: #303138;
    padding: 3px;
    padding-bottom: 2px;
    margin: 5px 0;
    border: 1px solid rgba( 255,255,255,0.1 );
    border-radius: 2px;
    position: relative;
    width: 380px;
    display: inline-table;
}

.aLinks li a {
    display: block;
    padding: 2px 0;
	font-size: 13px;
}

.aLinks li a:before {
    display: inline-block;
    content: '\f245';
    font-family: "Font Awesome 5 Free";
    transform: rotateZ( 70deg );
    position: relative;
    color: #0C3D8C;
    left: -3px;
    font-weight: 900;
    font-size: 8px;
}

.aServers {
    display: inline-block;
    width: 40%;
    float: right;
    margin-right: 60px;
}

/* LOGIN PANEL
************************/
.girisPaneli {
    width: 300px;
    padding:  15px;
    text-align:  left;
    text-shadow: none;
    border-radius:  3px;
    z-index:  999;
    background: #363636;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: rgba(0,0,0,0.06) 0px 0px 0px 1px, 0px 5px 40px rgba(0,0,0,0.2), 0px 5px 20px rgba(0,0,0,0.2);
}

.girisPaneli h4 {
    color: #e4e4e4;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    font-size: 1.6rem;
}

.girisPaneli ul li {
    margin-bottom: 15px;
    color: #e4e4e4;
}

.girisPaneli ul li:last-child {
    margin-bottom:  0;
    margin-top: 15px;
}

a.lost_password {
    text-align: right;
    line-height: 1.6rem;
    font-size: 1.1rem;
    display:  block;
    margin:  1em 0;
}

.girisPaneli .button {
    width: 100%;
    max-width: 100% !important;
}

.girisPaneli .textbox {
    width:  100%;
}

.girisPaneli:before,.girisPaneli:after {
        bottom: 100%;
        right: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
}

.girisPaneli:before {
    border-color: rgba(194,225,245,0);
    border-bottom-color: rgba(255,255,255,0.1);
    border-width: 12px;
    margin-left: -32px;
}

.girisPaneli:after {
    border-color: rgba(136,183,213,0);
    border-bottom-color: #363636;
    border-width: 10px;
    margin-left: -30px;
}

]]>
		</stylesheet>
		<stylesheet name="responsive.css" version="1818"><![CDATA[@media (max-width: 960px) {
#altforumlar {
    display: block;
}

#altforumlar > li {
    width: auto;
    display: block;
}

#forum_stats_l {
    display: none;
}

dl.forum_istatistik {
    display: none;
}

.headCustomADS {
    display: none;
}

#arama {
    width: 210px;
}

input.arama_text {
    width: 165px;
}

#wk_footer {
    display: block;
    padding: 20px;
}

#wk_footer > div {
    margin: 0;
}

#wk_footer h2 {
    font-size: 15px;
}

#wk_footer p > a {
    font-size: 12px;
}

#wk_footer p {
    margin: 5px;
}

#wk_footer img {
    height: 40px;
}

.istatistik span:last-child {
    font-size: 9px !important;
}

.ikonlar {
    display: none;
}

.istatistik {
    display:  block;
}

.istatistik > div {
	width: auto;
	margin: 0 0 5px 0 !important;
}

.istatistik span:first-child {
    font-size: 14px !important;
}

.index_ikon {
    display: none;
}

#ust_menu ul li:last-child {
    display: none;
}

#ust_menu ul li:last-child {
    display: none;
}

#ust_menu ul li a {
    font-size: 12px;
    padding: 18px;
}

#ust_menu ul li a {
    font-size: 12px;
    padding:  18px;
}

#alt_menu > * > ul > li > a {
    font-size:  12px;
    padding: 11px 14px;
}

ul.sosyal_ikonlar {
    display: none;
}

#wk_logo {
text-align:  left;float:  left;
}

#wk_header header {
    overflow:  hidden;
}

#wk_logo img {
    height: 60px;
}

#forum_listesi .rating {
    display: none;
}

#forum_listesi .istatistikler > dl {
    display:  inline-block;
    margin: 0 5px;
}

#forum_listesi > ol > li > div {
    display: inline-block;
}

#forum_listesi > ol > li {
    display: block;
    position:  relative;
    width:  auto;
    padding:  0;
}

#forum_listesi ol li .istatistikler {
    position:  absolute;
    right: 100px;
    display:  block;
    top: 0px;
}

#forum_listesi ol li .sonyorumlar {
    display: block !important;
    position: absolute;
    top: 18px !important;
    padding: 0;
    right: 30px;
}

#forum_listesi .forum_head div {
    display: none;
}

#forum_listesi .forum_head div:first-child {
    display: block;
}

#forum_listesi .modbit {
    display: block !important;
    position: absolute;
    top: 18px !important;
    padding: 0;
    right: 0;
    width:  35px;
    height:  35px;
}

#forum_listesi ol li .forum {
width: auto;
}

#forum_listesi .icons, #forum_listesi .icons2, #forum_listesi .icons3 {
    display: none;
}


}

@media (max-width: 700px) {
#ust_menu ul li {
    display: none;
}

#ust_menu ul li:nth-child(1),
#ust_menu ul li:nth-child(2),
#ust_menu ul li:nth-child(3) {
    display:  block;
}

.konu_istatistik {
    display: none;
}


}

@media (max-width: 767px) {
	
.LinkGrubu {
    float:  none;
    display:  block;
    clear:  both;
}

.LinkGrubu a {
    padding:  10px;
    float:  none;
    text-align:  center;
}

.LinkGrubu a:hover {
    background: #22232b;
}


}

@media (max-width: 600px) {
#ust_menu ul li {
    display: none;
}

#ust_menu ul li:nth-child(1),
#ust_menu ul li:nth-child(2) {
    display:  block;
}


}

@media (max-width: 980px) {
.wk_profil_head .kullanici-avatar {
    width:  70px;
}

.kullanici-avatar img {
    width:  70px;
    height:  70px;
}

#wk_profil_istatistik {
    padding-left: 12px;
    padding-right:  20px;
}

#wk_profil_bilgi {
    display:  block;
}

#wk_profil_bilgi .sag {
    padding:  15px;
}


}

@media (max-width: 767px) {
.post_classic {
    display:  block;
}

.post_classic .post_author div.author_avatar {
    position: absolute;
    top: 15px;
    margin: 0;
}

.author_statistics {
    margin-left: 80px;
}

.post_classic .post_author div.author_avatar img {
    height:  50px;
    width: 50px;
}

.post_classic .username {
    text-align:  left;
    margin-left: 80px;
    display:  block;
}

.post_classic .usertitle {
    display: none;
}

.author_information {
    display:  none;
}

.user_info2 > dl {
    margin-bottom:  0;
    font-size:  11px;
    display:  inline-block;
}

.post_classic .user_info {
    margin: 5px 0 0 0;
    padding: 0 6px;
    background:  transparent;
    box-shadow: none;
    border: none;
    width: auto;
    text-align:  left;
}

.user_info2 > dl > dt {
    font-size: 12px;
}

.post_classic .post_head {
    margin:  0;
}

.post_classic .post_author {
    border:  0;
}

.user_info2 {
    text-align:  left;
}

.post_classic .user_info dl {
    float:  none;
    display:  inline-block;
    width: 170px;
    padding: 3px;
    position:  relative;
    left:  5px;
    height: 30px;
    line-height: 25px;
}

.post_classic .user_info dl dt,.post_classic .user_info dl dd {
    display: inline-block;
}

.user_info dl dd {
    font-size:  12px;
    float:  right;
    padding:  0;
}

#hizli_cevap .avatar {
    display: none;
}

#hizli_cevap .cevap:before {
    display: none;
}

#hizli_cevap .hizli_bolum label {
    display:  inline;
    font-size: 12px;
}

