.top-section {
    height: 46px;
    background: #1a242f;
    color: #fff;
}

.top-section a {
    color: #fff;
}

.top-section__left {
    float: left;
    height: 46px;
}

.top-section__right {
    float: right;
    height: 46px;
}

.top-section__left__social {
    float: left;
    height: 46px;
    margin-right: 10px;
    line-height: 46px;
}

a.top-section__left__social__item {
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    background: #ccc;
    border-radius: 24px;
    margin: 0 2px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
	transition: .25s ease;
}

a.top-section__left__social__item:hover {
    transform: rotate(360deg);
    opacity: 1;
}

a.top-section__left__social__item i {
    line-height: 24px;
}

a.top-section__left__social__item--facebook {
    background: #354667;
}

a.top-section__left__social__item--twitter {
    background: #477682;
}

a.top-section__left__social__item--google {
    background: #7d404a;
}

a.top-section__left__social__item--linkedin {
    background: #2c436f;
}

.top-section__left__announcement {
    float: left;
    margin: 13px 0;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    color: #c0c0c0;
}

.top-section__left__announcement i {
    margin-right: 10px;
    float: left;
    height: 20px;
    width: 20px;
    text-align: center;
    padding-left: 10px;
    line-height: 20px;
    color: #fff;
    border-left: 1px solid #c0c0c0;
}

.top-section__right__welcomeblock {
    height: 46px;
}

.top-section__right__welcomeblock--member-block__welcome {
    float: left;
    height: 46px;
    line-height: 46px;
    margin-right: 10px;
    color: #c0c0c0;
}

.member-block__dd {
    float: left;
    height: 46px;
    position: relative;
}

.member-block__button {
    float: left;
    height: 24px;
    width: 24px;
    margin: 11px 0;
    text-align: center;
    border-radius: 20px;
    margin-left: 10px;
    overflow: hidden;
}

.top-section__right__welcomeblock--member-block__welcome b {
    color: #fff;
}

.member-block__ddmenu {
    position: absolute;
    background: #1a242f;
    top: 50px;
    width: 160px;
    right: 0;
    border-radius: 3px;
    padding: 6px;
    display: none;
}

.member-block__ddbutton {
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    color: #4c5660;
    font-size: 18px;
    margin: 11px 0;
    cursor: pointer;
    transition: .25s ease;
    border-radius: 30px;
}

.member-block__ddbutton:hover {
    background: #4c5660;
    color: rgba(255,255,255,.8);
}

.member-block__ddbutton i {
    line-height: 24px;
}

a.member-block__ddmenu__item {
    display: block;
    height: 24px;
    line-height: 24px;
    margin-top: 6px;
}

a.member-block__ddmenu__item:first-child {
    margin-top: 0;
}

a.member-block__ddmenu__item i {
    float: left;
    height: 24px;
    width: 24px;
    text-align: center;
    border-radius: 3px;
    line-height: 24px;
    margin-right: 6px;
    background: #4c5660;
    transition: .25s ease;
}

a.member-block__ddmenu__item:hover i {
    background: #6e859c;
}

.member-block__button i {
    line-height: 24px;
}

.member-block__button a {
    display: block;
    background: #283849;
    color: #5d7185;
    transition: .25s ease;
}

.member-block__button--private a:hover {
    background: #7bab58;
    color: rgba(255,255,255,.8);
}

.member-block__button--signout a:hover {
    background: #af5858;
    color: rgba(255,255,255,.8);
}

.header {
    height: 240px;
    background: url(../../../images/excessum/header-bg.png) top center no-repeat #34495e;
    border-bottom: 1px solid #fff;
}

.header__logo {
    height: 160px;
}

.header__logo img {
    margin: -20px -150px;
}

.header__bottom-section {
    height: 80px;
    background: #283849;
    border-radius: 6px 6px 0 0;
    position: relative;
}

.header__bottom-section:before {
    content: '';
    height: 13px;
    width: 100%;
    display: block;
    position: absolute;
    top: -14px;
    background: url(../../../images/excessum/menushadow.png);
    opacity: .8;
}

.header__bottom-section__menu {
    float: left;
    border-radius: 6px 0 0 0;
    overflow: hidden;
}

.header__bottom-section__menu__item {
    float: left;
    height: 80px;
    width: 114px;
    border-right: 1px solid #34495e;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.header__bottom-section__menu__item a {
    color: #7e8892;
    display: block;
    padding: 24px 14px;
    transition: .25s ease;
    position: relative;
    z-index: 1;
}

