/* CSS Standards/requirements */
.aligncenter,.alignfull,.alignwide,.clearfix:after, .container:after {
    clear: both
}
a, body, center, div, font, h1, h2, h3, h4, h5, h6, html, i, li, p, span, strong, ul {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
}
ol,pre,ul {
    margin: 15px 0
}
img {
    width: 100%;
    height: auto;
}
a img {
    border: none;
}
.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}
.clear:after {
    clear: both;
    content: "";
    display: block
}
body {
    height: 100%;
    font-family: Rubik,sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: silver;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    /* background-color: #17161a; */
    background-image: url("/Files/Image/Forum_Header_Background.webp");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
h1 {
    font-size: 80px;
    line-height: 1.05em
}
h2 {
    font-size: 54px;
    line-height: 1.11em
}
h3 {
    font-size: 45px;
    line-height: 1.13em
}
h4 {
    font-size: 35px;
    line-height: 1.17em
}
h5 {
    font-size: 22px;
    line-height: 1.36em
}
h6 {
    font-size: 17px;
    line-height: 1.23em;
    letter-spacing: .02em
}
h1,h2,h3,h4,h5,h6 {
    margin: 20px 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    text-transform: inherit
}
a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,p a:hover {
    color: #ff0e1f
}
a,p a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out
}
p {
    margin: 10px 0;
}
body::-webkit-scrollbar {
    width: 5px
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3)

}
body::-webkit-scrollbar-thumb {
    background-color: #ff0e1f;
    outline: #ff0e1f solid 1px;
}
ol,ul {
    list-style-position: inside
}
ol ol,ol ul,ul ol,ul ul {
    margin: 0;
    padding: 0 0 0 15px
}
.alignleft {
    display: inline;
    float: left;
    margin: 0 20px 20px 0
}
.alignright {
    display: inline;
    float: right;
    margin: 0 0 20px 20px
}
.aligncenter {
    display: block;
    margin: 10px auto
}
.alignwide {
    margin-left: auto;
    margin-right: auto
}
.text-align-right {
    text-align: right
}
.text-align-left {
    text-align: left
}
.text-align-center {
    text-align: center
}
.height-100 {
	height: 100%;
}
.mr-15 {
	margin-right: 1.5rem;
}
.trapezoid {
    box-sizing: border-box;
    height: 40px;
    width: calc(100% - 50px);
    max-width: 480px;
    background: #17161a;
    position: relative;
    margin: 0 auto;
    z-index: 0;
}
.trapezoid:before, .trapezoid:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: -22px;
    width: 40px;
    height: 100%;
    -webkit-transform: skew(41deg, 0);
    -moz-transform: skew(41deg, 0);
    transform: skew(41deg, 0);
    background: #17161a;
}
.trapezoid:after {
    left: auto;
    right: -23px;
    -webkit-transform: skew(-41deg, 0);
    -moz-transform: skew(-41deg, 0);
    transform: skew(-41deg, 0);
}
.t-inverse {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.trapezoid-full {
    max-width: 100%;
}
.trapezoid-borders {
    border-bottom: 1px solid rgba(203,203,203,.1);
}
.trapezoid-borders:before {
    border-bottom: 1px solid rgba(203,203,203,.1);
    border-left: 1px solid rgba(203,203,203,.1);
}
.trapezoid-borders:after {
    border-bottom: 1px solid rgba(203,203,203,.1);
    border-right: 1px solid rgba(203,203,203,.1);
}
.trapezoid-shadow {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.35);
}
.trapezoid-shadow:before {
    box-shadow: -15px 10px 10px 0 rgba(0, 0, 0, 0.35);
}
.trapezoid-shadow:after {
    box-shadow: 15px 10px 10px 0 rgba(0, 0, 0, 0.35);
}
.widget {
    margin: 0 0 50px;
    padding: 0;
}
.widget .widget>:not(.social-icon-widget-holder) {
    background-color: rgba(15,15,15,.8);
}
.pageWrapper {
    position: relative;
    left: 0;
    z-index: 100;
    -webkit-transition: left .33s cubic-bezier(.694,.0482,.355,1);
    -moz-transition: left .33s cubic-bezier(.694,.0482,.355,1);
    transition: left .33s cubic-bezier(.694,.0482,.355,1);
}
.pageWrapper .pageWrapper-inner {
    width: 100%;
    overflow: hidden;
}
aside, footer, header, nav, section {
    display: block;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive video {
	width: 100%;
	height: 100%;
}
/* -------------- PAGE HEADER: START -------------- */
.page-header {
    position: relative;
    display: inline-block;
    height: 160px;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    z-index: 110;
    box-sizing: border-box;
}
.page-header p {
    margin: 0;
}
body .page-header .header-menu-area {
    position: relative;
    height: 120px;
    box-sizing: border-box;
    border: none;
}
.page-header .widget>:not(.social-icon-widget-holder) {
    background-color: transparent;
}
.page-header .header-menu-area .widget {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.containers-vertical-align {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.header-menu-area-inner-border {
    position: absolute;
    top: 0;
    left: calc(50% - 595px);
    width: 470px;
    height: 120px;
    z-index: 1;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    transform: skewX(15deg);
    border-left: 1px solid rgba(203,203,203,.1);
    border-bottom: 1px solid rgba(203,203,203,.1);
    background-color: #17161a;
    box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.header-menu-area-inner-border-inverted {
    left: calc(50% + 125px);
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.containers-vertical-align .container-center {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 1;
}
.page-header .containers-vertical-align {
    padding: 0 63px;
}
.containers-vertical-align .container-left {
    position: relative;
    float: left;
    z-index: 2;
    height: 100%;
	width: calc(50% - 150px);
}
.containers-vertical-align .container-right {
	width: calc(50% - 144px);
}
.containers-vertical-align .container-center:before,
.containers-vertical-align .container-left:before,
.containers-vertical-align .container-right:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 0;
}
.page-header .containers-vertical-align .container-left {
    text-align: right;
}
.containers-vertical-align .container-center-inner,
.containers-vertical-align .container-left-inner,
.containers-vertical-align .container-right-inner {
    vertical-align: middle;
    display: inline-block;
}
.page-header .containers-vertical-align .container-left .container-left-inner {
    position: relative;
    height: 100%;
    padding: 0 40px 0 0;
}
.page-header .containers-vertical-align .container-left-inner-border {
    position: absolute;
    top: 0;
    left: -1px;
    width: 466px;
    height: 100%;
    border-left: 1px solid rgba(203,203,203,.1);
    box-shadow: -1px 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.page-header .containers-vertical-align .container-left-inner-border:before {
    content: '';
    position: absolute;
    left: 0;
    top: 37%;
    width: 100%;
    border-bottom: 1px solid rgba(203,203,203,.1);
}
.page-header .containers-vertical-align .container-left .container-left-inner .container-left-inner-top-widget {
    display: flex;
    align-items: center;
    height: 37%;
    font-size: 13px;
    text-align: left;
    padding-left: 30px;
}
.social-icon-widget-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.social-icons-group-widget .social-icon-widget-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    text-align: center;
	font-size: 13px;margin: 0 12px;
}
.social-icons-group-widget .social-icon-widget-holder:first-child {
    margin-left: 0;
}
.social-icons-group-widget .social-icon-widget-holder:last-child {
    margin-right: 0;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fab {
    font-family: Font Awesome\ 5 Brands, serif;
}
.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free, serif;
}
.fa, .fas {
    font-weight: 900;
}
.social-icon-widget-holder .social-icon-widget {
    color: inherit;
    line-height: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-angle-right:before {
    content: "\f105";
}
.main-menu, .main-menu>ul, .main-menu>ul>li>a{
    display: inline-block;
    vertical-align: middle;
    position: relative;

}
.main-menu>ul>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #ff0e1f;
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(.645,.045,.355,1);
    -moz-transition: opacity 1s cubic-bezier(.645,.045,.355,1);
    transition: opacity 1s cubic-bezier(.645,.045,.355,1);
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    transform: skewX(15deg);
}
.container-right-inner .main-menu>ul>li>a:after {
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.main-menu>ul>li:hover>a:after {
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(.19,1,.22,1);
    -moz-transition: opacity 1s cubic-bezier(.19,1,.22,1);
    transition: opacity 1s cubic-bezier(.19,1,.22,1);
}
.main-menu>ul>li.active-item>a:after {
    opacity: 1;
}
.main-menu {
    height: 100%;
    width: auto;
}
.page-header .main-menu {
    width: auto;
    margin: 0;
    height: 63%;
}
.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.main-menu>ul {
    width: 100%;
    height: 100%;
}
.main-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}
.main-menu>ul>li {
    float: left;
    height: 100%;
    margin: 0 4px;
    box-sizing: border-box;
}
.main-menu>ul>li>a .menu-arrow {
    display: none;
}
.main-menu ul li a {
    font-size: 13px;
    letter-spacing: .06em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    color: #efefef;
}
.main-menu>ul>li>a {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    color: #fff;
    font-weight: 700;
    line-height: 23px;
    box-sizing: border-box;
}
.main-menu>ul>li>a>span.item_outer {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-menu>ul>li>a>span.item_outer .item-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.page-header .containers-vertical-align .container-center {
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}
.container-center-inner-border {
    position: absolute;
    top: 0;
    left: -12px;
    width: 67%;
    height: 159px;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    transform: skewX(15deg);
    border-left: 1px solid rgba(203,203,203,.1);
    border-bottom: 1px solid rgba(203,203,203,.1);
    background-color: #17161a;
    box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.container-center-inner-border-inverted {
    position: absolute;
    top: 0;
    right: -12px;
    width: 67%;
    height: 159px;
    float: right;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    transform: skewX(-15deg);
    border-right: 1px solid rgba(203,203,203,.1);
    border-bottom: 1px solid rgba(203,203,203,.1);
    background-color: #17161a;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.logo-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.page-header .containers-vertical-align .container-center .container-center-inner .logo-wrapper {
    height: 110px;
}
.logo-wrapper a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
	height: 150px;
}
.page-header .containers-vertical-align .container-center .container-center-inner .logo-wrapper>a {
    padding: 0 10px;
}
.page-header a img {
    display: block;
}
.logo-wrapper a img {
    height: 100%;
    width: auto;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.page-header .logo-wrapper a img {
    margin: 0 auto;
}
.containers-vertical-align .container-right {
    position: relative;
    float: right;
    z-index: 2;
    height: 100%;
    text-align: right;
}
.page-header .containers-vertical-align .container-right {
    text-align: left;
}
.page-header .containers-vertical-align .container-right .container-right-inner {
    position: relative;
    height: 100%;
    padding: 0 0 0 40px;
}
.page-header .containers-vertical-align .container-right-inner-border {
    position: absolute;
    top: 0;
    left: 3px;
    width: 466px;
    height: 100%;
    border-right: 1px solid rgba(203,203,203,.1);
    box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.page-header .containers-vertical-align .container-right-inner-border:before {
    content: '';
    position: absolute;
    right: 0;
    top: 37%;
    width: 100%;
    border-bottom: 1px solid rgba(203,203,203,.1);
}
.page-header .containers-vertical-align .container-right .container-right-inner .container-right-inner-top-widget {
    display: flex;
    align-items: center;
    height: 37%;
    font-size: 13px;
    text-align: right;
    padding-left: 30px;
}
.page-header .gamepages-nav.containers-vertical-align-game-nav {
    height: 40px;
}
.gamepages-nav .trapezoid.trapezoid-full {
    width: 1100px;
    border-bottom: 1px solid rgba(203,203,203,.1);
}
.gamepages-nav .trapezoid:before {
    transform: skewX(15deg);
    border-left: 1px solid rgba(203,203,203,.1);
    border-bottom: 1px solid rgba(203,203,203,.1);
}
.gamepages-nav .trapezoid:after {
    transform: skewX(-15deg);
    border-right: 1px solid rgba(203,203,203,.1);
    border-bottom: 1px solid rgba(203,203,203,.1);
}
.gamepages-nav .navigation-box-left {
    position: absolute;
    width: 550px;
    height: 100%;
    left: calc(50% - 530px);
}
.gamepages-nav .navigation-box-right {
    position: absolute;
    width: 550px;
    height: 100%;
    right: calc(50% - 530px);
}
.gamepages-nav .main-menu {
    height: 100%;
}
.gamepages-nav .main-menu.container-left-part>ul>li {
    /*width: 25%;*/
    margin-right: 60px;
    text-align: center;
}
.gamepages-nav .main-menu.container-right-part>ul>li {
    /*width: 25%;*/
    margin-left: 60px;
    float: right;
    text-align: center;
}
.gamepages-nav .main-menu>ul>li>a {
    padding: 0;
}
.gamepages-nav .main-menu>ul>li>a:after {
    width: 95%;
}
.gamepages-nav .main-menu>ul>li>a>span {
    width: 100%;
}
.gamepages-nav .main-menu.container-right-part>ul>li>a:after {
    transform: skewX(-15deg);
}
.gamepages-nav .main-menu.container-right-part>ul>li>a>span {
    float: right;
}
.gamepages-nav .main-menu.container-left-part {
    position: relative;
    width: 100%;
    float: left;
    z-index: 1;
}
.gamepages-nav .main-menu.container-right-part {
    position: relative;
    width: 100%;
    float: right;
    z-index: 1;
}
.page-header .history-nav.containers-vertical-align-game-nav {
    height: 40px;
}
.history-nav .trapezoid.trapezoid-full {
    width: 1000px;
    border-bottom: 1px solid rgba(203,203,203,.1);
}
.history-nav .trapezoid:before {
    transform: skewX(15deg);
    border-left: 1px solid rgba(203,203,203,.1);
    border-bottom: 1px solid rgba(203,203,203,.1);
}
.history-nav .trapezoid:after {
    transform: skewX(-15deg);
    border-right: 1px solid rgba(203,203,203,.1);
    border-bottom: 1px solid rgba(203,203,203,.1);
}
.history-nav .navigation-box-left {
    position: absolute;
    width: 380px;
    height: 100%;
    left: calc(50% - 500px);
}
.history-nav .navigation-box-right {
    position: absolute;
    width: 380px;
    height: 100%;
    right: calc(50% - 500px);
}
.history-nav .main-menu {
    height: 100%;
}
.history-nav .main-menu.container-left-part>ul>li {
    width: 100%;
    margin: 0;
    text-align: center;
}
.history-nav .main-menu.container-right-part>ul>li {
    width: 100%;
    margin: 0;
    float: right;
    text-align: center;
}
.history-nav .main-menu>ul>li>a {
    padding: 0;
}
.history-nav .main-menu>ul>li>a:after {
    width: 24%;
    left: 38%;
}
.history-nav .main-menu>ul>li>a>span {
    width: 100%;
}
.history-nav .main-menu.container-right-part>ul>li>a:after {
    transform: skewX(-15deg);
}
.history-nav .main-menu.container-right-part>ul>li>a>span {
    float: right;
}
.history-nav .main-menu.container-left-part {
    position: relative;
    width: 100%;
    float: left;
    z-index: 1;
}
.history-nav .main-menu.container-right-part {
    position: relative;
    width: 100%;
    float: right;
    z-index: 1;
}

/* -------------- PAGE HEADER: END -------------- */

/* -------------- MOBILE HEADER: START -------------- */
.mobile-header {
    position: relative;
    height: 0;
    width: 0;
    z-index: 110;
}
.mobile-header .mobile-header-inner {
    position: relative;
    height: 70px;
    background-color: #17161a;
    border-bottom: 1px solid rgba(255,255,255,.05);
    box-sizing: border-box;
}
.mobile-header .mobile-header-inner .mobile-header-holder {
    position: relative;
    display: none;
    z-index: 2;
    height: 100%;
}
.grid {
    width: 1100px;
    margin: 0 auto;
}
.mobile-header .grid {
    height: 100%;
}
.mobile-header .containers-vertical-align {
    padding: 0;
}
.mobile-header .mobile-menu-opener {
    position: relative;
    height: 100%;
    float: left;
    z-index: 2;
}
.mobile-header .mobile-menu-opener a {
    display: table;
    height: 100%;
    padding-right: 10px;
}
.mobile-header .mobile-menu-opener a>* {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    line-height: 1em;
}
.icon-burger {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 24px;
}
.icon-burger>span {
    position: absolute;
    display: block;
    top: 50%;
    width: 25px;
    height: 0;
    border-bottom: 2px solid;
    -webkit-transition: .3s .2s width, .3s opacity, .2s transform;
    -moz-transition: .3s .2s width, .3s opacity, .2s transform;
    transition: .3s .2s width, .3s opacity, .2s transform;
    will-change: width, opacity, transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.mobile-header .mobile-menu-opener>a>span {
    height: 32px;
    font-size: 1.1rem;
    line-height: 32px;
    vertical-align: middle;
}
.icon-burger .ps-t-1 {
    margin-top: -7px;
}
.icon-burger .ps-t-3 {
    margin-top: 7px;
}
.containers-vertical-align .position-center {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 1;
}
.containers-vertical-align .position-right {
    position: relative;
    float: right;
    z-index: 2;
    height: 100%;
    text-align: right;
}
.containers-vertical-align .position-center:before,
.containers-vertical-align .position-left:before,
.containers-vertical-align .position-right:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 0;
}
.containers-vertical-align .position-center-inner,
.containers-vertical-align .position-left-inner,
.containers-vertical-align .position-right-inner {
    vertical-align: middle;
    display: inline-block;
}
.mobile-header .mobile-logo-wrapper a {
    display: block;
    height: 42px;
}
.mobile-header .mobile-logo-wrapper img {
    display: block;
    height: 100%;
    width: auto;
}
.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none;
}
@supports(-ms-overflow-style: none) {
    .ps {
        overflow:auto!important
    }
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .ps {
        overflow:auto!important
    }
}
.mobile-header .mobile-nav {
    position: absolute;
    height: auto;
    background-color: #17161a;
    border-bottom: 1px solid rgba(255,255,255,.05);
    left: 0;
    right: -20px;
    overflow-y: scroll!important;
    max-height: 300px;
}
.mobile-header .mobile-nav.collapsed, .mobile-header .mobile-nav .collapsed {
    max-height: 0;
    display: none;
}
.mobile-nav-opened-pushdown {
    margin-top: auto;
}
.mobile-header .grid {
    height: 100%;
}
.mobile-header .mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mobile-header .mobile-nav ul li {
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-transform: translateZ(0);
}
.mobile-header .mobile-nav ul li a {
    position: relative;
    display: block;
    padding: 9px 0;
    margin: 0;
    font-size: 13px;
    letter-spacing: .06em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    color: #efefef;
    border-bottom: 1px solid rgba(255,255,255,.05);
    cursor: pointer;
}
.mobile-header .mobile-nav ul li a:hover {
    color: #ff0e1f;
}
.mobile-header .mobile-nav .grid>ul>li>a {
    padding-left: 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.mobile-header .mobile-nav .mobile-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: auto;
    padding: 9px 12px 9px 0;
    font-size: 15px;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
}
.mobile-header .mobile-nav .mobile-arrow .sub-arrow {
    line-height: 1;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
.mobile-header .mobile-nav .grid>ul>li>.mobile-arrow.active>.sub-arrow {
    transform: rotate(90deg);
}
.mobile-header .mobile-nav ul ul {
    display: block;
    height: auto;
    max-height: 300px;
    margin-left: 15px;
}
.mobile-header .mobile-nav ul li {
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-transform: translateZ(0);
}
.mobile-header .mobile-nav ul ul li a {
    font-size: 11px;
    line-height: 24px;
}
/* -------------- MOBILE HEADER: END -------------- */

/* -------------- PAGE CONTENT: START -------------- */
.pageContent {
    position: relative;
    margin-top: 0;
    min-height: 100%;
    z-index: 100;
}
.container {
    z-index: 100;
    position: relative;
    padding: 0;
    width: 100%;
    min-height: calc(100vh - 200px);
}
.container:after, .container:before {
    content: "";
    display: table;
}
.container-inner {
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}
.pageContent .pageContent-inner>.container>.container-inner {
    padding: 50px 0 0 0;
}
.grid-row {
    margin-left: 15px;
    margin-right: 15px;
}
.grid-col-1:after,.grid-col-1:before,.grid-col-2:after,.grid-col-2:before,
.grid-col-3:after,.grid-col-3:before,.grid-col-4:after,.grid-col-4:before,
.grid-col-5:after,.grid-col-5:before,.grid-col-6:after,.grid-col-6:before,
.grid-col-7:after,.grid-col-7:before,.grid-col-8:after,.grid-col-8:before,
.grid-col-9:after,.grid-col-9:before,.grid-col-10:after,.grid-col-10:before,
.grid-col-11:after,.grid-col-11:before,.grid-col-12:after,.grid-col-12:before,
.grid-row:after, .grid-row:before {
    content: " ";
    display: table;
}
.grid-row:after {
    clear: both;
}
.grid-normal-gutter {
    margin-left: -15px;
    margin-right: -15px;
}
.grid-normal-gutter>div {
    padding-left: 15px;
    padding-right: 15px;
}
.grid-col-1,.grid-col-2,.grid-col-3,.grid-col-4,
.grid-col-5,.grid-col-6,.grid-col-7,.grid-col-8,
.grid-col-9,.grid-col-10,.grid-col-11,.grid-col-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
    min-height: 1px;
}
.grid-col-1 {
    float: left;
    width: 8.33334%;
}
.grid-col-2 {
    float: left;
    width: 16.66667%;
}
.grid-col-3 {
    float: left;
    width: 25%;
}
.grid-col-4 {
    float: left;
    width: 33.33334%;
}
.grid-col-5 {
    float: left;
    width: 41.66667%;
}
.grid-col-6 {
    float: left;
    width: 50%;
}
.grid-col-7 {
    float: left;
    width: 58.33334%;
}
.grid-col-8 {
    float: left;
    width: 66.66667%;
}
.grid-col-9 {
    float: left;
    width: 75%;
}
.grid-col-10 {
    float: left;
    width: 83.33334%;
}
.grid-col-11 {
    float: left;
    width: 91.66667%;
}
.grid-col-12 {
    float: left;
    width: 100%;
}
aside.sidebar {
    position: relative;
    z-index: 11;
    margin: 0 0 60px;
}
aside.sidebar .widget {
    color: silver;
    margin: 0 0 50px;
    padding: 0;
}
.widget .widget-title-holder {
    padding: 13px 20px;
    margin-bottom: 11px;
}
aside.sidebar.widget>:not(social-icon-widget-holder) {
    background-color: rgba(15,15,15,.8);
}
aside.sidebar .widget .widget-title-holder {
    padding: 13px 20px;
    margin-bottom: 11px;
    background-color: rgba(15,15,15,.8);
}
aside.sidebar .widget .widget-title-holder .widget-title {
    color: #fff;
    margin: 0;
	font-size: 22px;
	line-height: 1.36em;
}
aside.sidebar .widget .widget-title-holder .widget-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #ff0e1f;
    border-bottom: 10px solid transparent;
    position: relative;
    top: -3px;
    padding-right: 15px;
}
.stripes {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}
.stripes:before, .stripes:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 75px;
    height: 1px;
    background-color: #999999;
    vertical-align: middle;
    margin: 20px 10px 10px;
}
.stripes:after {
    left: auto;
    right: 40px;
}
.stripes .desktop,
.stripes .mobile {
	font-size: 30px;
	line-height: 1.17em;
}
/* -------------- PAGE CONTENT: END -------------- */

/* -------------- PAGE FOOTER: START -------------- */
footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding-top: 40px;
    text-align: center;
}
.pageFooter {
    display: inline-block;
    height: 40px;
    width: 100%;
    vertical-align: middle;
    margin: 40px 0 0;
    padding: 0;
    z-index: 110;
    box-sizing: border-box;
}
.pageFooter .footer-area {
    position: relative;
    box-sizing: border-box;
    border: none;
}
.footer-vertical-align {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.footer-trapezoid {
    max-width: none;
    width: 1100px;
    height: 40px;
    border-bottom: 1px solid rgba(203,203,203,.1);
}
.footer-trapezoid:before {
    border-bottom: 1px solid rgba(203,203,203,.1);
    border-left: 1px solid rgba(203,203,203,.1);
}
.footer-trapezoid:after {
    border-bottom: 1px solid rgba(203,203,203,.1);
    border-right: 1px solid rgba(203,203,203,.1);
}
.footer-text {
    position: absolute;
    vertical-align: middle;
    height: 30px;
    padding-bottom: 5px;
    left: calc(50% - 135px);
    z-index: 1;
}
/* -------------- PAGE FOOTER: END -------------- */

/* -------------- GAMEPAGES/ABOUT-US: START -------------- */
/* -------------- GENERAL: START -------------- */
.xenbox {
    color: #999999;
    font: 15px / 1.7 sans-serif;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
    padding: 20px 50px;
    border-radius: 4px;
    overflow: auto;
}
.xenbox aside {
    width: 16em;
    border:  1px solid;
    margin: 0.5em 0 0.5em 1em;
    padding: 1em;
    float: right;
    clear: right;
    font-style: italic;
    background-color: darkgray;
    color: #2d2d2d;
    line-height: 1.7em;
    border-radius: 4px;
}
/* -------------- GENERAL: END -------------- */

/* -------------- ABOUT-US: START -------------- */
.xenbox .title-wrapper {
    background-position: left top;
    width: 40%;
}
.xenbox .title-text {
    --fontSize: 24;
    line-height: 1.13;
}
.xenbox .float-right {
    float: right;
    padding-left: 15px;
}
.xenbox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.xenbox .banner-SML {
    width: 250px;
}
.xenbox .rank-Structure {
    width: 600px;
}
/* -------------- ABOUT-US: END -------------- */

/* -------------- GAMEPAGES: START -------------- */
.xenbox h2 {
    color: #999999;
    font-size: 1.2em;
}
.xenbox a:hover {
    color: #dd0b00;
}
.xenbox .game {
    padding: 15px;
    float: left;
    width: 150px;
}
.xenbox .inlinescreenshot{
	float: right;
	width: 300px;
}
.xenbox .screenshot {
    width: 100%;
    padding: 5px;
    margin-top: 10px;
}
.xenbox .screenshot:hover {
    width: 100%;
    transition: width 2s, height 4s;
}
.xenbox .banner {
    padding-bottom: 15px;
}
.xenbox .button {
    border: 4px solid #2d2d2d;
    background: #991a1a;
    padding: 15px;
    color: #999999;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 60%;
    height: 50%;
    border-radius: 4px;
    transition-duration: 0.4s;
}
.xenbox .button:hover {
    background-color: #2d2d2d;
    border: 4px solid #991a1a;
    width: 100%;
}
.xenbox .button_flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.xenbox .video_player {
    float: right;
    clear: right;
    margin: 0.5em 0 1.3em 1.4em;
    background-color: lightgray;
    color: #2d2d2d;
    width: 560px;
}
.xenbox .media_flex {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
}
.xenbox .column {
    width: 30%;
    padding: 5px;
    margin-top: 10px;
}
.xenbox .column:hover {
    width: 100%;
    transition: width 2s, height 4s;
}
.xenbox .splide {
    padding-bottom: 15px
}
.xenbox .p-splide--secondary .splide__track {
    height: 115px;
}
/* -------------- GAMEPAGES: END -------------- */
/* -------------- GAMEPAGES/ABOUT-US: END -------------- */
/* -------------- HISTORY: START -------------- */
.xenbox.history .logostyle {
	float:right;
	padding-left:15px;
	width:250px;
}
.xenbox.history .title-wrapper {
	width: 15%;
}
/* -------------- HISTORY: END -------------- */
/* -------------- MEMORIAL: START -------------- */
.xenbox.memorial .title-wrapper {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
    width: 100%;
}
/* -------------- MEMORIAL: END -------------- */