﻿@import "validation.css";
@import "notice.css";
@import "ui.css";

body {
    background-color: #000;
}



.donation-container {
    background-color: rgba(0,0,0,0.5);
   margin: 10px;
    padding: 10px;
    width: 30%;
    float: left;
    height: 300px;
    
}



.background-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_gate.png);
    background-size: cover;
    background-position: center top 0;
    background-repeat: no-repeat;
    z-index: -1;
}

a {
    color: #df3d2d;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:hover, button:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

a:active, button:active {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

p {
    margin-bottom: 10px;
    margin-top: 10px;
}

::-webkit-input-placeholder {
    color: #5e5359;
}

::-moz-placeholder {
    color: #5e5359;
}

:-moz-placeholder {
    color: #5e5359;
}

:-ms-input-placeholder {
    color: #5e5359;
}

:focus {
    outline: none;
}

.red {
    background: url(../img/button-red-bg.jpg) repeat-x;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

/* Header-----------------------------------------------------------------------------*/
.header {
    height: 500px;
    position: relative;
}

.menu-top {
    text-align: center;
    height: 108px;
}

.menu-top li {
    display: inline-block;
    margin: 0px 32px;
    position: relative;
}

.menu-top li ul {
    position: absolute;
    margin-top: -20px;
    margin-left: -50%;
    opacity: 0;
    left: -9999px;
    z-index: 9999;
    width: 160px;
    background-color: #111111;
    border: 1px solid #2e2c2c;
    padding: 10px 0px;
    transition: opacity 0.5s linear;
}

.menu-top li ul:after {
    content: "";
    background: url(../img/menu-icon.png) no-repeat;
    width: 22px;
    height: 12px;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    position: absolute;
}

.menu-top li ul li {
    display: block;
    margin: 0px 0px;
    text-align: left;
}

.menu-top li ul li a {
    text-transform: none;
    padding: 8px 28px;
    border-top: none !important;
    color: #908d8b !important;
    box-shadow: none !important;
}

.menu-top li ul li a:hover {
    color: #fff;
    background-color: #1b1b1b;
}

.menu-top li ul li a:before {
    content: ">";
    padding-right: 10px;
}

.menu-top-bg {
    background: rgba(35, 35, 35, 0.7);
}

.menu-top li a {
    font-size: 14px;
    color: #c5c5c5;
    text-transform: uppercase;
    padding: 44px 0px;
    display: block;
    font-weight: bold;
    border-top: 1px solid rgba(0, 0, 0, 0);
}

.menu-top li a:hover {
    box-shadow: inset 0px 14px 21px -18px #fc3030;
    border-top: 1px solid #fc3030;
    color: #ffffff;
    font-weight: bold;
}

.menu-top li:hover ul {
    left: 0;
    opacity: 1;
}

.menu-top .active a {
    box-shadow: inset 0px 14px 21px -22px #fc3030;
    border-top: 1px solid #fc3030;
    color: #ffffff;
    font-weight: bold;
}

.logo {
    position: absolute;
    top: 307px;
    left: 371px;
}

.logo a {
    display: block;
    background: url(../img/logo.png) no-repeat;
    width: 274px;
    height: 149px;
}

.logo a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.social-block a {
    text-decoration: none;
    font-size: 12px;
    color: #7d7b7c;
    padding-left: 30px;
    display: block;
}

.social-f {
    background: url(../img/facebook-icon.png) 12px 50% no-repeat;
    border-right: 1px dotted #373034;
    border-bottom: 1px dotted #373034;
}

.social-y {
    background: url(../img/youtube-icon.png) 12px 50% no-repeat;
    border-right: 1px dotted #373034;
}

/* Middle-----------------------------------------------------------------------------*/

.block-title {
    padding: 30px 0px 16px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #483f44;
    margin-bottom: 35px;
}

.block-title .more {
    float: right;
    position: relative;
    z-index: 10;
}

.block-title .more a {
    color: #00b679;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0px 0px 10px #00b679;
    text-decoration: none;
}

.block-title .more a:before {
    content: "";
    background: url(../img/more-icon.png) no-repeat;
    height: 12px;
    width: 12px;
    position: absolute;
    left: -15px;
    top: 4px;
}

.block-title h3 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-right: 30px;
}

.block-title .news-tab {
    position: relative;
}

.block-title .news-tab button {
    font-size: 11px;
    color: #5e5359;
    cursor: pointer;
    margin: 0px 7px;
    text-transform: uppercase;
    background: none;
    border: none;
    display: inline-block;
    height: 100%;
    line-height: 100%;
}

.block-title .news-tab button:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    color: #fff;
    font-weight: bold;
}

.block-title .news-tab:before {
    content: "";
    border-left: 1px solid #373034;
    height: 7px;
    width: 1px;
    position: absolute;
    margin-top: 6px;
    margin-left: -7px;
}

.block-title .news-tab .active {
    color: #fff;
    font-weight: bold;
    position: relative;
}

.block-title .news-tab .active:after {
    content: "";
    background: url(../img/title-tab-active-icon.png) no-repeat;
    width: 14px;
    height: 7px;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -7px;
}

.news-block {
    margin-bottom: 10px;
}

.news-title {
    padding: 0px 0px 16px 0px;
}

.news-title h3 {
    float: left;
}

.news {
    animation-name: opasity;
    animation-duration: 1s;
    animation-timing-function: linear;
}

@keyframes opasity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.last-news-block {
    min-height: 160px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #373034;
}

.last-news-block .news-img {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.last-news-block .news-img img {
    width: 280px;
    height: 155px;
    display: block;
    box-shadow: 0px 28px 43px -17px rgba(0, 0, 0, 0.5);
}

.last-news-block h2 {
    font-weight: normal;
}

.last-news-block .news-b {
    margin-top: 20px;
    color: #fff;
}

.last-news-block .news-b a {
    margin-right: 22px;
}

.news-info {
    border-bottom: 1px dotted #373034;
    color: #fff;
    padding: 15px 10px 15px 15px;
}

.news-info span {
    color: #7d7b7c;
}

.news-info .news-read-more {
    float: right;
    opacity: 0;
    margin-left: 20px;
}

.news-info:hover {
    background: url(../img/news-hover-bg.jpg);
    box-shadow: 0px 8px 43px -17px rgba(0, 0, 0, 0.5);
}

.news-info:hover a {
    opacity: 1;
    transition: all 0.5s ease;
}

.media-discussions-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.media-block, .discussion-block {
    width: 282px;
}

.video-block-top a, .video-block-bottom a {
    cursor: pointer;
    display: inline-block;
}

.video-block-top img, .video-block-bottom img {
    box-shadow: 0px 28px 43px -17px rgba(0, 0, 0, 0.5);
}

.video-block-top img {
    width: 280px;
}

.video-block-bottom img {
    width: 129px;
    height: 89px;
}

.video-block-top {
    text-align: center;
    margin-bottom: 18px;
    position: relative;
}

.video-block-top a:after {
    content: "";
    background: url(../img/video-icon.png);
    height: 39px;
    width: 39px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -19px;
    margin-top: -18px;
}

.video-block-bottom {
    display: flex;
    justify-content: space-between;
}

.forum {
    border-bottom: 1px dotted #373034;
    min-height: 50px;
    margin-bottom: 15px;
}

.forum img {
    float: left;
    margin-right: 14px;
    box-shadow: 5px 5px 19px 0px rgba(0, 0, 0, 0.3);
    width: 36px;
    height: 36px;
}

.forum .forum-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forum .forum-title a {
    color: #7d7b7c;
    text-decoration: none;
}

.forum .forum-autor {
    font-size: 12px;
    color: #5e5359;
}

.forum .forum-autor a {
    font-size: 12px;
}

.forum .forum-autor span {
    margin-left: 25px;
    position: relative;
}

.forum .forum-autor span:before {
    content: "";
    border-left: 1px solid #373034;
    height: 6px;
    width: 1px;
    position: absolute;
    margin-top: 7px;
    margin-left: -12px;
}

/* Right Sidebar-----------------------------------------------------------------------------*/
.sign-up-block span {
    display: block;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    margin-bottom: 14px;
    text-shadow: 0px 10px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: normal;
}

.social-blocks {
    box-shadow: inset 0px 0px 65px -5px rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.social-block {
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.social-block a {
    text-decoration: none;
    font-size: 12px;
    color: #7d7b7c;
    padding-left: 30px;
    display: block;
}

.hero-info {
    position: relative;
    z-index: 10;
    font-size: 14px;
    padding: 18px 0 0 30px;
}

.hero-guide-block {
    background: url(../img/hero-bg.jpg);
    min-height: 104px;
    position: relative;
}

.hero-guide-block:after {
    content: "";
    background: url(../img/hero-img-sl.png) no-repeat;
    width: 275px;
    height: 115px;
    position: absolute;
    right: 2px;
    top: 0;
}

.grey {
    background: url(../img/button-grey-bg.jpg) repeat-x;
}

.hero-info {
    position: relative;
    z-index: 10;
    font-size: 14px;
    padding: 18px 0px 0px 30px;
}

.hero-info span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 3px;
}

.hero-info a {
    margin-top: 10px;
    font-size: 10px;
    padding: 5px;
}

.search-block button:hover {
    opacity: 0.5;
}

.sidebar-title {
    background: url(../img/sidebar-title-bg.jpg) repeat-x;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-left: 1px;
    text-transform: uppercase;
    padding-left: 28px;
    position: relative;
    margin-bottom: 15px;
}

.best-players-title span {
    background: url(../img/top-icon.png) no-repeat;
    width: 59px;
    height: 62px;
    padding-top: 5px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: -1px;
    line-height: 16px;
    font-size: 10px;
    color: #ffdd8c;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.best-players-title span b {
    display: block;
    font-size: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.block-p {
    padding: 12px 0 25px 0;
    /*width: 260px;*/
    margin: 0 auto;
}

.server {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.status-icon {
    background: url(../img/status-icon.png) no-repeat;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
}

.status-info {
    width: 240px;
}

.status-info-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 3px;
}

.status-info-name b {
    font-weight: normal;
    color: #58c526;
}

.status-info-progress {
    height: 11px;
    width: 240px;
    background: #151214;
    padding: 4px;
    box-sizing: border-box;
}

.status-info-progress span {
    height: 4px;
    background: #b82323;
    display: block;
    box-shadow: 0 0 5px 1px rgba(248, 127, 127, 0.2);
}

.status-info-description a {
    color: #5e5359;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.status-info-description a:hover .status-info-description-block {
    opacity: 1;
    visibility: visible;
}

.status-info-description-block {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -30px;
    z-index: 2;
    background: #1e1b1f;
    padding: 15px;
    width: 200px;
    transition: 0.4s;
}

.login-panel {
    padding: 0 0 25px 0;
}

.login-panel p {
    margin-bottom: 15px;
}

.login-buttons {
    width: 260px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-buttons button {
    margin-right: 0;
}

.login-buttons a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

/* Footer-----------------------------------------------------------------------------*/
.partners-block {
    background: url(../img/partners-bg.png);
}

.partners {
    background: url(../img/partners-bottom-bg.jpg) center bottom no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 40px 0;
}

.partners-logo {
    width: 680px;
    text-align: center;
}

.partners-logo .part-b {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    filter: blur(6px);
    z-index: -1;
}

.partners-logo li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0px 15px;
}

.partners-logo li img {
    width: 65px;
    height: 65px;
}

.partner-button {
    width: 320px;
    position: relative;
}

.partner-button a {
    display: block;
    background: url(../img/partner-button.jpg) center no-repeat;
    width: 157px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
}

.partner-button:before {
    content: "";
    width: 1px;
    background: #221d20;
    position: absolute;
    height: 50px;
    left: 0;
    top: 6px;
}

.bottom-menu {
    margin-bottom: 45px;
}

.bottom-menu ul {
    text-align: center;
    padding: 40px 0px;
    border-bottom: 1px dotted #301c1b;
}

.bottom-menu ul li {
    display: inline-block;
    padding: 0px 35px;
    position: relative;
}

.bottom-menu ul li:after {
    content: "";
    height: 8px;
    width: 1px;
    background: #3d2422;
    position: absolute;
    right: 0;
    top: 3px;
}

.bottom-menu ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #908d8b;
    text-transform: uppercase;
}

.bottom-menu ul li a:hover {
    color: #ffffff;
}

.bottom-menu li:last-child:after {
    display: none !important;
}

.copyright {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #908d8b;
    line-height: 16px;
}

.copyright a {
    color: #fff;
}

#toTop {
    background: url(../img/totop.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    margin-top: -67px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    display: block;
}

/* Popup-----------------------------------------------------------------------------*/
.popup-block {
    padding: 10px 50px 30px 50px;
    border-top: 1px solid #fc3030;
    color: #5e5359;
}

.block-title p {
    float: right;
    margin-top: 5px;
    font-size: 11px;
}

.block-title p a {
    color: #fff !important;
    margin-left: 5px;
    cursor: pointer;
}

.title-b {
    margin-bottom: 25px;
}

.forgot {
    float: right;
}

#loading {
    background-image: url(../img/l_bg.png);
    border-radius: 0 0 4px 4px;
    color: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 48%;
    z-index: 1000;
    padding: 6px;
}

/** BUTTON STYLE 1 */
.button-style {
    transition: all 0.3s ease;
    cursor: pointer;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    border: none;
    color: #fff;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    text-shadow: 1px 1px 2px #000;
    margin-left: 5px;
    text-decoration: none;
    box-shadow: 0px 10px 49px -1px rgba(0, 0, 0, 0.75);
    padding: 0px 10px;
}

.button-style:before {
    content: "";
    width: 20px;
    height: 18px;
    position: absolute;
    left: -5px;
    top: 0;
    z-index: -1;
}

.button-style:after {
    content: "";
    width: 20px;
    height: 18px;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: -1;
}

/** BUTTON STYLE 2 */
.button-style2 {
    border: none;
    position: relative;
    width: 182px;
    height: 71px;
    left: -10px;
    line-height: 71px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    font-family: serif;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
}

/* AUCTION END */
/* ------------------- PAGINATION END ---------------------- */
.span_red {
    background: #660000;
    color: #fff;
}

#events div {
    padding: 3.5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

#events div small {
    float: right;
}

.offline {
    color: red;
}

.online {
    color: green;
}

.item_font_family {
    font-family: tahoma, serif;
}

.item_white {
    color: #FFFFFF;
}

.item_light_green {
    color: #00FF00;
}

.item_light_blue {
    color: #80B2FF;
}

.item_light_blue_2 {
    color: #3366FF;
}

.item_blue {
    color: #0066FF;
}

.item_pink {
    color: #FF1493;
}

.item_yellow {
    color: #FADE09;
}

.item_yellow_2 {
    color: #FFCC00;
}

.item_red {
    color: #FF0000;
}

.item_dark_red {
    color: #800000;
}

.item_dark_red_background {
    background-color: #800000;
}

.item_purple {
    color: #800080;
}

.item_socket {
    color: #B266FF;
}

.item_grey {
    color: #808080;
}

.item_yellow_title {
    color: #FFCC19;
}

.item_exe_title {
    color: #008000;
}

.item_socket_title {
    color: #B266FF;
}

.item_socket_exe_title {
    color: #7401DF;
}

.item_ancient_title {
    color: #01DF01;
}

.item_ancient_background {
    background-color: #0000FF;
}





/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.rightfloat {
    float: right;
}

#events1 {
    padding: 10px;
    width: 100%;
    padding-bottom: 2px;
    font-size: 14px;
    text-align: left;
    font-family: 'Cuprum', sans-serif;
    list-style-type: none;
    color: red;
}

