@charset "UTF-8";

@import "genel.css";

body {
    margin: 0;
    padding: 0;
    background: #1A120E;
    font-family: Calibri, Arial, Tahoma, sans-serif;
    font-size: 12px;
    color: #4c534a;
}

.header-logo{
margin-left: 418px;
    position: absolute;
    top: 80px;
}

@font-face {
	font-family: Philosopher;
	src: url(../fonts/Philosopher-Regular.ttf);
    src: local("Philosopher"), url(../fonts/Philosopher-Regular.ttf); 
}

a {
	color: #ab978f;
    text-decoration: none;
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
	color: #fff;
}

hr {
	border: none;
	outline: none;
	background: rgba(255,255,255,.10);
	height: 1px;
	margin: 12px 0;
}

#content-bg-color {
    background: #191310;
}

#footer-bg-color {
    background: #201A17;
}

#menu-bg {
    background: url(../images/menu-bg.jpg) center top no-repeat;
}

#header-bg {
    background: url(../images/header-bg-spring.jpg) center top no-repeat;
}

#buttons-bg {
    background: url(../images/buttons-bg.jpg) center top no-repeat;
}

#content-bg {
    background: url(../images/content-bg.jpg) center center repeat-y;
}

#footer-bg {
    background: url(../images/footer-bg.jpg) center top no-repeat;
}

.wrapper {
    width: 920px;
    margin: 0 auto;
    position: relative;
}

#menu {
    height: 60px;
    text-align: center;
}

.opisanie {
    font-family: Philosopher;
    font-size: 14px;
    line-height: 20px;
}

.opisanie p span {
    font-size: 17px !important;
}

.opisanie ul {
    list-style: none;
    margin-left: -20px;
}

.opisanie ul li {
    font-family: Philosopher;
    font-size: 14px !important;
    margin: 12px 0;
    cursor: default;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.opisanie ul li:before {
    content: '»';
    font-size: 15px;
    color: #ffcc99;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
    animation: move 1s infinite linear;
    animation: move 1s infinite linear;
}

@keyframes move {
    0% {
        opacity: 0.5;
    }
    
    50% {
        opacity: 1;
    }
    
    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes move {
    0% {
        opacity: 0.5;
    }
    
    50% {
        opacity: 1;
    }
    
    100% {
        opacity: 0.5;
    }
}

.opisanie ul li:hover {
    margin-left: 15px;
}

.opisanie hr {
    margin: 15px 0;
    height: 1px;
    position: relative;
}

.opisanie hr:before {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 1px;
    background: #99cc00;
    animation: line 2s infinite linear;
    -webkit-animation: line 2s infinite linear;
}

@keyframes line {
    0% {
        width: 0;
        left: 0;
    }
    
    50% {
        width: 100%;
        right: 0;
    }
    
    100% {
        width: 0;
        right: 0;
    }
}

@-webkit-keyframes line {
    0% {
        width: 0;
        left: 0;
    }
    
    50% {
        width: 100%;
        right: 0;
    }
    
    100% {
        width: 0;
        right: 0;
    }
}

#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

#menu ul li {
    float: left;
    border-left: 1px solid rgba(255,255,255,.07);
}

#menu ul li:first-child {
    border: none;
}

#menu ul li::last-child {
    float: none;
    border: none;
}

#menu ul li a {
    font-family: Philosopher;
    font-size: 14px;
    color: #b09a8f;
    text-transform: uppercase;
    display: block;
    line-height: 60px;
    padding: 0 28px;
}

#menu ul li:hover {
    background: url(../images/menu-hover-bg.png) center top no-repeat;
}

#menu-arrow {
	position: absolute;
	bottom: -6px;
    left: 0px;
	width: 25px;
	height: 22px;
	background: url(../images/menu-arrow.png) center top no-repeat;
}

#lang {
    float: left;
    padding: 17.5px 30px;
}

#rus-bg {
    background: url(../images/eng-bg.png) no-repeat;
    width: 28px;
    height: 19px;
    padding: 2px;
    float: left;
    margin-right: 5px;
}

