@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700%7CRoboto:400,700&subset=cyrillic');

h1 {
 font-size: 28px;
 font-family: "Roboto Condensed", sans-serif;
 text-transform: uppercase;
 line-height: 1.3;
 padding: 10px 0 2px 0;
 margin: 0;
 border-bottom: 1px solid #846624;
}

h2 {
 font-size: 26px;
 font-family: "Roboto Condensed", sans-serif;
 text-transform: uppercase;
 line-height: 1.3;
 padding: 10px 0 2px 0;
 margin: 0;
 border-bottom: 1px solid #846624;
}

h3 {
 font-size: 24px;
 font-family: "Roboto Condensed", sans-serif;
 text-transform: uppercase;
 line-height: 1.3;
 padding: 10px 0 2px 0;
 margin: 0;
 border-bottom: 1px solid #846624;
}

h4 {
 font-size: 22px;
 font-family: "Roboto Condensed", sans-serif;
 text-transform: uppercase;
 line-height: 1.3;
 padding: 10px 0 2px 0;
 margin: 0;
 border-bottom: 1px solid #846624;
}

h5 {
 font-size: 20px;
 font-family: "Roboto Condensed", sans-serif;
 text-transform: uppercase;
 line-height: 1.3;
 padding: 10px 0 2px 0;
 margin: 0;
 border-bottom: 1px solid #846624;
}

h6 {
 font-size: 18px;
 font-family: "Roboto Condensed", sans-serif;
 text-transform: uppercase;
 line-height: 1.3;
 padding: 10px 0 2px 0;
 margin: 0;
 border-bottom: 1px solid #846624;
}

hr {
 border: none;
 height: 1px;
 background-color: #c19d4f;
}

img {
 max-width: 100%;
}

iframe {
 border: none;
}

*,
*:after,
*:before {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
 color: #846624 !important;
}

::-moz-placeholder {
 /* Firefox 19+ */
 color: #846624 !important;
}

:-ms-input-placeholder {
 /* IE 10+ */
 color: #846624 !important;
}

:-moz-placeholder {
 /* Firefox 18- */
 color: #846624 !important;
}

.container {
 width: 100%;
 max-width: 1140px;
 margin: 0 auto;
}

.overlay {
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.9);
 z-index: 250;
}

.overlay.active {
 display: block;
}

body {
 margin: 0;
 padding: 0;
 font-size: 14px;
 font-family: "Roboto", sans-serif;
 background-color: #c9ab6f;
 background-image: url(../img/bg.jpg);
}

/* MODAL WINDOW */
.modal-block {
 display: block;
 width: 700px;
 max-width: 100%;
 height: 500px;
 max-height: 100%;
 position: fixed;
 z-index: 260;
 left: -150%;
 top: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 border: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
 margin-bottom: 10px;
 background-color: #d7b15f;
 -webkit-transition: all 1s;
 transition: all 1s;
}

.modal-block.active {
 left: 50%;
}

.modal-title {
 background-image: url(../img/block_title.jpg);
 border-bottom: 1px solid #58331a;
 padding: 10px 20px 10px 45px;
 font-family: "Roboto Condensed", serif;
 font-size: 20px;
 text-transform: uppercase;
 position: relative;
 z-index: 5;
}

.modal-title:before {
 content: "";
 display: block;
 position: absolute;
 left: 10px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 width: 26px;
 height: 26px;
 background-image: url(../img/dot.png);
}

.closed {
 display: none;
}

.modal-guts {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: auto;
 padding: 50px 10px 10px 10px;
}

.modal-close {
 position: absolute;
 z-index: 6;
 top: -4px;
 right: -4px;
 width: 27px;
 height: 27px;
 background-image: url(../img/close.jpg);
 cursor: pointer;
}

.modal-close:hover {
 background-position-x: 27px;
}

/* CUSTOM SCROLLS */
.main-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 background-color: #dba63c;
 border: 1px solid #a27a29;
 width: 6px;
}

.main-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.main-theme .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.main-theme .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.main-theme .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
 background-color: #b78c35;
}

/* MODER PANEL */

.moder-panel {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 5px;
 opacity: 0.5;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.moder-panel:hover {
 opacity: 1;
}

.moder-panel.square {
 top: 5px;
 -webkit-transform: translateY(0%);
 transform: translateY(0%);
}

.moder-panel a {
 text-decoration: none !important;
 border-bottom: none !important;
}

.moder-panel a:hover {
 border-bottom: none !important;
}

/* HEADER MENU */
.header-top {
 font-size: 13px;
 border: 0px solid #75591c;
 border-bottom: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
 background-image: url(../img/block_title.jpg);
 position: fixed;
 width: 100%;
 left: 0;
 top: 0;
 z-index: 200;
}

.header-top-holder {
 max-width: 1140px;
 margin: 0 auto;
}

.header-top-holder {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.top-menu {
 list-style: none;
 padding: 0;
 margin: 0;
 text-transform: uppercase;
 font-family: "Roboto Condensed", serif;
 line-height: 0;
 font-size: 0;
}

.top-menu li {
 display: inline-block;
 border-right: 1px solid #75591c;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.top-menu li.active {
 background-image: url(../img/block_title_active.png);
}

.top-menu li:first-child {
 border-left: 1px solid #75591c;
}

.top-menu li a {
 line-height: 1;
 font-size: 14px;
 text-decoration: none;
 color: #000;
 padding: 10px 15px;
 display: block;
}

.top-menu li:hover {
 background: #cc9133;
}

.header-top-right {
 display: inline-block;
 padding: 10px 15px;
 text-transform: uppercase;
 font-family: "Roboto Condensed", serif;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
 border-left: 1px solid #75591c;
 border-right: 1px solid #75591c;
}

.header-top-right .gOnline,
.header-top-right .uOnline {
 display: none;
}

/* HEADER */
.header {
 max-width: 1140px;
 margin: 0 auto;
 margin-top: 35px;
}

.logo {
 display: block;
 height: 300px;
 background-image: url(../img/logo.png);
 background-repeat: no-repeat;
 background-position: center top;
 text-decoration: none;
 outline: none;
}

/* MAIN MENU */
.main-menu>ul {
 list-style: none;
 margin: 0;
 padding: 0;
 width: 100%;
 font-size: 0;
 line-height: 0;
 font-family: "Roboto Condensed", serif;
 text-align: center;
 background-image: url(../img/block_title.jpg);
 border: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.main-menu>ul>li {
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 border-right: 1px solid #75591c;
 position: relative;
 background-image: url(../img/block_title.jpg);
}

.main-menu>ul>li:last-child {
 border-right: none;
}

.main-menu>ul>li:hover {
 background: #cc9133;
}

.main-menu>ul>li>a {
 display: inline-block;
 padding: 25px 25px;
 width: 100%;
 color: #000;
 font-size: 18px;
 text-decoration: none;
 text-transform: uppercase;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.main-menu>ul>li>a:hover {
 background: #cc9133;
}

.main-menu>ul>li:hover>.main-menu-dropdown {
 display: block;
}

.main-menu>ul>li:last-child .main-menu-dropdown {
 left: auto;
 right: -2px;
}

.main-menu-dropdown {
 display: none;
 position: absolute;
 top: 100%;
 left: -1px;
 width: 300px;
 z-index: 5000;
 margin: 0;
 padding: 0;
 list-style: none;
 border: 1px solid #58331a;
}

.main-menu-dropdown li a {
 display: block;
 text-decoration: none;
 text-transform: uppercase;
 font-size: 16px;
 font-family: "Roboto Condensed", sans-serif;
 color: #000;
 padding: 20px 15px;
 background-color: #c4923e;
 text-align: left;
 border-bottom: 1px solid #b3812c;
 border-right: none;
 -webkit-transition: 0.5s all;
 transition: 0.5s all;
}

.main-menu-dropdown li a:hover {
 background: #cc9133;
}

/* MINI CHAT */
a.chat-btn {
 position: fixed;
 display: inline-block;
 left: 0;
 top: 45%;
 padding: 10px;
 background-color: #ab8a42;
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 text-transform: uppercase;
 text-decoration: none;
 color: #000;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
 border: 1px solid #8f702e;
 font-family: "Roboto Condensed", sans-serif;
 -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.2);
 box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.2);
 z-index: 100;
}

a.chat-btn:hover {
 background-color: #b49247;
}

.mchat-body {
 background: #c9ab6f;
 padding: 5px;
}

.mchat-body::-webkit-scrollbar {
 width: 10px;
}

.mchat-body::-webkit-scrollbar-track {
 background: #c19e51;
}

.mchat-body::-webkit-scrollbar-thumb {
 background: #ab8b44;
}

.mchat-body::-webkit-scrollbar-thumb:hover {
 background: #b9974a;
 cursor: pointer;
}

.chat-item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 margin-bottom: 5px;
}

.chat-item:last-child {
 margin-bottom: 0;
}

.chat-item.bg1 {
 background-color: #c7a356;
}

.chat-item.bg2 {
 background-color: #c09d52;
}

.chat-avatar {
 width: 60px;
 height: 60px;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 padding: 5px 0 5px 5px;
}

.chat-avatar img {
 max-width: 100%;
}

.chat-content {
 padding: 5px;
 width: 100%;
}

.chat-meta {
 font-family: "Roboto Condesed", sans-serif;
 font-size: 12px;
 text-transform: uppercase;
 background-color: #b6954e;
 padding: 5px;
}

.chat-meta svg {
 display: inline-block;
 margin-right: 5px;
}

.chat-meta a {
 text-decoration: none;
 color: #000;
 font-weight: bold;
}

.chat-text {
 font-size: 12px;
 font-family: "Roboto", sans-serif;
 line-height: 1.5;
 padding: 5px;
}

.chat-text img {
 max-width: 100%;
}

.chat-tools {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 5px 0;
}

.chat-tools a {
 display: inline-block;
 margin: 0 5px;
 opacity: 0.5;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.chat-tools a:hover {
 opacity: 1;
}

.chat-tools select {
 border: 1px solid #b6954e;
 padding: 5px;
 background-color: #b89854;
 font-size: 12px !important;
}

.chat-add textarea {
 font-family: "Roboto", sans-serif;
 font-size: 14px;
 padding: 5px;
 background-color: #e6c47b;
 border: 1px solid #b6954e;
}

.chat-add-meta {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 padding: 5px 0;
}

.chat-add-meta:first-child {
 font-family: "Roboto", sans-serif;
 font-size: 14px;
}

.chat-add-meta input {
 display: inline-block;
 padding: 5px 15px;
 border-radius: 5px;
 border: none;
 background-color: #b6954e;
 text-align: center;
 width: auto !important;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.chat-add-meta input:hover {
 background-color: #b89854;
 cursor: pointer;
}

#MCaddFrm input:focus,
#MCaddFrm textarea:focus,
#MCaddFrm select:focus {
 outline: 1px solid #b6954e;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

#MCaddFrm input:focus {
 outline: none;
}

.chat-attention {
 text-align: center;
 padding: 20px 10px;
 border: 1px solid #ab8b44;
 background-color: #c19e51;
 margin-top: 5px;
 font-size: 14px;
}

.chat-attention a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted #000;
}

/* MAIN CONTAINER */
.main-holder {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 max-width: 1140px;
 width: 100%;
 margin: 0 auto;
}

.main-content {
 max-width: 840px;
 width: 100%;
 padding: 10px;
 background-image: url(../img/bg_content.jpg);
 border: 0px solid #75591c;
 border-right: 4px solid #75591c;
 border-left: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
}

.sidebar {
 width: 300px;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 padding: 10px;
 background-color: #bb9a52;
 border: 0px solid #75591c;
 border-right: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
}

/* SLIDER */
.main-slider {
 border: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
}

.main-slider .item {
 position: relative;
 outline: none;
}

.main-slider .item iframe {
 position: absolute;
 width: 100%;
 height: 320px;
 padding: 0;
 margin: 0;
}

.slide-image {
 display: block;
 height: 320px;
 background-size: cover;
 background-position: center;

}

.slide-info {
 position: absolute;
 left: 0;
 bottom: 20px;
 width: 60%;
 background-color: rgba(0, 0, 0, 0.5);
 color: #FFF;
 padding: 20px;
}

.slide-title {
 font-family: "Roboto Condensed", serif;
 font-size: 26px;
 text-transform: uppercase;
 color: #d7b15f;
}

.slide-subtitle {
 font-size: 14px;
 line-height: 1.5;
 padding-top: 10px;
}

.slide-subtitle a {
 text-decoration: none;
 color: #FFF;
 border-bottom: 1px dotted #FFF;
}

/* SEO TEXT */

.seo-text {
 margin-bottom: 10px !important;
 background-image: url(../img/post-background.jpg);
 background-repeat: no-repeat;
 background-position: bottom right;
}

.seo-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.seo-left {
 margin-bottom: 0 !important;
 background: none !important;
 padding: 10px;
}

.seo-left p {
 margin: 5px 0 0 0;
 line-height: 1.3;
}

.seo-left h1 {
 padding-top: 0;
 font-size: 24px;
}

.seo-right {
 -ms-flex-negative: 0;
 flex-shrink: 0;
 width: 200px;
 background-image: url(../img/seo-img.png);
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
}

/* SIDEBAR BLOCKS */
.sidebar-block {
 border: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
 margin-bottom: 10px;
}

.sidebar-block:last-child {
 margin-bottom: 0;
}

.sidebar-block-title {
 background-image: url(../img/block_title.jpg);
 border-bottom: 1px solid #58331a;
 padding: 10px 20px 10px 45px;
 font-family: "Roboto Condensed", serif;
 font-size: 20px;
 text-transform: uppercase;
 position: relative;
}

.sidebar-block-title:before {
 content: "";
 display: block;
 position: absolute;
 left: 10px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 width: 26px;
 height: 26px;
 background-image: url(../img/dot.png);
}

.sidebar-block-content {
 background-color: #d7b15f;
}

.sidebar-block-content--pad {
 background-color: #d7b15f;
 padding: 5px;
}

.sidebar-block-content--pad form input[type="text"],
.sidebar-block-content--pad form input[type="password"] {
 margin-bottom: 4px;
 width: 100%;
 border: 1px solid #a4833c;
 background-color: #c09c4e;
 padding: 5px 10px;
 -webkit-box-shadow: inset 0px 0px 2px 0px;
 box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

.sidebar-block-content--pad form input[type="submit"] {
 width: 100px;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 background-color: #75591c;
 background-image: url(../img/block_title.jpg);
 border: 1px solid #a4833c;
 margin: 0;
 padding: 7px 20px;
 cursor: pointer;
 text-transform: uppercase;
 font-family: "Roboto Condensed", serif;
}

.auth-submit {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

#uidLogButton {
 display: none;
}

#baseLogForm {
 display: block !important;
}

.auth-info {
 font-size: 14px;
 border-top: 1px solid #a4833c;
 margin-top: 10px;
 padding: 10px;
 font-family: "Roboto Condensed", serif;
 text-align: center;
 text-transform: uppercase;
}

.auth-info a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted #000;
}

