html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

@font-face {
	font-family: CinzelDecorative-Black;
	src: url(../fonts/CinzelDecorative-Bold.otf);
	font-weight:normal;
	font-style:normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body { position: relative; overflow-x: hidden; }

body {
	line-height: 1;
}

a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-decoration: none; color: #ffcc00; }
a:focus, a:hover, a:active, button:focus, button:hover, button:active { color: #fff; text-decoration: none; }

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    width: 100%;
/*    background: url(../img/background-top.jpg) center top no-repeat, url(../img/background-bottom.jpg) center bottom no-repeat;
    background-color: #1a1615;*/
    background: url(../img/background-top.jpg) center top no-repeat;
    background-color: #100f0a;
    font-family: 'Open sans', 'Candara', 'Verdana';
    font-size: 14px;
    color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
}

.log-in,
.sign-in,
.add,
.list-news li,
.list-news .button-more,
.top-list,
.x-buttons input,
/*.fast-link,*/
.button-buy,
.button-market,
.to-the-top,
.start-video {
    cursor: pointer;
}

a {
    transition: all 0.3s ease;
    text-decoration: none;
}

.top-pannel {
    border-bottom: 1px solid #b3b4b8;
}

:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #6d4a20;
    text-align: center;
}

::-moz-placeholder {
    color: #6d4a20;
}

:-moz-placeholder {
    color: #6d4a20;
}

:-ms-input-placeholder {
    color: #6d4a20;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
  
.flex {
    display: flex;
}

.flex-c {
    display: flex;
    align-items: center;
}

.flex-s {
    display: flex;
    justify-content: space-between;
}

.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-panel {
    width: 100%;
    top: 0px;
    z-index: 10;
    height: 81px;
    background: url('../img/top-line-menu.png') bottom repeat-x;
}

.top-panel-block {
    max-width: 1400px;
    margin: 0 auto;
    top: 0px;
    z-index: 10;
    height: 80px;
}

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

.logo-icon {
/*    margin-top: 30px;
    margin-left: -80px;*/
    z-index: 10;
}

.logo-icon img {
    transition: 0.3s;
}

.logo-icon img:hover {
/*    filter: brightness(1.1);*/
    filter: brightness(120%);
}

.logo{
  position: absolute;
  top: -30px;
  left: -140px;
  transition: all 0.3s ease;
}

.logo:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease;
}

.menu li {
    margin: 0px 8px;
}

.menu a {
    position: relative;
    padding: 0 20px 0 40px;
    display: block;
    height: 80px;
    line-height: 80px;
    position: relative;
/*    color: #2a5266;*/
/*    color: #cad018;*/
    color: #ffcc00;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}

.menu li a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 26px;
    background: url('../img/icon.png') 0 0 no-repeat;
    width: 29px;
    height: 27px;
}

.menu a:hover {
/*    color: #000;*/
/*    color: #fffd3f;*/
    color: #c7c617;
}

.menu a:after {
  content: "";
  transition: 0.3s;
  height: 0px;
  width: 0px;
}

.menu a:hover:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: #000;
}

.lang-block {
    float: right;
    position: relative;
/*    top: 10px;*/
    top: 30px;
/*    right: 40px;*/
/*    right: -80px;*/
    right: 50px;
    z-index: 3;
}
.lang-block:after {
  border: 5px solid transparent;
/*  border-top-color: #000;*/
  border-top-color: #fff;
  position: absolute;
  left: -15px;
  top: 5px;
  content: '';
}
.lang-block a {
  display: flex;
  align-items: center;
  font-size: 12px;
}
/*.lang-block a:hover {
  color: #000;
}*/
.lang-block img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-left: 8px;
  margin-bottom: -2px;
  border: 1px solid #110c0d;
  box-shadow: 0px 0px 0px 1px #785c2e;
  transition: all 0.3s ease;
}

.img-lang {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 8px;
    margin-bottom: -2px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

/*.main-item {
    color: #000;
}*/

.hidden-block {
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: rgba(32, 27, 37, 0.9);
  min-width: 180px;
  z-index: 2;
  left: -40px;
  top: 20px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0px;
  border-radius: 10px;
}
.hidden-block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  color: #ffffff;
}
.hidden-block a:hover {
  background: #219157;
  color: #fff;
}
.hidden-block:after {
  border: 5px solid transparent;
  border-bottom-color: #151414;
  position: absolute;
  left: 24px;
  top: -10px;
  content: '';
}

.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
    visibility: visible;
    opacity: 1;
}

.header {
    min-height: 470px;
    position: relative;
    flex-direction: column;
    padding: 0 50px;
}

.server-time {
    position: absolute;
    padding-top: 54px;
    text-align: center;
    align-self: flex-end;
    text-transform: uppercase;
    font-size: 16px;
    width: 393px;
    height: 129px;
    right: 0;
    bottom: -55px;
    background: url(../img/fon-time.png) no-repeat;
}