#events1 span {
    display: block;
    font-size: 12px;
    text-align: right;
    font-family: 'Cuprum', sans-serif;
    color: #e8e8e8;
}

#events2 {
    padding: 10px;
    width: 100%;
    padding-bottom: 2px;
    font-size: 14px;
    text-align: left;
    font-family: 'Cuprum', sans-serif;
    list-style-type: none;
    color: red;
}

#events2 span {
    display: block;
    font-size: 12px;
    text-align: right;
    font-family: 'Cuprum', sans-serif;
    color: #e8e8e8;
}

#events3 {
    padding: 10px;
    width: 100%;
    padding-bottom: 2px;
    font-size: 14px;
    text-align: left;
    font-family: 'Cuprum', sans-serif;
    list-style-type: none;
    color: red;
}

#events3 span {
    display: block;
    font-size: 12px;
    text-align: right;
    font-family: 'Cuprum', sans-serif;
    color: #e8e8e8;
}

.bg-red {
    background: red;
    border-radius: 5px;
    color: white;
    padding: 3px;
    font-size: 12px;
}

.ServerClock {
    background: rgba(35, 35, 35, 0.7);
    padding: 15px;
    position: absolute;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 360px;
    color: #ff0011;
    font-weight: bold;
}

.ServerClock .LocalTime {
    margin-top: 10px;
}

.ServerClock p span {
    color: white;
}