/* GAME COUNTER */

.game-count {
 text-align: center;
}

.game-count-numbers {
 font-size: 38px;
 font-family: "Roboto Condensed", sans-serif;
}

.game-count-players {
 text-transform: uppercase;
 font-size: 16px;
 font-family: "Roboto Condensed", sans-serif;
}

.game-count-description {
 font-size: 11px;
}

/* POLL */
.poll-title {
 font-weight: bold;
 font-family: "Roboto Condensed", sans-serif;
}

.pollBut {
 padding: 5px 20px;
 border: none;
 background-color: #ba9649;
 cursor: pointer;
}

.pollBut:hover {
 background-color: #ab893e;
}

.poll-additional {
 font-size: 12px;
 text-align: center;
 text-transform: uppercase;
 padding: 10px 0;
}

.poll-additional a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted #000;
}

.poll-all-answers {
 font-size: 10px;
 text-align: center;
 padding: 5px 0;
}

.poll-additional a:hover {
 border-bottom: 1px solid #000;
}

.poll-answers {
 padding-top: 10px;
}

.answer {
 margin: 5px 0px;
 font-size: 14px;
}

.answer label:hover {
 cursor: pointer;
}

.answer input[type="checkbox"] {
 opacity: 0;
 position: absolute;
}

.answer input[type="checkbox"]+label:before {
 font-family: sans-serif;
 font-weight: bold;
 content: '';
 font-size: 1.3em;
 background: #d7b15f;
 border: 2px solid #997935;
 display: inline-block;
 width: 1.1em;
 height: 1.1em;
 line-height: 0.8em;
 margin-right: 0.5em;
 vertical-align: top;
 cursor: pointer;
 text-align: center;
 border-radius: 3px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.answer input[type="checkbox"]:checked+label:before {
 content: "v";
 color: #d7b15f;
 background: #997935;
}

.answer input[type="checkbox"]:focus+label:before {
 outline: none;
 border-color: #997935;
}

.answer input[type="checkbox"]+label:empty:before {
 margin-right: 0;
}

.answer label {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 -ms-flex-line-pack: center;
 align-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 14px;
 line-height: 1;
 color: #000;
 position: relative;
 outline: none;
}

.answer input[type="radio"] {
 opacity: 0;
 position: absolute;
}

.answer input[type="radio"]+label:before {
 content: '';
 background: #d7b15f;
 border-radius: 100%;
 border: 2px solid #997935;
 display: inline-block;
 width: 1.4em;
 height: 1.4em;
 margin-right: 0.5em;
 vertical-align: top;
 cursor: pointer;
 text-align: center;
}

.answer input[type="radio"]:checked+label:before {
 background-color: #a5843c;
 -webkit-box-shadow: inset 0 0 0 4px #d7b15f;
 box-shadow: inset 0 0 0 4px #d7b15f;
}

.answer input[type="radio"]:focus+label:before {
 outline: none;
 border-color: #a5843c;
}

.answer input[type="radio"]+label:empty:before {
 margin-right: 0;
}

/* INFORMERS */
.informer-list {
 list-style: none;
 padding: 0;
 margin: 0;
}

.informer-list li a {
 display: block;
 padding: 7px;
 background-color: #caa659;
 border-bottom: 1px solid #ac8b45;
 text-decoration: none;
 color: #000;
 font-size: 14px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.informer-list li a:hover {
 background-color: #be9c51;
}

.informer-list li:last-child a {
 border-bottom: none;
}

.informer-list-padd.informer-list-padd {
 padding: 0;
}

.follow-block {
 font-size: 0;
 line-height: 0;
 padding: 5px;
}

.follow-block img {
 margin-bottom: 5px;
}

.follow-block a:last-child img {
 margin-bottom: 0;
}

/* DEFAULT BLOCKS */
/* with padding */
.box {
 border: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
 padding: 5px;
 margin-bottom: 10px;
 background-color: #d7b15f;
}

/* without padding */
.box-p {
 border: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
 background-color: #d7b15f;
}

/* FOOTER */
.footer-holder {
 max-width: 1140px;
 margin: 0 auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
 padding: 13px;
 font-size: 12px;
 background-image: url(../img/block_title.jpg);
 margin-bottom: 10px;
}

.footer-holder a {
 text-decoration: underline;
 color: #000;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.footer-right {
 text-align: right;
}

/* SEARCH BLOCK */
.search-form {
 margin-top: 10px;
}

.search-form form {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.search-form input[type="text"] {
 width: 100%;
 border: 1px solid #a4833c;
 border-right: none;
 background-color: #c09c4e;
 padding: 5px;
 -webkit-box-shadow: inset 0px 0px 2px 0px;
 box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
 border-radius: 0;
}

.search-form input[type="submit"] {
 width: 100px;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 background-color: #75591c;
 background-image: url(../img/block_title.jpg);
 border: 1px solid #a4833c;
 border-radius: 0;
 margin: 0;
 padding: 5px 20px;
 cursor: pointer;
 text-transform: uppercase;
 font-family: "Roboto Condensed", serif;
}

.search-item {
 margin-bottom: 10px;
}

.search-item-text {
 padding: 10px;
 font-size: 16px;
 line-height: 1.4;
}

.schCatsSep {
 display: inline-block;
 margin: 0 5px;
}

/* AD BLOCK */
.special-default {
 text-align: center;
 line-height: 0;
}

.sidebar-special {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 10px 5px;
}

.sidebar-special2 {
 font-size: 14px;
}

.sidebar-special2 a {
 text-decoration: underline;
 color: #000;
}

.schema {
 display: none;
}

/* NEWS */
#allEntries>div,
.news-list>div {
 margin-bottom: 10px;
}

#allEntries>div:last-child {
 margin-bottom: 0;
}

.news-item {
 border: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
 margin-bottom: 10px;
 background-color: #d7b15f;
}

.news-item:last-child {
 margin-bottom: 0;
}

.news-title {
 background-image: url(../img/block_title.jpg);
 border-bottom: 1px solid #58331a;
 padding: 10px 20px 10px 45px;
 font-family: "Roboto Condensed", serif;
 font-size: 20px;
 text-transform: uppercase;
 position: relative;
}

.news-title a {
 text-decoration: none;
 color: #000;
}

.news-title:before {
 content: "";
 display: block;
 position: absolute;
 left: 10px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 width: 26px;
 height: 26px;
 background-image: url(../img/dot.png);
}

.news-content-holder {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.news-image {
 width: 200px;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 padding: 5px;
 line-height: 0;
 font-size: 0;
 position: relative;
 overflow: hidden;
}

.news-image img {
 width: 100%;
}

.news-band {
 position: absolute;
 display: inline-block;
 max-width: 80%;
 bottom: 15px;
 left: 5px;
 background-color: #c09c4e;
 color: #000;
 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.4;
 text-transform: uppercase;
 font-family: "Roboto Condensed", serif;
 -webkit-transform: translateX(-110%);
 transform: translateX(-110%);
 -webkit-transition: all 1s;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.news-item:hover .news-band {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
}

.news-content {
 padding: 5px 5px 5px 0;
 width: 100%;
}

.post-content a {
 text-decoration: underline;
 color: #000;
}

.post-content .uSpoilerText img {
 max-width: 100%;
}

.news-details {
 font-family: "Roboto Condensed", serif;
 font-size: 13px;
 padding: 7px 10px;
 color: #2b1d00;
 background-color: #cca85a;
 margin-bottom: 5px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-line-pack: center;
 align-content: center;
 text-transform: uppercase;
}

.news-details svg {
 margin: 0 5px 0 15px;
}

.news-details svg:first-child {
 margin-left: 0;
}

.news-details a {
 color: #564115;
 text-decoration: none;
 /* border-bottom: 1px dotted #564115;*/
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.news-details a:hover {
 color: #000;
}

.news-text {
 font-size: 14px;
 line-height: 1.5;
}

.news-text p {
 margin: 0;
 padding: 0;
}

.news-text a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted #000;
}

/* GAME INFO */

.game-info {

}

.game-info-container {
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.game-info-image {
 width: 30%;
}

.game-info-text {
 width: 55%;
 padding: 0 10px;
 text-align: justify;
}

.game-info-name {
 text-decoration: none;
 font-size: 22px;
 color: #564115;
}

.game-info-name:hover {
 color: #000;
}

.game-info-description {
 padding: 5px 0;
}

.game-info-price {
 width: 15%;
 text-align: center;
 font-size: 20px;
}

/* PAGINATION */
.pagination {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 20px 10px 10px 10px;
}

.swchItemA,
.swchItem,
.swchItemDots {
 display: inline-block;
 background-color: #d7b15f;
 padding: 8px 15px;
 border: 1px solid #735f34;
 margin: 0 2px;
 text-decoration: none;
 color: #000;
 font-size: 13px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.swchItem:hover {
 background-color: #c5a45b;
}

.awards-table {
 width: 100%;
 border: 1px solid #735f34;
 border-collapse: collapse;
}

.awards-table td {
 border: 1px solid #735f34;
}

.awards-table tr:nth-child(odd) {
 background-color: #c19f56;
}

.award-ico {
 line-height: 0;
 padding: 3px;
 width: 40px;
 text-align: center;
}

.award-ico img {
 width: 28px;
 height: 28px;
}

.award-text {
 font-size: 12px;
 padding: 3px;
 line-height: 1.5;
}

.award-attention {
 background-color: #c19f56;
 font-size: 13px;
 text-align: center;
 padding: 10px 5px;
 border: 1px solid #735f34;
 margin-top: 3px;
}

.award-attention a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted #000;
}

/* UP BUTTON */
a.top-btn {
 position: fixed;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 right: 40px;
 bottom: 40px;
 height: 40px;
 width: 40px;
 padding: 10px;
 background-color: #ab8a42;
 color: #000;
 border-radius: 50%;
 border: 1px solid #8f702e;
 -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.2);
 box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.2);
 z-index: 100;
 opacity: 0.5;
 cursor: pointer;
 text-align: center;
}

a.top-btn:hover {
 background-color: #b49247;
 opacity: 1;
}

/* BREADCRUMBS */
.breadcrumbs ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

.breadcrumbs ul li {
 display: inline;
}

.breadcrumbs ul li:after {
 content: "»";
 display: inline-block;
}

.breadcrumbs ul li:last-child:after {
 display: none;
}

.breadcrumbs ul li:last-child {
 color: #333;
}

.breadcrumbs ul li a {
 text-decoration: none;
 color: #000;
}

/* MICRODATA */
.microdata {
 display: none;
}

/* POST */
.post-content {
 background-color: #d7b15f;
 background-image: url(../img/post-background.jpg);
 background-repeat: no-repeat;
 background-position: bottom right;
 margin-bottom: 5px;
}

.post-title {
 background-image: url(../img/block_title.jpg);
 border-bottom: 1px solid #58331a;
 padding: 10px 20px 10px 45px;
 font-family: "Roboto Condensed", serif;
 font-size: 20px;
 text-transform: uppercase;
 position: relative;
}

.post-title h1,
.add-title h1 {
 margin: 0;
 padding: 0;
 line-height: 1.1;
 font-size: 20px;
 font-weight: 300;
 font-family: "Roboto Condensed", serif;
 text-transform: uppercase;
 border-bottom: none;
}

.post-title a {
 text-decoration: none;
 color: #000;
}

.post-title:before {
 content: "";
 display: block;
 position: absolute;
 left: 10px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 width: 26px;
 height: 26px;
 background-image: url(../img/dot.png);
}

.post-details {
 font-family: "Roboto Condensed", serif;
 font-size: 14px;
 padding: 7px 10px;
 color: #2b1d00;
 background-color: #cca85a;
 margin: 5px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-line-pack: center;
 align-content: center;
 text-transform: uppercase;
}

.post-details svg {
 margin: 0 5px 0 15px;
}

.post-details svg:first-child {
 margin-left: 0;
}

.post-details a {
 color: #564115;
 text-decoration: none;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.post-details a:hover {
 color: #000;
}

.post-text {
 padding: 10px;
 line-height: 1.5;
 font-family: 'Roboto', sans-serif;
 font-size: 14px;
}

.post-text a {
 text-decoration: underline;
 color: #000;
}

.post-text p {
 margin: 5px 0 10px 0;
 padding: 0;
}

.post-text p:first-child {
 margin-top: 0;
}

.post-text p:last-child {
 margin-bottom: 0;
}

.post-text.one-page {
 padding: 10px;
}

.post-text iframe,
.post-text img,
.post-text video {
 max-width: 100%;
}

.post-tags {
 background-color: #d7b15f;
 font-family: "Roboto Condensed", sans-serif;
 text-transform: uppercase;
 font-size: 12px;
 margin-top: 10px;
}

.post-tags a {
 display: inline-block;
 padding: 5px 10px;
 color: #000;
 background-color: #c39f52;
 border-radius: 5px;
 text-decoration: none;
 margin: 2px;
 font-size: 12px;
 text-transform: uppercase;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.post-tags a:hover {
 background-color: #cca756;
}

/* RECOMMENDED */
.recomended-block {
 padding: 10px;
}

.recomended-title {
 font-family: 'Roboto Condensed', sans-serif;
 text-transform: uppercase;
 margin-bottom: 5px;
 font-weight: bold;
 font-size: 16px;
}

.recomended-block ul {
 padding: 0;
 margin: 0;
 list-style: circle inside;
}

.recomended-block a {
 text-decoration: none;
 color: #000;
}

.recomended-block a:hover {
 color: #333;
}

/* ADDITIONAL TITLE */
.add-title {
 background-image: url(../img/block_title.jpg);
 padding: 10px 20px 10px 45px;
 font-family: "Roboto Condensed", serif;
 font-size: 20px;
 text-transform: uppercase;
 position: relative;
 margin-bottom: 10px;
}

.add-title a {
 text-decoration: none;
 color: #000;
}

.add-title:before {
 content: "";
 display: block;
 position: absolute;
 left: 10px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 width: 26px;
 height: 26px;
 background-image: url(../img/dot.png);
}

.file-title {
 margin-bottom: 10px;
}

/* FILE */
.file-item {
 margin-bottom: 10px;
}

.file-item-holder {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
}

.file-item-sidebar {
 -ms-flex-negative: 0;
 flex-shrink: 0;
 width: 210px;
 text-align: center;
 -webkit-box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.3);
 box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.file-item-game {
 padding: 10px 5px;
 font-size: 14px;
 background-color: #b49041;
 border-bottom: 1px solid #ab883c;
 font-weight: bold;
 font-family: "Roboto Condensed", sans-serif;
 text-transform: uppercase;
}

.file-item-image {
 line-height: 0;
 padding: 5px;
 background-color: #c8a251;
}

.file-item-rating {
 padding: 5px;
 background-color: #bc9746;
 border-bottom: 1px solid #b99444;
 text-align: center;
}

.file-item-rating>ul {
 display: inline-block;
}

.file-item-descr {
 padding: 10px;
 font-size: 14px;
 line-height: 1.3;
 max-height: 225px;
}

.file-item-descr p {
 margin: 0 0 10px 0;
 padding: 0;
}

.file-item-descr p:last-child {
 margin: 0;
}

.file-item-descr a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted #000;
}

.file-item-descr a:hover {
 border-bottom: 1px solid #000;
}

.file-meta {
 display: table;
 table-layout: fixed;
 width: 100%;
 text-align: left;
 border-style: solid;
 border-color: #a36c1b;
 border-width: 4px;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
 margin-bottom: 10px;
 background-color: #d7b15f;
}

.file-meta-row {
 display: table-row;
}

.file-meta-title,
.file-meta-data {
 display: table-cell;
 width: 50%;
 padding: 5px;
 font-size: 16px;
 font-family: "Roboto Condensed", sans-serif;
 vertical-align: middle;
}

.file-meta-data a {
 color: #564115;
 text-decoration: none;
 border-bottom: 1px dotted #564115;
}

.file-meta-data a:hover {
 color: #111;
 text-decoration: none;
 border-bottom: 1px dotted #111;
}

.file-meta-data>.fa {
 padding-right: 10px;
}

.file-meta-row:nth-child(odd) {
 background-color: #c39f52;
}

.rating-meta a {
 text-decoration: none;
 border: none;
}

.post-screenshots {
 margin-top: 10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-line-pack: center;
 align-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.post-screenshots .item {
 margin: 0 5px;
}

.post-screenshots .item a {
 outline: none;
}

.download-file {
 margin-top: 10px;
}

.download-list {
 margin: 0;
 padding: 0;
 list-style: none;
 text-align: center;
 font-family: "Roboto Condensed", sans-serif;
 font-size: 22px;
 text-transform: uppercase;
}

.download-list a,
.download-help a {
 text-decoration: none;
 color: #000;
}

.download-list a:hover,
.download-help a:hover {
 border-bottom: 1px dotted #000;
}

.download-help {
 text-align: center;
 text-transform: uppercase;
 padding: 5px 0;
 font-size: 14px;
}

.nologin-info {
 text-align: center;
 padding: 10px;
 font-size: 14px;
 background-color: #d7a65f;
}

.nologin-info a {
 color: #000;
 text-decoration: none;
 border-bottom: 1px dotted #000;
}

.nologin-info a:hover {
 border-bottom: 1px solid #000;
}

/* GALLERY */
.gallery-list #uEntriesList {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.gallery-item {
 position: relative;
}

#uEntriesList:before,
#uEntriesList:after {
 display: none !important;
}

#uEntriesList>li {
 width: 24% !important;
 margin-bottom: 5px;
}

.gallery-list #uEntriesList .entryBlock {
 width: 100%;
}


.post-gallery-image {
 line-height: 0;
 font-size: 0;
 text-align: center;
}

.post-gallery {
 margin-bottom: 10px;
}

/* DATABASE */
.b-list {
 padding: 0;
}

.base-table {
 border-spacing: 5px;
}

.b-list-left,
.b-list-right {
 width: 50%;
 background-color: #c8a353;
 vertical-align: top;
}

.b-list-icon {
 width: 70px;
 text-align: center;
 background-color: #b79448;
 padding: 3px;
 line-height: 0;
 font-size: 0;
}

.b-list-icon img {
 max-width: 100%;
 height: auto;
}

.b-list-descr {
 padding: 5px;
 text-align: left;
 background-color: #b79448;
 vertical-align: top;
 background-image: url(../img/base-back.jpg);
 background-repeat: no-repeat;
 background-position: right bottom;
}

.b-list-title {
 font-family: "Roboto Condensed", sans-serif;
 font-size: 20px;
 text-transform: uppercase;
 text-align: left;
}

.base-list {
 padding: 0;
 margin: 0;
 list-style: none;
}

.base-list li {
 display: block;
}

.base-list>li:last-child>a {
 border-bottom: none;
}

.base-list li a {
 display: block;
 padding: 10px;
 text-decoration: none;
 background-color: #be9a4c;
 color: #000;
 border-bottom: 1px solid #b49144;
 font-family: "Roboto Condensed", sans-serif;
 font-size: 16px;
 text-transform: uppercase;
}

.base-list li a:hover,
.base-list li a.active {
 background-color: #b28f43;
}

.base-sub-menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: none;
}