.server-time span {
    font-size: 20px;
}
  
.content{
    position: relative;
}

.fast-button {
    margin-top: 40px;
}

/* icon login*/

.title-link a {
    color: white;
}

/* end icon login*/

.btn-download {
    position: relative;
    width: 350px;
    height: 130px;
    background: url('../img/bg-download.png') 0 0 no-repeat;
    color: #503a13;
    transition: 0.5s;
}

.btn-download a {
    color: #503a13;
}

.btn-download:hover {
    filter: brightness(1.2);
}

.btn-download span {
    position: absolute;
    bottom: 38px;
    left: 150px; 
    transition: 0.5s;
}

.btn-register {
    position: relative;
    width: 350px;
    height: 130px;
    background: url('../img/bg-register.png') 0 0 no-repeat;
    color: #503a13;
    transition: 0.5s;
}

.btn-register a {
    color: #503a13;
}

.btn-register:hover {
    filter: brightness(1.2);
}

.btn-register span {
    position: absolute;
    bottom: 38px;
    left: 45px; 
    transition: 0.5s;
}

.log-in {
    position: relative;
    width: 120px;
    background: url('../img/bg-log.png');
    transition: 0.5s;
}

.sign-in {
    position: relative;
    width: 120px;
    background: url('../img/bg-log.png');
    transition: 0.5s;
}


.log-in:hover,
.sign-in:hover {
    filter: brightness(1.35);
}

.log-in p,
.sign-in p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 95px;
}

.status-block {
    display: flex;
    justify-content: flex-end;
}

.status-block>div {
    position: relative;
    width: 196px;
    margin-left: 1px;
/*    background: url(../img/bg-server2.png) 0 0 no-repeat;*/
}

.status-block>div::before {
    content: '';
    position: absolute;
    width: 88px;
    height: 35px;
    top: -22px;
}

.server-1::before {
    background: url('../img/online-ofline-icons.png') 0 0 no-repeat;
}

.server-2::before {
    background: url('../img/online-ofline-icons.png') -86px 0 no-repeat;
}

/*.circle-online {
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    display: inline-block;
}*/
  