.header__bottom-section__menu__item a:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(150deg, #1abc9c4d 0%, transparent 100%);
    z-index: -1;
    box-shadow: inset 0 4px 0px #1abc9c;
    opacity: 0;
    transition: .25s ease;
}

.header__bottom-section__menu__item:hover a:before {
    opacity: 1;
}

.header__bottom-section__menu__item text {
    color: #fff;
}

.header__bottom-section__search {
    float: right;
}

.header__bottom-section__search__block {
    background: #304458;
    height: 36px;
    color: #fff;
    border-radius: 30px;
    margin: 22px;
    position: relative;
}

.header__bottom-section__search__textbox {
    background: 0;
    border: 0;
    margin: 0;
    float: left;
    outline: 0;
    color: #fff;
    height: 36px;
    padding: 0 6px;
    padding-left: 16px;
}

.header__bottom-section__search__button {
    border: 0;
    padding: 0;
    margin: 3px;
    outline: 0;
    color: #5d7185;
    height: 30px;
    width: 30px;
    background: #304458;
    border-radius: 20px;
    transition: .25s ease;
    font-size: 18px;
}

.header__bottom-section__search__button:hover {
    color: #fff;
}

.header__bottom-section__search__textbox::placeholder {
    color: #5d7185;
}

.headerbottomline {
    height: 2px;
    background: linear-gradient(to right, #1abc9c, #a162e8);
    filter: blur(.8px);
}

.hover-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
}

.exc-nav {
    background: #efefef;
    border-bottom: 2px solid #dadada;
    border-radius: 3px;
    color: #283849;
    height: 24px;
    line-height: 24px;
    padding: 8px;
	font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}

.exc-nav a {
    color: #283849;
}

.exc-nav__world {
    float: left;
    height: 24px;
    width: 24px;
    background: #dadada;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    border-radius: 24px;
    margin-right: 8px;
}

.exc-nav__sep {
    margin: 0 6px;
    color: #5d7185;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.exc-nav__sep--active {
    color: #1abc9c;
}