.base-sub-menu li a {
 padding-left: 20px;
 font-size: 14px;
}

.base-item {
 margin-bottom: 10px;
}

.block-base-game {
 padding: 10px 5px;
 font-size: 12px;
 background-color: #b49041;
 border-bottom: 1px solid #ab883c;
 font-weight: bold;
 font-family: "Roboto Condensed", sans-serif;
 text-transform: uppercase;
}

.block-base-rating {
 padding: 5px;
 background-color: #bc9746;
 border-bottom: 1px solid #b99444;
 text-align: center;
}

.block-base-rating>ul {
 display: inline-block;
}

.block-base-image {
 display: table-cell;
 vertical-align: top;
 width: 150px;
 text-align: center;
 background-color: #c8a251;
 -webkit-box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.3);
 box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.3);
 background-image: url(../img/base-item-bg.png);
 background-repeat: no-repeat;
 background-position: bottom center;
}

.base-item-image img {
 max-width: 100%;
}

.base-item-image:hover {
 background-color: #c19c4b;
}

.base-item-image {
 padding: 10px;
 border-bottom: 1px solid #9e7f3a;
 -webkit-transition: 1s all;
 transition: 1s all;
}

.block-base-image .base-item-image:last-child {
 border-bottom: none;
}

.block-base-text {
 display: table-cell;
 font-size: 13px;
 vertical-align: top;
 padding: 5px 15px;
}

