html {
    background : url(/style/design/index/bodyBg.jpg) 50% 0 no-repeat fixed #000;
}

body {
	 width : 350px;
	 margin : 0 auto;
	 font-size : 16px;
	 padding-bottom : 10px;
	 color : #8e806a;
	 font-family: Revie, Arial, sans-serif;
	 font-style : normal;
	 font-weight : 400;
	 overflow-wrap : break-word;
}

a {text-decoration : none;}
a:link {color: #8e806a;}
a:visited {color: #8e806a;}
a:hover {color: #8e806a;}







/*---------- HEAD ----------*/
.head-userPanel-bg {
    width: 350px;
    height: 56px;
    margin: 0 auto;
    position: relative;
    color: #8e806a;
    background-image: url(/style/design/header/userPanel-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.head-userPanel-lvl {
    width: 39px;
    height: 40px;
    top: 8px;
    position: absolute;
    left: 18px;
    background-image: url(/style/design/header/userPanel-lvlBg.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-family: kundera;
}

.head-userPanel-lvlValue {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #8e806a;
}

.head-cell-bgLeft, .head-cell-bgRight {
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.head-cell-bgLeft {
    left: 0;
    background-image: url(/style/design/header/cellBgLeft.png?v=2);
}

.head-cell-bgMiddle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    right: 8px;
    background-image: url(/style/design/header/cellBgMiddle.png);
    background-repeat: repeat-x;
    background-size: contain;
}

.head-cell-bgRight {
    right: 0;
    background-image: url(/style/design/header/cellBgRight.png);
}

.head-userPanel-mailBg {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: 4px;
    background-image: url(/style/design/header/userPanel-mailBg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.head-userPanel-mailIcon {
    width: 30px;
    height: 30px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.head-iconPanel {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 268px;
    top: -4px;
    background-image: url(/style/design/header/envelope.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.head-exp_bar {
    width: 85.5%;
    height: 4px;
    position: relative;
    left: 27px;
    top: 54px;
    border-radius: 1px;
    background: #1a1610;
    box-sizing: border-box;
}

.head-exp_progress {
	max-width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #8a6440;
    background: linear-gradient(to bottom, #8a6440 0, #8a6440 25%, #8a6440 100%);
    box-sizing: border-box;
    margin-top: 0;
}

.head-userPanel-unreadBadge {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    line-height: 14px;
    position: absolute;
    right: -5px;
    top: -2px;
    font-size: 12px;
    text-align: center;
    background-color: #d21100;
    color: #ffe5cf
}
/*--------------------------*/



/*---------- HEAD MONEY ----------*/
.cntr {
    text-align: center;
}

.money-cell-now {
    display: inline-block;
    margin: 5px;
    text-align: center;
}

.money-cell-now .money-left {
    display: inline-block;
    width: 8px;
    height: 25px;
    background-image: url(/style/design/header/cellBgLeft.png?v=2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.money-cell-now .money-right {
    display: inline-block;
    width: 8px;
    height: 25px;
    background-image: url(/style/design/header/cellBgRight.png?v=2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.money-cell-now .money-middle {
    padding: 3.3px;
    display: inline-block;
    min-width: 70px;
    background-image: url(/style/design/header/cellBgMiddle.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    vertical-align: middle;
}
/*--------------------------------*/



/*---------- INDEX ----------*/
.campaign {
    background: url(/style/design/index/campaign.jpg) top no-repeat;
    background-size: contain;
    padding-top: 10px;
    width: 100%;
}

.section-menu {
    width: 350px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.sectionIcon-menu {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    background: url(/style/design/index/sectionIcon-frame.png) no-repeat;
    background-size: 100px 100px;
    background-position: 50% 50%;
    margin: 5px;
}

.sectionIcon {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: -1px;
    transform: translate(-50%);
}

.sectionIcon-text {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
    color: #8e806a;
}

.sectionIcon-value {
    min-width: 19px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    background-color: #cc2400;
    border-radius: 20px;
    color: #fdfebd;
    box-shadow: 2px -1px 7px 0 rgb(102 0 0 / 69%) inset, -1px 0 2px 0 rgb(0 0 0 / 52%);
    text-shadow: 0 1px 1px rgb(86 0 0 / 57%);
    font-size: 90%;
}

.sectionArena {
    background: url(/style/design/index/arena.png) no-repeat;
    background-size: 100% 100%;
}

.sectionBose {
    background: url(/style/design/index/bose.png) no-repeat;
    background-size: 100% 100%;
}

.sectionFarm {
    background: url(/style/design/index/farm.png) no-repeat;
    background-size: 100% 100%;
}
/*---------------------------*/



/*---------- FOOTER ----------*/
.hr {
    margin: 10px 5px;
}

.hr .hr_end {
    background-position: 100% -1px;
}

.hr, .hr .hr_end {
    font-size: 0px;
    height: 1px;
    background-image: url(/style/design/footer/bg-hr.png);
    background-repeat: no-repeat;
}
/*----------------------------*/






