﻿@font-face {
	font-family: 'OpenSans';
    src: url("/assets/fonts/OpenSansRegular/OpenSansRegular.eot");
	src: local('☺'),   url("/assets/fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
    url("/assets/fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype"),
    url("/assets/fonts/OpenSansRegular/OpenSansRegular-1.eot")format("embedded-opentype");
    font-weight: 400;
}
@font-face {
	font-family: 'OpenSans';
    src: url("/assets/fonts/OpenSansBold/OpenSansBold.eot");
	src: local('☺'),   url("/assets/fonts/OpenSansBold/OpenSansBold.woff") format("woff"),
    url("/assets/fonts/OpenSansBold/OpenSansBold.ttf") format("truetype"),
    url("/assets/fonts/OpenSansBold/OpenSansBold-1.eot")format("embedded-opentype");
    font-weight: 700;
}
@font-face {
	font-family: 'Gilroy';
    src: url("/assets/fonts/GilroyMedium/GilroyMedium.eot");
	src: local('☺'),   url("/assets/fonts/GilroyMedium/GilroyMedium.woff") format("woff"),
    url("/assets/fonts/GilroyMedium/GilroyMedium.ttf") format("truetype"),
    url("/assets/fonts/GilroyMedium/GilroyMedium-1.eot")format("embedded-opentype");
    font-weight: 500;
}
@font-face {
	font-family: 'Gilroy';
    src: url("/assets/fonts/GilroyBold/GilroyBold.eot");
	src: local('☺'),   url("/assets/fonts/GilroyBold/GilroyBold.woff") format("woff"),
    url("/assets/fonts/GilroyBold/GilroyBold.ttf") format("truetype"),
    url("/assets/fonts/GilroyBold/GilroyBold-1.eot")format("embedded-opentype");
    font-weight: 700;
}


/* CSS Reset */
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, p {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
/* End of CSS Reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
body {
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  font-family: 'OpenSans', sans-serif;
  font-weight: 400;
  color: #8b8380;
  background-color: #0e0c0d;
  background-image: url('/assets/img/bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.inner {
  background-image: url('/public/images/inner-bg.jpg');
}
img {
  border: none;
}
button[type=submit],
input, select {
  outline: none;
  vertical-align: middle;
}
h1, h2, h3, h4, h5 {
    font-family: 'Gilroy';
    margin-bottom: 10px;
    line-height: 1;
    display: block;
    color: #ffa800;
    font-weight: 700;
    transition: all 200ms ease-in-out;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3, h5 { font-size: 24px; color: #857d74; }
h4 { font-weight: 700; font-size: 18px; color: #c8b6ad; text-align: left; text-transform: none; line-height: 25px;}
h5 { font-weight: 500; font-size: 18px; text-align: left; }
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
a {
    text-decoration: none;
    color: #ffa800;
    transition: all 200ms ease-in-out;
}
a:hover {
    color: #fff;
}
p {
    margin-bottom: 15px;
}
input, textarea, select {
    border: 1px solid rgba(93,80,73,0.32);
    width: 100%;
    height: 55px;
    background: rgba(14,14,14,0.32);
    font-size: 20px;
    color: #677ea7;
    border-radius: 5px;
    margin-bottom: 18px;
    transition: all 200ms ease-in-out;
    text-align: left;
    padding: 0 20px;
}
textarea {
    height: 300px;
}
input:hover, input:focus, textarea:hover, textarea:focus {
    background: rgba(14,14,14,0.7);
    border: 1px solid rgba(93,80,73,0.7);
}


strong { color: #fff !important; }
.green { color: #82d400 !important; }
.red { color: #d54528 !important; }
.t-row {
    width: 100%;
}
.t-row .t-col {
    display: inline-block;
    float: left;
}
.t-col.t5 { width: 5%; }
.t-col.t10 { width: 10%; }
.t-col.t15 { width: 15%; }
.t-col.t20 { width: 20%; }
.t-col.t25 { width: 25%; }
.t-col.t30 { width: 30%; }
.t-col.t35 { width: 35%; }
.t-col.t40 { width: 40%; }
.t-col.t45 { width: 45%; }
.t-col.t50 { width: 50%; }
.t-col.t55 { width: 55%; }
.t-col.t60 { width: 60%; }
.t-col.t65 { width: 65%; }
.t-col.t70 { width: 70%; }
.t-col.t75 { width: 75%; }
.t-col.t80 { width: 80%; }
.t-col.t85 { width: 85%; }
.t-col.t90 { width: 90%; }
.t-col.t95 { width: 95%; }
.t-col.t100 { width: 100%; }
.pagination {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.pagination li {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    padding: 0 15px;
    background: #1f1b19 url('/assets/img/news-bg.jpg') center center repeat-x;
    color: #d3c1b7;
    margin: 0 5px;
    border-radius: 3px;
    border: 1px solid rgba(174,160,149,0.1);
    font-size: 18px;
    font-weight: 700;
    opacity: 0.5;
}
.pagination li:hover, .pagination li.active {
    opacity: 1;
}
.pagination li img {
    vertical-align: middle;
}
.container {
    width: 1240px;
    margin: 0 auto;
    position: relative;
}
.go-more {
    display: block;
    line-height: 45px;
    text-align: center;
    border: 1px solid rgba(174,160,149,0.1);
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
}
.btn {
    display: block;
    margin: 0 auto;
    background: #ffa900 !important;
    width: 250px;
    border-radius: 5px;
    height: 52px;
    line-height: 55px;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 20px !important;
    color: #181716 !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none  !important;
    cursor: pointer;
    border: 1px solid #ffa900 !important;
}
.btn:hover {
    letter-spacing: 1px;
    color: #181716;
}
.btn.trans {
    color: #b9aa8d !important;
    background: none !important;
    border: 1px solid rgba(144,132,110,0.15) !important;
    font-weight: 500 !important;
}
.btn.trans:hover {
    color: #fff !important;
    border: 1px solid rgba(144,132,110,0.3);
}
/*==========PAGES STYLES==========*/
nav {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #211c18 url('/assets/img/nav-bg.jpg') top center no-repeat;
    border-radius: 5px;
    margin-top: 30px;
    overflow: hidden;
}
nav a {
    display: inline-block;
    color: #ecd6c6;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Gilroy';
    font-weight: 700;
    padding: 0 25px;
    position: relative;
}
nav a:first-child {
    margin-left: 20px;
}
nav a:hover, nav a.active {
    color: #ffa800;
}
nav a:before {
    width: 1px;
    height: 40px;
    background: rgba(174,160,149,0.1);
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
}
nav a.cp { 
    float: right;
    background: rgba(174,160,149,0.1);
    border-left: 1px solid rgba(174,160,149,0.1);
    padding-left: 20px;
}
nav a.cp img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
    transition: all 200ms ease-in-out;
}
nav a.cp:hover {
    background: rgba(174,160,149,0.15);
} 
nav a.cp:hover img {
    transform: scale(0.95);
    filter: brightness(120%);
}
nav a:first-child:before, nav a.cp:before {
    display: none;
} 
header {
    text-align: center;
    margin-top: 110px;
}
header .logo {
    width: 500px;
    height: 179px;
    display: inline-block;
    position: relative;
}
header .logo .logo-1 {
    width: 100%;
    height: 100%;
    /*background: url('/assets/img/logo-v.png') center center no-repeat;*/
    /*background-size: contain;*/
    position: absolute;
    top: 0;
    left: 0;
    transition: all 500ms ease-in-out;
}

header .logo:hover .logo-1 {
    transform: scale(0.9);
	filter: brightness(140%);
}

header .status {
    width: 100%;
}
header.inner .status {
    margin-top: 0px;
}
header .status p {
    margin-bottom: 0;
}
header .status span {
    font-size: 24px;
    padding: 0 10px;
}
header .status .balance, header .status .online {
    display: inline-block;
    width: 300px;
    height: 189px;
    float: left;
    background: url('/assets/img/balance-bg.png') center center no-repeat;
    color: #efd9ca;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 80px;
}
header .status .online {
    float: right;
    background: url('/assets/img/online-bg.png') center center no-repeat;
    padding-left: 0;
    padding-right: 80px;
}
header .status .balance .red {
    border-left: 1px solid rgba(174,160,149,0.1);
    padding-left: 15px;
}
header .status .balance img, header .status .online img {
    transition: all 200ms ease-in-out;
}
header .status .balance:hover img, header .status .online:hover img {
    filter: brightness(120%);
}
header .status .start-game {
    margin-top: 105px;
    width: 262px;
    height: 66px;
    line-height: 66px;
    background: url('/assets/img/start-btn.png') center center no-repeat;
    display: inline-block;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 24px;
    color: #442113;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #f4c803;
}
header .status .start-game:hover {
    filter: brightness(120%);
    letter-spacing: 1px;
}
main {
    margin-top: 55px;
    text-align: center;
}
main.inner {
    margin-top: 170px;
}
main .left-info, main .right-info {
    display: inline-block;
    text-align: left;
    background: #181717 url('/assets/img/sidebar-bg.jpg') top center repeat;
    border: 1px solid #1c1917;
    border-radius: 5px;
    vertical-align: top;
}
main .left-info {
    float: left;
    width: 320px;
}
main .right-info {
    float: right;
    width: 260px;
}
.info-t {
    padding: 0 30px;
    background: url('/assets/img/sidebar-sep.png') bottom center no-repeat;
    padding-bottom: 50px;
}
.info-t.top-block .top-menu {
    line-height: 70px;
    border-bottom: 1px solid rgba(174,160,149,0.1);
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-family: 'Gilroy';
    text-transform: uppercase;
}
.info-t.top-block .top-menu a {
    display: inline-block;
    width: 50%;
    float: left;
    color: #857d74;
    border-bottom: 1px solid transparent;
}
.info-t.top-block .top-menu a.active {
    color: #ffa800;
    font-weight: 700;
    border-bottom: 1px solid #ffa800;
}
.info-t.top-block .top-table {
    display: none;
}
.info-t.top-block .top-table.active {
    display: block;
}

main .left-info .info-t .t-row,main .right-info .info-t .t-row {
    font-size: 18px;
    color: #766c67;
    font-family: 'Gilroy';
    font-weight: 500;
    line-height: 40px;
    border-bottom: 1px solid rgba(174,160,149,0.1);
}
main .left-info .info-t .t-row span,main .right-info .info-t .t-row span {
    font-weight: 700;
    color: #aa978c;
    float: right;
}
main .left-info .info-t .t-row.first {
    color: #e59700;
}
main .left-info .info-t .t-row.second {
    color: #fff;
}
main .left-info .info-t .t-row.third {
    color: #ad6c49;
}
.info-t:last-child {
    background: none;
    padding-bottom: 30px;
}
.info-t.forts .img {
    overflow: hidden;
    width: 100%;
    height: 90px;
    border-radius: 5px;
    margin-bottom: 10px;
}
    
    
.news {
    width: calc(100% - 640px);
    display: inline-block;
    text-align: left;
    margin-top: -7px;
}
.news .new {
    background: #1b1816 url('/assets/img/news-bg.jpg') top right repeat;
    border: 1px solid rgba(174,160,149,0.1);
    border-radius: 5px;
    overflow: hidden;
    height: 360px;
    float: left;
    width: 48%;
    margin: 7px 1%;
    position: relative;
    transition: all 200ms ease-in-out;
}
.news .new:hover {
    filter: brightness(120%);
    box-shadow: 0 0 30px black;
}
.news .new .img {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: 130px;
    border-radius: 5px;
    overflow: hidden;
}
.news .new .info {
    position: absolute;
    top: 155px;
    left: 20px;
    width: calc(100% - 40px);
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.news .new .info a {
    font-size: 24px;
    font-family: 'Gilroy';
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}
.news .new .date {
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: 'Gilroy';
    font-weight: 500;
    width: 86px;
    height: 86px;
    background: url('/assets/img/date-bg.png') center center no-repeat;
    text-align: center;
    font-size: 20px;
    color: #d18b06;
    padding-top: 29px;
    line-height: 0.9;
}
.news .new .date p { 
    font-size: 12px;
    color: #917c73;
    text-transform: uppercase;
}
.news .new.big {
    width: 98%;
}
.news .new.big .info {
    font-size: 14px;
    padding-left: 50%;
    top: 30px;
}
.news .new.big .info a {
    font-size: 30px;
}
.news .new.big .img {
    height: calc(100% - 10px);
}
.news .new .info .read-more {
    font-size: 14px !important;
    color: #f2e3dc;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    background: #362c27 url('/assets/img/news-btn.jpg') center center repeat;
}
.news .new .info .read-more:hover {
    letter-spacing: 1px;
}
.forum-msg {
    margin-top: 20px;
}
.forum-msg .msg {
    font-size: 12px;
    color: #3c3935;
    border-bottom: 1px solid rgba(174,160,149,0.1);
    margin-top: 15px;
    transition: all 200ms ease-in-out;
}
.forum-msg .msg:hover {
    filter: brightness(130%);
}
.forum-msg .msg .ava {
    overflow: hidden;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 5px;
    display: inline-block;
}
.forum-msg .msg .ava img {
  width: 100%;
}
.forum-msg .msg .info {
    display: inline-block;
    width: calc(100% - 50px);
    float: right;
}
.forum-msg .msg .info a {
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 500;
    color: #efd9ca;
}
.screens a {
    display: block;
    width: 100%;
    /*height: 100px;*/
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid rgba(174,160,149,0.2);
    margin-top: 10px;
    opacity: 0.5;
}
.screens a img {
    width: 100%;
}
.screens a:hover {
    opacity: 1;
}

footer {
    width: 100%;
    height: 511px;
    background: url('/assets/img/footer-bg.jpg') bottom center no-repeat;
    padding-top: 300px;
    margin-top: -250px;
}
footer .container {
    border-top: 1px solid rgba(174,160,149,0.1);
    padding-top: 50px;
}
footer .copy {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-family: 'Gilroy';
    color: #aba197;
    width: 35%;
}
footer .copy p {
    opacity: 0.3;
    font-size: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}
footer .copy a {
    display: inline-block;
    margin-right: 30px;
}
footer .copy a:hover {
    filter: brightness(120%);
}
footer .menu {
    display: inline-block;
    width: 65%;
    float: right;
}
footer .menu .men {
    display: inline-block;
    width: 33.3333%;
    float: left;
}
footer .menu .men a {
    display: block;
    margin-bottom: 10px;
}
.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.scr-pop {
    margin-top: 100px;
}
.scr-pop img {
    width: 100%;
}

/* INNER STYLES */
.h-about {
    color: #867970;
    font-size: 18px;
    margin-bottom: 50px;
}
.inner-bg {
    width: 100%;
    background: #171515 url('/assets/img/inner-bg-text.jpg') top center repeat;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid rgba(174,160,149,0.1);
    position: relative;
}
.inner-bg .content {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(174,160,149,0.1);
    color: #756a62;
    text-align: left;
    line-height: 1.6;
}
.inner-bg .content.videos, .inner-bg .content.steps {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.inner-bg .content .txt {
    width: 48%;
}
.inner-bg .content h2 {
    margin-bottom: 30px;
}
.f-left {
    float: left;
    display: inline-block;
}
.f-right {
    float: right;
    display: inline-block;
}
.pref {
    display: inline-block;
    width: 23%;
    margin: 0 1%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
    background: rgba(0,0,0,0.15);
    border-radius: 5px;
    padding: 25px 15px;
    transition: all 200ms ease-in-out;
}
.pref p {
    margin-top: 20px;
    font-size: 18px;
    color: #c8b6ad;
    font-weight: 500;
    font-family: 'Gilroy';
    line-height: 1.1;
}
.pref:hover {
    background: rgba(0,0,0,0.3);
}
.pref img {
    transition: all 200ms ease-in-out;
}
.pref:hover img {
    filter: brightness(120%);
    transform: scale(1.05);
}
.under-h { 
    width: 100%;
    text-align: center;
    margin-top: -30px;
}
.video {
    display: inline-block;
    float: left;
    width: 31%;
    margin: 20px 1%;
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #2f2825;
    margin-bottom: 50px;
}
.inner-bg .content.steps {
    text-align: center;
    padding-bottom: 0;
    position: relative;
}
.inner-bg .content.steps .buttons {
    width: 250px;
    margin: 0 30px;
    display: inline-block;
}
.inner-bg .content.steps .buttons a {
    color: #b9aa8d;
    text-decoration: underline;
    font-size: 18px;
    display: block;
    margin: 10px auto;
    font-weight: 700;
}
.inner-bg .content.steps .buttons a:hover {
    color: #fff;
    text-decoration: none;
}
.inner-bg .content.steps p {
    margin: 15px auto;
    width: 60%;
}
.inner-bg.stp {
    margin-bottom: 30px;
    position: relative;
}
.inner-bg.stp:after {
    display: block;
    content: '';
    width: 100%;
    height: 45px;
    background: url('/public/images/steps-arrow.png') center center no-repeat;
    position: absolute;
    bottom: -37px;
    left: 0;
    z-index: 4;
}
.inner-bg.stp:last-child:after {
    display: none;
}
.inner-bg.stp .soc p {
    font-size: 20px;
    color: #b9aa8d;
}
.inner-bg.stp .soc a {
    display: inline-block;
    margin: 0 10px;
}
.inner-bg.stp .soc a:hover {
    filter: brightness(150%);
}
.content.don-form {
    padding: 50px 25%;
    text-align: center;
    background: url('/public/images/donate-bg.png') top center no-repeat;
    margin-bottom: 0;
}
.content.don-form p {
    font-size: 18px;
    color: #c8b6ad;
}
.content.don-why {
    border-bottom: none;
    padding: 50px;
    margin-bottom: 0;
}
.inner-bg.stats {
    font-size: 20px;
    color: #615b56;
    padding: 0;
    font-family: 'Gilroy';
}
.inner-bg.stats.class {
    padding: 20px;
}
.inner-bg.stats .t-col.nick-2,
.inner-bg.stats .t-col.nick {
    text-align: left;
}
.inner-bg.stats .t-col.clan{
    text-align: center;
}
.inner-bg.stats .t-col.nick {
    color: #d0c2b5;
    font-weight: 700;
}
.inner-bg.stats .t-info .t-col.nick {
    line-height: 1;
    padding-top: 10px;
}
.inner-bg.stats .t-col.nick p {
    margin-bottom: 0;
}
.inner-bg.stats .t-col.nick span {
    color: #775f53;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.inner-bg.stats .t-row {
    line-height: 65px;
    border-bottom: 1px solid #232120;
}
.inner-bg.stats .t-row:hover {
    background: rgba(0,0,0,0.2);
}
.inner-bg.stats .t-row.t-head, .inner-bg.stats .t-row.t-head:hover {
    color: #d0c2b5;
    font-weight: 700;
    background: rgba(0,0,0,0.5);
}
.stat-menu {
    line-height: 70px;
    height: 70px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Gilroy';
    font-weight: 500;
    background: #262121 url('/assets/img/stat-menu-bg.jpg') center center;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.stat-menu a {
    display: inline-block;
    padding: 0 30px;
    color: #988f87;
    border-right: 1px solid rgba(255,255,255,0.05);
    float: left;
}
.stat-menu a.active, .stat-menu a:hover {
    color: #d0c2b5;
    background: rgba(255,255,255,0.05);
}
.stat-menu a.active {
    font-weight: 700;
}
.inner-bg.stats.class .pvp-class {
    display: inline-block;
    float: left;
    padding: 20px;
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
    font-size: 14px;
    float: left;
    width: 31%;
    margin: 15px 1%;
    border: 1px solid rgba(255,255,255,0.05);
    text-align: left;
}
.inner-bg.stats.class .pvp-class:last-child {
    float: none;
}
.inner-bg.stats.class .pvp-class:hover {
    background: rgba(0,0,0,0.5);
}
.inner-bg.stats.class .pvp-class h5 {
    display: inline-block;
    text-align: left;
    width: auto;
    line-height: 30px;
    vertical-align: middle;
}
.inner-bg.stats.class .pvp-class img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}
.inner-bg.stats.class .t-row {
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.inner-bg.stats.class .nickname {
    text-align: left;
 }
.inner-bg.stats.class .t-row.t-head {
    background: none;
    color: #958677;
    font-weight: 500;
}


@media (max-width: 1279px) {
    .container {
        width: 1000px;
    }
    nav a {
        padding: 0 7px;
    }
    main .news {
        width: calc(100% - 350px);
        float: right;
    }
    main .right-info {
        display: none;
    }  
}
@media (max-width: 999px) {
    .container {
        width: 620px;
    }
    main .news,  main .left-info,  main .right-info {
        width: 100%;
        display: block;
        float: left;
    }
    .screens a {
        display: inline-block;
        width: 48%;
        margin: 5px 1%;
        float: left;
    }
    footer .copy, footer .menu {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    footer .menu h5 {
        text-align: center;
    }
    header .status .balance {
        margin-left: -100px;
    }
    header .status .online {
        margin-right: -100px;
    }
    header .status .start-game {
        width: 200px;
        border-radius: 5px;
    }
    header {
        margin-top: 20px;
    }
    header .status {
        margin-top: 20px;
    }
    nav a.cp {
        display: block;
        text-align: center;
        float: none;
        font-size: 18px;
        line-height: 60px;
     	background: #362c27 url('/assets/img/news-btn.jpg') center center repeat;
    	background-size: cover;
    }
    nav a {
        font-size: 14px;
    }
    nav { 
        overflow: auto; 
        height: auto;
    }
    .inner-bg .content .txt {
        width: 100%;
    }
    .pref {
        width: 46%;
    }
    .video {
        width: 98%;
    }
    header.inner .status {
        margin-top: 0;
    }
    main.inner {
        margin-top: 20px;
    }
    .content.don-form {
        padding: 50px;
    }
    .stat-menu { 
        height: 140px;
    }
    .inner-bg.stats.class .pvp-class {
        padding: 20px;
        width: 48%;
        margin: 15px 1%;
    }
}


.timer-1 {
    display: flex;
    justify-content: center;
}
.timer-1 > * {
    width: 40px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: url(/assets/img/start-btn.png) center center no-repeat;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 24px;
    color: #442113;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #f4c803;
}
.timer-1 > *:not(:last-child) {
    margin-right: 10px;
}
.timer-1 > *.flip {
    -webkit-animation: flip 999ms ease infinite;
    animation: flip 999ms ease infinite;
}
.timer-1 > *:after {
    font-size: 10px;
    font-weight: 600;
    opacity: 1;
}
.timer-1.noscale *.flip {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes flip {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.timer-2 {
    display: flex;
    margin-bottom: 40px;
}

.item {
    display: flex;
    position: relative;
}
.item:not(:last-child) {
    margin-right: 10px;
}
.item .d,
.item .h,
.item .m,
.item .s {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50px;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.item .d:after,
.item .h:after,
.item .m:after,
.item .s:after {
    opacity: 1;
    font-size: 10px;
    font-weight: 600;
}
.item svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    stroke: #4a90e2;
}
.item .circle {
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
    transition: all 300ms linear;
}

.d:after {
    content: "д";
}

.h:after {
    content: "ч";
}

.m:after {
    content: "м";
}

.s:after {
    content: "с";
}



p.clan_name{
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 0;
    color: #e59701;
}

.stream{
    height: 165px !important;
}

$white: #ececec;
$black: #111111;
$red1: #e74c3c;
$red2: #c92918;
$colorPrimary: $red1;
$colorSecondary: $red2;
$cubic-bezier:cubic-bezier(0.68, -0.55, 0.265, 1.55);

//split button mixin
@mixin btn__split($foregroundColor, $backgroundColor, $textColor) {
	.btn {
		position: relative;
		letter-spacing: 0.15em;
		margin: 0 auto;
		padding: 1rem 2.5rem;
		background: transparent;
		outline: none;
		font-size: 28px;
		color: $textColor;
		transition: all 0.5s $cubic-bezier 0.15s;
		&::after,
		&::before {
			content: "";
			position: absolute;
			height: 40%;
			width: 10%;
			transition: all 0.5s $cubic-bezier;
			z-index: -2;
			border-radius: 50%;
			//animation: grow 1s infinite;
		}
		&::before {
			background-color: $backgroundColor;
			top: -0.75rem;
			left: 0.5rem;
			animation: top 2s $cubic-bezier 0.25s infinite alternate;
		}
		&::after {
			background-color: $foregroundColor;
			top: 3rem;
			left: 13rem;
			animation: bottom 2s $cubic-bezier 0.5s infinite alternate;
		}
		&:hover {
			color: white;
			&::before,
			&::after {
				top: 0;
				//transform: skewx(-10deg);
				height: 100%;
				width: 100%;
				border-radius: 0;
				animation: none;
			}
			&::after {
				left: 0rem;
			}
			&::before {
				top: 0.5rem;
				left: 0.35rem;
			}
		}
	}
}
@keyframes top{
	from{
		transform: translate(0rem, 0);
	}
	to {
		transform: translate(0rem, 3.5rem);
	}
}
@keyframes bottom{
	from{
		transform: translate(-11.5rem, 0);
	}
	to{
		transform: translate(0rem, 0);
	}
}

@include btn__split($colorPrimary, $colorSecondary, $black);
.container_remebmer {
  width: 341px;
  margin: 25px auto 0 auto;
}

.btn_remebmer {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}

@-webkit-keyframes top {
  from {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 3.5rem);
            transform: translate(0rem, 3.5rem);
  }
}

@keyframes top {
  from {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 3.5rem);
            transform: translate(0rem, 3.5rem);
  }
}
@-webkit-keyframes bottom {
  from {
    -webkit-transform: translate(-11.5rem, 0);
            transform: translate(-11.5rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
}
@keyframes bottom {
  from {
    -webkit-transform: translate(-11.5rem, 0);
            transform: translate(-11.5rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
}
.btn_remebmer {
  position: relative;
  letter-spacing: 0.15em;
  margin: 0 auto;
  padding: 1rem 2.5rem;
  background: transparent;
  outline: none;
  font-size: 18px;
  color: wheat;
  z-index:5;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
}
.btn_remebmer::after, .btn_remebmer::before {
  content: "";
  position: absolute;
  height: 30%;
  width: 6%;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
  border-radius: 50%;
}
.btn_remebmer::before {
  background-color: #c92918;
  top: -0.75rem;
  left: 0.5rem;
  -webkit-animation: top 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
          animation: top 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
}
.btn_remebmer::after {
  background-color: #e74c3c;
  top: 3rem;
  left: 13rem;
  -webkit-animation: bottom 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
          animation: bottom 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
}
.btn_remebmer:hover {
  color: white;
}
.btn_remebmer:hover::before, .btn_remebmer:hover::after {
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  -webkit-animation: none;
          animation: none;
}
.btn_remebmer:hover::after {
  left: 0rem;
}
.btn_remebmer:hover::before {
  top: 0.5rem;
  left: 0.35rem;
}


/********* CUSTOM *********/

/* Css Loading - Preloader */
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/*
* Info Box
*/
.ga_infoBox {
    width: 650px;
    height: 230px;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: left;
}

.ga_infoBox .ga_infoBox_img {
    width: 130px;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
}

.ga_infoBox .ga_infoBox_img .error1 {
    background: url('/assets/img/error1.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_img .error2 {
    background: url('/assets/img/error2.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_img .error3 {
    background: url('/assets/img/error3.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_img .succ1 {
    background: url('/assets/img/succ1.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_img .succ2 {
    background: url('/assets/img/succ2.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_img .succ3 {
    background: url('/assets/img/succ3.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_img .info1 {
    background: url('/assets/img/info1.png') center 0 no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.ga_infoBox .ga_infoBox_label {
    width: 80%;
    /*height: 30px;*/
    position: absolute;
    /*top: 35px;*/
    left: 140px;
    font-weight: bold;
    font-size: 24px;
}

.ga_infoBox .ga_infoBox_label .errormsg {
    color: #d42402;
}

.ga_infoBox .ga_infoBox_label .succmsg {
    color: #62c300;
}

.ga_infoBox .ga_infoBox_label .infomsg {
    color: #c6a731;
}

.ga_infoBox .ga_infoBox_msg {
    width: 80%;
    /*height: 20px;*/
    position: absolute;
    top: 45px;
    left: 140px;
    font-size: 18px;
}

.ga_infoBox .ga_infoBox_msg2 {
    width: 80%;
    height: 20px;
    position: absolute;
    top: 110px;
    left: 140px;
    font-size: 18px;
}

.clock {
    position: relative;
    top: 50%;
    left: 0;
    font-size: 25px;
    font-family: Orbitron;
    letter-spacing: 3px;
    text-align:center;
    background: url(/assets/img/start-btn.png) center center no-repeat;
    color: #442113;
    text-transform: uppercase;
    text-shadow: 0 0 10px #f4c803;
    border-radius: 4px;
}

#online {
    font-family: Orbitron;
    letter-spacing: 1px;
    color: #4d7302;
}