.database-item {
 margin-bottom: 10px;
}

.database-item-holder {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.database-item-sidebar {
 width: 150px;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 background-color: #c8a251;
 text-align: center;
 background-image: url(../img/base-item-bg.png);
 background-repeat: no-repeat;
 background-position: bottom center;
 -webkit-box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.3);
 box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.database-item-game,
.database-item-rating {
 background-color: #b49041;
 border-bottom: 1px solid #ab883c;
 padding: 10px;
 font-family: "Roboto Condensed", sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-transform: uppercase;
}

.database-item-rating {
 background-color: #bc9746;
}

.database-item-rating>ul {
 display: inline-block;
}

.database-item-image {
 padding: 10px;
 border-bottom: 1px solid #9e7f3a;
 -webkit-transition: 1s all;
 transition: 1s all;
}

.database-item-image:hover {
 background-color: #c19c4b;
}

.database-item-descr {
 padding: 10px 15px;
 font-size: 14px;
 width: 100%
}

.database-list-item-descr {
 max-height: 600px;
}

.database-item-descr p {
 padding: 0;
 margin: 0 0 10px 0;
}

.database-item-descr a {
 text-decoration: underline;
 color: #000;
}

/* DATABASE NEW */

.items-categories {
 display: flex;
 flex-wrap: wrap;
 list-style: none;
 padding: 0;
 margin: 0;
 border: 1px solid #483208;
 border-width: 1px 0 0 1px;
}

.items-categories li {
 width: 20%;
 border: 1px solid #483208;
 border-width: 0 1px 1px 0;
}

.items-categories li a {
 display: block;
 text-decoration: none;
 color: #000;
 padding: 10px 20px;
 transition: all 0.5s;
}

.items-categories li a.active, .items-categories li a:hover {
 background-color: #c09c4e;
}

.search-wrapper {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 padding: 10px 0;
}

.search-wrapper:first-child {
 padding-top: 5px;
}

.search-wrapper:last-child {
 padding-bottom: 5px;
}

.search-block {
 width: 24%;
}

.search-wrapper.type-1 .search-block {
 width: 32%;
}

.search-block fieldset {
 border-color: #c09c4e;
 border-width: 1px;
}

.search-block fieldset span {
 display: flex;
 align-items: center;
}

.search-separator {
 padding: 0 10px;
}

.search-block fieldset span input[type="number"], .search-block fieldset span select {
 width: 100%;
 flex-grow: 1;
 border: 1px solid #a4833c;
 background-color: #c09c4e;
 padding: 5px;
 box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
 border-radius: 0;
 height: 31px;
}

.items {
 max-width: 100%;
}

.items .search-form input[type="submit"] {
 width: auto;
}

.items-wrapper {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

.items-item {
 width: 49.5%;
 margin-bottom: 10px;
 overflow: hidden;
}

.item-wrapper {
 display: flex;
 height: 100%;
}


.single-item {
 width: 100%;
 margin-bottom: 10px;
 overflow: hidden;
 }

 .item-loot-title {
 font-weight: bold;
 margin-bottom: 5px;
 }

 .item-loot {
 width: 500px;
 flex-shrink: 0;
 padding: 10px;
 }

 .item-loot-content {
 max-height: 400px;
 overflow-y: auto;

 font-size: 14px;
 }

 /* .item-wrapper .items-item {
 width: 100%;
 }


 .item-wrapper {
 display: flex;
 height: 100%;
 } */


.items-sidebar {
 width: 130px;
 flex-shrink: 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 padding: 5px;
 background-color: #c5a359;
}

.items-type {
 background-color: #ac8d4b;
 text-align: center;
 width: 100%;
 padding: 5px;
 font-weight: bold;
 font-size: 12px;
}

.items-image {
 margin-top: 10px;
 background-image: url(../img/db.png)
}

.items-content {
 padding: 10px 10px;
 font-size: 14px;
 width: 100%;
 }

.item-game {
 font-weight: bold;
 }

.item-descr {
 font-size: 12px;
 color: #111;
 padding: 5px 0;
 }

.item-lvl {
 padding: 5px 0;
 }

.item-props {
 font-size: 14px;
 line-height: 1.4;
}

.item-props span {
 display: block;
}

.item-skillname {
 color: purple;
}

.item-skill {
 font-size: 12px;
}

.item-skills {
 margin: 5px 0;
 font-size: 14px;
}

.item-skills2 {
 margin: 5px 0;
 background-color: #e4be6e;
 padding: 5px;
}

.item-skilldescr {
 color: #444;
}

.item-skillprops {
 color: #107010;
}

.item-set {
 padding: 5px 0;
}

.item-req {
 font-size: 12px;
 color: #555;
 margin-top: 10px;
 line-height: 1.3;
}

.item-req span {
 display: block;
}

.preloader-wrapper {
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 30px 0 70px 0;
}

.preloader {
 display: inline-block;
 position: relative;
 width: 32px;
 height: 32px;
 }
 .preloader div {
 box-sizing: border-box;
 display: block;
 position: absolute;
 width: 51px;
 height: 51px;
 margin: 6px;
 border: 6px solid #d7b15f;
 border-radius: 50%;
 animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
 border-color: #d7b15f transparent transparent transparent;
 }
 .preloader div:nth-child(1) {
 animation-delay: -0.45s;
 }
 .preloader div:nth-child(2) {
 animation-delay: -0.3s;
 }
 .preloader div:nth-child(3) {
 animation-delay: -0.15s;
 }
 @keyframes lds-ring {
 0% {
 transform: rotate(0deg);
 }
 100% {
 transform: rotate(360deg);
 }
 }


/* ADDITIONAL TABLE */
.b-table {
 display: table;
 width: 100%;
 margin: 0 auto;
}

.b-table-row {
 display: table-row;
}

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

/* FEEDBACK */
.feedback-post-content {
 padding: 5px;
}

.feedback-attend {
 background-color: #c09c4e;
 border: 1px solid #a4833c;
 padding: 5px;
 margin-bottom: 5px;
 font-family: "Roboto Condensed", sans-serif;
 line-height: 1.3;
 font-size: 16px;
}

.feedback-post-content input[type="text"],
.feedback-post-content input[type="email"] {
 width: 100%;
 margin-bottom: 5px;
 width: 100%;
 border: 1px solid #a4833c;
 background-color: #c09c4e;
 padding: 5px 10px;
 -webkit-box-shadow: inset 0px 0px 2px 0px;
 box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

.feedback-post-content textarea {
 width: 100%;
 margin-bottom: 5px;
 width: 100%;
 border: 1px solid #a4833c;
 background-color: #c09c4e;
 padding: 5px 10px;
 -webkit-box-shadow: inset 0px 0px 2px 0px;
 box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
 resize: none;
}

.feedback-post-content input[type="submit"] {
 width: 200px;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 background-color: #75591c;
 background-image: url(../img/block_title.jpg);
 border: 1px solid #a4833c;
 margin: 0;
 padding: 5px 20px;
 cursor: pointer;
 text-transform: uppercase;
 font-family: "Roboto Condensed", serif;
}

.feedback-submit {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.feedback-post-content .feedback-submit input[type="text"] {
 width: 100px !important;
 margin: 0 5px;
 padding: 7px 10px;
 margin-bottom: 0;
}

.captcha {
 line-height: 0;
}

.modal-brokenlink {
 padding: 60px 10px 10px 10px;
}

.modal-brokenlink label {
 display: block;
 padding: 5px 0;
}

/* PAGE 404 */
.page-404 {
 height: 100vh;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-line-pack: center;
 align-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
}

.page-404-text {
 font-family: "Roboto Condensed", sans-serif;
 font-size: 20px;
 text-transform: uppercase;
 color: #483208;
}

.page-404-text h1 {
 font-size: 60px;
 border-bottom: none;
}

.page-404-btn {
 padding: 20px 0;
}

.page-404-btn a {
 display: inline-block;
 text-decoration: none;
 color: #000;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 background-color: #75591c;
 background-image: url(../img/block_title.jpg);
 border: 1px solid #a4833c;
 margin: 0;
 padding: 15px 40px;
 cursor: pointer;
 text-transform: uppercase;
 font-family: "Roboto Condensed", serif;
}

/* VIDEO */
.video-list-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.video-list-container #allEntries {
 width: 100%;
}

.video-list-container #allEntries #uEntriesList {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.video-list-container #allEntries #uEntriesList>li {
 width: 49% !important;
}

.video-list-container #uEntriesList .entryBlock {
 display: block !important;
}


.video-list-item {
 margin-bottom: 10px;
}

.video-list-title {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.video-list-src {
 line-height: 0;
}

.video-list-src iframe {
 width: 100% !important;
 height: 100% !important;
 min-height: 200px;
 max-width: 100%;
}

.post-video-src {
 line-height: 0;
}

.post-video-src iframe {
 width: 100% !important;
 height: 400px;
 max-width: 100%;
}

.post-video {
 margin-bottom: 10px;
 ;
}

/* PROFILE */
.profile-page {
 min-height: 100vh;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-line-pack: center;
 align-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.profile-container {
 width: 100%;
 max-width: 900px;
 min-height: 500px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.profile-container .main-menu {
 margin-bottom: 10px;
 width: 100%;
}

.profile-container-inside {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.profile-sidebar {
 width: 300px;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 background-color: #bb9a52;
 border: 0px solid #75591c;
 border-right: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
 background-image: url(../img/profile.jpg);
 background-size: cover;
 background-position: center center;
}

.profile-info {
 width: 100%;
 padding: 10px;
}

.profile-info-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 width: 100%;
}

.profile-text {
 width: 100%;
}

.profile-avatar {
 width: 120px;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 text-align: center;
 background-color: #c9a556;
 padding: 5px;
}

.profile-avatar-manage {
 text-align: center;
 font-size: 12px;
 padding-bottom: 10px;
}

.profile-avatar-manage ul {
 list-style: none;
 padding: 0;
 margin: 0;
}

.profile-avatar-manage ul li {
 border-bottom: 1px solid #b9974e;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.profile-avatar-manage ul li:hover {
 background-color: #b9974e;
}

.profile-avatar-manage a {
 display: block;
 padding: 10px 5px;
 text-decoration: none;
 color: #000;
}

.profile-row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 font-family: "Roboto Condensed", sans-serif;
 font-size: 14px;
 line-height: 1.3;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: relative;
}

.profile-row a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted #000;
}

.profile-row a:hover {
 border-bottom: 1px solid #000;
}

.profile-bans {
 display: block;
 padding-bottom: 3px;
 margin-bottom: 3px;
}

.profile-bans a {
 border-bottom: 1px solid transparent;
}

.profile-bans-alert {
 display: inline-block;
 color: #e4dcdc;
 background-color: #d46f58;
 padding: 3px 8px;
 border-radius: 3px;
}

.email-hide {
 font-size: 10px;
 vertical-align: super;
}

.profile-row .s-online>span {
 text-align: center;
 margin: 0;
}

.profile-text .profile-row:nth-child(odd) {
 background-color: #d2ac5b;
}

.profile-option-name,
.profile-option-text {
 width: 50%;
 padding: 10px;
 position: relative;
}

.profile-awards a {
 text-decoration: none;
}

.profile-counts {
 margin-top: 10px;
 width: 100%;
}

.profile-counts>ul {
 list-style: none;
 margin: 0;
 padding: 0;
 width: 100%;
 font-size: 0;
 line-height: 0;
 font-family: "Roboto Condensed", serif;
 text-align: center;
 background-color: #fff;
 background-image: url(../img/block_title.jpg);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.profile-counts>ul>li {
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 border-right: 1px solid #75591c;
 position: relative;
}

.profile-counts>ul>li:last-child {
 border-right: none;
}

.profile-counts>ul>li>a {
 display: inline-block;
 padding: 15px 15px;
 width: 100%;
 background-image: url(../img/block_title.jpg);
 color: #000;
 font-size: 12px;
 text-decoration: none;
 text-transform: uppercase;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.profile-counts>ul>li>a:hover {
 background: #cc9133;
}

.profile-edit {
 padding: 10px;
}

.profile-edit form {
 width: 100%;
}

.profile-edit a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted #000;
}

.profile-edit a:hover {
 border-bottom: 1px solid #000;
}

.profile-edit input[type="text"],
.profile-edit textarea {
 background: #ceab62;
 border: 1px solid #a58840;
 padding: 7px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin: 5px 0;
}

.profile-edit select {
 background: #ceab62;
 border: 1px solid #a58840;
 padding: 7px;
 margin: 5px 0;
}

.profile-edit input[type="submit"] {
 background-color: #ceab62;
 border-radius: 3px;
 padding: 7px 30px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 display: inline-block;
 width: auto !important;
 cursor: pointer;
 -webkit-transition: all 0.5;
 transition: all 0.5;
}

.profile-edit input[type="submit"]:hover {
 background-color: #ae8b40;
}

.profile-edit .captcha-block {
 -webkit-box-pack: start !important;
 -ms-flex-pack: start !important;
 justify-content: flex-start !important;
}

/* PM */

.private-messages {
 position: relative;
}

.private-messages table a {
 text-decoration: none;
 color: #000;
}

.pbarContainer {
 position: absolute !important;
 right: 5px !important;
 top: 16px !important;
}

.private-messages>div:nth-child(2) {
 width: 100%;
 padding: 10px;
 background-color: #cea95b;
 margin-bottom: 5px;
}

.private-messages>div:nth-child(2) a {
 color: #000;
 text-decoration: none;
}

.private-messages>div:nth-child(2) a:hover {
 text-decoration: underline;
}

#pmdform {
 width: 100%;
}

#pmdform table tr {
 background-color: #d2ad5f;
}

#pmdform table tr:nth-child(odd) {
 background-color: #c7a357;
}

