.navigation {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 60px;
    padding: 0 10px;
    z-index: 30; }
.navigation .x-logo {
    margin-right: 50px; }
.navigation .x-logo img {
    height: 40px; }
.navigation .left-section,
.navigation .right-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
@media screen and (min-width: 1180px) {
    .navigation .xlmenu a:hover::after {
        display: block; } }
@media screen and (max-width: 820px) {
    .navigation .xlmenu {
        display: none; } }
@media screen and (max-width: 480px) {
    .navigation .x-logo img {
        height: 30px; } }

.xlmenu {
    font-size: 16px;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.xlmenu a {
    color: #666;
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
.xlmenu a.xlmenu-games {
    padding-right: 30px; }
.xlmenu a.xlmenu-games::after {
    z-index: 20;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-width: 6px;
    border-top-color: #666;
    pointer-events: none;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%); }
.xlmenu a.xlmenu-games.active::after {
    -webkit-transform: translate(0, -75%) scaleY(-1);
    -ms-transform: translate(0, -75%) scaleY(-1);
    transform: translate(0, -75%) scaleY(-1); }
.xlmenu a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fcd200;
    left: 0;
    bottom: 0;
    display: none; }
.xlmenu a.active::before {
    display: block; }

.xlmenu-secondary {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 20; }
.xlmenu-secondary .close {
    position: absolute;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #aaa;
    border-radius: 50%;
    right: 10px;
    margin-top: 10px;
    cursor: pointer;
    z-index: 21; }
.xlmenu-secondary .close svg {
    width: 20px;
    height: 20px;
    fill: #fff; }
.xlmenu-secondary .close:hover {
    background-color: #888; }
.xlmenu-secondary-wrap {
    z-index: 20; }
.xlmenu-secondary-container {
    padding: 20px;
    width: 100%;
    position: relative;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto; }
.xlmenu-secondary-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
    width: 100%; }

.games-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px;
    border-radius: 5px;
    margin: 0 !important; }
.games-item:hover {
    border: 1px solid #fcd200;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.6); }

.games-icon {
    margin-right: 10px; }
.games-icon img {
    width: 44px;
    border-radius: 4px; }

.games-name {
    margin-bottom: 0em;
    color: #666;
    font-weight: normal;
    font-size: 14px; }

.games-info .platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.games-info .platform svg {
    width: 14px;
    height: 14px;
    fill: #999; }

.memberTool-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    margin: 0 10px;
    padding: 9px;
    border-radius: 5px; }
.memberTool-item:hover {
    border: 1px solid #fcd200;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.6); }
.memberTool-item svg {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    fill: #999; }

.xlmenu-control {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.xlmenu-control .icon-btn-menu {
    fill: #888;
    width: 20px;
    height: 20px; }
.xlmenu-control .icon-btn-close {
    display: none; }
@media screen and (min-width: 821px) {
    .xlmenu-control {
        display: none; } }

.blank {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 98;
    display: none; }

.sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 99;
    width: 50vw;
    height: 100%;
    right: 0;
    background-color: #fff;
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
    -o-transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
    transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
    opacity: 0; }
.sidebar .x-logo img {
    height: 40px; }
.sidebar-top {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
    color: #888; }
.sidebar-top .icon-arrow-left,
.sidebar-top .icon-btn-close {
    width: 20px;
    height: 20px;
    fill: #888; }
.sidebar-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px; }
.sidebar .xlmenu {
    height: auto;
    width: 100%; }
.sidebar .xlmenu a {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #eee; }
.sidebar .xlmenu a svg {
    width: 15px;
    height: 15px;
    fill: #999; }
@media screen and (max-width: 480px) {
    .sidebar {
        width: 100vw; }
    .sidebar .x-logo img {
        height: 30px; } }