#eng-bg {
    background: url(../images/rus-bg.png) no-repeat;
    width: 28px;
    height: 19px;
    padding: 2px;
    float: left;
    margin-left: 5px;
}

#rus-bg a, #eng-bg a, #l2top a {
    opacity: 0.5;
}

#rus-bg a:hover, #eng-bg a:hover, #l2top a:hover {
    opacity: 1;
}

#l2top-banner {
    background: url(../images/l2top-bg.png) no-repeat;
    width: 88px;
    height: 31px;
    float: right;
    padding: 2px;
    margin: 12.5px 30px 12.5px 0;
}

header {
    height: 332px;
}

#logo {
    display: block;
    width: 370px;
    height: 85px;
    z-index: 9999;
    position: absolute;
    top: 67px;
    left: 76px;
}

#buttons {
    height: 175px;
}

.giris_yap {
    background: url(../images/start-btn.png) no-repeat;
    width: 270px;
    height: 70px;
    display: inline-block;
    margin: -35px 0 0 325px;
}

.giris_yap:hover {
    background: url(../images/start-btn-hover.png) no-repeat;
}

.hesabim {
    background: url(../images/hesabim-btn.png) no-repeat;
    width: 270px;
    height: 70px;
    display: inline-block;
    margin: -35px 0 0 325px;
}

.hesabim:hover {
    background: url(../images/hesabim-btn-hover.png) no-repeat;
}

#btns {
    width: 798px;
    height: 73px;
    margin: 33px 0 0 60px;
}

#btns a {
    font-family: Philosopher;
    font-size: 14px;
    color: #cbad9e;
    text-transform: uppercase;
    display: block;
    border-right: 1px solid rgba(255,255,255,.07);
    line-height: 74px;
    height: 73px;
    overflow: hidden;
}

#btns a:nth-child(3) {
    border: none;
}

#btns a:hover {
    background: rgba(0,0,0,.5);
}

#btns i {
    background: url(../images/icon-btns.png) no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    margin: 14px 10px 0 40px;
}

#lk-btn {
    width: 264px;
    float: left;
}

#dt-btn {
    width: 268px;
    float: left;
}

#sp-btn {
    width: 264px;
    float: left;
}

#content {
    min-height: 500px;
	padding: 25px 0;
}

aside {
	width: 300px;
	float: left;
	line-height: 14px;
	padding: 0 0 0 40px;
	color: #81746C;
}

.aside-block-top {
	background: url(../images/sb-block-bg-top.png) no-repeat;
	width: 288px;
	height: 40px;
	font-family: Philosopher;
	font-size: 14px;
	color: #cbad9e;
	text-transform: uppercase;
	text-align: center;
}

.aside-block-content {
	background: url(../images/sb-block-bg-center.png) repeat-y;
	width: 220px;
	padding: 0 34px 10px;
}

.aside-block-bottom {
	background: url(../images/sb-block-bg-bottom.png) no-repeat;
	width: 288px;
	height: 30px;
	margin-bottom: 25px;
}

.aside-block-top-about {
	background: url(../images/sb-block-bg-top-about.png) no-repeat;
	width: 226px;
	height: 40px;
	font-family: Philosopher;
	font-size: 14px;
	color: #cbad9e;
	text-transform: uppercase;
	text-align: center;
}

.aside-block-content-about {
	background: url(../images/sb-block-bg-center-about.png) repeat-y;
	width: 188px;
    padding: 0 19px;
}

.aside-block-bottom-about {
	background: url(../images/sb-block-bg-bottom-about.png) no-repeat;
	width: 226px;
	height: 30px;
	margin-bottom: 25px;
}

.aside-btn {
	background: url(../images/sb-btn.png) no-repeat;
	width: 144px;
	height: 34px;
	text-align: center;
	line-height: 30px;
	text-shadow: 0 1px 0 rgba(255,255,255,.18);
	display: block;
	color: #181513;
	margin: 20px auto 0;
}

.aside-btn:hover {
	background: url(../images/sb-btn-hover.png) no-repeat;
	color: #181513;
}

#status {
	text-align: center;
	color: #655e5a;
}