#pmdform table tr td {
 padding: 10px;
}

#pmdform table tr td:nth-child(2) a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted #000;
 line-height: 1.5;
}

#pmdform table tr td:nth-child(2) a:hover {
 border-bottom: 1px solid #000;
}

form[name="fuser"] {
 display: none;
}

#addform {
 width: 100%;
 font-size: 14px;
}

#addform .wysibb-toolbar-container {
 width: auto;
}

#addform .wysibb {
 border: 1px solid #b59652 !important;
}

#addform .wysibb-body {
 background: #caa659 !important;
}


.private-messages table input[type="text"] {
 background: #ceab62;
 border: 1px solid #a58840;
 padding: 7px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin: 5px 0;
 width: 100%;
}

.private-messages table input[type="submit"],
.private-messages table input[type="button"],
.private-messages table input[type="reset"] {
 background-color: #ceab62;
 border-radius: 3px;
 padding: 7px 30px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 display: inline-block;
 width: auto !important;
 cursor: pointer;
 -webkit-transition: all 0.5;
 transition: all 0.5;
}

.private-messages table input[type="submit"]:hover,
.private-messages table input[type="button"]:hover,
.private-messages table input[type="reset"]:hover {
 background-color: #ae8b40;
}

#newmess {
 width: 100%;
}

/* HAMBURGER MENU */
.hamburger {
 padding: 15px 15px;
 display: inline-block;
 cursor: pointer;
 -webkit-transition-property: opacity, -webkit-filter;
 transition-property: opacity, -webkit-filter;
 transition-property: opacity, filter;
 transition-property: opacity, filter, -webkit-filter;
 -webkit-transition-duration: 0.15s;
 transition-duration: 0.15s;
 -webkit-transition-timing-function: linear;
 transition-timing-function: linear;
 font: inherit;
 color: inherit;
 text-transform: none;
 background-color: transparent;
 border: 0;
 margin: 0;
 overflow: visible;
 position: relative;
 z-index: 260;
}

.hamburger:hover {
 opacity: 0.7;
}

.hamburger-box {
 width: 40px;
 height: 24px;
 display: inline-block;
 position: relative;
}

.hamburger-inner {
 display: block;
 top: 50%;
 margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
 width: 40px;
 height: 4px;
 background-color: #543c1e;
 border-radius: 4px;
 position: absolute;
 -webkit-transition-property: -webkit-transform;
 transition-property: -webkit-transform;
 transition-property: transform;
 transition-property: transform, -webkit-transform;
 -webkit-transition-duration: 0.15s;
 transition-duration: 0.15s;
 -webkit-transition-timing-function: ease;
 transition-timing-function: ease;
}

.hamburger--slider.is-active .hamburger-inner,
.hamburger--slider.is-active .hamburger-inner::before,
.hamburger--slider.is-active .hamburger-inner::after {
 background-color: #caa659;
}

.hamburger-inner::before,
.hamburger-inner::after {
 content: "";
 display: block;
}

.hamburger-inner::before {
 top: -10px;
}

.hamburger-inner::after {
 bottom: -10px;
}

.hamburger--slider .hamburger-inner {
 top: 2px;
}

.hamburger--slider .hamburger-inner::before {
 top: 10px;
 -webkit-transition-property: opacity, -webkit-transform;
 transition-property: opacity, -webkit-transform;
 transition-property: transform, opacity;
 transition-property: transform, opacity, -webkit-transform;
 -webkit-transition-timing-function: ease;
 transition-timing-function: ease;
 -webkit-transition-duration: 0.15s;
 transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
 top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
 -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
 transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
 -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
 transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
 opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
 -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
 transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger {
 display: none;
}

/* COMMENTS */
.list-comments #allEntries>div {
 margin-bottom: 5px;
}

.list-comments #allEntries>div:last-child {
 margin-bottom: 0;
}

.box.list-comments {
 margin-bottom: 5px;
}

.add-comment {
 background-color: #caa961;
}

.comm-pagination {
 padding: 5px;
}

.com-order-block {
 text-align: right;
 background-color: #b99a56 !important;
 margin-bottom: 5px;
 padding: 5px;
 font-size: 13px;
}

.uComment {
 margin: 0 !important;
 font-size: 14px !important;
}

.cBlock1 {
 background-color: #c4a35b !important;
 padding: 5px !important;
 margin-bottom: 5px !important;
}

.cBlock2 {
 background-color: #caa961 !important;
 padding: 5px !important;
 margin-bottom: 5px !important;
}

.uc-top {
 font-family: "Roboto Condensed", sans-serif;
 font-size: 14px;
}

.uc-top img {
 -webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%);
 -ms-filter: grayscale(100%);
 -o-filter: grayscale(100%);
 filter: grayscale(100%);
 -webkit-filter: gray;
 filter: gray;
 opacity: 0.5;
}

.uc-top svg {
 opacity: 0.6;
 vertical-align: middle;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.report-spam-btn {
 display: inline-block;
 vertical-align: middle;
}

.uc-top svg:hover {
 opacity: 1;
}

.bad-comment {
 opacity: 0.5;
}

.green-comment {
 color: green;
 font-weight: bold;
}

.red-comment {
 color: red;
 font-weight: bold;
}

.uc-top-right .comm-num {
 background-color: #b99953;
 padding: 5px 10px;
 margin: 0 5px;
 border-radius: 4px;
 display: inline-block;
}

.cMessage {
 line-height: 1.5;
}

.cMessage img {
 max-width: 100%;
 height: auto;
}

.cMessage a {
 color: #553200;
 text-decoration: none;
 display: inline-block;
 max-width: 100%;
 background-color: #c39f52;
 padding: 0px 5px;
 border-radius: 3px;
}

.cMessage p a:hover,
.cMessage a:hover {
 color: #000;
 background-color: #cca756;
}

.cAnswer {
 background-color: #d2b067;
 padding: 5px;
}

.uc-top-left a,
.uc-answer-link a,
.report-spam-wrap a,
.report-spam-toggle-wrapper a {
 text-decoration: none;
 color: #000;
}

.uc-top-left a:hover,
.uc-answer-link a:hover,
.report-spam-wrap a:hover,
.report-spam-toggle-wrapper a:hover {
 border-bottom: 1px solid #000;
}

.com-order-wrap select {
 background-color: #d7b15f;
 border: 1px solid #ab893e;
}

.com-order-wrap select:focus {
 outline: 1px solid #886c2f;
}

.commSbmFl.uf-btn,
.uf-btn {
 padding: 10px 20px;
 border: none;
 border-radius: 4px;
 background-color: #d7b15f;
 cursor: pointer;
 font-size: 12px;
}

.commSbmFl.uf-btn:hover,
.uf-btn:hover {
 background-color: #ab893e;
}

.commError {
 font-size: 11px;
 padding: 5px 0;
}

.uForm {
 margin: 0 !important;
}

.comm-pagination {
 padding: 10px 0;
 text-align: center;
}

.smiles a {
 font-size: 11px;
 text-decoration: none;
 border-bottom: 1px dotted #000;
 color: #000;
}

.uf-txt-input.commFl {
 background-color: #d7b15f !important;
 border: 1px solid #b7954b !important;
 color: #000 !important;
}

.ucf-bb span {
 padding-right: 3px !important;
}

.ucf-bb .codeButtons {
 padding: 5px 10px;
 border: none;
 border-radius: 4px;
 background-color: #d7b15f;
 cursor: pointer;
 font-size: 12px;
 display: inline-block;
 width: auto !important;
 text-transform: uppercase;
}

.ucf-bb .codeButtons:hover {
 background-color: #ae8e4a;
}

#bc4,
#bc5,
#bc6,
#bc8,
#bc13,
#bc14,
#bc15,
#bc16 {
 display: none;
}