.exc-announcement {
    background: #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    border-left: 6px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,.5);
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.exc-announcement--red {
    background: #f77b71;
}

.exc-announcement--blue {
    background: #397990;
}

.exc-announcement--green {
    background: rgb(129, 199, 132);
}

.header__bottom-section__search__openbt {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    color: #5d7185;
    height: 36px;
    width: 36px;
    text-align: center;
    background: #304458;
    margin: 0px;
    border-radius: 20px;
    font-size: 18px;
    transition: .25s ease;
}

.header__bottom-section__search__openbt:hover {
    color: #fff;
}

.header__bottom-section__search__openbt i {
    line-height: 36px;
}

.header__bottom-section__search__block form {
    position: relative;
    z-index: 3;
	display: none;
}

.thead__head {
    float: left;
    padding: 8px;
    margin: -8px 0;
    background: rgba(0,0,0,0.3);
	font-family: 'Exo 2', sans-serif;
}

.tborderf > tbody > tr:last-child > td > table > tbody > tr > td {
    border-bottom: 0;
}

.tborderf .trow1, .tborderf .trow2 {
    padding: 10px;
}

.buttonnr {
  background-color: #efefef;
  border: none;
  border-radius: 4px;
  color: black !important;
  padding: 7px 12px;
  text-align: center;
  font-size: 12px;
  margin: 2px 2;
  margin-bottom: 10px;
  opacity: 0.6;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.buttonnr:hover {
    background-color: #0647dd;
    color: white !important;
}

.buttonnt {
  background-color: #efefef;
  border: none;
  border-radius: 4px;
  color: black !important;
  padding: 7px 12px;
  text-align: center;
  font-size: 12px;
  margin: 2px 2;
  margin-bottom: 10px;
  opacity: 0.6;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.buttonnt:hover {
    background-color: #079637;
    color: white !important;
}

.buttonlocked {
  background-color: #ff2828;
  border: none;
  border-radius: 4px;
  color: white !important;
  padding: 7px 12px;
  text-align: center;
  font-size: 12px;
  margin: 2px 2;
  margin-bottom: 10px;
  opacity: 0.6;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.buttonlocked:hover {
    background-color: red;
    color: white !important;
}

.exc-lastpostavatar {
    font-size: 11px;
}

.exc-lastpostavatar__left {
    float: left;
    width: calc(100% - 90px);
    font-size: 11px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exc-lastpostavatar__right {
    float: right;
    background: url(../../../images/excessum/lastpost-bg.png) center center no-repeat;
    height: 66px;
    width: 90px;
}

.exc-lastpostavatar__right img {
    border-radius: 60px;
    height: 44px;
    width: 44px;
}

.exc-lastpostavatar__right__avatar {
    margin-left: 22px;
    margin-top: 11px;
    height: 44px;
    width: 44px;
    background: url(../../../images/default_avatar.png) center center;
    background-size: 44px;
    border-radius: 40px;
}

.exc-stats__item {
    float: left;
    width: calc(25% - 12px);
    box-sizing: border-box;
    background: url(/images/excessum/statistic-mesaj.png) no-repeat center right #ececec;
    border: 1px solid #bdbcbd;
    margin: 0 6px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #525050;
    font-weight: bold;
    border-radius: 8px;
}

.exc-stats__item--mesaj {
    margin-left: 0;
    width: calc(25% - 6px);
    background-image: url(/images/excessum/statistic-mesaj.png);
}

.exc-stats__item--konu {
    background-image: url(/images/excessum/statistic-konu.png);
}

.exc-stats__item--uye {
    background-image: url(/images/excessum/statistic-uye.png);
}

.exc-stats__item--rekor {
    margin-right: 0;
    background-image: url(/images/excessum/statistic-rekor.png);
    width: calc(25% - 6px);
}

.exc-stats {
    margin-bottom: 16px;
}

.footer {
    background: url(/images/excessum/bottom-bg.png) no-repeat top right #34495e;
    color: #bababb;
    text-shadow: 0 1px 0px rgba(0,0,0,.3);
    height: 140px;
    padding: 20px;
	font-size: 12px;
}

.footer a {
    color: #bababb;
}

.footer__left {
    float: left;
    width: 66%;
    margin-right: 4%;
}

.footer__left__top-head {
	font-size: 20px;
    color: #fff;
    margin-bottom: 18px;
    margin-top: 10px;
}

.footer__left__top-content__item__element i {
    color: #5d7185;
    margin-right: 4px;
}

.footer__left__top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.footer__left__top-content__item__element {
    margin: 0 6px;
}

.footer__left__bottom__item a {
    margin: 0 12px;
}

.footer__left__bottom__item a:first-child {
    margin-left: 0;
}

.top-section__right__welcomeblock--guest-block {
    color: #a3c2c4;
    text-shadow: 0px 1px 0 rgba(0,0,0,.3);
}

.top-section__right__welcomeblock--guest-block a {
    color: #a3c2c4;
}

a.top-section__right__welcomeblock--guest-block__button {
    display: inline-block;
	font-size: 12px;
    padding: 4px 10px;
    margin: 10px;
    background: transparent;
    border-radius: 3px;
    transition: .25s ease;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0);
}

a.top-section__right__welcomeblock--guest-block__button:hover {
    color: #fff;
    box-shadow: 0 2px 1px rgba(0,0,0,.3);
}

a.top-section__right__welcomeblock--guest-block__button--register:hover {
    background: #477055;
}

a.top-section__right__welcomeblock--guest-block__button--login:hover {
    background: #745a7a;
}

a.top-section__right__welcomeblock--guest-block__button--facebook:hover {
    background: #305077;
}

a.top-section__right__welcomeblock--guest-block__button--facebook {
    margin-right: 0;
}

.header__bottom-section__menu__item a font {
    font-size: 11px;
}

text.bilsoft {
    color: white;
    font-size: 32px;
    font-weight: bold;
    user-select: none;
    float: left;
}

.footer__right {
    float: right;
    width: 30%;
}

text.graphic-designer {
    background: #1abc9c;
    color: white;
    border-radius: 3px;
    padding: 2px 8px;
    float: left;
    margin-top: 18px;
    margin-left: 8px;
    font-size: 11px;
}

.footer__bottom {
    color: #838c95;
    background: #1a242f;
    border-top: 1px solid rgba(255,255,255,.3);
    padding: 10px;
    font-size: 11px;
}

.footer__bottom a {
    color: #838c95;
}

.footer__bottom__left {
    float: left;
}

.footer__bottom__right {
    float: right;
}

#content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background: linear-gradient(to top, #0000004f, transparent);
}

.online_today, .online--note {
    font-size: 11px;
}

.online_today > * {
    display: inline-block;
    margin-right: 4px;
}

.online_today > *:after {
    content: ',';
}

.online_today > *:last-child::after {
    display: none;
}

table.tborder.tfixed.clear {
    background: #fff;
    border: 0;
}

.online-status {
    height: 32px;
    width: 32px;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: #ccc;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 0;
}

.online-status--online {
    background: linear-gradient(to top, #90c44e, #a8e45b);
}

.online-status--offline {
    background: linear-gradient(to top, #d23e53, #f1687b);
}

.online-status--away {
    background: linear-gradient(to top, #c8ca36, #ecef46);
}

.post_author__avatar-icons {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(98% - 20px);
    top: 78px;
    margin: 0 10px;
}

.post_author__avatar-icons__icon:first-child i {
    color: #7898da;
}

.post_author__avatar-icons__icon:last-child i {
    color: #81c784;
}

.postbit-name {
    margin: 14px 0;
}

.postbit-knowledge {
    background: #fff;
    border: 1px solid #efefef;
    padding: 4px;
    border-left: 3px solid #ccc;
    border-radius: 3px;
    margin-bottom: 4px;
}

.postbit-knowledge--thread {
    border-left-color: #88b2ca;
}

.postbit-knowledge--thread text {
    color: #88b2ca;
    font-weight: bold;
}

.postbit-knowledge--message {
    border-left-color: #bf68ae;
}

.postbit-knowledge--message text {
    color: #bf68ae;
    font-weight: bold;
}

.postbit-knowledge--rep {
    border-left-color: #88ca8b;
}

.postbit-knowledge--rep text a {
    color: #88ca8b;
    font-weight: bold;
}

.postbit-knowledge--thx {
    border-left-color: #E64A19;
}

.postbit-knowledge--thx text {
    color: #E64A19;
    font-weight: bold;
}

.postbit-knowledge--thx2 {
    border-left-color: #b13814;
}

.postbit-knowledge--thx2 text {
    color: #b13814;
    font-weight: bold;
}

.post_controlbuttons {
    float: right;
    margin-right: 10px;
    font-size: 14px;
}

.post_controlbuttons a {
    display: inline-block;
    height: 30px;
    float: left;
    width: 30px;
    text-align: center;
    background: #f5f5f5;
    color: #6f6f6f;
    transition: 0.9s ease;
}

.post_controlbuttons a:hover {
    background: #6f6f6f;
    color: #fff;
}

.post_controlbuttons a i {
    line-height: 30px;
}

a.postbit_qdelete {
    background: #fdf0f0;
    color: #fb5b5b;
}

a.postbit_qdelete:hover {
  background: #fb5b5b;
}

a.postbit_multiquote {
    background: #e4ffe9;
    color: #38994a;
}

a.postbit_multiquote:hover {
  background: #38994a;
}

a.postbit_edit {
    background: #e4ffe9;
    color: #38994a;
}

a.postbit_edit:hover {
  background: #38994a;
}

a.postbit_report {
    background: #ebf0ff;
    color: #4876fb;
}

a.postbit_report:hover {
    background: #4876fb;
}

a.postbit_warn {
    background: #fff6d5;
    color: #bb9204;
}

a.postbit_warn:hover {
    background: #bb9204;
}

.postbit-userbuttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.postbit-userbuttons a {
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 0 4px;
    background: #efefef;
    color: #6f6f6f;
    border-radius: 30px;
    transition: .25s ease;
}

.postbit-userbuttons a:hover {
    color: #fff;
}

.postbit-userbuttons a i {
    line-height: 30px;
}

a.postbit_email {
    background: #ebf0ff;
    color: #4876fb;
}

a.postbit_email:hover {
    background: #4876fb;
}

a.postbit_reputation_add {
    background: #fdf0f0;
    color: #fb5b5b;
}

a.postbit_reputation_add:hover {
    background: #fb5b5b;
}

a.postbit_find {
    background: #e4ffe9;
    color: #38994a;
}

a.postbit_find:hover {
    background: #38994a;
}

.edited_post {
    font-size: 11px;
    display: inline-block;
    margin-right: 10px;
}

.to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    background: rgba(0,0,0,.3);
    border-radius: 6px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    outline: 0;
    display:none;
}

.to-top i {
    line-height: 60px;
    font-size: 30px;
}

.post.classic.postid-1 {
    margin-top: 0;
    border-radius: 0 0 3px 3px;
}
		
		
		
		