.server-block {
	padding: 15px 0;
}

.server-block h1 {
	font-size: 14px;
	font-weight: normal;
	color: #d9baaa;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-family: Philosopher;
}

.server-block span {
	color: #bed845;
}

.server-block b {
	color: #bed845;
	font-weight: normal;
}

.status-line {
	background: url(../images/status-line.png) no-repeat;
	width: 216px;
	height: 40px;
	margin: 7px auto 2px;
	position: relative;
}

.status-line-progress {
	background: url(../images/status-line.png) left bottom no-repeat;
	height: 40px;
	float: left;
	transition: all 1500ms ease-in-out;
    -webkit-transition: all 1500ms ease-in-out;
}

#top {
	color: #625a56;
}

#top table {
	width: 100%;
	padding-top: 10px;
	border-collapse: collapse;
	
}

#top th {
	font-size: 10px;
	color: #3c3734;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid rgba(255,255,255,.07);
}

#top td {
	line-height: 28px;
}

#top td span {
	color: #d2b8aa;
}

#forum {
	color: #46413e;
	line-height: 14px;
}

.theme {
	padding: 13px 0 10px;
	border-bottom: 1px solid rgba(255,255,255,.07);
}
#top img{
	margin-top:5px;
}
.theme a {
	color: #bca79d;
}

.theme a:hover {
	color: #f1d3c5;
}

.theme span {
	font-size: 10px;
}

.theme span a {
	color: #8fb244;
}

.theme span a:hover {
	color: #2fa6c8;
}

.forum-icon {
	width: 32px;
	height: 32px;
	float: left;
	margin: -3px 10px 0 0
}

#ava_forum {
	width: 32px;
	height: 32px;
}

#donate {
	text-align: center;
}

#donate hr {
	height: 1px;
	background: rgba(255,255,255,.07);
	border: none;
	outline: none;
}

#donate i {
	background: url(../images/contacts-icon.png) no-repeat;
	width: 28px;
	height: 28px;
	display: block;
}

#donate table {
	width: 100%;
	border-spacing: 8px;
}

#news {
	width: 502px;
	float: right;
	margin-right: 60px;
	line-height: 14px;
	color: #8d8682;
}

#news h1 {
	font-family: Philosopher;
	font-size: 14px;
	font-weight: normal;
	color: #cbad9e;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
}

.news-block {
    font-size: 12px;
}

.news-block p {
	margin: 20px 0;
	padding: 0;
}

.news-title {
	background: url(../images/news-block1.png) no-repeat;
	width: 427px;
	height: 50px;
	line-height: 18px;
	padding: 12px 0 0 75px;
}

.news-block:nth-of-type(2)>.news-title {
	background: url(../images/news-block2.png) no-repeat;
}

.news-block:nth-of-type(3)>.news-title {
	background: url(../images/news-block3.png) no-repeat;
}

.news-block:nth-of-type(4)>.news-title {
	background: url(../images/news-block4.png) no-repeat;
}

.title-info {
	float: left;
	font-size: 14px;
	color: #c6aa9b;
	text-transform: uppercase;
}

.title-info span {
	font-size: 12px;
	color: #413b38;
	text-transform: none;
}

.read-btn {
	background: url(../images/read-btn.png) no-repeat;
	width: 92px;
	height: 36px;
	text-align: center;
	line-height: 30px;
	text-shadow: 0 1px 0 rgba(255,255,255,.18);
	display: block;
	color: #181513;
	float: right;
	margin: 4px 19px;
}

.read-btn:hover {
	background: url(../images/read-btn-hover.png) no-repeat;
	color: #181513;
}

#pages {
	padding-top: 20px;
	text-align: center;
}

#pages a {
	color: #7a736f;
}

#pages a:hover {
	color: #f1d3c5;
}

.pages-btn {
	background: url(../images/pages-btn.png) no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	color: #7a736f;
	text-align: center;
	line-height: 24px;
	margin: -5px 4px 0;
}

.pages-btn-selected {
	background: url(../images/pages-btn.png) bottom no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	color: #f1d3c5 !important;
	margin: -5px 4px 0;
}

