body,
div,
canvas {
    margin: 0px;
    padding: 0px;

}

*{margin:0;padding:0;border:0;}

html, body {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}

body {
    overflow: hidden;
}

#main {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #469df5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gamearea {
    display: inline-block;
    -webkit-box-shadow: 0px 0px 25px 6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px 6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px 6px rgba(0,0,0,0.75);
    background-color: #005898;
}

canvas {
    display: block;
    outline: none;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 25px 6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px 6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px 6px rgba(0,0,0,0.75);
}

#game {
    overflow: hidden;
}

#yandex-ads {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: auto;
    visibility: visible;
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(30px);
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: content-box;
    overflow: hidden;
    z-index: 400;
}

#ads-modal {
    width: auto;
    height: auto;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    margin: 40px 60px 0 0;
}

#ads-countdown {
    position: absolute;
    right: -66px;
    top: -54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #fff;
    z-index: 2000;
}

#till-the-reward {
    margin-right: 7px;
}

.progress-ring {
    width: 48px;
    height: 48px;
    position: relative;
    line-height: 0;
}

#progress-ring-circle {
    stroke: #ffc01f;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset 1s linear;
}

#ads-countdown-text {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

#ads-close {
    position: absolute;
    right: -40px;
    top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

#ads-close-button {
    width: 48px;
    height: 48px;
    background-color: #f5f5f5;
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.8 7.298a.988.988 0 0 0-1.414 0 1.03 1.03 0 0 0 0 1.439l3.2 3.256-3.214 3.27a1.03 1.03 0 0 0 0 1.439.988.988 0 0 0 1.414 0L12 13.432l3.213 3.27a.988.988 0 0 0 1.415 0 1.03 1.03 0 0 0 0-1.439l-3.214-3.27 3.2-3.256a1.03 1.03 0 0 0 0-1.439.988.988 0 0 0-1.414 0L12 10.554 8.8 7.298z' fill='%23222222'/%3e%3c/svg%3e");
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    display: inline-block;
}

#ads-close-button:hover {
    background-color: #f5f5f5;
    opacity: 0.8
}

#ads-close-button:hover:active {
    transform: scale(0.96);
}

.ads-content {
    height: auto;
    margin: initial;
    max-height: calc(100vh - 120px);
    max-width: calc(100vw - 120px);
    overflow: hidden;
    padding: initial;
    position: static;
    width: auto;
}

#fullscreen-btn {
    position: absolute;
    top: 4px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background-repeat:no-repeat;
}