.smiles {
 background-color: #d7b15f !important;
 border: 1px solid #b7954b !important;
 border-radius: 2px;
}

.smiles a {
 border-bottom: none !important;
}

.uf-tooltip {
 background-color: rgba(183, 149, 75, 0.9) !important;
}

.uf-tooltip:after {
 border-top-color: rgba(183, 149, 75, 0.9) !important;
}

.uf-tooltip a {
 border-bottom: none !important;
}

/* ORDERED LIST */
.post-content ol {
 counter-reset: myCounter;
 margin-left: 0;
 padding-left: 5px;
 color: #111;
}

.post-content ol li {
 position: relative;
 padding-left: 3em;
 margin: 0.45em 0;
 list-style: none;
 line-height: 1.7em;
 -webkit-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}

.post-content ol li:hover {
 color: rgb(0, 0, 0);
}

.post-content ol li:before {
 content: counter(myCounter);
 counter-increment: myCounter;
 position: absolute;
 top: 0;
 left: 0;
 width: 1.8em;
 height: 1.8em;
 line-height: 1.8em;
 padding: 0px;
 color: #111;
 background: #bb9a52;
 font-weight: bold;
 text-align: center;
 border-radius: .9em;
 -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
 box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
 z-index: 1;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

.post-content ol li:hover:before {
 background-color: #b4944e;
}

.post-content ol li li:before {
 background-color: #bb9a52;
}

.post-content ol li:after {
 position: absolute;
 top: 2.1em;
 left: 0.9em;
 width: 2px;
 height: calc(100% - 2em);
 content: '';
 background-color: #a88a47;
 z-index: 0;
}

.post-content ol li ol li {
 font-size: 0.9em;
}

/* ADD FORM */

#fln1 {
 margin: 0 0 5px 0 !important;
}

#frM52 div:first-child {
 display: none;
}

#iplus {
 display: block !important;
 padding: 5px 0;
 float: none !important;
}

#iplus input,
input[type="file"] {
 width: auto !important;
 display: inline-block;
 padding: 4px 20px;
 border: none;
 border-radius: 4px;
 background-color: #ba9649;
 cursor: pointer;
 vertical-align: middle;
 margin-bottom: 5px;
}

#iplus input:hover {
 background-color: #ab893e;
}

input[type="file"] {
 width: auto !important;
 display: inline-block;
 padding: 0;
 border: none;
 border-radius: 4px;
 background-color: #ba9649;
 cursor: pointer;
 vertical-align: middle;
}

#addEntForm ul.form-fields [type=file] {
 padding: 0 !important;
}

input[type="file"]::-webkit-file-upload-button {
 visibility: hidden;
}

input[type="file"]::before {
 content: 'Добавить';
 display: inline-block;
 background-color: #ae8b40;
 border: none;
 padding: 5px 8px;
 outline: none;
 white-space: nowrap;
 -webkit-user-select: none;
 cursor: pointer;
 font-weight: 700;
 font-size: 10pt;
 border-radius: 4px;
}

.gTableRight div[id^="imblock"] div:first-child {
 display: none;
}


/* FORUM */


a.groupModer:link,
a.groupModer:visited,
a.groupModer:hover {
 color: yellow;
 font-weight: bold;
}

a.groupAdmin:link,
a.groupAdmin:visited,
a.groupAdmin:hover {
 color: #C40A0A;
 font-weight: bold;
}

a.groupVerify:link,
a.groupVerify:visited,
a.groupVerify:hover {
 color: #276baf;
}

a.groupOther3:link,
a.groupOther3:visited,
a.groupOther3:hover {
 color: #9b5800;
}

a.groupOther4:link,
a.groupOther4:visited,
a.groupOther4:hover {
 color: cyan;
}

a.groupOther6:link,
a.groupOther6:visited,
a.groupOther6:hover {
 color: #511c83;
}

a.groupOther7:link,
a.groupOther7:visited,
a.groupOther7:hover {
 color: #1BE0A5;
}

a.groupOther8:link,
a.groupOther8:visited,
a.groupOther8:hover {
 color: #282bac;
}

a.groupOther9:link,
a.groupOther9:visited,
a.groupOther9:hover {
 color: #00ff00;
 font-weight: bold;
}

a.groupOther11:link,
a.groupOther11:visited,
a.groupOther11:hover {
 color: blue;
 font-weight: bold;
}

a.groupOther10:link,
a.groupOther10:visited,
a.groupOther10:hover {
 color: #FFF;
}


.forum-main {
 max-width: 1140px;
 width: 100%;
 margin: 0 auto;
 padding: 10px;
 background-image: url(../img/bg-forum.jpg);
}

.forum-page {
 margin: 5px auto;
 width: 100%;
 max-width: 1140px;
}

.forum-menu {
 border: 0px solid #75591c;
 border-bottom: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
}

.forum-menu>ul {
 list-style: none;
 margin: 0;
 padding: 0;
 width: 100%;
 font-size: 0;
 line-height: 0;
 font-family: "Roboto Condensed", serif;
 text-align: center;
 background-image: url(../img/block_title.jpg);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.forum-menu>ul>li {
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 border-right: 1px solid #75591c;
 position: relative;
}

.forum-menu>ul>li:last-child {
 border-right: none;
}

.forum-menu>ul>li>a {
 display: inline-block;
 padding: 15px 10px;
 width: 100%;
 background-image: url(../img/block_title.jpg);
 color: #000;
 font-size: 14px;
 text-decoration: none;
 text-transform: uppercase;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.forum-menu>ul>li>a:hover {
 background: #cc9133;
}

.gTable {
 background-color: #795f25;
}

.forum-thread .gTable {
 background-color: inherit;
}

.postTable {
 margin-bottom: 5px;
 border: 1px solid #795f25;
}

.gTableTop {
 background-image: url(../img/block_title.jpg);
 padding: 10px;
 font-family: "Roboto Condensed", sans-serif;
 font-size: 24px;
 border: none;
}

.forum-thread .gTableTop {
 border: 1px solid #795f25;
}

.gTableTop a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted transparent;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.gTableTop a:hover {
 border-bottom: 1px dotted #000;
}

.gTableSubTop,
.threadsType {
 background-image: url(../img/block_title.jpg);
 padding: 5px 10px;
 font-family: "Roboto Condensed", sans-serif;
 font-size: 14px;
}

.gTableSubTop a,
.threadsType a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted transparent;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.gTableSubTop a:hover,
.threadsType a:hover {
 border-bottom: 1px dotted #000;
}

.gTableBody {
 background-color: #d7b15f;
 padding: 10px !important;
 font-size: 14px;
}

.threadsType {
 font-weight: bold;
}

.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd {
 background-color: #d7b15f;
 padding: 5px 10px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.threadIcoTd img,
.legendTd img {
 border: 1px solid #4c4026 !important;
}

.forumNameTd:hover,
.threadNametd:hover {
 background-color: #c9a456;
}

.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd {
 background-color: #c9a456;
}

.forumNameTd a,
.threadNametd a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted transparent;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.forumNameTd a:hover,
.threadNametd a:hover {
 border-bottom: 1px dotted #000;
}

.forumNameTd a.forum,
.threadNametd a.threadLink,
.threadNametd a.threadPinnedLink {
 font-size: 18px;
 font-family: "Roboto Condensed", sans-serif;
}

.forumDescr,
.threadDescr {
 font-size: 12px;
 color: #251307;
 padding: 5px 0px;
}

.forumModer,
.subforumDescr {
 font-family: "Roboto Condensed", sans-serif;
 font-size: 12px;
 font-weight: bold;
}

.forumModer a,
.subforumDescr a {
 font-weight: normal;
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted transparent;
}

.forumModer a:hover,
.subforumDescr a:hover {
 border-bottom: 1px dotted #000;
}

.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd {
 font-size: 14px;
}

.threadFrmBlock {
 font-size: 12px;
}

.forumLastPostTd,
.threadLastPostTd {
 font-family: "Roboto Condensed", sans-serif;
 font-size: 12px;
 font-weight: bold;
 line-height: 1.3;
}

.forumLastPostTd a,
.threadLastPostTd a {
 font-weight: normal;
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted transparent;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.forumLastPostTd a:hover,
.threadLastPostTd a:hover {
 border-bottom: 1px dotted #000;
}

.threadAuthTd {
 font-family: "Roboto Condensed", sans-serif;
 font-size: 14px;
}

.threadAuthTd a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted transparent;
}

.threadAuthTd a:hover {
 border-bottom: 1px dotted #000;
}

.gTableRight {
 background-color: #d7b15f;
}

.gTableRight2 input[type="button"] {
 background-color: #ba9649;
 border-radius: 3px;
 padding: 5px 10px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 display: inline-block;
 width: auto !important;
 cursor: pointer;
 -webkit-transition: all 0.5;
 transition: all 0.5;
 margin: 2px;
}

.postTextFl {
 background-color: #d0ab5b;
 border: 1px solid #997935;
}

.gTableBody1 {
 font-family: "Roboto Condensed", sans-serif;
 font-size: 14px;
 background-color: #d7b15f;
 padding: 5px 10px !important;
}

.gTableBody1 a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted transparent;
}

.gTableBody1 a:hover {
 border-bottom: 1px dotted #000;
}

#frM53 {
 background-color: #795f25;
}

#frM53 .gTableTop {
 border: none;
}

.funcBlock {
 padding: 5px 0;
}

a.funcLink {
 font-size: 14px;
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted transparent;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

a.funcLink:hover {
 border-bottom: 1px dotted #000;
}

.FrmTopButtonsRow2,
.ThrTopButtonsRow2,
.FrmForumBarRow1,
.ThrForumBarCl11,
.forumNamesBar {
 font-size: 14px;
 font-family: "Roboto Condensed", sans-serif;
 width: 60%;
}

.FrmTopButtonsRow2 a,
.ThrTopButtonsRow2 a,
.FrmForumBarRow1 a,
.ThrForumBarCl11 a,
.forumNamesBar a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted transparent;
}