footer {
    height: 250px;
    text-align: center;
}

#footer-menu {
    height: 27px;
    padding-top: 13px;
}

#footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-menu ul li {
    float: left;
    border-right: 1px solid rgba(255,255,255,.07);
    line-height: 14px;
}

#footer-menu ul li:last-child {
    border: none;
}

#footer-menu ul li a {
    color: #736a6a;
    margin: 0 25px;
}

#footer-menu ul li a:hover {
    color: #c0ada6;
}

#rside {
    float: left;
}

#lside {
    float: right;
}

#up-btn {
    background: url(../images/up-btn.png) no-repeat;
    width: 52px;
    height: 56px;
    display: block;
    margin: -24px 0 0 433px;
}

#up-btn:hover {
    background: url(../images/up-btn-hover.png) no-repeat;
}

#banners {
    margin-top: 7px;
}

#banners a {
    margin: 0 9px;
}

#info {
    color: #585250;
    line-height: 12px;
    margin-top: 14px;
    text-align: left;
    float: left;
}

#info a {
    color: #ab978f;
}

#info a:hover {
    color: #fff;
}

#info span {
    font-size: 10px;
}

#payments {
    background: url(../images/payments.png) no-repeat;
    width: 174px;
    height: 78px;
    display: block;
    float: right;
    opacity: 0.5;
}

#payments:hover {
    opacity: 1;
}

#footer-icons {
    margin-top: 17px;
}

.footer-icon {
    background: url(../images/footer-icons.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 4px;
    opacity: 0.7;
}

.footer-icon:hover {
    background: url(../images/footer-icons-hover.png) no-repeat;
    opacity: 1;
}

.footer-icon:nth-child(2) {
    background-position: -25px 0;
}

.footer-icon:nth-child(3) {
    background-position: -50px 0;
}

.footer-icon:nth-child(4) {
    background-position: -75px 0;
}

.footer-icon:nth-child(5) {
    background-position: -100px 0;
}

#f-btn1, #f-btn2, #f-btn3, #f-btn4, #f-btn5, #f-btn6 {
	background: url(../images/files-btns.png) no-repeat;
	width: 204px;
	height: 54px;
	display: block;
	text-decoration: none;
}

#f-btn1:hover, #f-btn2:hover, #f-btn3:hover, #f-btn4:hover, #f-btn5:hover, #f-btn6:hover {
	background: url(../images/files-btns-hover.png) no-repeat;
}

#f-btn2, #f-btn2:hover {
	background-position: -204px 0;
}

#f-btn3, #f-btn3:hover {
	background-position: -408px 0;
}

#f-btn4, #f-btn4:hover {
	background-position: -612px 0;
}

#f-btn5, #f-btn5:hover {
	background-position: -816px 0;
}

#f-btn6, #f-btn6:hover {
	background-position: -1020px 0;
}

#vk-btn {
	background: url(../images/vk-btn.png) no-repeat;
	width: 200px;
	height: 77px;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	animation: anim-vk 1000ms ease infinite;
	-webkit-animation: anim-vk 1000ms ease infinite;
}

#l2top-btn {
	background: url(../images/vk-btn.png) no-repeat;
	width: 88px;
	height: 31px;
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
}

#vk-btn:hover {
	background: url(../images/vk-btn-hover.png) no-repeat;
	
}

@keyframes anim-vk {
	0% {bottom: 20px;}
	50% {bottom: 30px;}
	100% {bottom: 20px;}
}

@-webkit-keyframes anim-vk {
	0% {bottom: 20px;}
	50% {bottom: 30px;}
	100% {bottom: 20px;}
}

#patch-btn, #reg-btn {
	width: 214px;
	height: 60px;
	display: inline-block;
	text-decoration: none;
	margin: 5px 10px;
}

#patch-btn {
	background: url(../images/patch-btn.png) no-repeat;
}

#patch-btn:hover {
	background: url(../images/patch-btn-hover.png) no-repeat;
}

#reg-btn {
	background: url(../images/reg-btn.png) no-repeat;
}

#reg-btn:hover {
	background: url(../images/reg-btn-hover.png) no-repeat;
}