.loader-area {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.loader-info-location {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 3%;
    font-size: 20px;
}

.loader-info {
    max-width: 400px;
    margin: 0 auto;
}

.loader-info .ltext {
    font-weight: bold;
    font-size: 125%;
    font-family:arial,verdana,tahoma,sans-serif;
    color: #fff;
    transform: scale(1);
    -webkit-animation: pulse 2s infinite ease-in-out;
    -o-animation: pulse 2s infinite ease-in-out;
    -ms-animation: pulse 2s infinite ease-in-out;
    -moz-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;
}

.l-info-text {
    font-weight: bold;
    font-size: 100%;
    font-family:arial,verdana,tahoma,sans-serif;
    color: #fff;
    transform: scale(1);
    -webkit-animation: pulse 2s infinite ease-in-out;
    -o-animation: pulse 2s infinite ease-in-out;
    -ms-animation: pulse 2s infinite ease-in-out;
    -moz-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;
    max-width: 350px;
    margin: auto;
}

.ldr-pnl{font-size:0;background-image:url('images/parts/loader-back-l.png');background-repeat:no-repeat;}
.ldr-pnl .p-middle{position: relative; margin:0px 21px;background-image:url('images/parts/loader-back-m.png');background-repeat:repeat-x;}
.ldr-pnl .p-end{background-image:url('images/parts/loader-back-r.png');background-position:100%;background-repeat:no-repeat;}
.ldr-pnl, .ldr-pnl .p-middle, .ldr-pnl .p-end{height:57px;}
.ldr-pnl .p-middle .prg-w{
    position: absolute;
    top: 21px;
    background-image:url('images/parts/loader-strip.png');
    height:15px;
}
.ldr-pnl .p-middle .prg-t{
    display: table;
    position: absolute;
    width: 100%;
    height: 57px;
    font-weight: bold;
    font-size: 20px;
    font-family:arial,verdana,tahoma,sans-serif;color: #000;
}
.ldr-pnl .p-middle .prg-t-t{
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}

.agreements-block {margin-bottom:20px;font-family:'Oswald-SemiBold';font-size:100%;color:#fff;}
.agreements-block div {display:inline-block;text-align:left;margin-top:5px;}
.agreements-block input {zoom:150%;vertical-align:-3px;margin-right:8px;}
.agreements-block label {display:inline-flex;line-height:1.3;margin-bottom:5px;}
.agreements-block a {color:#5bf;}

.btn-green{margin-bottom:20px;cursor:pointer;height:46px;display:inline-block;max-width:fit-content;background:url('images/parts/btn-green-l.png') no-repeat;}
.btn-green .b-end{height:46px;background-image:url('images/parts/btn-green-r.png');background-position:100%;background-repeat:no-repeat;}
.btn-green .b-middle{font-size:25px;font-family:'Oswald-SemiBold';color:#fff;height:42px;padding:2px 25px;margin:0 7px;background:url('images/parts/btn-green-m.png') repeat-x;}

.btn-grey{margin-bottom:20px;cursor:pointer;height:46px;display:inline-block;max-width:fit-content;background:url('images/parts/btn-grey-l.png') no-repeat;}
.btn-grey .b-end{height:46px;background-image:url('images/parts/btn-grey-r.png');background-position:100%;background-repeat:no-repeat;}
.btn-grey .b-middle{font-size:25px;font-family:'Oswald-SemiBold';color:#ccc;height:42px;padding:2px 25px;margin:0 7px;background:url('images/parts/btn-grey-m.png') repeat-x;}

.ages {font-size:80%;font-family:'Oswald-SemiBold';margin-bottom:20px;color:#e4c061;}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sh8 {
	text-shadow: 0 0 1px black,0 0 1px black,0 0 1px black,0 0 1px black,0 0 1px black,0 0 1px black,0 0 1px black,0 0 1px black
}

.shT {
	text-shadow: 0 0 15px black,0 0 2px black,0 0 2px black,0 0 1px black
}

@font-face {
    font-family: 'Oswald-Heavy';
    src: url("fonts/Oswald-Heavy.ttf") format("truetype");
}

@font-face {
    font-family: 'Oswald-Medium';
    src: url("fonts/Oswald-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Oswald-SemiBold';
    src: url("fonts/Oswald-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: 'Oswald';
    font-weight: 400;
    src: url("fonts/Oswald.ttf") format("truetype");
}

@font-face {
    font-family: 'Oswald';
    font-weight: 600;
    src: url("fonts/Oswald.ttf") format("truetype");
}

@-webkit-keyframes pulse {
    0% { opacity: 0.4; }
    50% { opacity: 1; }
    100% { opacity: 0.4; }
}

@keyframes pulse {
    0% { opacity: 0.4; }
    50% { opacity: 1; }
    100% { opacity: 0.4; }
}


.forum {
    position: relative;
    height: 100%;
    color: #614c23;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif; 
    padding: 0 13.6px;
    background:         
        url(/assets/static/images/forum/bg-forum-c1.png) 0 0 no-repeat, 
        url(/assets/static/images/forum/bg-forum-c2.png) 100% 0 no-repeat,
        url(/assets/static/images/forum/bg-forum-c3.png) 100% 100% no-repeat,
        url(/assets/static/images/forum/bg-forum-c4.png) 0 100% no-repeat,
        url(/assets/static/images/forum/bg-forum-l.png) 0 0 repeat-y, 
        url(/assets/static/images/forum/bg-forum-r.png) 100% 0 repeat-y,
        url(/assets/static/images/forum/bg-forum-t.png) 0 0 repeat-x, 
        url(/assets/static/images/forum/bg-forum-d.png) 0 100% repeat-x; 
    background-color: #daceb8;
}
.forum .top_offset{ padding-top: 43px; }

.forum a:link, .forum a:visited { color: #614c23; }
.forum a:hover { color: #614c23; }

.forum textarea:focus, .forum input:focus { outline: none; }
.forum textarea, .forum input {
    color: #614c23;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif; 
}
.forum form { display: block; }
.forum form .lbl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1 !important;
}
.forum form .form_btns {
    position: relative;
    margin-top: 10px;
    font-size: 0;
    text-align: center;
}
.forum .form_txta, .forum .form_txti {
    position: relative;
    font-size: 0;
}
.forum .form_txta textarea, .forum .form_txti input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 12px;
    overflow: hidden;
    resize: none;
    line-height: 1.5 !important;
    border: 2px solid #977a49;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: -moz-linear-gradient(180deg, rgba(217, 217, 217, 1) 0, rgba(255, 255, 255, 1) 22px);
    background: -webkit-linear-gradient(180deg, rgba(217, 217, 217, 1) 0, rgba(255, 255, 255, 1) 22px);
    background: linear-gradient(180deg, rgba(217, 217, 217, 1) 0, rgba(255, 255, 255, 1) 22px);
}
.forum .form_txti { height: 64px; }


.forum .cbtn {
    display:inline-block;
    padding: 4px 5px 6px 5px;
    cursor: pointer;
    font-size: 0;
    text-decoration: none !important;
    outline: 2px solid rgba(0, 0, 0, 0.3);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: -moz-linear-gradient(0deg, rgba(0, 109, 56, 1) 0%, rgba(0, 97, 0, 1) 15%, rgba(0, 178, 0, 1) 73%, rgba(155, 251, 0, 1) 92%, rgba(75, 231, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 109, 56, 1) 0%, rgba(0, 97, 0, 1) 15%, rgba(0, 178, 0, 1) 73%, rgba(155, 251, 0, 1) 92%, rgba(75, 231, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(0, 109, 56, 1) 0%, rgba(0, 97, 0, 1) 15%, rgba(0, 178, 0, 1) 73%, rgba(155, 251, 0, 1) 92%, rgba(75, 231, 0, 1) 100%);
}
.forum .cbtn.pale {
    background: -moz-linear-gradient(0deg, rgba(206, 197, 154, 1) 0%, rgba(153, 139, 95, 1) 9%, rgba(195, 185, 139, 1) 84%, rgba(224, 215, 170, 1) 90%, rgba(248, 243, 216, 1) 96%, rgba(224, 214, 169, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(206, 197, 154, 1) 0%, rgba(153, 139, 95, 1) 9%, rgba(195, 185, 139, 1) 84%, rgba(224, 215, 170, 1) 90%, rgba(248, 243, 216, 1) 96%, rgba(224, 214, 169, 1) 100%);
    background: linear-gradient(0deg, rgba(206, 197, 154, 1) 0%, rgba(153, 139, 95, 1) 9%, rgba(195, 185, 139, 1) 84%, rgba(224, 215, 170, 1) 90%, rgba(248, 243, 216, 1) 96%, rgba(224, 214, 169, 1) 100%);
}
.forum .cbtn .ttl {
    display: block;
    height: 50px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 50px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: -moz-linear-gradient(0deg, rgba(40, 159, 0, 1) 0%, rgba(63, 215, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(40, 159, 0, 1) 0%, rgba(63, 215, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(40, 159, 0, 1) 0%, rgba(63, 215, 0, 1) 100%);
    -moz-box-shadow: 0px 1px 0px 0px rgba(232, 255, 118, 1) inset, 0px 1px 0px 0px rgba(54, 255, 205, 0.46);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(232, 255, 118, 1) inset, 0px 1px 0px 0px rgba(54, 255, 205, 0.46);
    box-shadow: 0px 1px 0px 0px rgba(232, 255, 118, 1) inset, 0px 1px 0px 0px rgba(54, 255, 205, 0.46);
}
.forum .cbtn.pale .ttl {
    color: #614c23;
    background: -moz-linear-gradient(0deg, rgba(204, 195, 153, 1) 0%, rgba(233, 227, 193, 1) 50%, rgba(248, 242, 216, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(204, 195, 153, 1) 0%, rgba(233, 227, 193, 1) 50%, rgba(248, 242, 216, 1) 100%);
    background: linear-gradient(0deg, rgba(204, 195, 153, 1) 0%, rgba(233, 227, 193, 1) 50%, rgba(248, 242, 216, 1) 100%);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1) inset, 0px 1px 0px 0px rgba(245, 226, 168, 0.3);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1) inset, 0px 1px 0px 0px rgba(245, 226, 168, 0.3);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1) inset, 0px 1px 0px 0px rgba(245, 226, 168, 0.3);   
}
.forum .cbtn input.ttl { width: 100%; }
.forum .cbtn.small .ttl {
    height: 36px;
    font-size: 24px;
    line-height: 36px !important;
}

.forum .header {
    position: relative;
    background: url(/assets/static/images/forum/bg-noise.png) 0 0 repeat; 
    background-color: #d0c5b2; 
}
.forum .header .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 24px 100px;
    text-align: center;
    font-weight: bold;
    line-height: 1 !important;
    font-size: 36px;
    color: #3b2e14;
    text-transform: uppercase;
    background: -moz-linear-gradient(90deg, rgba(218,206,184,1) 0%, rgba(218,206,184,0) 30%, rgba(218,206,184,0) 70%, rgba(218,206,184,1) 100%); 
    background: -webkit-linear-gradient(90deg, rgba(218,206,184,1) 0%, rgba(218,206,184,0) 30%, rgba(218,206,184,0) 70%, rgba(218,206,184,1) 100%); 
    background: linear-gradient(90deg, rgba(218,206,184,1) 0%, rgba(218,206,184,0) 30%, rgba(218,206,184,0) 70%, rgba(218,206,184,1) 100%); 
}
.forum .header .btn_back { 
    display: block;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 80px;
    text-decoration: none !important;
    background: url(/assets/static/images/forum/back.png) 0 50% no-repeat;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}
.forum .header .btn_rght {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -30px;
}
.forum .header .btn_rght img {
    margin: 6px 5px 4px;
    width: 40px;
    height: 40px;
}
.forum .header .shadow {
    visibility: hidden;
    z-index: 500;
    position: absolute;
    bottom: -23px;
    width: 100%;
    height: 24px;
    font-size: 0;
    pointer-events: none !important;
    background: -moz-linear-gradient(180deg, rgba(151, 122, 73, 0.6) 0%, rgba(151, 122, 73, 0.18) 32%, rgba(151, 122, 7, 0.05) 70%, rgba(151, 122, 7, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(151, 122, 73, 0.6) 0%, rgba(151, 122, 73, 0.18) 32%, rgba(151, 122, 7, 0.05) 70%, rgba(151, 122, 7, 0) 100%);
    background: linear-gradient(180deg, rgba(151, 122, 73, 0.6) 0%, rgba(151, 122, 73, 0.18) 32%, rgba(151, 122, 7, 0.05) 70%, rgba(151, 122, 7, 0) 100%);
}


.forum .footer {
    position: absolute;
    left: 13.6px;
    right: 13.6px;
    bottom: 0;
    padding-bottom: 43px;
}
.forum .pgn {
    margin-bottom: -17px;
    padding-top: 15px;
    font-size: 0;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 2px 2px #473d21;
}
.forum .pgn .pag {
    display: inline-block;
    min-width: 30px;
    margin: 0 6px;
    padding: 8px 9px 10px 9px;
    color: white;
    font-size: 30px;
    line-height: 1 !important;
    text-decoration: none !important;
    outline: 2px solid rgba(0, 0, 0, 0.3);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;    
    background: -moz-linear-gradient(0deg, rgba(200, 159, 86, 1) 0%, rgba(217, 180, 123, 1) 48%, rgba(228, 208, 155, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(200, 159, 86, 1) 0%, rgba(217, 180, 123, 1) 48%, rgba(228, 208, 155, 1) 100%);
    background: linear-gradient(0deg, rgba(200, 159, 86, 1) 0%, rgba(217, 180, 123, 1) 48%, rgba(228, 208, 155, 1) 100%);
    -moz-box-shadow: 0px 1px 0px 0px rgba(247, 236, 186, 1) inset, 0px -1px 0px 0px rgba(120, 103, 61, 1) inset;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(247, 236, 186, 1) inset, 0px -1px 0px 0px rgba(120, 103, 61, 1) inset;
    box-shadow: 0px 1px 0px 0px rgba(247, 236, 186, 1) inset, 0px -1px 0px 0px rgba(120, 103, 61, 1) inset;   
}
.forum .pgn .curr {
    cursor: default;
    background: -moz-linear-gradient(0deg, rgba(122, 108, 70, 1) 0%, rgba(179, 159, 105, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(122, 108, 70, 1) 0%, rgba(179, 159, 105, 1) 100%);
    background: linear-gradient(0deg, rgba(122, 108, 70, 1) 0%, rgba(179, 159, 105, 1) 100%);
    -moz-box-shadow: 0px 1px 0px 0px rgba(68, 56, 26, 1) inset, 0px -1px 0px 0px rgba(225, 208, 161, 1) inset;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(68, 56, 26, 1) inset, 0px -1px 0px 0px rgba(225, 208, 161, 1) inset;
    box-shadow: 0px 1px 0px 0px rgba(68, 56, 26, 1) inset, 0px -1px 0px 0px rgba(225, 208, 161, 1) inset;       
}
.forum .footer .shadow {
    visibility: hidden;
    z-index: 500;
    position: absolute;
    top: -23px;
    width: 100%;
    height: 24px;
    font-size: 0;
    pointer-events: none !important;
    background: -moz-linear-gradient(0deg, rgba(151, 122, 73, 0.6) 0%, rgba(151, 122, 73, 0.18) 32%, rgba(151, 122, 7, 0.05) 70%, rgba(151, 122, 7, 0) 100%);
    background: -webkit-linear-gradient(80deg, rgba(151, 122, 73, 0.6) 0%, rgba(151, 122, 73, 0.18) 32%, rgba(151, 122, 7, 0.05) 70%, rgba(151, 122, 7, 0) 100%);
    background: linear-gradient(0deg, rgba(151, 122, 73, 0.6) 0%, rgba(151, 122, 73, 0.18) 32%, rgba(151, 122, 7, 0.05) 70%, rgba(151, 122, 7, 0) 100%);
}

.forum .hr {
    position: relative;
    height: 1px;
    font-size: 0;
    background: url(/assets/static/images/forum/bg-hr.png) 50% 0 no-repeat;
    -o-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px; 
}
.forum .hr .ptrn_big, .forum .hr .ptrn_small {
    position: absolute;
    z-index: 1000;
    top: -20px;
    height: 40px;
    width: 100%;
    font-size: 0;
    background: url(/assets/static/images/forum/bg-ptrn_big.png) 50% 50% no-repeat;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}
.forum .hr .ptrn_small {
    top: -8px;
    height: 16px;
    background: url(/assets/static/images/forum/bg-ptrn_small.png) 50% 50% no-repeat;
}


.forum .content {
    position: absolute;
    top: 129px;
    bottom: 43px;
    left: 13.6px;
    right: 13.6px;
}
.forum .breadcrumbs {
    position: relative;
    padding: 30px 20px;
    font-size: 30px;    
    line-height: 1 !important;
}
.forum .breadcrumbs a { font-weight: bold; }
.forum .row { 
    position: relative;
    display: block;
    overflow: hidden;
    padding: 18px 18px 18px 72px;
    text-decoration: none !important;
    line-height: 1 !important;
    font-size: 30px;
    font-weight: bold;
    color: #614c23;
    background-position: 13px 60%;
    background-repeat: no-repeat;
}
.forum .row.dark { background-color: #d0c5b2; }
.forum .row .desc {
    display: block;
    padding-top: 4px;
    font-size: 24px;
    font-weight: normal;
}
.forum .row .dots {
    display: block;
    width: 72%;
    padding: 6px 0 8px 0;
    margin: -5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.forum .row .last {
    position: absolute;
    display: block;    
    right: 15px;
    top: 50%;
    margin-top: -25px;
    font-size: 24px;
    font-weight: normal;
    text-align: right;
    line-height: 1 !important;
}
.forum .row .time {
    padding-top: 8px;
    font-size: 18px;
    color: #977a49;
}

.forum .book_red { background-image: url(/assets/static/images/forum/i_book_red.png); }
.forum .book_red_glow { background-image: url(/assets/static/images/forum/i_book_red_glow.png); }
.forum .book_yell { background-image: url(/assets/static/images/forum/i_book_yell.png); }
.forum .book_yell_glow { background-image: url(/assets/static/images/forum/i_book_yell_glow.png); }
.forum .book_blue { background-image: url(/assets/static/images/forum/i_book_blue.png); }
.forum .book_blue_glow { background-image: url(/assets/static/images/forum/i_book_blue_glow.png); }
.forum .book_pink { background-image: url(/assets/static/images/forum/i_book_pink.png); }
.forum .book_pink_glow { background-image: url(/assets/static/images/forum/i_book_pink_glow.png); }
.forum .book_green { background-image: url(/assets/static/images/forum/i_book_green.png); }
.forum .book_green_glow { background-image: url(/assets/static/images/forum/i_book_green_glow.png); }
.forum .book_gray { background-image: url(/assets/static/images/forum/i_book_gray.png); }
.forum .pics { background-image: url(/assets/static/images/forum/i_pics.png); }
.forum .scroll { background-image: url(/assets/static/images/forum/i_scroll.png); }
.forum .scroll_new { background-image: url(/assets/static/images/forum/i_scroll_new.png); }
.forum .scroll_gray { background-image: url(/assets/static/images/forum/i_scroll_gray.png); }
.forum .scroll_mark { background-image: url(/assets/static/images/forum/i_scroll_mark.png); }
.forum .scroll_rules { background-image: url(/assets/static/images/forum/i_scroll_rules.png); }
.forum .check_on { background-image: url(/assets/static/images/forum/i_chbox_on.png); }
.forum .check_off { background-image: url(/assets/static/images/forum/i_chbox_off.png); }

/* regular topics */
.forum .scroll_rou { background-image: url(/assets/static/images/forum/scrolls/i_scroll_rou.png); }
.forum .scroll_ror { background-image: url(/assets/static/images/forum/scrolls/i_scroll_ror.png); }
.forum .scroll_rcu { background-image: url(/assets/static/images/forum/scrolls/i_scroll_rcu.png); }
.forum .scroll_rcr { background-image: url(/assets/static/images/forum/scrolls/i_scroll_rcr.png); }
/* fixed topics */
.forum .scroll_fou { background-image: url(/assets/static/images/forum/scrolls/i_scroll_fou.png); }
.forum .scroll_for { background-image: url(/assets/static/images/forum/scrolls/i_scroll_for.png); }
.forum .scroll_fcu { background-image: url(/assets/static/images/forum/scrolls/i_scroll_fcu.png); }
.forum .scroll_fcr { background-image: url(/assets/static/images/forum/scrolls/i_scroll_fcr.png); }

.forum .i_folder { background-image: url(/assets/static/images/forum/i_folder.png); }

.forum .msg {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #d0c5b2;
}
.forum .msg .player {
    font-size:30px;
    line-height: 1 !important;
}
.forum .msg .nick {
    margin-right: 10px;
    font-weight: bold;
    text-decoration: none !important;
}
.forum .msg .player img { vertical-align: middle; }
.forum img.player_league {
    margin-right: 6px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.forum .msg .time {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 24px;
    text-align: right;
    line-height: 1 !important;    
    color: #977a49;
}
.forum .msg_stat {
    position: relative;
    margin: 8px 25px;
    font-size: 24px;
    color: #977a49;
}
.forum .msg_stat a.refresh {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #977a49;
}


.forum .smiles_pnl {
    visibility: hidden;
    position: absolute;
    z-index: 1000;
    max-width: 50%;
    padding: 10px;
    border: 2px solid #977a49;
    font-size: 0;
    background: #f8eedd;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.forum .smiles_pnl a {
    display: inline-block;
    text-decoration: none !important;
    padding: 5px;
    margin: 5px;
    background: #f0e4cf;
    border: 1px dashed #c3b18d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.forum .smiles_pnl img {
    width: 32px;
    height: 32px;
}


.forum .form_msg {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 13px;
}
.forum .form_msg .form_txta { height: 136px; }
.forum .form_msg .form_btns { text-align: left; }
.forum .form_msg .send {
    position: absolute;
    top: 0;
    right: 0;
}
.forum .form_msg .send .ttl {
    padding: 0 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8), -1px 1px 0 rgba(0, 0, 0, 0.8), 0 -1px 0 rgba(0, 0, 0, 0.8);
}
.forum .form_msg .smile img {
    width: 40px;
    height: 40px;
    padding: 6px 8px 4px 8px;
}
.forum .form_msg .smiles_pnl {
    left: 30px;
    bottom: 65px;
}


.forum .form_topic .form_txta { height: 888px; }
.forum .form_topic .pic { 
    position: absolute;
    top: 0;
    right: 10px;
}
.forum .form_topic .pic img {
    width: 40px;
    height: 40px;
    padding: 5px 8px;
}


.forum .pic_ins {
    float: left;
    padding: 5px;
}
.forum .data_ins {
    margin-left: 90px;
    text-align: right;
    line-height: 74px !important;
}

.forum .fading {
    z-index: 1100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
.forum .popup {
    z-index: 1100;
    position: absolute;
    left: 4%;
    right: 4%;
    top: 50%;
    padding: 8px;
    outline: 4px solid rgba(59, 46, 20, 0.6);
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-box-shadow: 2px 2px 6px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 6px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 6px 6px rgba(0, 0, 0, 0.4);
    background:        
        url(/assets/static/images/forum/bg-win-c1.png) 0 0 no-repeat, url(/assets/static/images/forum/bg-win-c2.png) 100% 0 no-repeat, url(/assets/static/images/forum/bg-win-c3.png) 100% 100% no-repeat, url(/assets/static/images/forum/bg-win-c4.png) 0 100% no-repeat,
        -moz-linear-gradient(180deg, #cab891 0 38px, transparent 38px), -moz-linear-gradient(0deg, #96804f 0 38px, transparent 38px), #8c7747;
    background:        
        url(/assets/static/images/forum/bg-win-c1.png) 0 0 no-repeat, url(/assets/static/images/forum/bg-win-c2.png) 100% 0 no-repeat, url(/assets/static/images/forum/bg-win-c3.png) 100% 100% no-repeat, url(/assets/static/images/forum/bg-win-c4.png) 0 100% no-repeat,
        -webkit-linear-gradient(180deg, #cab891 0 38px, transparent 38px), -webkit-linear-gradient(0deg, #96804f 0 38px, transparent 38px), #8c7747;
    background:        
        url(/assets/static/images/forum/bg-win-c1.png) 0 0 no-repeat, url(/assets/static/images/forum/bg-win-c2.png) 100% 0 no-repeat, url(/assets/static/images/forum/bg-win-c3.png) 100% 100% no-repeat, url(/assets/static/images/forum/bg-win-c4.png) 0 100% no-repeat,
        linear-gradient(180deg, #cab891 0 38px, transparent 38px), linear-gradient(0deg, #96804f 0 38px, transparent 38px), #8c7747;
}
.forum .popup .bg {
    position: relative;
    padding: 43px 14px;
    font-size: 30px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:         
        url(/assets/static/images/forum/bg-forum-c1.png) 0 0 no-repeat, 
        url(/assets/static/images/forum/bg-forum-c2.png) 100% 0 no-repeat,
        url(/assets/static/images/forum/bg-forum-c3.png) 100% 100% no-repeat,
        url(/assets/static/images/forum/bg-forum-c4.png) 0 100% no-repeat,
        url(/assets/static/images/forum/bg-forum-l.png) 0 0 repeat-y, 
        url(/assets/static/images/forum/bg-forum-r.png) 100% 0 repeat-y,
        url(/assets/static/images/forum/bg-forum-t.png) 0 0 repeat-x, 
        url(/assets/static/images/forum/bg-forum-d.png) 0 100% repeat-x,
        #dbceb8;
}
.forum .popup .close {
    position: absolute;
    top: -5px;
    right: -5px;
    text-decoration: none !important;
}


.forum .admin_btn {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 50px;
    height: 50px;
}
.forum .admin_btn img {
    vertical-align: sub;
}

.forum .admin_pnl {
    text-align: center;
    font-size: 0;
}
.forum .admin_pnl .cbtn {
    width: 25%;
    margin: 8px;
}
.forum .del_msg {
    display: inline-block;
    font-size: 0;
    margin-left: 5px;
    vertical-align: sub;
}

/* forum gallery */
.forum .gallery_cat {
    min-height: 44px;
    padding: 18px 18px 10px 90px;
}

.plr10{ padding-left: 10px; padding-right: 10px; }

.ml10 { margin-left: 10px }
.mr10 { margin-right: 10px }
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.mt15 { margin-top: 15px; }
.mtb15 { margin-top: 15px; margin-bottom: 15px; }
.mtb35 { margin-top: 35px; margin-bottom: 35px; }
.mlr25 { margin-left: 25px; margin-right: 25px; }

.p15 { padding: 15px; }
.w33{ width: 33%; }

.c_red { color: #880015 !important; }

.fn30 { font-size: 30px; }
.forum .err {
    color: brown;
}

.cntr { text-align: center; }
.bold { font-weight: bold; }
.uppc { text-transform: uppercase; }
.clb { clear: both; }
.tdn { text-decoration: none; }

.forum .simplebar-scrollbar::before { 
    background: rgb(97, 76, 35);
    background: -moz-linear-gradient(90deg, rgb(97, 76, 35) 0%, rgb(130, 102, 47) 50%, rgb(97, 76, 35) 100%);
    background: -webkit-linear-gradient(90deg, rgb(97, 76, 35) 0%, rgb(130, 102, 47) 50%, rgb(97, 76, 35) 100%);
    background: linear-gradient(90deg, rgb(97, 76, 35) 0%, rgb(130, 102, 47) 50%, rgb(97, 76, 35) 100%);
}

/* BB */
.p_forum {
    text-indent: 10px;
    margin: 5px 0;
}
.italic { font-style: italic !important; }
.tdu { text-decoration: underline !important; }
.tds { text-decoration: line-through !important; }
.small_text { font-size: 18px !important; }
.big_text { font-size: 30px !important; }
.blockquote {
    position: relative;
    font-style: italic;
    padding: 5px 5px;
    width: 100%;
    z-index: 1;
    margin: 5px auto;
    align-self: center;
    border-top: solid 1px rgb(97, 76, 35);
    border-bottom: solid 1px rgb(97, 76, 35);
}
.blockquote::after {
    position: absolute;
    content: "”";
    font-size: 60px;
    line-height: 0;
    bottom: -15px;
    right: 20px;
}
.ul_forum {
    margin: 2px 0 2px;
    padding-left: 21px;
    list-style-type: disc;
}
.ul_forum li {
    list-style-type: disc;
    margin-bottom: 3px;
}
.ol_forum {
    margin: 2px 0 2px;
    padding-left: 15px;
    list-style-type: decimal;
}
.ol_forum li {
    list-style-type: decimal;
    margin-bottom: 3px;
}

/* Forum rules */
.forum_rules ul {
    margin: 2px 0 2px;
    padding-left: 30px;
    list-style-type: disc;
}

.forum_rules li {
    list-style-type: disc;
    margin-bottom: 3px;
}

/* Forum user colors */
.forum .text_admin {
    color: #1a7171;
}

.forum .text_moderator {
    color: #bf6b00;
}