.FrmTopButtonsRow2 a:hover,
.ThrTopButtonsRow2 a:hover,
.FrmForumBarRow1 a:hover,
.ThrForumBarCl11 a:hover,
.forumNamesBar a:hover {
 border-bottom: 1px dotted #000;
}

.threadsDetails,
.forumOnlineBar {
 background-image: url(../img/block_title.jpg);
 padding: 5px 10px;
 font-family: "Roboto Condensed", sans-serif;
 font-size: 14px;
}

.forumOnlineBar a {
 text-decoration: none;
 color: #000;
 border-bottom: 1px dotted transparent;
}

.forumOnlineBar a:hover {
 border-bottom: 1px dotted #000;
}

.legendTable {
 border-collapse: collapse;
 background-color: #d7b15f;
}

.legendTable tr td {
 padding: 10px;
 border: 1px solid #8a7139;
}

.LegendCl12 {
 display: none;
}

.userRights {
 font-size: 14px;
}

#forum_filter {
 font-size: 14px;
 padding: 5px 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

#forum_filter input[type="text"] {
 border: 1px solid #a4833c;
 background-color: #c09c4e;
 padding: 5px 10px;
}

#forum_filter input[type="submit"] {
 background-color: #75591c;
 background-image: url(../img/block_title.jpg);
 border: 1px solid #a4833c;
 margin: 0;
 padding: 5px 20px;
 cursor: pointer;
 text-transform: uppercase;
 font-family: "Roboto Condensed", serif;
}

#forum_filter select {
 border: 1px solid #a4833c;
 background-color: #c09c4e;
 padding: 5px 10px;
 font-size: 12px;
 margin-left: 5px;
}

.navigationRow1 select {
 border: 1px solid #a4833c;
 background-color: #c09c4e;
 padding: 5px 10px;
 font-size: 12px;
 margin-right: 5px;
}

.navigationRow1 input[type="button"] {
 background-color: #75591c;
 background-image: url(../img/block_title.jpg);
 border: 1px solid #a4833c;
 margin: 0;
 padding: 3px 20px 4px 20px;
 cursor: pointer;
 text-transform: uppercase;
 font-family: "Roboto Condensed", serif;
 font-size: 16px;
}

.FastSearchRow1 {
 font-size: 16px;
}

.FastSearchRow1 input[type="text"] {
 border: 1px solid #a4833c;
 background-color: #c09c4e;
 padding: 5px 10px;
 margin-right: 5px;
 font-size: 14px;
}

.FastSearchRow1 input[type="submit"] {
 background-color: #75591c;
 background-image: url(../img/block_title.jpg);
 border: 1px solid #a4833c;
 margin: 0;
 padding: 3px 20px 4px 20px;
 cursor: pointer;
 text-transform: uppercase;
 font-family: "Roboto Condensed", serif;
}

.forum-pages {
 display: inline-block;
 font-size: 12px;
}

.forum-pages .pagesInfo {
 background-color: #c9a456;
 padding: 5px;
 border: 1px solid #a4833c;
}

.forum-pages li {
 display: inline-block;
 border: 1px solid #a4833c;
 background-color: #c9a456;
}

.forum-pages .switchActive {
 background-color: #bf9338;
 padding: 5px 15px;
}

.forum-pages .switch {
 padding: 5px 15px;
 background-color: #b3914a;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.forum-pages .switch:hover {
 background-color: #bf9338;
}

.forum-pages .switch a {
 text-decoration: none;
 color: #000;
 display: block;
}

#thread_search_form,
.fFastSearchTd {
 padding: 5px 0;
}

#thread_search_form input[type="text"],
.fFastSearchTd input[type="text"] {
 border: 1px solid #a4833c;
 background-color: #c09c4e;
 padding: 5px 10px;
 margin-right: 5px;
 font-size: 14px;
}

#thread_search_form input[type="submit"],
.fFastSearchTd input[type="submit"] {
 background-color: #75591c;
 background-image: url(../img/block_title.jpg);
 border: 1px solid #a4833c;
 margin: 0;
 padding: 4px 20px;
 cursor: pointer;
 text-transform: uppercase;
 font-family: "Roboto Condensed", serif;
 font-size: 16px;
}

.forumModerFuncs {
 padding: 5px 0;
}

.forumModerFuncs select {
 border: 1px solid #a4833c;
 background-color: #c09c4e;
 padding: 5px 10px;
 font-size: 12px;
 margin-right: 5px;
}

.forumModerFuncs input[type="button"] {
 background-color: #75591c;
 background-image: url(../img/block_title.jpg);
 border: 1px solid #a4833c;
 margin: 0;
 padding: 4px 20px;
 cursor: pointer;
 text-transform: uppercase;
 font-family: "Roboto Condensed", serif;
}

#subscribe {
 margin-top: 7px;
}

.postPoll {
 background-color: #d7b15f;
 padding: 10px !important;
 font-size: 12px;
}

.postPoll input[type="submit"],
.postPoll input[type="button"] {
 background-color: #ba9649;
 border-radius: 3px;
 padding: 10px 30px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 display: inline-block;
 width: auto !important;
 cursor: pointer;
 -webkit-transition: all 0.5;
 transition: all 0.5;
}

.postPoll input[type="submit"]:hover,
.postPoll input[type="button"]:hover {
 background-color: #ae8b40;
}

.postTdTop,
.postBottom {
 background-image: url(../img/block_title.jpg);
 padding: 10px;
 font-family: "Roboto Condensed", sans-serif;
 font-size: 14px;
}

.forum-message-detail {
 border-left: 1px solid #795f25;
}

.postTdTop {
 border-bottom: 1px solid #795f25;
}

.postBottom {
 border-top: 1px solid #795f25;
}