#more-btn {
	background: url(../images/more-btn.png) no-repeat;
	width: 464px;
	height: 32px;
	display: block;
	text-decoration: none;
	margin: 10px auto;
}

#more-btn:hover {
	background: url(../images/more-btn-hover.png) no-repeat;
}

#footer-bg-color + img {
	display: none;
}

.top-btn {
    background: url(../images/l2top-btn.png) no-repeat;
    width: 104px;
    height: 54px;
    display: block;
    position: absolute;
    top: 3px;
    left: -150px;
}

.top-btn:hover {
    background: url(../images/l2top-btn-hover.png) no-repeat;
}

.top-btn1 {
    display: block;
    position: absolute;
    top: 10px;
    left: -150px;
}

.open-info {
    background: url(../images/opening.png) no-repeat;
    width: 369px;
    height: 197px;
    position: absolute;
    top: 170px;
    left: 70px;
    transition: all 300ms ease-in-out 200ms;
    -webkit-transition: all 300ms ease-in-out 200ms;
}

.action-info {
    background: url(../images/message.png) no-repeat;
    width: 326px;
    height: 142px;
    position: absolute;
    top: 320px;
    right: 5px;
}

.action-info a {
    display: block;
    width: 300px;
    height: 150px;
    position: absolute;
    top: 160px;
    right: 37px;
}

/*Новогодние стили*/

.new-year {
    margin: 0 auto;
    opacity: 0.9;
    padding: 5px 0;
}

.ny-5 {
    background: url(../images/new-year/5.png) no-repeat;
    width: 83px;
    height: 146px;
    position: fixed;
    top: 0;
    right: 15px;
}

.ny-6 {
    background: url(../images/new-year/6.png) no-repeat;
    width: 60px;
    height: 101px;
    position: fixed;
    top: 15px;
    left: 15px;
}

.ny-7 {
    background: url(../images/new-year/7.png) no-repeat;
    width: 60px;
    height: 101px;
    position: fixed;
    bottom: 0px;
    left: 15px;
    animation: anim-vk 1000ms ease infinite;
	-webkit-animation: anim-vk 1000ms ease infinite;
}

/*Конец новогодних стилей*/

.tabs {
  padding: 0;
}

.tabs_container .tabs{
  margin: 0 !important;
}

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

.tabs_container .tabs li {
    cursor: pointer;  
    display: block;
    width: 100%;
    text-align: left;
    text-indent: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #252221;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.tabs_container .tabs li:hover {
    background: rgba(0,0,0,.7);
}

.tabs_container .tabs li:last-child {
    border: none;
}

.tabs_container .tabs li.active {
    color: #B0CF22;
}

.tabs_container .tabs li.active:hover {
    color: #B0CF22;
}

.tab_container {
    display: none;
}

.tab_container ul li {
}

.tabs_container aside {
    width: auto;
    padding-left: 40px;
}

.tabs_container #news {
    width: 590px;
    margin-right: 50px;
}

.hide-btn {
    display: block;
    background: url(../images/read-btn.png) no-repeat;
	width: 92px;
	height: 36px;
	text-align: center;
	line-height: 30px;
	text-shadow: 0 1px 0 rgba(255,255,255,.18);
	color: #181513;
	margin: 5px 0;
}

.hide-btn:hover {
    background: url(../images/read-btn-hover.png) no-repeat;
	color: #181513;
}

.hide-info {
    background: #120D0B;
    padding: 15px;
    border: 1px solid #282221;
    border-radius: 0 10px 10px;
    display: none;
}

.clr {
    clear: both;
}

.stat-page a {
    position: relative;
}

.stat-page a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    right: 50%;
    background: #fff;
    height: 1px;
    transition: all 300ms cubic-bezier(.57,.76,.45,1.34);
    -webkit-transition: all 300ms cubic-bezier(.57,.76,.45,1.34);
}

.stat-page a:hover:before {
    left: 0;
    right: 0;
}

.stat-page .fa {
    margin-right: 10px;
}

.about-icon {
    margin-top: 5px;
    margin-right: 5px;
}