.serverInfo {
    position: absolute;
    width: 165px;
    height: 100px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.serverInfo span {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.serverInfo__name {
    font-size: 17px;
    color: #fff;
    margin-bottom: 8px;
}

.serverInfo__online {
    color: #a2ff00;
    font-size: 17px;
}

.server-2 .serverInfo__online {
    color: #e22024;
}

/*.circlestat {
    margin-left: -10px;
}*/

.news-panel {
    height: 380px;
/*    margin-top: 55px;*/
    margin-top: 35px;
}

.news-panel>div {
    width: 590px;
}

.bright:hover {
    filter: brightness(120%);
}
  
.swiper-news {
    position: relative;
    width: 590px;
    height: 380px;
}

.swiper-news::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 590px;
    height: 50px;
    background: #110d0c;
    z-index: 10;
}

.swiper-news .swiper-slide {
    position: relative;
    height: 330px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 -10px 40px 40px #110d0c;
}

.swiper-news .swiper-slide .button-more::before {
    right: 4px;
}
  
.newsPagination {
    position: absolute;
    left: 225px;
    bottom: 10px;
    width: 120px;
    height: 35px;
    z-index: 11;
}
  
.swiper-news .swiper-button-next, .swiper-news .swiper-button-prev {
    width: 20px;
    height: 20px;
    background: none;
    background-color: #23210b;
    margin-top: -10px;
    text-align: center;
    line-height: 1.4;
    color: #c0d107;
}
  
.swiper-news .swiper-pagination {
    color: #c0d107;
    font-size: 15px;
}
  
.swiper-news .swiper-pagination-current {
    color: #fff;
}
  
.slider-title {
    position: absolute;
    left: 40px;
    top: -140px;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0px;
    color: #fff;
    padding-right: 20px;
    transition: 1.5s;
}

.swiper-slide-active .slider-title {
    top: 40px;
}

.slider-info {
    position: absolute;
    width: 440px;
    left: 40px;
    bottom: -140px;
    line-height: 1.5;
    margin-bottom: 0px;
    color: #fff;
    padding-right: 20px;
    transition: 1.5s;
    background: rgb(23, 15, 6, 0.5);
}

.swiper-slide-active .slider-info {
    bottom: 40px;
}

.swiper-news .button-more {
    display: block;
    position: absolute;
    right: 50px;
    bottom: -140px;
    padding: 7px 20px 7px 10px;
    opacity: 0.7;
    transition: 1.5s bottom, 0.3s opacity;
}

.swiper-news .button-more:hover {
    opacity: 1;
}

.swiper-slide-active .button-more {
    bottom: 100px;
}

.info-block {
    display: flex;
    flex-direction: column;
    background: #110d0c;
    padding: 40px 0;
    width: 300px;
}

.events-block {
    display: flex;
    flex-direction: column;
    background: #110d0c;
    padding: 40px 0;
    width: 600px;
}

.top-event-block {
    padding: 10px 40px;
}

.pp {
    color: #ffe26e;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px 0px 0px;	
}
   
.news-top-title {
    position: relative;
    display: flex;
    margin-left: 50px;
}

.news-top-title::before {
    content: "";
    position: absolute;
    left: -65px;
    top: -26px;
    width: 71px;
    height: 75px;
    background: url('../img/news-icon.png') 0 0 no-repeat;
}

.news-top-title span.active {
    color: #ffe26e;
    font-weight: 700;
}
   
.news-top-title span {
    display: block;
    color: #7e7c7b;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px 10px 0px;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
}
   
.news-top-title span:hover{
    color: #ffe26e;
    cursor: pointer;
}

.top-event-block .add {
    border: none;
    background: #34340b;
    color: #fff;
    position: relative;
    top: -3px;
}

.tab-block-info {
    display: none;
}

.tab-block-info.active {
    display: block;
    animation: tab 0.6s linear;
}

.tab-block {
    display: none;
}

.tab-block.active {
    display: block;
    animation: tab 0.6s linear;
}

@keyframes tab {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}  

.tab-block-info li {
    position: relative;
    color: #fff;
    padding: 18px 40px;
    border-top: 1px dotted #292625;
    transition: 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-block-info li:hover {
    background: #272320;
    transition: 0.3s;
    padding: 18px 45px 18px 35px;
}

.tab-block-info li:last-child {
    border-bottom: 1px dotted #292625;
}

.tab-block-info span {
    color: #ddc96a;
}

.tab-block-info .date {
    color: #797776;
}

.tab-block-info li:hover .button-more {
    display: block;
}

.tab-block-info li:hover .date {
    
}

.tab-block-info li:hover {
    color: #c0d107;
}

.tab-block-info li:hover span {
    color: #fff;
}

.tab-block li {
    position: relative;
    color: #fff;
    padding: 18px 40px;
    border-top: 1px dotted #292625;
    transition: 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-block li:hover {
    background: #272320;
    transition: 0.3s;
    padding: 18px 45px 18px 35px;
}

.tab-block li:last-child {
    border-bottom: 1px dotted #292625;
}

.tab-block span {
    color: #ddc96a;
}

.tab-block .date {
    color: #797776;
}

.tab-block li:hover .button-more {
    display: block;
}

.tab-block li:hover .date {
    display: none;
}

.tab-block li:hover {
    color: #c0d107;
}

.tab-block li:hover span {
    color: #fff;
}

.button-more {
    position: absolute;
    right: 40px;
    display: none;
    padding: 5px 18px 5px 10px;
    background: #141212;
    color: #dfbc60;
}

.button-more:hover {
    box-shadow: 2px 5px 20px 0 #000;
    background: #010000;
}

.button-more::before {
    content: "";
    position: absolute;
    right: 1.5px;
    width: 14px;
    height: 16px;
    background: url('../img/more-icon.png') 0 0 no-repeat;
}

.widget-panel {
    height: 690px;
    margin-top: 70px;
    background: #110d0c;
}

.widget-block {
    position: relative;
    background: url('../img/top-widget-block.jpg') no-repeat;
    width: 380px;
    height: 690px;
    background-color: #110d0c;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 0.8);
}

.top-widget-block {
    position: absolute;
    top: -36px;
    background: url('../img/icon-top-widget-block-1.png') no-repeat;
    width: 380px;
    height: 200px;
}

.top-widget-block h2 {
    font-family: 'Candara';
    font-size: 20px;
    text-transform: uppercase;
    color: #cdf965;
    margin-top: -25px;
}

.widget-block:last-child .top-widget-block h2 {
    font-size: 18px;
    margin-top: -20px;
}

.info-widget-block {
    position: relative;
    padding: 60px 40px;
    text-transform: uppercase;

}

.info-widget-block h2{
    font-family: 'Candara';
    font-size: 20px;
    text-transform: uppercase;
}

.info-widget-block .add {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #666564;
    background: url('../img/add-icon.png') center center no-repeat;
}

.top-block {
    padding-bottom: 15px;
    margin: 0 40px;
}

.top-block span {
    display: block;
	float: right;
}

.top-block .top-flag {
    width: 30px;
    padding-top: 2px;
}

.top-block .top-name {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-block .top-lvl {
    width: 80px;
}

.top-guilds .top-name {
    width: 230px;
}

.top-block .top-Res sup {
    font-size: 10px;
    color: #ff0000;
    position: absolute;
    margin-top: -5px;
}   

.top-list {
    height: 41px;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
    color: #fff;
}

.top-list a {
    color: #fff;
    text-decoration: none;
}

.top-list:hover {
    background-color: #352a23;
    box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
    height: 41px;
    margin: 0px -40px 0px -40px;
    padding: 0px 25px 0px 25px;
    color: #c0d107;
    position: relative;
    z-index: 5;
}

.top-list:hover a {
    color: #c0d107;
}

.top-title {
    color: #d5b402;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
}

.x-buttons {
    width: 100%;
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
}

.x-buttons input {
    padding: 8px 20px;
    background: #090606;
    border: none;
    color: #d6b45c;
    transition: 0.3s;
    margin-left: 10px;
}

.x-buttons input:hover {
    background: #010000;
    box-shadow: 2px 4px 20px 0 #000;
}

.event-timers {
    padding: 40px;
    padding-top: 0px;
    margin-top: -10px;
}

.event-timers li {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.event-timers p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.event-timers .starts-in {
    color: #85814e;
}

.event-timers .time-to-event {
    color: #7c7671;
}

.title-video-panel {
    position: relative;
    color: #ffe26e;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 10px;
    text-indent: 20px;
}

.title-video-panel::after {
    position: absolute;
    left: 100px;
    bottom: 14px;
    content: "";
    width: 700px;
    height: 1px;
    background: #3c3422;
}

.video-panel {
    height: 476px;
}

.video-block {
    width: 800px;
    height: 486px;
    padding: 40px;
    background: #110d0c;
}

.video-player {
    width: 710px;
    height: 250px;
    flex-direction: column;
    justify-content: space-around;
    background: url('../img/bg-video.jpg') 0 0 no-repeat;
    transition: 0.5s;
}

.video-player .title-video {
    opacity: 0;
    transition: 0.5s;
}

.video-player:hover {
    box-shadow: inset 0 -60px 40px -40px #000;
}

.video-player:hover .title-video {
    opacity: 1;
}

.video-player .start-video {
    width: 80px;
    height: 80px;
    padding-bottom: 0px;
    margin-top: 60px;
    transform: rotate(90deg);
    font-size: 50px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    transition: 0.5s;
}

.video-player .start-video:hover {
    border: 1px solid #ccc;
    color: #ccc;
}

.media-fon {
    margin-top: 30px;
}

.slick-slider-slide {
    padding: 15px;
}

.slick-slider-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    transition: 1s;
    transform: scale(1);
}

.slick-slider-slide img {
    display: block;
}

.slick-center a {
    transform: scale(1.1);
}

.fast-links {
    width: 378px;
    height: 476px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fast-link {
    position: relative;
    width: 100%;
    height: 140px;
}

.fast-link::after {
    content: "";
    position: absolute;
    top: -28px;
    right: -20px;
    width: 230px;
    height: 168px;
    transition: 0.5s;
}

.fast-link:first-child::after {
    background: url('../img/heroes-fast-links.png') 0 0 no-repeat;
}

.fast-link:nth-child(2)::after {
    background: url('../img/heroes-fast-links.png') 0 -168px no-repeat;
}

.fast-link:last-child::after {
    background: url('../img/heroes-fast-links.png') 0 -336px no-repeat;
}

.fast-link:first-child {
    background: url('../img/backgrounds-fast-links.png') 0 0 no-repeat;
}

.fast-link:nth-child(2) {
    background: url('../img/backgrounds-fast-links.png') 0 -140px no-repeat;
}

.fast-link:last-child {
    background: url('../img/backgrounds-fast-links.png') 0 -280px no-repeat;
}

.fast-link:hover::after {
    right: -40px;
}

.fast-link:hover .info-link {
    padding-left: 20px;
}

.info-link {
    margin: 40px 0 0 50px;
    font-style: italic;
    transition: 0.5s;
}

.title-link {
    font-size: 30px;
    margin-bottom: 6px;
}

.market-panel {
    margin-top: 60px;
    height: 370px;
    padding: 30px;
    background: #110d0c;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.market-panel h2 {
    position: relative;
    text-transform: uppercase;
    align-self: flex-start;
    color: #ffe26e;
}

.market-panel h2::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 130px;
    width: 1040px;
    height: 1px;
    background: #3c3422;
}

.list-goods {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.list-goods li {
    width: 140px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border: 1px solid #342d1b;
    background: linear-gradient(#070606 25%, #1d1a1a, #2c2727);
    transition: 0.3s;
}
.list-goods li:hover {
    margin-top: -10px;
}

.title-good {
    font-size: 12px;
    font-weight: normal;
    margin-top: -20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-buy {
    padding: 5px 18px;
    margin: 10px 0;
    background: #010000;
    color: #dfbc60;
    border: none;
    transition: 0.3s;
}

.button-buy:hover {
    background: #010000;
    box-shadow: 2px 4px 20px 0 #000;
}

.price {
    position: relative;
    right: 10px;
    color: #929e11;
    margin-top: 4px;
}

.price::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    /*background: url('../img/coin-icon.png') 0 0 no-repeat;*/
    right: -20px;
}

.button-market {
    position: relative;
    text-transform: uppercase;
    padding: 13px 40px 13px 28px;
    background: #010000;
    color: #dfbc60;
    border: none;
    margin-bottom: -10px;
}

.button-market::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 14px;
    height: 16px;
    background: url('../img/more-icon.png') 0 0 no-repeat;
}

.button-market:hover {
    background: #010000;
    box-shadow: 2px 4px 20px 0 #000;
}

.line {
    height: 1px;
    margin-top: 65px;
    background: #363534;
}

.to-the-top {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #363534;
    border-radius: 50%;
    background: #111110;
    margin-top: -31px;
}

.button-to-the-top {
    width: 48px;
    height: 48px;
    margin: 4.85px 5.05px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #fff url("../img/to-the-top-icon.png") center center no-repeat;
    font-weight: bold;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
    line-height: 2.2;
}

.button-to-the-top:hover {
    box-shadow: inset 0 0 10px 0 #a1af06;
    border: 1px solid #a1af06;
    background-color: #a1af06;
}

.footer-block-t {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.payment {
    margin: 70px auto 120px auto;
}

.payment li {
    display: inline-block;
    margin: 15px 26px;
}

.payment a {
    opacity: 0.3;
    transition: 0.5s;
}

.payment .visa a {
    display: block;
    width: 60px;
    height: 20px;
    background: url('../img/payment.png') 0 0 no-repeat;
}

.payment .mastercard a {
    display: block;
    width: 105px;
    height: 24px;
    background: url('../img/payment.png') -115px 0 no-repeat;
}

.payment .g2apay a {
    display: block;
    width: 158px;
    height: 26px;
    background: url('../img/payment.png') -277px 0 no-repeat;
}

.payment .entergames a {
    display: block;
    width: 135px;
    height: 26px;
    background: url('../img/payment.png') -485px 0 no-repeat;
}

.payment a:hover {
    opacity: 1;
}

.f-menu {
    margin: 0 auto 20px auto;
}

.f-menu li {
    display: inline-block;
    margin: 15px 26px;
}

.f-menu li a {
    text-transform: uppercase;
    color: #c4d27c;
    font-size: 14px;
}

.f-menu li a:hover{
    color: #fff;
}

.f-menu li a:active{
    color: #fff;
}

.bottom-footer {
    padding: 50px 0;
}

.info-copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

.info-copyright a {
    font-size: 14px;
    color: #b8c808;
}

.info-copyright .info {
    color: #3c431b;
    margin-top: 12px;
}

.social-networks {
    width: 200px;
    height: 35px;
}

.social-networks a {
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.social-networks .facebook a {
    background: #000 url('../img/social-networks.png') 12px 9px no-repeat;
}

.social-networks .twitter a {
    background: #000 url('../img/social-networks.png') -42px 9px no-repeat;
}

.social-networks .twitch a {
    background: #000 url('../img/social-networks.png') -98px 9px no-repeat;
}

.social-networks .youtube a {
    background: #000 url('../img/social-networks.png') -153px 9px no-repeat;
}

.social-networks a:hover {
    border: 1px solid #a1af06;
    box-shadow: inset 0 0 10px 0 #a1af06;
}

.designed {
    display: block;
    width: 194px;
    height: 49px;
    background: url("../img/designed-icon.png");
    margin-top: 60px;
    transition: 0.5s;
}

.designed:hover {
    filter: brightness(1.3);
}

.footer{
	min-height: 300px;
}

footer .f-logo {
    margin-left: 50px;
}

footer .f-logo:hover {
    -webkit-filter: brightness(140%); 
    filter: brightness(140%);
}

/** Modal **/

.modalx-overlay {
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 1000;
    cursor: pointer;
    overflow: auto;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear; 
    transition: background 0.25s linear;
}

.modal_window {
    width: 420px;
    background: #110d0c;
    padding: 40px 60px;
    z-index: 1002;
    position: relative;
    cursor: auto;
    margin: 0 auto;
    display: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    margin-bottom: 20px;
    transform: scale(0.4);
}

.modal_window h3 {
    margin: -2px 0px 45px 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #ffe26e;
}

.modal_form {
    text-align: center;
    box-sizing: border-box;
}

/*.modal_form input,
.modal_form select,
.modal_form textarea {
    width: 100%;
    background: #0f0f0e;
    border: 1px solid #272322;
    box-sizing: border-box;
    height: 36px;
    color: #fff;
    text-align: center;
}*/

.formGroup {
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
}

.formGroup input {
    width: 100%;
}

input/*, textarea*/ {
    background: none;
    border: 1px solid #110d0c;
    color: #fff;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    font-size: 15px;
    font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

.formGroup select {
    color: #fff;
}

.formGroup-name {
    display: block;
    margin-bottom: 6px;
}

.formGroup.error .formGroup-name {
  color: #df3b5a;
}

.formGroup.error input {
  border: 1px solid #df3b5a;
  box-shadow: 0px 0px 10px 0px rgba(233, 59, 90, 0.4), inset 0px 0px 10px 0px rgba(233, 59, 90, 0.4);
}

.errorGroup {
    background: url(../img/wrong-icon.png) left 20px top 17px no-repeat;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 17px 20px 17px 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
    line-height: 1.5;
    font-size: 13px;
    text-align: left;
    position: absolute;
    left: 100%;
    bottom: -6px;
    min-width: 330px;
    color: #fff;
    margin-left: 30px;
}
.errorGroup:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}

.formGroup-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.button-small {
    margin: 0 auto;
    padding: 14px 40px;
    text-transform: uppercase;
/*    background: #010000;*/
    background: #423510;
    border: none;
    color: #c1d107;
    transition: 0.3s;
}

.button-small:hover {
/*    box-shadow: 0 10px 26px -6px #7c800d;*/
    box-shadow: 0 0 10px 0 #7c800d;
}

.lost-pass {
    margin-top: 20px;
    color: #ffe26e;
}

/*page*/
.widgets_news {
    display: flex;
    margin-top: 35px;
}

.widget-block-span {
    margin-bottom: 40px;
}

.news-block { 
  width: 800px;
  padding: 40px 40px 40px 40px;
  margin-left: 10px;
  min-height: 1356px;
  z-index: 1;
  background-color: #110d0c;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 0.4);
  position: relative;
}

.news-block h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #c0d107;
/*    margin-bottom: 20px;*/
}

.news-block h2 {
    font-family: 'Candara';
    font-size: 20px;
    color: #ffe26e;
    margin: 40px;
    text-align: center;
    text-transform: uppercase;
}

.news-block p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 20px;
}

.news-block p a {
    color: #ddc96a;
    text-decoration: underline;
}

.news-block p a:hover{
	text-decoration:none;
	color: #c0d107;
}

.news-block .date {
    display: block;
    text-align: right;
    padding: 15px 20px;
    border-top: 1px dotted #292625;
    border-bottom: 1px dotted #292625;
    font-size: 14px;
    color: #7e7c7b;
}
/*end page*/

/*download*/

.download {
    align-items: center;
    text-align: center;
}

.download h2 {
    font-family: 'Candara';
    font-size: 20px;
    color: #ffe26e;
    margin: 40px;
}

.download h3 {
    font-size: 15px;
    color: #ffe26e;
    margin: 20px;
    margin-bottom: 60px;
    text-transform:none;
    font-weight:none;
}

.download-files div {
    margin-bottom: 40px;
}

.download-files div p {
    font-size: 14px;
}

.download-files div a {
    color: #c1d107;
}

.btn-download-file {
    cursor: pointer;
    display: block;
    width: 140px;
    height: 50px;
    margin: 20px auto;
    text-transform: uppercase;
    background: #010000;
    text-align: center;
    line-height: 50px;
    transition: 0.3s;
}

.btn-download-file:hover {
    box-shadow: 0 10px 26px -6px #7c800d;
}

.drivers-block {
    width: 100%;
}

.drivers-block h3 {
    margin-bottom: 20px;
}

.drivers a {
    display: block;
    width: 229px;
    height: 114px;
}

.drivers .nvidia a {
    background: url('../img/dirvers.png') 0 0 no-repeat;
}

.drivers .directx a {
    background: url('../img/dirvers.png') -245px 0 no-repeat;
}

.drivers .microsoft-net a {
    background: url('../img/dirvers.png') -490px 0 no-repeat;
}

.drivers a:hover{
	box-shadow: 0px 0px 25px 0px rgb(161 175 6);
}

/*end download*/

/*animation*/
.leaves {
  position: absolute;
  bottom: 10px;
  left: 100px;
}

.leaves-1 {
  background: url(../img/leaves_1.png);
  width: 300px;
  height: 197px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-1 linear infinite;
}

@keyframes leaves-1 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-2 {
  background: url(../img/leaves_2.png);
  width: 283px;
  height: 171px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-2 linear infinite;
  animation-delay: 2s;
}

@keyframes leaves-2 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-3 {
  background: url(../img/leaves_3.png);
  width: 324px;
  height: 222px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-3 linear infinite;
  animation-delay: 4s;
}

@keyframes leaves-3 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
/*end animation*/
/*sparks*/

.sparks { position: absolute; width: 1200px; left: -60%; bottom: 40px; }
.sparks > div { position: absolute; }
.sparks .spark_1 { background: url(../img/spark_1.png) no-repeat; width: 764px; height: 313px; right: 0; bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-1 4s linear infinite; animation: spark-1 4s linear infinite; -webkit-animation-delay: 1s; animation-delay: 1s; }
.sparks .spark_2 { background: url(../img/spark_2.png) no-repeat; width: 179px; height: 335px; right: 230px; bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-1 4s linear infinite; animation: spark-1 4s linear infinite; -webkit-animation-delay: 2s; animation-delay: 2s; }
.sparks .spark_3 { background: url(../img/spark_3.png) no-repeat; width: 128px; height: 165px; right: 280px; bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-3 4s linear infinite; animation: spark-3 4s linear infinite; -webkit-animation-delay: 2s; animation-delay: 2s; }
.sparks .spark-big { background: url(../img/spark_4.png) no-repeat; width: 794px; height: 176px; right: 0; bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-5 4s linear infinite; animation: spark-5 4s linear infinite; }
.sparks .spark_5 { -webkit-animation-delay: 2s; animation-delay: 2s; right: 40px; }

.sparks_1 { margin-left: -1200px; }
.spark_1 { background: url(../img/spark-l_1.png) no-repeat; -webkit-animation-delay: 2s; animation-delay: 2s; }
.spark_2 { background: url(../img/spark-l_2.png) no-repeat; -webkit-animation-delay: 3s; animation-delay: 3s; }
.spark_3 { background: url(../img/spark-l_3.png) no-repeat; -webkit-animation-delay: 3s; animation-delay: 3s; }
.spark-big { background: url(../img/spark-l_4.png) no-repeat; }
.spark_5 { -webkit-animation-delay: 3s; animation-delay: 3s; }

@-webkit-keyframes spark-1 { 0% { bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -240px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -160px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: -80px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 0px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }

@keyframes spark-1 { 0% { bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -240px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -160px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: -80px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 0px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@-webkit-keyframes spark-3 { 0% { bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -80px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -20px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 40px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 100px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@keyframes spark-3 { 0% { bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -80px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -20px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 40px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 100px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@-webkit-keyframes spark-5 { 0% { bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -120px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -60px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 0px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 60px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@keyframes spark-5 { 0% { bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -120px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -60px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 0px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 60px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }

/*end sparks*/


button, .button {
 -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  cursor: pointer;
  background-image: url(../img/button.png); 
  background-repeat: no-repeat;
  height:66px; 
  width:240px;
  padding-top: 24px;
  border: none; 
  color: #fff; 
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); 
  position: relative;
  z-index: 1; 
  text-align: center; 
  text-transform: uppercase; 
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 15px; 
  font-weight: bold;
}

button:hover, 
.button:hover { -webkit-filter: brightness(120%); filter: brightness(120%); }

.button { 
  display: inline-block; 
  text-decoration: none;
   }

.more-top {
    left: 19%;
    bottom: 40px;
    position: absolute;
}
.usercp-unreadmessages {
    position: relative;
    z-index: 1;
    border: 2px solid #42290a;
    border-style: dotted;
    padding: 7px;
    text-align: center;
    margin-bottom: 15px;
}
/*.usercp-unreadmessages a:link, .usercp-unreadmessages a:visited {color: #fff;}
.usercp-unreadmessages a:hover, .usercp-unreadmessages a:active {color: #42290a !important;}*/









.controlpanel-block {
  height: 562px; 
  position: relative; 
  padding: 10px 0px 0px 30px; 
}

.controlpanel-block h3 {
  position: relative;
  text-align: center; 
  color: #ffcc00; 
  font-size: 20px; 
  text-transform: uppercase; 
  margin-bottom: 35px; 
}

.controlpanel-block-menu {
    margin-left: 100px;
}

.controlpanel-block ul li {
    line-height: 30px;
}

.controlpanel-block ul li img {
 position: relative;
 top: 5px;
 padding-right: 10px;
}

.timer {position: absolute;top: -100px;left: 435px; z-index: 1;}
.timer_open {position: absolute;top: -100px;left: 435px; z-index: 1;}

#countdown {width: 290px;}
#tiles {display:flex;text-align: center;}
#tiles span {
    flex: auto;
    display: block;
    width: 40px;
    height: 50px;font-family: CinzelDecorative-Black;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 52px;
    color: #fff;
    margin: 0 5px;
    font-weight: bold;
}
.labels {display: flex;margin-top: 10px;font-family: CinzelDecorative-Black;}
.labels li {flex:auto;width: 80px;list-style: none;text-align: center;font-size:21px;}

.title-timer {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;font-family: "CinzelDecorative-Black";
    margin-bottom: 13px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #000;
}

.radial-stat {
display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(7, 5, 1, 0.7);
    width: 170px;
    height: 170px;
    border-radius: 50%;
}


@-webkit-keyframes server { 0% { top: 0px; height: 227px; background-position: top center; }
  15% { top: 0px; height: 0px; background-position: top center; }
  25% { top: 0px; height: 0px; background-position: top center; }
  40% { top: 0px; height: 227px; background-position: top center; }
  50% { top: auto; bottom: 0px; height: 227px; background-position: bottom center; }
  65% { top: auto; bottom: 0px; height: 0px; background-position: bottom center; }
  75% { top: auto; bottom: 0px; height: 0px; background-position: bottom center; }
  90% { top: auto; bottom: 0px; height: 227px; background-position: bottom center; }
  100% { top: auto; bottom: 0px; height: 227px; background-position: bottom center; } }

@keyframes server { 0% { top: 0px; height: 227px; background-position: top center; }
  15% { top: 0px; height: 0px; background-position: top center; }
  25% { top: 0px; height: 0px; background-position: top center; }
  40% { top: 0px; height: 227px; background-position: top center; }
  50% { top: auto; bottom: 0px; height: 227px; background-position: bottom center; }
  65% { top: auto; bottom: 0px; height: 0px; background-position: bottom center; }
  75% { top: auto; bottom: 0px; height: 0px; background-position: bottom center; }
  90% { top: auto; bottom: 0px; height: 227px; background-position: bottom center; }
  100% { top: auto; bottom: 0px; height: 227px; background-position: bottom center; } }
.circle-online { width: 160px; height: 160px; text-align: center; position: relative; display: inline-block; z-index: 2; }

.rightInfo {
    position: absolute;
    z-index: 2;
    right: 32px;
    top: 160px;
    z-index: 3;
}
.rightInfo-time {
    font-size: 25px;
    color: #ffcc00;
}
.rightInfo-time p {
    font-size: 14px;
    color: #c7c617;
}
.rightInfo-localtime {
    height: 42px;
    margin-bottom: 10px;
}
.rightInfo-servertime {
    height: 42px;
    margin-bottom: 10px;
}
.rightInfo-block {
    width: 150px;
    padding: 10px 0px;
    background: rgba(32, 27, 37, 0.9);
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
}
.rightInfo-block p {
    margin-bottom: 3px;
}
.rightInfo-block a {
    height: 28px;
    color: #fff;
    width: 120px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    background: url(../img/button_medium.jpg) no-repeat;
    position: relative;
    transition: .2s all ease;
    line-height: 25px;
    text-decoration: none;
    background-position-y: -10px;
    font-size: 13px;
    margin: 3px;
}

.discussions-content-block:hover .discussions-text-bt{
  color: #69811e;
}
.discussions-content-block{
  padding-bottom: 10px;
  padding-top: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.discussions-content-block:hover .discussions-message{
  background-color: #392d01;
  color: #c0ff00;
  font-weight: bold;
}
.discussions-content-block:hover{
background-color: #070501;
border-bottom: 1px solid #293407;
box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
transition: 0.4s;
margin: 0px -40px 0px -40px;
padding: 10px 26px 10px 26px;
cursor: pointer;
}
.discussions-content-block:hover .discussions-text {
  color: #c0ff00;
}
.discussions-content-block:hover .discussions-text-bt a {
  text-decoration:none;
  color: #ffcc00;
}
.title-events-panel {
    position: relative;
    color: #ffe26e;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 10px;
    text-indent: 20px;
}
.title-events-panel::after {
    position: absolute;
    left: 180px;
    bottom: 14px;
    content: "";
    width: 1020px;
    height: 1px;
    background: #3c3422;
}
.events-block {
    width: 1200px;
    height: 376px;
    padding: 40px;
    background: #110d0c;
    background: url(../img/siege.jpg);
    background-color: #110d0c;
}
.events-block-table {
    width: 70%;
    height: 290px;
    margin-left: 15%;
}
.events-block-td1 {
    padding: 0px;
    width: 400px;
    padding-left: 20px;
}
.events-block-td2 {
    padding: 0px;
    text-align: left;
}
.events-block-td3 {
    padding: 0px;
    vertical-align: middle;
    padding-top: 0px;
    line-height: 12px;
    min-width: 220px;
}
.events-block-table2 {
    background: rgb(0,0,0,0.4);
    max-width: 350px;
    min-height: 128px;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}
.events-block-h4 {
    padding: 0px;
    line-height: 10px;
    margin: 0px;
    font-size: 24px;
}
.events-block-h5 {
    color: #999;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}
.events-block-span1 {
    color: #777;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    line-height: 1px;
}
.events-block-span2 {
    font-size: 8px;
    color:#ccc;
    line-height: 1px;
}
.events-block-second-td1 {
    padding: 0px;
    text-align: left;
}
.events-block-second-table {
    min-width: 260px;
}
.events-block-second-div1 {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    height: 52px;
    background: rgb(0,0,0,0.4);
    max-width: 350px;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}
.events-block-second-div2 {
    width: 100%;
    padding: 5px 10px;
    height: 52px;
    background: rgb(0,0,0,0.4);
    max-width: 350px;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}