.postTdTop a,
.postBottom a {
 text-decoration: underline;
 color: #000;
 font-weight: bold;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.postTdInfo {
 padding: 10px;
 background-color: #be9b4e;
 text-align: center;
 background-image: url(../img/forum-bg-info.png);
 background-position: bottom left;
 background-repeat: no-repeat;
}

.posttdMessage {
 background-color: #d7b15f;
 padding: 10px;
 line-height: 1.3;
 font-size: 14px;
 border-left: 1px solid #795f25;
}

.posttdMessage .edited {
 text-align: right;
 color: #8a7038;
 font-size: 12px;
}

.posttdMessage img,
.posttdMessage iframe,
.posttdMessage video {
 max-width: 800px;
}

.posttdMessage a {
 text-decoration: underline;
 color: #6d5218;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.posttdMessage a:hover {
 color: #000;
}

.posttdMessage ul {
 margin: 0;
 padding: 0 0 0 20px;
}

.posttdMessage ul li {
 margin-bottom: 5px;
}

.posttdMessage>span>li {
 padding: 0;
 list-style-position: outside;
 margin: 0 0 0 12px;
}

.posttdMessage ul li:last-child {
 margin-bottom: 0;
}

.posttdMessage {
 background-image: url(../img/forum-bg.png);
 background-repeat: no-repeat;
 background-position: bottom right;
}

.eAttach {
 padding: 10px;
 margin: 10px 0;
 border: 1px solid #795f25;
 background-color: #c19f54;
}

.uSpoilerButton {
 border: 1px solid #a98b48;
 border-radius: 0;
 background-color: #c19f54;
 width: 100%;
 padding: 8px 5px 5px 30px;
 text-align: left;
 cursor: pointer;
 outline: none;
}

.uSpoilerButBl {
 position: relative;
}

.uSpoilerClosed .uSpoilerButBl:before {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 left: 8px;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 width: 16px;
 height: 16px;
 background-image: url(../img/plus.svg);
 background-position: center center;
 background-repeat: no-repeat;
 background-size: contain;
 opacity: 0.8;
}

.uSpoilerOpened .uSpoilerButBl:before {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 left: 8px;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 width: 16px;
 height: 16px;
 background-image: url(../img/minus.svg);
 background-position: center center;
 background-repeat: no-repeat;
 background-size: contain;
 opacity: 0.8;
}

.uSpoilerText {
 padding: 10px;
 background-color: #d0af68;
 border-left: 1px solid #a98b48;
 border-right: 1px solid #a98b48;
 border-bottom: 1px solid #a98b48;
}

.uSpoilerText img,
.uSpoilerText iframe,
.uSpoilerText video {
 max-width: 800px;
}

.bbQuoteBlock,
.bbCodeBlock {
 border: 1px solid #a98b48;
 margin: 10px 0;
}

.bbQuoteName,
.bbCodeName {
 border-bottom: 1px solid #a98b48;
 background-color: #c19f54;
 padding: 5px;
}

.quoteMessage,
.codeMessage {
 font-size: 12px;
 padding: 10px;
 background-color: #d0af68;
 border: none !important;
 overflow-y: auto;
 height: 100%;
 max-height: 200px !important;
}

.codeMessage {
 font-family: monospace;
 font-size: 14px;
 max-height: 400px !important;
}

.wysibb {
 border: 1px solid #d0af68 !important;
 background: #d7b15f !important;
}

.wysibb .wysibb-toolbar.wysibb-toolbar {
 background-color: #d0af68 !important;
 border-bottom: 1px solid #bd9d4a !important;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container {
 border-right: 1px solid #bd9d4a !important;
}

.wysibb-body {
 background: #d7b15f !important;
 font-size: 14px;
}

.wysibb-text textarea {
 background: #d7b15f !important;
 color: black;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn {
 border: 1px solid transparent !important;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover {
 border: 1px solid #bd9d4a !important;
 background: #fff;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn span.btn-tooltip {
 background: #d7b15f !important;
 border: 1px solid #bd9d4a !important;
 color: #000 !important;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn span.btn-tooltip ins {
 border-top: 10px solid #d7b15f !important;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on,
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on:hover {
 -webkit-box-shadow: inset 0px 0px 3px #bd9d4a !important;
 box-shadow: inset 0px 0px 3px #bd9d4a !important;
 border: 1px solid #bd9d4a !important;
}

.wysibb-body fieldset {
 padding: 10px;
 border: 1px solid #bd9d4a !important;
 background-color: #d0af68;
 margin: 10px 0;
}

.wysibb-body legend {
 border: 1px solid #bd9d4a !important;
 background-color: #c19f54 !important;
 padding: 10px 20px !important;
 border-radius: 2px;
}

.wysibb-body fieldset>div {
 color: #000 !important;
}

.wysibb-text textarea::-webkit-scrollbar {
 width: 10px;
}

.wysibb-text textarea::-webkit-scrollbar-track {
 background: #c19e51;
}

.wysibb-text textarea::-webkit-scrollbar-thumb {
 background: #ab8b44;
}

.wysibb-text textarea::-webkit-scrollbar-thumb:hover {
 background: #b9974a;
 cursor: pointer;
}

.wysibb-text-iframe::-webkit-scrollbar {
 width: 10px;
}

.wysibb-text-iframe::-webkit-scrollbar-track {
 background: #c19e51;
}

.wysibb-text-iframe::-webkit-scrollbar-thumb {
 background: #ab8b44;
}

.wysibb-text-iframe::-webkit-scrollbar-thumb:hover {
 background: #b9974a;
 cursor: pointer;
}

.wysibb-text.wysibb-text textarea {
 resize: none !important;
}

.gTableLeft {
 background-color: #be9b4e;
 padding: 10px;
 font-size: 14px;
}

.gTableRight {
 padding: 10px;
 font-size: 12px;
 background-color: #c19f54;
}

.gTableRight input[type="text"],
.gTableBody1 input[type="text"] {
 background: #d7b15f;
 border: 1px solid #a58840;
 padding: 5px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.gTableRight>textarea {
 background: #d7b15f;
 border: 1px solid #a58840;
 padding: 5px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.gTableRight>select,
.gTableBody1 select {
 background: #d7b15f;
 border: 1px solid #a58840;
 padding: 5px;
}

.gTableRight a {
 text-decoration: underline;
 color: #000;
}

.add-message-buttons input {
 background-color: #ba9649;
 border-radius: 3px;
 padding: 10px 30px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 display: inline-block;
 width: auto !important;
 cursor: pointer;
 -webkit-transition: all 0.5;
 transition: all 0.5;
}

.add-message-buttons input:hover {
 background-color: #ae8b40;
}

.custom-checkbox {
 margin-bottom: 7px;
}

.custom-checkbox:last-child {
 margin-bottom: 0;
}

.custom-checkbox label:hover {
 cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
 opacity: 0;
 position: absolute;
}

.custom-checkbox input[type="checkbox"]+label:before {
 font-family: sans-serif;
 font-weight: 300;
 content: '';
 font-size: 1.3em;
 background: #d0ab5b;
 border: 2px solid #997935;
 display: inline-block;
 width: 1.1em;
 height: 1.1em;
 line-height: 0.8em;
 margin-right: 0.5em;
 vertical-align: top;
 cursor: pointer;
 text-align: center;
 border-radius: 3px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.custom-checkbox input[type="checkbox"]:checked+label:before {
 content: "v";
 color: #d7b15f;
 background: #997935;
}

.custom-checkbox input[type="checkbox"]:focus+label:before {
 outline: none;
 border-color: #997935;
}

.custom-checkbox input[type="checkbox"]+label:empty:before {
 margin-right: 0;
}

.custom-checkbox label {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 -ms-flex-line-pack: center;
 align-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 12px;
 line-height: 1;
 color: #000;
 position: relative;
 outline: none;
}

.info-block {
 padding: 10px 10px 10px 80px;
 color: #000;
 position: relative;
 min-height: 70px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 100%;
}

.info-block:before {
 content: "";
 display: block;
 width: 70px;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: 40px 40px;
}

.moder-text {
 background-color: #d49658;
}

.moder-text:before {
 background-color: #bb834b;
 background-image: url(../img/warning.svg);
}

.info-text {
 background-color: #c5a359;
}

.info-text:before {
 background-color: #b39451;
 background-image: url(../img/info.svg);
}

.admin-text {
 background-color: #cabf4f;
}

.admin-text:before {
 background-color: #bbb03b;
 background-image: url(../img/helmet.svg);
}

.postRankName {
 background-color: #c5a359;
 padding: 10px;
 border-radius: 3px;
 max-width: 200px;
 margin: 5px auto;
 font-size: 12px;
}

.postRankIco {
 position: relative;
}

.forum-curator {
 position: absolute;
 right: 6px;
 top: -10px;
 background-color: #947329;
 width: 26px;
 height: 26px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 border: 1px solid #75591c;
 padding: 5px 10px;
 font-size: 12px;
 text-transform: uppercase;
}

.forum-info {
 max-width: 200px;
 margin: 0 auto 5px auto;
 background-image: url(../img/groups/no-mastery.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 border: 1px solid #735c2c;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 min-height: 70px;
 text-align: left;
}

.forum-info.warrior {
 background-image: url(../img/groups/warrior.jpg);
}

.forum-info.assassins {
 background-image: url(../img/groups/assassins.jpg);
}

.forum-info.paladins {
 background-image: url(../img/groups/paladin.jpg);
}

.forum-info.sorcerers {
 background-image: url(../img/groups/sorcerers.jpg);
}

.forum-info.rogue {
 background-image: url(../img/groups/rogue.jpg);
}

.forum-info.modmaker {
 background-image: url(../img/groups/fmodmaker.jpg);
}

.forum-info-ico {
 width: 70px;
 -ms-flex-negative: 0;
 flex-shrink: 0;
}

.forum-info-list {
 width: 100%;
}

.forum-info-item {
 padding: 5px 5px 5px 10px;
 font-size: 12px;
 border-bottom: 1px solid #735c2c;
}

.forum-info-item:last-child {
 border-bottom: none;
}

.forum-info-item a {
 text-decoration: underline;
 color: #000;
}

.statusOnline {
 display: block;
 background-color: #a7bb50;
 padding: 10px;
 border-radius: 3px;
 max-width: 200px;
 margin: 5px auto;
 font-size: 12px;
}

.statusOffline {
 display: block;
 background-color: #d47f58;
 padding: 10px;
 border-radius: 3px;
 max-width: 200px;
 margin: 5px auto;
 font-size: 12px;
}

.forum-awards .user_awards_list li {
 display: inline-block;
 margin: 0 2px;
}

.replaceTable {
 border: 4px solid #75591c;
 -o-border-image: url(../img/border.png) 4 repeat repeat;
 border-image: url(../img/border.png) 4 repeat repeat;
 padding: 25px;
 background-color: #d7b15f;
 font-size: 14px;
}

.replaceTable a {
 text-decoration: underline;
 color: #000;
}

.fastLogBt {
 background-color: #ba9649;
 border-radius: 3px;
 padding: 5px 20px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 display: inline-block;
 width: auto !important;
 cursor: pointer;
 -webkit-transition: all 0.5;
 transition: all 0.5;
}

.fastLogBt:hover {
 background-color: #ae8b40;
}

.delPostsSubmit {
 background-color: #ba9649;
 border-radius: 3px;
 padding: 5px 10px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 display: inline-block;
 width: auto !important;
 cursor: pointer;
 -webkit-transition: all 0.5;
 transition: all 0.5;
}

.delPostsSubmit:hover {
 background-color: #ae8b40;
}

.forumViewed {
 font-size: 12px;
}

.gTableBody1 input[type="text"],
.userSchFrm input[type="text"] {
 background: #ceab62;
 border: 1px solid #a58840;
 padding: 7px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin: 5px 0;
}

.userSchFrm input[type="submit"] {
 background-color: #ceab62;
 border-radius: 3px;
 padding: 7px 30px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 display: inline-block;
 width: auto !important;
 cursor: pointer;
 -webkit-transition: all 0.5;
 transition: all 0.5;
}

.userSchFrm input[type="submit"]:hover {
 background-color: #ae8b40;
}


.gTableBody1>select,
.userSchFrm select {
 background: #ceab62;
 border: 1px solid #a58840;
 padding: 5px;
}

.gTableBottom {
 background-color: #cea95a;
 padding: 5px 0;
}

.gTableBottom input {
 background-color: #ba9649;
 border-radius: 3px;
 padding: 10px 30px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 display: inline-block;
 width: auto !important;
 cursor: pointer;
 -webkit-transition: all 0.5;
 transition: all 0.5;
}

.gTableBottom input:hover {
 background-color: #ae8b40;
}

.uTable {
 background-color: #795f25;
}

.uTopTd {
 background-image: url(../img/block_title.jpg);
 padding: 5px 10px;
 font-family: "Roboto Condensed", sans-serif;
 font-size: 14px;
}

.uTd {
 font-size: 14px;
 padding: 5px;
 background-color: #d7b15f;
}

.uTd a {
 text-decoration: underline;
 color: #000;
}

.forumMemNum {
 font-size: 14px;
}

/* REGISTRATION */

.box.registration h2,
.box.registration h3 {
 text-align: center;
}

.uf-reg-wrap {
 max-width: 100% !important;
}

.box.registration a {
 text-decoration: underline;
 color: #000;
}

.box.registration input[type="text"],
.box.registration input[type="password"],
.box.login input[type="text"],
.box.login input[type="password"] {
 background: #ceab62;
 border: 1px solid #a58840;
 padding: 7px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin: 5px 0;
}

.box.registration input[type="submit"],
.box.login input[type="submit"] {
 background-color: #ba9649;
 border-radius: 3px;
 padding: 7px 30px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 display: inline-block;
 width: auto !important;
 cursor: pointer;
 -webkit-transition: all 0.5;
 transition: all 0.5;
}

.box.registration input[type="submit"]:hover,
.box.login input[type="submit"]:hover {
 background-color: #ae8b40;
}

.box.login .auth-submit {
 width: 250px;
}

/* ADD PAGE */

.add-content a {
 text-decoration: none;
 color: #000;
}

.add-content input[type="text"],
.add-content textarea {
 background: #ceab62;
 border: 1px solid #a58840;
 padding: 7px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin: 5px 0;
}

.add-content input[type="button"],
.add-content input[type="reset"],
.add-content input[type="submit"] {
 background-color: #ba9649;
 border-radius: 3px;
 padding: 7px 30px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 display: inline-block;
 width: auto !important;
 cursor: pointer;
 -webkit-transition: all 0.5;
 transition: all 0.5;
}

.add-content input[type="button"]:hover,
.add-content input[type="reset"]:hover,
.add-content input[type="submit"]:hover {
 background-color: #ae8b40;
}

.add-content select {
 background: #ceab62;
 border: 1px solid #a58840;
 padding: 7px;
 margin: 5px 0;
}

.ucoz-editor-panel select {
 background: #ceab62;
 border: 1px solid #a58840;
 padding: 4px;
 margin: 5px 0;
}

.ucoz-editor-panel input[type="button"] {
 padding: 7px 15px;
}

.u-combo {
 border: 1px solid #ae8b40 !important;
}

.u-comboeditcell {
 border-right: none !important;
}

.u-combo input {
 border-radius: 0 !important;
}

.u-combolist {
 background-color: #d8b365 !important;
 border: 1px solid #ba9649 !important;
}

form ul.xPhtBlock .xPhtAction [data-toggle]:before {
 width: 20px !important;
 height: 25px !important;
 background-color: #ba9649 !important;
 border: 1px solid #ae8b40 !important;
}

form ul.xPhtBlock .xPhtAction [data-clear]:before,
form ul.xPhtBlock .xPhtAction [data-close]:before {
 width: 20px !important;
 height: 25px !important;
 background-color: #ba9649 !important;
 border: 1px solid #ae8b40 !important;
}

form ul.xPhtBlock .xPhtAction>span button {
 border: 1px solid #ae8b40 !important;
}

form ul.xPhtBlock .xPhtAction>span {
 top: 6px !important;
 right: 13px !important;
}

.uploaderPhotosContainer {
 border: 1px solid #ba9649 !important;
 background: #ccad6a !important;
}

.photoThumb {
 border: 1px solid #ba9649 !important;
}

.cats-select-btn {
 padding: 10px 20px;
 border: 1px solid #ba9649;
 background-color: #ba9649;
}

.dropdown-cats .dropdown-cats-ul {
 background-color: #d7b15f !important;
}

.add-content div[id^="imblock"]+span {
 display: none;
}