﻿/*
*******************************************
*******************************************

Template Name: Faf | Gaming HTML Template
Template URL: https://themescare.com/demos/faf
Description: 
Author: Themescare
Author URL: https://themeforest.net/user/themescare
Version: 1.0

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************
:root {
    scroll-behavior: smooth;
    --white: #FFFFFF;
    --black: #000000;
    --text: #767D88;
    --main: #696766;
    --header-top-dark: #111216;
    --header-top-light: #F5F5F7;
    --header-page-title-dark: var(--white);
    --header-page-title-light: var(--black);
    --footer-dark: #111216;
    --footer-light: #F5F5F7;
    --section-bg-dark: #14161B;
    --section-bg-light: #F9F9FB;
    --section-events-dark: var(--section-bg-dark);
    --section-events-light: var(--section-bg-light);
    --social-menu-dark: #18191F;
    --social-menu-light: #F5F5F7;
    --scrollbar-thumb-dark: #18191F;
    --scrollbar-thumb-light: #D0D0D0;
    --mobile-nav-toggle-dark: var(--white);
    --mobile-nav-toggle-light: #767D88;
    --mobile-search-toggle-dark: var(--white);
    --mobile-search-toggle-light: #767D88;
    --copy-ip-dark: rgba(233, 17, 229, 0.2);
    --copy-ip-light: rgba(233, 17, 229, 0.6);
    --copy-ip-text-dark: var(--text);
    --copy-ip-text-light: var(--white);
    --search-box-input-dark: var(--white);
    --search-box-input-light: var(--text);
    --post-title-dark: var(--white);
    --post-title-light: var(--black);
    --news-post-bg-dark: #272A33;
    --news-post-bg-light: #efeff0;
    --post-info-dark: #373B47;
    --post-info-light: #D3D3D3;
    --news-title-border-dark: #323541;
    --news-title-border-light: #D9D9D9;
    --post-topic-dark: #2c2e38;
    --post-topic-light: #D1D1D2;
    --lbs-title-dark: #111216;
    --lbs-title-light: #D8D6D6;
    --lbs-nav-dark: #333333;
    --lbs-nav-light: #97A0AD;
    --table-body-dark: rgba(39, 42, 51, 0.2);
    --table-body-light: rgba(255, 255, 255, 0.2);
    --events-title-dark: #111216;
    --events-title-light: #c6c4c4;
    --owner: #AA0000;
    --media-owner: #AA0000;
    --manager: #AA0000;
    --senior-admin: #FF5555;
    --admin: #FF5555;
    --senior-mod: #AA00AA;
    --moderator: #00AAAA;
    --helper: #FFFF55;
    --builder: #00AA00;
    --partner: #FF55FF;
    --famous: #FFAA00;
    --media: #5555FF;
    --bouncer: #00AAAA;
    --bartender: #55FFFF;
    --raver: #FF55FF;
    --clubber: #00AA00;
    --lbs-bg-dark: url('Zeus_files/img/lbs-img.png');
    --lbs-bg-light: url('Zeus_files/img/lbs-img-light.jpg');
    --header-bg-dark: url('https://cdn.discordapp.com/attachments/819895111504101376/930714682837327882/123.gif');
    --header-bg-light: url('Zeus_files/img/mmcbg-light.jpg');
    --bg-blurred-dark: url('Zeus_files/img/mmcbg-blurred-dark.jpg');
    --bg-blurred-light: url('Zeus_files/img/mmcbg-blurred-light.jpg');
    --player-bg-dark: url('Zeus_files/img/playerbg-dark.png');
    --player-bg-light: url('Zeus_files/img/playerbg-light.jpg');
    --post-photo-dark: url('https://cdn.discordapp.com/attachments/914023141578252319/930420393108439050/402d9bbef660b2c7b2934de26eaf4d65.jpg');
    --post-photo-light: url('https://cdn.discordapp.com/attachments/914023141578252319/930420393108439050/402d9bbef660b2c7b2934de26eaf4d65.jpg');
}

.dark-theme {
    --section-bg: var(--section-bg-dark);
    --lbs-bg: var(--lbs-bg-dark);
    --header-bg: var(--header-bg-dark);
    --header-top: var(--header-top-dark);
    --footer: var(--footer-dark);
    --events: var(--section-events-dark);
    --social-menu: var(--social-menu-dark);
    --scrollbar-thumb: var(--scrollbar-thumb-dark);
    --mobile-nav-toggle: var(--mobile-nav-toggle-dark);
    --mobile-search-toggle: var(--mobile-search-toggle-dark);
    --active: var(--white);
    --header-page-title: var(--header-page-title-dark);
    --copy-ip: var(--copy-ip-dark);
    --copy-ip-text: var(--copy-ip-text-dark);
    --search-box-input: var(--search-box-input-dark);
    --post-title: var(--post-title-dark);
    --news-post: var(--news-post-bg-dark);
    --post-info: var(--post-info-dark);
    --news-title-border: var(--news-title-border-dark);
    --post-topic: var(--post-topic-dark);
    --lbs-title: var(--lbs-title-dark);
    --lbs-nav: var(--lbs-nav-dark);
    --table-body: var(--table-body-dark);
    --events-title: var(--events-title-dark);
    --player-bg: var(--player-bg-dark);
    --bg-blurred: var(--bg-blurred-dark);
    --post-photo: var(--post-photo-dark);
}

.light-theme {
    --section-bg: var(--section-bg-light);
    --lbs-bg: var(--lbs-bg-light);
    --header-bg: var(--header-bg-light);
    --header-top: var(--header-top-light);
    --footer: var(--footer-light);
    --events: var(--section-events-light);
    --social-menu: var(--social-menu-light);
    --scrollbar-thumb: var(--scrollbar-thumb-light);
    --mobile-nav-toggle: var(--mobile-nav-toggle-light);
    --mobile-search-toggle: var(--mobile-search-toggle-light);
    --active: var(--black);
    --header-page-title: var(--header-page-title-light);
    --copy-ip: var(--copy-ip-light);
    --copy-ip-text: var(--copy-ip-text-light);
    --search-box-input: var(--search-box-input-light);
    --post-title: var(--post-title-light);
    --news-post: var(--news-post-bg-light);
    --post-info: var(--post-info-light);
    --news-title-border: var(--news-title-border-light);
    --post-topic: var(--post-topic-light);
    --lbs-title: var(--lbs-title-light);
    --lbs-nav: var(--lbs-nav-light);
    --table-body: var(--table-body-light);
    --events-title: var(--events-title-light);
    --player-bg: var(--player-bg-light);
    --bg-blurred: var(--bg-blurred-light);
    --post-photo: var(--post-photo-light);
}

.appage .ui.selection.dropdown {
    background-color: var(--section-bg);
}

.site-settings .fl-table td .rank-owner {
    color: var(--white);
    padding: 5px 10px;
}

.site-settings .fl-table td .rank-manager {
    color: var(--white);
    padding: 5px 10px;
}

.site-settings .fl-table td .rank-bouncer {
    color: var(--white);
    padding: 5px 10px;
}

.site-settings .fl-table td .rank-admin {
    color: var(--white);
    padding: 5px 10px;
}

.site-settings .fl-table td .rank-senior-admin {
    color: var(--white);
    padding: 5px 10px;
}

.ticket-section-inner .ui.selection.dropdown {
    background-color: var(--section-bg);
}

.ticket-section-inner .ui.dropdown .menu > .item {
    border-top: 2px solid var(--section-bg);
    color: var(--post-title);
}

.ticket-section-inner .ui.dropdown .menu > .item:hover {
    background: var(--section-bg);
}

.ticket-section-inner .ui.selection.dropdown {
    background-color: var(--section-bg);
    color: var(--post-title);
    border: 0;
}

.ticket-section-inner .ui.dropdown .menu {
    border: 0;
}

.ticket-section-inner .ui.dropdown .menu > .item {
    border-top: 2px solid var(--section-bg);
    color: var(--text);
    font-size: 0.9em;
    background-color: var(--section-bg);
}

.ticket-section-inner .ui.dropdown .menu > .item:hover {
    background-color: var(--text);
    color: var(--white);
}

.ticket-section-inner .ui.form .field {
    background-color: var(--section-bg);
    color: var(--post-title);
}

.ticket-section-inner .ui.form {
    font-size: 0.8em;
}

.ticket-section-inner .cl-status .btn-open {
    margin-right: 10px;
}

.site-settings .ui.form {
    font-size: 1em;
}

.site-settings .ui.form {
    font-size: 1em;
}

.site-settings .ranks-form .btn-low {
    margin-bottom: 5px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

*, ::after, ::before {
    box-sizing: border-box;
}

input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

html, body {
    height: 100%
}

body {
    width: 100%;
    background-color: var(--section-bg);
}

body .container-fluid {
    margin: 0;
    padding: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

.divider {
    border-bottom: 2px solid var(--news-post);
    margin-top: 10px;
}

.bold {
    font-weight: bold !important;
}

.rank-owner {
    background-color: var(--owner);
}

.rank-media-owner {
    background-color: var(--media-owner);
}

.rank-manager {
    background-color: var(--manager);
}

.rank-senior-admin {
    background-color: var(--senior-admin);
}

.rank-admin {
    background-color: var(--admin);
}

.rank-senior-mod {
    background-color: var(--senior-mod);
}

.rank-moderator {
    background-color: var(--moderator);
}

.rank-helper {
    color: var(--black) !important;
    background-color: var(--helper);
}

.rank-builder {
    background-color: var(--builder);
}

.rank-partner {
    background-color: var(--partner);
}

.rank-famous {
    background-color: var(--famous);
}

.rank-media {
    background-color: var(--media);
}

.rank-bouncer {
    background-color: var(--bouncer);
}

.rank-bartender {
    background-color: var(--bartender);
}

.rank-raver {
    background-color: var(--raver);
}

.rank-clubber {
    background-color: var(--clubber);
}

/* ----- PAGINATION ----- */
.pagination-container {
    display: flex;
    justify-content: center;
}

.pagination {
    padding: 30px 0;
}

.pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pagination a {
    display: inline-block;
    padding: 10px 18px;
    color: var(--post-title);
    transition: ease-in 0.2s;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 1.2em;
}

.pagination a:hover {
    background-color: var(--main);
    font-weight: bold;
}

.pagination a.active {
    background-color: var(--main);
    color: var(--post-title);
    font-weight: bold;
}

/* ----- HEADER MENU ----- */
#header-menu-id {
    transition: 0.2s;
}

.header-menu {
    background-color: var(--header-top);
    width: 100%;
    height: 50px;
    z-index: 1;
}

.header-menu .header-menu-inner {
    padding: 5px 15px;
}

.header-menu-inner .navbar-nav {
    cursor: pointer;
}

.header-menu-inner li a {
    text-transform: none;
}

.header-menu-inner .navbar-nav a:hover {
    background-color: var(--news-post);
    color: var(--text);
}

.header-menu-inner .sidenav {
    display: none;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: var(--header-top);
    width: 15%;
    transition: 0.5s;
    padding-top: 60px;
}

.header-menu-inner .sidenav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.header-menu-inner .sidenav a {
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: left;
}

.header-menu-inner .sidenav li:nth-child(1) {
    padding: 10px 55px;
}

.header-menu-inner .sidenav a:hover {
    background-color: var(--news-post);
    color: var(--text);
}

.header-menu-inner .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.header-menu-inner .header-menu-right {
    float: right;
}

.header-menu-inner .header-menu-left .mobile-nav-toggle {
    color: var(--text);
    font-size: 1.5em;
    display: none;
    cursor: pointer;
    transition: 0.5s;
}

.header-menu-inner .header-menu-right .mobile-nav-toggle {
    color: var(--text);
    font-size: 1.5em;
    display: none;
    cursor: pointer;
    transition: 0.5s;
}

.header-menu .row {
    margin: 0;
}

#header-menu-small .notification {
    padding: 2px 7px;
    margin-left: 5px;
}

#header-menu-small .green {
    background-color: #2ECC71;
    color: var(--white);
}

#header-menu-small .red {
    background-color: #FF0000;
    color: var(--white);
}

#header-menu-small .blue {
    background-color: #08A9DA;
    color: var(--white);
}

/* ----- ALERT ----- */
.alert {
    border-radius: 0;
    margin-top: 15px;
    padding: 0;
}

.alert-danger {
    border: 0;
    background: none;
}

.alert-danger li {
    float: none;
}


/* ----- TOASTS ----- */
#toast {
    display: block;
}

.toast {
    z-index: 2;
    right: 0;
    bottom: 0;
    overflow: hidden;
    margin: 0px 30px 30px 0px;
    font-size: 1.1em;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    backdrop-filter: var(10px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: .25rem;
}

.toast:not(:last-child) {
    margin-bottom: 1rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .5em .75rem;
    color: var(--text);
    background-color: #FFECEC;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-header img {
    width: 25px;
}

.toast-body {
    background-color: #FFECEC;
    padding: 1em;
    text-align: left;
}

.toast-body a {
    color: var(--main);
    transition: 0.2 ease-in;
}

.toast-body a:hover {
    color: var(--text);
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url(../img/close-btn.svg) center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    position: absolute;
    right: 0;
    margin-right: 10px;
    z-index: 1;
}

/* ----- ALERTS ----- */
.alert-box {
    font-size: 1.8rem;
    color: #555;
    font-family: 'Open Sans';
    margin: 15px 0px;
    padding: 10px 10px 10px 15px;
    text-align: left;
}

.alert-box:empty {
    display: none;
}

.alert-box.error {
    background-color: #fddcdc;
    border-left: 5px solid #eb7c72;
}

.alert-box.success {
    background-color: #e9ffd9;
    border-left: 5px solid #a6ca8a;
}

.alert-box.warning {
    background-color: #fff8c4;
    border-left: 5px solid #f2c779;;
}

.alert-box .list {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

/* ----- HEADER ----- */
.header {
    height: auto;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0;
    z-index: 1;
}

.header .row {
    margin: 0;
}

.header-top {
    padding: 10px 50px;
    background-color: var(--header-top);
    width: 100%;
    z-index: 1;
    transition: all 0.75s;
}

.header-top .logo img {
    width: 150px;
}

.header-top .server-status {
    display: flex;
}

.header-top .server-status-inner {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.header-top-inner {
    display: flex;
    align-items: center;
}

.header-top .mobile-nav-toggle {
    color: var(--mobile-nav-toggle);
    font-size: 1.5em;
    cursor: pointer;
    display: none;
    transition: 0.5s;
    text-align: right;
    padding: 10px;
}

.header-top .mobile-search-toggle {
    color: var(--mobile-search-toggle);
    font-size: 1.4em;
    cursor: pointer;
    display: none;
    transition: 0.5s;
    text-align: right;
    padding: 10px;
}

.header-top .mobile-nav a {
    font-size: 1em;
}

.header-rest {
    text-align: center;
    background-image: var(--header-bg);
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
}

.header-page-title {
    padding: 85px 0px;
}

.header-page-title span {
    color: var(--header-page-title);
    font-size: 4em;
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
}

.server-status-inner .icon {
    padding: 10px 15px;
    color: var(--text);
    font-size: 1em;
}

.server-status .icon i {
    transition: ease-in 0.2s;
    cursor: pointer;
}

.server-status-inner .icon i:hover {
    color: var(--main);
}

.server-status-inner .text {
    font-family: 'Open Sans', sans-serif;
    color: var(--text);
    text-transform: uppercase;
    text-align: left;
}

.server-status-inner .text #mc-data {
    color: var(--main);
}

/* ----- HEADER NAVIGATION MENU ----- */
.navbar-nav .nav {
    width: 100%;
}

a {
    color: var(--white);
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li a {
    display: block;
    color: var(--text);
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto';
    text-transform: uppercase;
    transition: ease-in 0.2s;
}

li a:hover:not(.active) {
    color: var(--main);
    text-decoration: none;
}

.navbar-nav li a:focus, a:hover {
    color: var(--main);
    text-decoration: none;
}

li a:focus, a:hover {
    color: var(--main);
    text-decoration: none;
}

.active {
    color: var(--active);
}

.navbar-nav .nav .store {
    padding: 12px;
    background-color: var(--main);
    color: var(--white);
    border-radius: 5px;
}

.nav-links .active {
    display: block;
}

.mobile-nav {
    display: none;
    background-color: rgba(0, 0, 0, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    transition: ease-in 0.2s;
    justify-content: center;
    align-items: center;
}

.mobile-nav ul li .active {
    background-color: var(--main);
}

/* ----- SEARCH ----- */
.search-box {
    float: left;
}

.search-box input[type=text] {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--text);
    transition: ease-in 0.1s;
}

.search-box input[type=text]:focus {
    outline: none !important;
    color: var(--search-box-input);
    border-bottom: 1px solid #696766;
}

.search-box .btn-secondary {
    border: 0;
    background-color: transparent;
    color: var(--text);
    transition: ease-in 0.2s;
}

.search-box .btn-secondary:hover {
    color: #696766;
}

.search-box .btn-secondary:focus {
    outline: none !important;
}

.mobile-search {
    display: none;
    background-color: rgba(0, 0, 0, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    transition: ease-in 0.2s;
    justify-content: center;
    align-items: center;
}

.search-box .dropdown-menu {
    left: auto;
    background-color: var(--header-top);
    border: 0;
    border-radius: 0;
}

.search-box .dropdown-menu .dropdown-item:hover {
    background-color: var(--news-post);
}

.search-box .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.search-box .dropdown-menu .dropdown-item span {
    color: var(--text) !important;
    font-size: 1em;
}

.search-box .dropdown-menu .dropdown-item img {
    float: right;
    width: 20px;
}

.mobile-search .dropdown-menu {
    top: 55%;
    background-color: rgba(0, 0, 0, 0.98);
    font-size: 1.3em;
    min-width: 250px;
}

/* ----- LOGIN ----- */
.header-top .login-panel {
    display: flex;
}

.header-top .login-panel .login-panel-inner {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.header-top .login-panel .login-panel-inner .text {
    text-align: left;
    font-size: 12px;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
}

.header-top .login-panel .login-panel-inner .text .top {
    color: #cf4444;
    display: flex;
}

.btn-profile-menu {
    font-size: 1em;
    width: auto;
    border-radius: 0;
    padding: 0px;
    background: none;
    color: var(--text);
    font-family: 'Poppins';
    transition: ease-in 0.2s;
}

.btn-profile-menu:hover {
    color: var(--main);
}

.profile-menu:hover .profile-menu-sort {
    display: block;
}

.profile-menu-sort {
    display: none;
    position: absolute;
    background-color: var(--header-top);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}

.header-top .login-panel .login-panel-inner .text .bottom .profile-menu .profile-menu-sort a {
    color: var(--text);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Nunito';
}

.header-top .login-panel .login-panel-inner .text .bottom .profile-menu .profile-menu-sort a:hover {
    background-color: var(--news-post);
}

.header-top .login-panel .login-panel-inner .text .bottom {
    display: flex;
}

.header-top .login-panel .login-panel-inner .text .bottom a {
    color: var(--text);
    font-weight: bold;
    transition: ease-in 0.2s;
    cursor: pointer;
}

.header-top .login-panel .login-panel-inner .text .bottom a:hover {
    color: #FFFFFF;
}

.login-panel-inner .text .bottom {
    font-size: 14px;
    color: var(--text);
}

.login-panel-username {
    font-size: 1.3em;
    color: var(--main);
}

/* ----- SOCIAL MENU ----- */
.social-menu {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 2;
}

.social-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.social-menu li a {
    display: block;
    font-size: 16px;
    background-color: var(--social-menu);
}

.social-menu li a:hover {
    color: #FFFFFF;
}

.social-menu li:nth-child(1) a {
    color: #5c6bc0;
}

.social-menu li:nth-child(2) a {
    color: #1da1f2;
}

.social-menu li:nth-child(1) a:hover {
    color: var(--post-title);
}

.social-menu li:nth-child(2) a:hover {
    color: var(--post-title);
}

.social-menu li:nth-child(3) a:focus {
    color: var(--text);
    transition: ease-in 0.2s;
}

.social-menu li:nth-child(3) a:hover {
    color: #CCB84A;
}

.social-menu li a:focus, a:hover {
    color: var(--white);
    text-decoration: none;
}

/* ----- MAIN SECTION ----- */
.main-section {
    width: 100%;
    position: relative;
    min-height: calc(100vh - 300px);
}

.main-section .row:nth-child(1) {
    margin: 0;
}

.top-introduction {
    display: block;
    height: 90vh;
    background: var(--header-bg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

/*.left-blur {
    background-image: var(--header-bg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    width: 40vw;
    height: 100%;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    transition: all 0.3s ease;
    z-index: 0;
    overflow: hidden;
}
*/

.left-welcome {
    position: absolute;
    font-family: 'Poppins';
    color: #fff;
    top: 25%;
    left: 1em;
    font-size: 8em;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.left-welcome .welcome-text {
    color: #696766;
    line-height: 10px;
    font-size: 0.4em;
    font-family: 'Open Sans';
    text-transform: uppercase;
}

.big-play {
    position: absolute;
    bottom: 20%;
    right: 5%;
    color: #FFFFFF;
}

.play-join {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 7em;
}

.player-counter {
    position: absolute;
    top: 68.5%;
    left: 47%;
}

.player-counter span {
    color: #FFFFFF;
    font-family: 'Poppins';
    font-size: 3rem;
}

.player-counter span #mc-data-2 {
    color: #696766;
    font-weight: bold;
}

.copy-ip-btn {
    display: block;
    position: absolute;
    right: 0;
    padding: 40px 150px;
    border: 0;
    border-radius: 0;
    transition: ease-in 0.2s;
    background: var(--copy-ip);
}

.copy-ip-btn:hover {
    background: rgba(233, 17, 229, 1);
}

.copy-ip-btn:hover span {
    color: #FFFFFF;
}

.copy-ip-btn span {
    transition: ease-in 0.2s;
    color: var(--copy-ip-text);
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
}

.copy-ip-btn span i {
    margin-right: 15px;
}

/* ----- NEWS SECTION ----- */
.main-section .news-section {
    height: auto;
    background-color: var(--section-bg);
}

.news-section .news-section-inner {
    padding: 30px 50px;
}

.news-section-inner .col-lg-12 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.news-section-inner .news-menu {
    text-align: center;
    margin-bottom: 35px;
}

.news-menu li {
    padding: 0 10px;
}

.news-menu li a:hover {
    color: var(--post-title);
    border-bottom: 2px solid #696766;
}

.news-menu li .active {
    color: var(--active);
    border-bottom: 2px solid #696766;
}

.news-post-information {
    background-color: var(--news-post);
    height: auto;
    margin-bottom: 10px;
    padding: 50px;
    width: 615px;
    margin-right: 15px;
    overflow: hidden;
}

.news-post-info-top {
    width: 100%;
}

.news-post-info-title {
    margin-top: 25px;
}

.news-post-info-desc {
    margin-top: 25px;
}

.news-post-info-button {
    margin-top: 45px;
}

.news-post-info-title span {
    color: var(--post-title);
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 2em;
}

.news-post-info-top span {
    color: var(--post-title);
    font-weight: Bold;
    font-size: 2em;
}

.news-post-info-desc span {
    color: var(--text);
    font-size: 1.2em;
}

.news-post {
    background-color: var(--news-post);
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
    width: 300px;
    margin-right: 15px;
    overflow: hidden;
}

.news-post .post-photo {
    overflow: hidden;
    height: 150px;
    width: 100%;
    background-image: url('https://cdn.discordapp.com/attachments/914023141578252319/930427981623615498/20220111_184744.jpg');
    background-size: cover;
    background-position: center;
}

.news-post .post-photos {
    overflow: hidden;
    height: 150px;
    width: 100%;
    background-image: url('https://cdn.discordapp.com/attachments/914023141578252319/930427981342588988/402d9bbef660b2c7b2934de26eaf4d65.jpg');
    background-size: cover;
    background-position: center;
}

.news-post .post-top-info {
    display: flex;
    align-items: center;
}

.post-top-info .post-date {
    width: 50%;
    text-align: right;
    padding-right: 15px;
}

.post-date span {
    color: var(--text);
    font-weight: bold;
    font-size: 1em;
}

.news-post .post-author {
    width: 50%;
    display: flex;
    padding: 5px 15px;
}

.news-post .post-author img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.news-post .post-author .author-name {
    margin-left: 5px;
}

.news-post .post-author .author-name span {
    color: var(--text);
    font-weight: bold;
    font-size: 1em;
}

.news-post .news-title {
    padding: 5px 0px;
    border-bottom: 1px solid var(--news-title-border);
    margin-right: 15px;
    margin-left: 15px;
}

.news-post .news-title span {
    color: var(--post-title);
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 1.5em;
}

.news-post .news-description {
    padding: 5px 15px;
}

.news-post .news-description span {
    color: var(--text);
}

.news-post .post-topic {
    padding-top: 10px;
}

.post-topic span {
    color: var(--text);
    font-weight: bold;
    text-transform: uppercase;
}

.post-read-more {
    padding-top: 10px;
    text-align: right;
}

.post-read-more span {
    color: var(--text);
    font-weight: bold;
    font-size: 0.5em;
    border-radius: 5px;
    cursor: pointer;
    transition: ease-in 0.2s;
}

.post-read-more span i {
    padding-left: 5px;
}

.post-read-more span:hover {
    color: #696766;
}

/* ----- LEADERBOARDS SECTION ----- */
.main-section .leaderboards-section {
    height: auto;
    background-image: var(--lbs-bg);
    background-size: cover;
    background-color: #000;
    padding: 50px;
    overflow: hidden;
}

.leaderboards-section .leaderboards-panel {
    display: flex;
}

.main-section .leaderboards-title {
    color: var(--post-title);
    font-size: 2em;
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 105px;
}

.leaderboards-panel .leaderboards-title span {
    position: relative;
}

.leaderboards-panel .leaderboards-title span:after {
    content: attr(data-content);
    position: absolute;
    background: linear-gradient(to right, #696766, transparent 80%);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 50%;
}

.leaderboards-panel .leaderboards-nav {
    width: auto;
    display: flex;
    align-items: center;
}

.leaderboards-nav .nav-left {
    color: var(--lbs-nav);
    background-color: var(--post-topic);
    font-size: 1.5em;
    padding: 3px 25px;
    transition: ease-in 0.2s;
    cursor: pointer;
    margin-right: 50px;
}

.leaderboards-nav .nav-left:hover {
    background-color: #7E137C;
    color: #FFFFFF;
}

.leaderboards-nav .nav-right {
    background-color: #696766;
    color: #FFFFFF;
    font-size: 2em;
    padding: 3px 35px;
    transition: ease-in 0.2s;
    cursor: pointer;
    margin-right: 100px;
}

.leaderboards-nav .nav-right:hover {
    background-color: #7e137c;
    color: #FFFFFF;
}

.lbs-player {
    height: auto;
}

.lbs-top-3 {
    padding: 55px 80px;
    display: flex;
}

.lbs-p {
    text-align: center;
    margin-right: 100px;
}

.placement-num span {
    background-color: #a0a0a0;
    padding: 2px 6px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px solid #c9c9c9;
}

.player-name {
    margin-top: 15px;
}

.player-name span {
    color: var(--post-title);
    font-weight: bold;
    font-size: 1em;
}

.lbs-p:nth-child(2) .placement-num span {
    background-color: #f8cb00;
    padding: 2px 6px;
    border-radius: 50%;
    color: #000000;
    border: 2px solid rgb(204, 168, 7);
}

.lbs-p:nth-child(3) .placement-num span {
    background-color: #9f5d43;
    padding: 2px 6px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px solid #d18c71;
}

.leaderboards-section-inner .fl-table {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.leaderboards-section-inner .fl-table td {
    font-size: 1em;
    padding: 10px 0px;
}

.leaderboards-section-inner .fl-table td img {
    padding-right: 20px;
}

.leaderboards-section-inner .fl-table thead th {
    padding: 10px 0px;
    background-color: var(--section-bg);
    color: var(--text);
    font-size: 1em;
    margin-bottom: 25px;
}

.leaderboards-section-inner .fl-table tbody tr {
    color: #ffffff;
}

.leaderboards-section-inner .fl-table thead th:nth-child(1) {
    text-align: center;
}

.leaderboards-section-inner .fl-table tbody td:nth-child(1) {
    text-align: center;
    color: var(--text);
    font-weight: bold;
}

.leaderboards-section-inner .fl-table tbody td:nth-child(2) {
    color: var(--post-title);
    font-weight: bold;
}

.leaderboards-section-inner .fl-table tbody td:nth-child(2) a {
    color: var(--post-title);
    font-weight: bold;
}

.leaderboards-section-inner .fl-table tbody td:nth-child(2) a:hover, a:focus {
    color: var(--main);
}

.leaderboards-section-inner .fl-table thead th:nth-child(3) {
    padding-left: 0;
}

.leaderboards-section-inner .fl-table tbody td:nth-child(3) {
    color: var(--post-title);
    font-weight: bold;
}

.leaderboards-section-inner .fl-table tbody td:nth-child(4) {
    color: var(--post-title);
    font-weight: bold;
}

.leaderboards-section-inner .fl-table tbody td:nth-child(5) {
    color: var(--post-title);
    font-weight: bold;
}


.leaderboards-section-inner .fl-table tbody tr td {
    background-color: var(--table-body);
}

.leaderboards-section-inner .btn-see-more {
    float: right;
    background-color: var(--table-body);
    border-radius: 0;
    color: var(--post-title);
    padding: 10px 25px;
    transition: ease-in 0.2s;
    margin-bottom: 50px;
}

.leaderboards-section-inner .btn-see-more a {
    color: var(--post-title);
}

.leaderboards-section-inner .btn-see-more:hover {
    background-color: var(--header-top);
}

.player-lbs img {
    width: 650px;
}

.lbs-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.lbs-menu li label {
    color: var(--post-topic);
    font-size: 1.5em;
    font-family: 'Nunito';
    font-weight: normal;
    border-bottom: 1px solid var(--post-topic);
    text-transform: uppercase;
    padding: 15px;
    cursor: pointer;
}

.lbs-menu li label:hover {
    color: var(--post-title);
    border-bottom: 2px solid #696766;
}

.lbs-menu .navbar-nav .active {
    color: var(--post-title);
    border-bottom: 2px solid var(--main);
}

.leaderboards-panel .leaderboards-title .wins {
    position: relative;
}

.leaderboards-panel .leaderboards-title .wins:after {
    content: attr(data-content);
    position: absolute;
    background: linear-gradient(to right, #11E964, transparent 80%);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 50%;
}

.leaderboards-panel .leaderboards-title .losses {
    position: relative;
}

.leaderboards-panel .leaderboards-title .losses:after {
    content: attr(data-content);
    position: absolute;
    background: linear-gradient(to right, rgb(207, 20, 20), transparent 80%);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 50%;
}

.lbs-page .leaderboards-section-inner .fl-table tbody tr td {
    padding: 10px;
}

.lbs-page .leaderboards-section-inner .fl-table {
    border-spacing: 0 5px;
}

/* ----- EVENTS SECTION ----- */
.main-section .events-section {
    height: auto;
    background-color: var(--events);
    padding: 50px 0px;
    overflow: hidden;
}

.events-section .events-section-inner {
    display: flex;
    justify-content: center;
}

.events-section .events-title {
    color: #FFFFFF;
    font-size: 2.5em;
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding-left: 130px;
    color: var(--post-title);
}

.events-section .events-title span {
    position: relative;
}

.events-section .events-title span:after {
    content: attr(data-content);
    position: absolute;
    background: linear-gradient(to right, #696766, transparent 80%);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 50%;
}

.event-box {
    background-color: var(--news-post);
    height: 280px;
    width: 320px;
    margin-right: 10px;
    overflow: hidden;
    padding: 10px 40px;
    border-bottom: 4px solid #696766;
    margin-bottom: 10px;
}

.events-section-inner .events {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.event-box .month-time {
    padding-left: 15px;
    vertical-align: middle;
    align-content: center;
}

.event-box .event-date {
    display: flex;
    color: var(--post-title);
    font-family: 'Poppins';
    align-items: center;
    border-bottom: 1px solid var(--news-title-border);;
}

.event-date .date {
    font-size: 5em;
    font-weight: bold;
}

.month-time .month {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
}

.event-date {
    margin-bottom: 25px;
}

.event-description {
    color: var(--text);
    font-family: 'Open Sans';
    padding-bottom: 35px;
}

.kit-type {
    width: auto;
    bottom: 0;
}

.kit-type span {
    background-color: #696766;
    padding: 10px 15px;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
}

/* ----- STAFF SECTION ----- */
.main-section .staff-section {
    height: auto;
    background-color: var(--section-bg);
}

.staff-section .staff-section-inner {
    padding: 30px 50px;
}

.side-menu-holder {
    width: 100%;
    max-width: 400px;
}

.side-menu-selection {
    background: var(--header-top);
    padding: 2em;
    margin-bottom: 55px;
}

.sticky {
    margin-top: 25px;
    position: fixed;
    top: 0;
    width: inherit;
    max-width: inherit;
}

.sticky-bottom {
    margin-bottom: 150px;
    position: fixed;
    bottom: 0;
    width: inherit;
    max-width: inherit;
}

.side-menu-selection li {
    float: none;
}

.side-menu-selection li a:hover {
    color: #FFFFFF;
}

.side-menu-selection li .active {
    background-color: var(--owner) !important;
}

.side-menu-selection .owner a:hover {
    background-color: var(--owner) !important;
}

.side-menu-selection .media-owner a:hover {
    background-color: var(--media-owner) !important;
}

.side-menu-selection .manager a:hover {
    background-color: var(--manager) !important;
}

.side-menu-selection .senior-admin a:hover {
    background-color: var(--senior-admin) !important;
}

.side-menu-selection .admin a:hover {
    background-color: var(--admin) !important;
}

.side-menu-selection .senior-mod a:hover {
    background-color: var(--senior-mod) !important;
}

.side-menu-selection .moderator a:hover {
    background-color: var(--moderator) !important;
}

.side-menu-selection .helper a:hover {
    color: var(--black) !important;
    background-color: var(--helper) !important;
}

.side-menu-selection .partner a:hover {
    background-color: var(--partner) !important;
}

.side-menu-selection .famous a:hover {
    background-color: var(--famous) !important;
}

.side-menu-selection .media {
    margin-top: 0 !important;
}

.side-menu-selection .media a:hover {
    background-color: var(--media) !important;
}

.staff-panel-heading > .owner {
    margin: 0px 0px 25px 0px;
    border-left: 15px solid var(--owner);
    padding: 25px 50px;
}

.staff-panel-heading > .media-owner {
    margin: 0px 0px 25px 0px;
    border-left: 15px solid var(--media-owner);
    padding: 25px 50px;
}

.staff-panel-heading > .manager {
    margin: 0px 0px 25px 0px;
    border-left: 15px solid var(--manager);
    padding: 25px 50px;
}

.staff-panel-heading > .senior-admin {
    margin: 0px 0px 25px 0px;
    border-left: 15px solid var(--senior-admin);
    padding: 25px 50px;
}

.staff-panel-heading > .admin {
    margin: 0px 0px 25px 0px;
    border-left: 15px solid var(--admin);
    padding: 25px 50px;
}

.staff-panel-heading > .senior-mod {
    margin: 0px 0px 25px 0px;
    border-left: 15px solid var(--senior-mod);
    padding: 25px 50px;
}

.staff-panel-heading > .moderator {
    margin: 0px 0px 25px 0px;
    border-left: 15px solid var(--moderator);
    padding: 25px 50px;
}

.staff-panel-heading > .helper {
    margin: 0px 0px 25px 0px;
    border-left: 15px solid var(--helper);
    padding: 25px 50px;
}

.staff-panel-heading > .partner {
    margin: 0px 0px 25px 0px;
    border-left: 15px solid var(--partner);
    padding: 25px 50px;
}

.staff-panel-heading > .famous {
    margin: 0px 0px 25px 0px;
    border-left: 15px solid var(--famous);
    padding: 25px 50px;
}

.staff-panel-heading > .media {
    margin: 0px 0px 25px 0px;
    border-left: 15px solid var(--media);
    padding: 25px 50px;
}

.staff-panel-heading .staff-title {
    font-family: 'Poppins';
    text-transform: uppercase;
    color: var(--post-title);
    font-weight: bold;
    font-size: 2em;
}

.staff-panel {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    padding: 0px 30px;
}

.staff-panel .staff-name {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.staff-name span {
    color: var(--text);
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 1.2em;
}

.staff-member {
    margin-right: 100px;
    margin-bottom: 25px;
}

.staff-member img {
    transition: ease-in 0.2s;
}

.staff-member img:hover {
    transform: scale(1.1);
}

/* ----- SUPPORT SECTION ----- */
.main-section .support-section {
    height: auto;
    background-color: var(--section-bg);
}

.support-section .support-section-inner {
    padding: 30px 50px;
}

.support-section .faq-section h2 {
    color: var(--post-title);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    font-family: 'Poppins';
    margin-bottom: 25px;
}

.support-section .faq-section h2 span {
    position: relative;
}

.support-section .faq-section h2 span:after {
    content: attr(data-content);
    position: absolute;
    background: linear-gradient(to right, #696766, transparent 80%);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 50%;
}

.support-right h2 {
    color: var(--post-title);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    font-family: 'Poppins';
    margin-bottom: 25px;
}

.support-right h2 span {
    position: relative;
}

.support-right h2 span:after {
    content: attr(data-content);
    position: absolute;
    background: linear-gradient(to right, #696766, transparent 80%);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 50%;
}

.support-right .btn-account {
    display: block;
    width: 100%;
    margin-top: 15px;
    border-radius: 0;
    padding: 15px 0px;
    background-color: var(--main);
    color: var(--white);
    font-family: 'Poppins';
    transition: ease-in 0.2s;
}

.support-right .btn-account:hover {
    background-color: #7e137c;
}

.support-section .support-right {
    margin-left: 50px;
}

.support-section .faq-section .card-link {
    color: var(--post-title);
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Open Sans';
}

.support-section .faq-section .card-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.support-section .faq-section .card-link:focus {
    text-decoration: none;
}

.support-section .faq-section .card-body {
    font-family: 'Open Sans';
    margin-top: 25px;
    margin-bottom: 25px;
    color: var(--text);
    padding-bottom: 25px;
}

.card-body a {
    color: var(--main);
}

.support-section .faq-section .highlight {
    color: #696766;
}

.support-section .faq-section .card {
    border: 0;
}

.support-right .support-text {
    font-family: 'Open Sans';
    margin-top: 25px;
    margin-bottom: 25px;
    color: var(--text);
    padding-bottom: 25px;
}

.support-ticket-button {
    margin-top: 50px;
    height: 50px;
    background: linear-gradient(to right, rgba(255, 33, 237, 0.2), #696766), url(Zeus_files/img/mmc-bg.png) no-repeat center;
    position: relative;
    vertical-align: middle;
}

.support-ticket-button span {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Poppins';
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ----- LOGIN SECTION ----- */
.account-page-section .row {
    margin: 0;
}

.main-section .account-page-section {
    height: 100vh;
    background-color: var(--section-bg);
}

.account-page-section-inner {
    overflow: hidden;
}

.account-page-section-inner .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    padding: 0;
}

.account-page-section .photo-container {
    width: 50%;
    height: 100vh;
    background-image: var(--header-bg);
    background-size: cover;
    background-repeat: no-repeat;
}

.account-page-section-inner .register-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    margin: 50px;
}

.register-panel .register-panel-body {
    background-color: var(--news-post);
    height: auto;
    padding: 15px;
    text-align: center;
}

.register-panel-body .register-title {
    display: block;
    padding-bottom: 10px;
    font-size: 1.5em;
    font-weight: bold;
    color: var(--text);
}

.register-panel-body .register-1st {
    display: block;
    padding-bottom: 10px;
    font-size: 1em;
    font-weight: normal;
    color: var(--text);
}

.register-panel-body .register-bold {
    color: var(--post-title);
    font-family: 'Poppins';
    font-size: 1.1em;
}

.register-panel-body .register-2nd {
    display: block;
    padding-bottom: 10px;
    font-size: 1em;
    font-weight: normal;
    color: var(--text);
}

.account-page-panel {
    background-color: var(--header-top);
    width: 60%;
    height: auto;
    padding: 25px;
    text-align: center;
}

.account-page-panel .alert-success {
    text-align: center;
    padding: 15px;
}

.account-page-panel input:nth-child(1) {
    margin-top: 25px;
}

.account-page-panel input {
    background-color: var(--news-post);
    outline: 0;
    border: 0;
    margin-bottom: 25px;
    width: 100%;
    height: 50px;
    padding: 15px;
    color: var(--post-title);
}

.account-page-panel .forgot-password {
    color: var(--text);
    float: left;
    margin-bottom: 15px;
}

.account-page-panel input:nth-child(2) {
    display: block;
}

.account-page-panel .forgot-password a {
    color: var(--main);
    transition: ease-in 0.2s;
}

.account-page-panel .forgot-password a:hover {
    color: var(--post-title);
}

.account-page-panel .btn-account {
    display: block;
    width: 100%;
    margin-top: 15px;
    border-radius: 0;
    padding: 15px 0px;
    background-color: var(--main);
    color: var(--white);
    font-family: 'Poppins';
    transition: ease-in 0.2s;
}

.account-page-panel .btn-account:hover {
    background-color: #7e137c;
}

.registering-as {
    font-family: 'Poppins';
    font-size: 1.5em;
    margin-bottom: 25px;
    text-align: center;
    color: var(--text);
}

.registering-player-skin {
    height: 180px;
    display: block;
    margin: 0 auto;
    margin-top: -150px;
}

.registering-as-name {
    font-weight: 600;
    color: var(--post-title)
}

.go-back {
    position: absolute;
    top: 0;
    left: 0;
    margin: 50px;
}

.go-back span {
    font-family: 'Open Sans';
    padding-left: 15px;
    color: var(--text);
    font-size: 15px;
}

.btn-go-back {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--text);
    padding: 15px 25px;
    transition: ease-in 0.2s;
}

.btn-go-back:hover {
    background-color: rgba(255, 255, 255, 1);
    color: var(--black);
}

.account-page-title {
    display: block;
    margin-bottom: 30px;
}

.account-page-container {
    position: absolute;
    margin: 0 auto;
    top: 25%;
    right: 8.3%;
    display: flex;
    width: 60%;
    flex-direction: column;
    justify-content: center;
}

.account-page-container .top {
    font-size: 3em;
    font-weight: bold;
    font-family: 'Poppins';
    color: var(--post-title);
}

.account-page-container .bottom {
    display: block;
    font-size: 1.2em;
    color: var(--post-title);
}

.bottom .sign-up {
    color: var(--main);
    transition: ease-in 0.2s;
}

.bottom .sign-up a {
    color: var(--main);
    transition: ease-in 0.2s;
}

.bottom .sign-up a:hover {
    color: var(--post-title);
}

#register-page .account-page-panel .btn-account {
    margin-top: 0;
}

#reset-pass-page .account-page-panel .btn-account {
    margin-top: 0;
}

#register-page .col-lg-6, #register-page .col-md-6, #register-page .col-sm-6, #register-page .col-xs-6 {
    padding-left: 0;
}

#reset-pass-page .col-lg-6, #reset-pass-page .col-md-6, #reset-pass-page .col-sm-6, #reset-pass-page .col-xs-6 {
    padding-left: 0;
}

/* ----- FOOTER ----- */
.footer {
    width: 100%;
    background-color: var(--footer);
    padding: 50px 150px;
}

.footer .footer-inner {
    display: flex;
    padding: 30px 50px;
}

.upper-footer {
    border-bottom: 1px solid #1f232b;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    align-items: center;
}

.footer .footer-logo {
    display: flex;
    justify-content: center;
}

.footer .footer-logo img {
    height: 150px;
}

.upper-footer .left-part-footer img {
    width: 250px;
}

.footer-menu {
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}

.footer-social {
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}

.footer-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.footer-social li a {
    display: block;
    background-color: #dddddd;
    font-size: 20px;
    background-color: transparent;
}

.footer-social li a:hover {
    color: #FFFFFF;
}

.footer-social li:nth-child(1) a {
    color: #5c6bc0;
}

.footer-social li:nth-child(2) a {
    color: #1da1f2;
}

.footer-social li:nth-child(1) a:hover {
    color: var(--post-title);
}

.footer-social li:nth-child(2) a:hover {
    color: var(--post-title);
}

.footer-social li:nth-child(3) a:hover {
    color: var(--post-title);
}

.footer-social li:nth-child(3) .active {
    color: #CCB84A;
    transition: ease-in 0.2s;
}

.footer-social li:nth-child(3) .active:hover {
    color: #FFFFFF;
}

.bottom-footer {
    padding-top: 25px;
    color: var(--text);
}

.bottom-footer img {
    float: right;
    width: 80px;
}

/* ----- PLAYER ----- */
#player-page .header {
    background-image: var(--player-bg);
    background-position: center;
}

#player-page .header-page-title img {
    position: absolute;
    left: 25%;
    bottom: 20%;
}

.player-section.row {
    margin: 0;
}

.player-status {
    padding-top: 8px;
    padding-left: 1.5px;
}

.player-info-inner {
    display: flex;
    margin-top: 50px;
}

.player-section .player-section-inner {
    height: auto;
    background-color: var(--section-bg);
    padding: 0px 350px;
}

.player-photo {
    margin-top: 50px;
}

.player-photo img {
    width: 250px;
}

.player-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.player-info-heading {
    background-color: var(--header-top);
    padding: 10px 15px;
}

.player-info-heading span {
    color: var(--text);
    font-family: 'Open Sans';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5em;
}

.player-registration-date span {
    font-size: 1.1em;
    color: var(--text);
    font-family: 'Open Sans';
}

.player-info-inner .general-info tbody tr td:nth-child(2) {
    color: var(--post-title);
}

.player-info-head {
    width: 64px;
    margin: 0px 5px 5px 0px;
}

.player-info-name-part {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}

.player-info-name-upper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.player-info-name-part i {
    color: #ffd901;
    font-size: 1.5em;
    padding-left: 10px;
}

.player-info-name {
    display: flex;
    margin: 5px 15px;
}

.player-info-name span {
    font-size: 3em;
    color: var(--post-title);
    font-family: 'Poppins';
    font-weight: bold;
    line-height: 1;
}

.player-info-name .player-info-rank {
    display: block;
    padding: 7px 15px;
    margin-right: 10px;
    color: var(--white);
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
}

.player-info-name .offline {
    color: #FF0000;
    text-transform: uppercase;
    font-size: 1em;
}

.player-info-name .online {
    color: #2ECC71;
    text-transform: uppercase;
    font-size: 1em;
}

.player-info-name .banned {
    color: var(--admin);
    text-transform: uppercase;
    font-size: 1em;
}

.player-info-ranks {
    margin: 5px 15px;
    display: flex;
    margin-bottom: 5px;
}

.player-info-rank-group {
    border: 2px solid var(--text);
    padding: 5px 15px;
    color: var(--text);
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: bold;
}

.player-info-achievements {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0px;
}

.achievement {
    width: 49.5%;
    background-color: var(--table-body);
    padding: 30px;
    margin-bottom: 10px;
}

.achievement:nth-child(1) {
    margin-right: 5px;
}

.achievement-title {
    color: var(--text);
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 1.2em;
}

.achievement-title i {
    color: #ffd901;
    margin-right: 5px;
}

.achievement-description {
    color: var(--text);
    font-family: 'Open Sans';
    font-size: 1.1em;
}

.player-friends-list {
    margin: 10px 15px;
}

.player-friends-list .friend {
    font-size: 1.2em;
    color: var(--text);
    font-family: 'Open Sans';
    padding-right: 10px;
}

.tab-toggle {
    display: none;
}

.tab-content {
    display: none;
}

.tab-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tab-toggle:nth-child(1):checked ~ .tab-list .tab-item:nth-child(1),
.tab-toggle:nth-child(2):checked ~ .tab-list .tab-item:nth-child(2),
.tab-toggle:nth-child(3):checked ~ .tab-list .tab-item:nth-child(3),
.tab-toggle:nth-child(4):checked ~ .tab-list .tab-item:nth-child(4),
.tab-toggle:nth-child(5):checked ~ .tab-list .tab-item:nth-child(5) {
    opacity: 1;
}

.tab-toggle:nth-child(1):checked ~ .tab-container .tab-content:nth-child(1),
.tab-toggle:nth-child(2):checked ~ .tab-container .tab-content:nth-child(2),
.tab-toggle:nth-child(3):checked ~ .tab-container .tab-content:nth-child(3),
.tab-toggle:nth-child(4):checked ~ .tab-container .tab-content:nth-child(4),
.tab-toggle:nth-child(5):checked ~ .tab-container .tab-content:nth-child(5) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.player-statistics:nth-child(1) {
    margin-right: 15px;
}

.statistics-practice {
    background-image: var(--bg-blurred);
    background-size: cover;
    padding: 10px 25px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23.5%;
    margin-bottom: 10px;
    border-radius: 20px;
}

.statistics-practice:nth-child(1) {
    margin-right: 10px;
}

.statistics-practice:nth-child(2) {
    margin-right: 10px;
}

.statistics-practice:nth-child(3) {
    margin-right: 10px;
}

.statistics-practice:nth-child(4) {
    margin-right: 10px;
}

.statistics-practice:nth-child(5) {
    margin-right: 10px;
}

.statistics-practice:nth-child(6) {
    margin-right: 10px;
}

.statistics-practice:nth-child(7) {
    margin-right: 10px;
}

.statistics-practice:nth-child(8) {
    margin-right: 10px;
}

.statistics-practice:nth-child(9) {
    margin-right: 10px;
}

.statistics-practice:nth-child(10) {
    margin-right: 10px;
}

.statistics-practice:nth-child(11) {
    margin-right: 10px;
}

.statistics-practice:nth-child(13) {
    margin-right: 10px;
}

.statistics-practice:nth-child(14) {
    margin-right: 10px;
}

.statistics-practice .title {
    display: flex;
    justify-content: center;
    color: var(--post-title);
    font-family: 'Poppins';
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.statistics-practice .title img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.statistics-practice .stat-tab {
    color: var(--post-title);
    font-size: 1em;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    padding: 2px 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.stat-tab .number {
    font-weight: bold;
}

.recent-matches-holder {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#match-stats .recent-matches-holder {
    margin-top: 15px;
}

.recent-match-holder {
    padding: 10px 10px;
    background-image: var(--bg-blurred);
    background-size: cover;
    background-position: center;
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px;
}

.recent-matches-holder .recent-matches {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recent-match-holder .recent-match-type {
    display: flex;
    justify-content: center;
}

.recent-match-type .match-type {
    font-family: 'Poppins';
    font-weight: bold;
    color: var(--post-topic);
    font-size: 1.1em;
    margin-right: 10px;
}

.recent-match-type .match-date {
    font-family: 'Poppins';
    font-weight: bold;
    color: var(--post-topic);
    font-size: 1em;
}

.recent-matches .player-1 {
    display: flex;
    flex: 1;
    align-items: center;
    text-align: left;
    margin-right: 10px;
}

.recent-matches .vs span {
    color: var(--post-title);
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 2em;
}

.player-1 .player-info .name {
    color: var(--post-title);
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 1em;
}

#match-stats .player-1 .player-info .name {
    font-size: 1.5em;
}

.player-1 .player-info .elo {
    color: var(--post-title);
    font-family: 'Poppins';
    font-size: 0.9em;
}

.player-info .elo .eloadd {
    color: #11E964;
    font-weight: bold;
}

.recent-matches .player-1 img {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}

.recent-matches .player-1 .name {
    display: block;
}

.recent-matches .player-2 {
    display: flex;
    flex: 1;
    align-items: center;
    text-align: right;
    margin-right: 10px;
}

.player-2 .player-info .name {
    color: var(--post-title);
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 1em;
}

#match-stats .player-2 .player-info .name {
    font-size: 1.5em;
}

.player-2 .player-info .elo {
    color: var(--post-title);
    font-family: 'Poppins';
    font-size: 0.9em;
}

.player-info .elo .eloremove {
    color: #AA0000;
    font-weight: bold;
}

.recent-matches .player-2 img {
    width: 48px;
    height: 48px;
    margin-left: 15px;
}

.recent-matches .player-2 .name {
    display: block;
}

.stats-container {
    display: flex;
    flex-direction: column;
}

.match-stats-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.match-stats-container .inventory {
    background-color: #c6c6c6;
    border-radius: 3px;
    box-shadow: inset 4px 4px 0px #fefefe;
    padding: 0.8em;
}

.match-stats-container .inventory .slots {
    display: flex;
    flex-direction: column;
}

.match-stats-container .inventory .slots .slot-row:nth-child(4) {
    margin-top: 10px;
}

.match-stats-container .inventory .slots .slot-row:nth-child(4) {
    margin-bottom: 0px;
}

.match-stats-container .inventory .slots .slot-row {
    display: flex;
}

.match-stats-container .inventory .slots .slot-row .slot {
    padding: 10px;
    background-color: #8B8B8B;
    text-align: center;
    box-shadow: inset 2.5px 2.5px 0px rgba(55, 55, 55, 0.8),
    inset -2px -2px 0px #ffffff;
}

.match-stats-container .inventory .slots .slot-row .slot img {
    width: 25px;
}

.match-stats-container .inventory .slots .slot-row .slot .number {
    font-family: 'Poppins';
    font-size: 1em;
    color: #fefefe;
    position: relative;
    text-shadow: #333 1px 2px 1px;
    top: -15px;
    right: -5px;
    margin-bottom: -20px;
}

.match-stats-container .inventory-w-l {
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 2em;
}

.match-stats-container .inventory-w-l .hyphen {
    color: var(--post-title);
    padding: 0px 20px;
}

.match-stats-container .inventory-w-l .winner {
    color: #11E964;
}

.match-stats-container .inventory-w-l .loser {
    color: #ff0000;
}

.match-details-container {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.match-details-container .match-details {
    display: flex;
    flex-direction: column;
}

.match-details-container .match-details .match-details-row {
    display: flex;
    text-align: center;
}

.match-details-container .match-details .right {
    justify-content: flex-end;
}

.match-details-container .match-details .match-details-row .match-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.match-details-row .match-detail {
    padding: 10px 15px;
    color: var(--post-title);
}

.match-details-row .match-detail .title {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bold;
}

.match-details-row .match-detail .value {
    font-family: 'Nunito';
    color: var(--text);
    font-size: 1.1em;
}

.match-details-row .match-detail .value i {
    color: var(--admin);
}

.player-main-info .player-upper-part {
    display: flex;
    margin: 5px 15px;
}

.player-add-friend {
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-right: 15px;
}

.player-add-friend span {
    background-color: #2ECC71;
    padding: 10px 25px;
    color: var(--white);
    font-size: 1.2em;
    cursor: pointer;
    transition: ease-in 0.2s;
}

.player-add-friend span:hover {
    background-color: #1f7944;
}

.statistics-menu {
    margin: 10px 0px;
    font-size: 1.2em;
}

.statistics-menu .navbar-nav label {
    color: var(--text);
    font-family: 'Poppins';
    margin-left: 15px;
    cursor: pointer;
}

.statistics-menu .navbar-nav label:hover {
    color: var(--text);
    border-bottom: 2px solid var(--text);
}

.statistics-menu .navbar-nav .active {
    border-bottom: 2px solid var(--text);
}

.player-info-elo .mode {
    color: var(--post-title);
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 2em;
}

.player-info-elo .info-elo-type {
    color: var(--text);
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 1.5em;
}

.info-elo-w-l {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
}

.info-elo-w-l .info {
    display: grid;
    margin-right: 35px;
}

.info .info-elo-w-l-num {
    font-size: 3em;
    color: var(--main);
}

.player-info-elo .fl-table {
    margin-top: 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
}

.player-info-elo .fl-table thead th {
    color: var(--post-title);
    padding-bottom: 15px;
    font-size: 20px;
}

.player-info-elo .fl-table tbody td {
    color: rgb(121, 121, 121);
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 18px;
}

.player-info-elo .fl-table td img {
    padding-right: 20px;
}

.player-info-inner .fl-table {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-bottom: 15px;
}

.player-info-inner .general-info {
    margin-bottom: 0px;
}

.player-info-inner .fl-table td {
    font-size: 18px;
    padding: 15px;
}

.player-info-inner .fl-table tbody tr {
    color: #ffffff;
}

.player-info-inner .fl-table tbody td:nth-child(1) {
    text-align: left;
    color: var(--text);
    font-weight: bold;
}

.player-info-inner .fl-table tbody td:nth-child(2) {
    color: var(--post-title);
    font-weight: bold;
}

.player-info-inner .fl-table tbody tr td {
    background-color: var(--table-body);
}

/* ----- SINGLE POST ----- */
#post-page .header {
    background-image: var(--post-photo);
    background-position: center;
}

.single-post-section .single-post-section-inner {
    background-color: var(--section-bg);
    padding: 35px 350px;
}

.post-upper-info {
    background-color: var(--header-top);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.post-upper-info .post-author img {
    margin-right: 5px;
}

.post-upper-info .post-author span {
    font-size: 1.2em;
    color: var(--text);
    font-family: 'Open Sans';
}

.post-upper-info .post-date {
    position: absolute;
    right: 0;
    margin-right: 15px;
}

.post-upper-info .post-date span {
    color: var(--post-topic);
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

.post-upper-info .post-topic {
    display: block;
    margin-left: 15px;
}

.single-post-section-inner .post-body {
    background-color: var(--header-top);
    width: 100%;
    text-align: justify;
    padding: 10px 20px;
}

.post-body .post-text span {
    font-family: 'Open Sans';
    color: var(--text);
    font-size: 1.3em;
}

/* ----- TICKET ----- */
.ticket-section .ticket-section-inner {
    height: auto;
    background-color: var(--section-bg);
    padding: 15px 350px;
    padding-bottom: 70px;
}

.ticket-upper-info {
    background-color: var(--header-top);
    padding: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.ticket-upper-info .ticket-type {
    font-size: 2em;
    color: var(--text);
    font-family: 'Open Sans';
    font-weight: bold;
    text-transform: uppercase;
}

.ticket-button {
    float: right;
}

.site-settings .ui.form .field .ui.input input {
    background-color: var(--section-bg);
    color: var(--post-title);
    border: 0;
}

.ticket-upper-info .ticket-button {
    position: absolute;
    right: 0;
    margin-right: 25px;
}

.ticket-button .btn-ticket {
    width: 100%;
    border-radius: 0;
    padding: 7px 15px;
    background-color: var(--main);
    color: var(--white);
    font-family: 'Poppins';
    transition: ease-in 0.2s;
}

.ticket-button .btn-ticket:hover {
    background-color: #7e137c;
}

#all-ticket .ticket-body .ticket-button {
    position: relative;
}

#all-tickets .ticket-button .btn-ticket {
    width: auto;
    margin-bottom: 15px;
    border-radius: 0;
    padding: 7px 15px;
    background: none;
    color: var(--post-title);
    font-family: 'Poppins';
    transition: ease-in 0.2s;
}

.ticket-button .btn-ticket-sort {
    display: none;
    position: absolute;
    background-color: var(--header-top);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.ticket-button .btn-ticket-sort a {
    color: var(--text);
    padding: 8px 15px;
    text-decoration: none;
    display: block;
}

.ticket-button .btn-ticket-sort a:hover {
    background-color: var(--news-post);
}

.ticket-button:hover .btn-ticket-sort {
    display: block;
}

.ticket-body .fl-table {
    width: 100%;
}

.ticket-body .fl-table thead th {
    padding: 15px;
    background-color: var(--header-top);
    color: var(--text);
    font-size: 1.3em;
    margin-bottom: 25px;
}

.ticket-body .fl-table tbody td {
    padding: 15px;
    background-color: var(--news-post);
    color: var(--text);
    font-size: 1em;
    margin-bottom: 25px;
}

.ticket-body .fl-table .btn-open {
    border-radius: 0;
    padding: 7px 15px;
    background-color: #2ECC71;
    color: var(--white);
    font-family: 'Poppins';
    font-size: 0.8em;
    transition: ease-in 0.2s;
}

.ticket-body .fl-table .btn-closed {
    border-radius: 0;
    padding: 7px 15px;
    background-color: #FF0000;
    color: var(--white);
    font-family: 'Poppins';
    font-size: 0.8em;
    transition: ease-in 0.2s;
}

.ticket-body .fl-table .btn-under-review {
    border-radius: 0;
    padding: 7px 15px;
    background-color: #08a9da;
    color: var(--white);
    font-family: 'Poppins';
    font-size: 0.8em;
    transition: ease-in 0.2s;
}

.application-form {
    margin: 0 auto;
    position: relative;
    width: 65%;
    padding: 2em;
    background-color: var(--header-top);
}

.app-field-multi {
    display: flex;
    justify-content: center;
    margin: 0em -0.5em;
}

.app-field-multi .app-field {
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 50%;
}

.app-field {
    display: flex;
    flex-direction: column;
}

.app-field span {
    color: var(--post-title);
}

.application-form .btn-account {
    display: block;
    width: 100%;
    margin-top: 5px;
    border-radius: 0;
    padding: 15px 0px;
    background-color: var(--main);
    color: var(--white);
    font-family: 'Poppins';
    transition: ease-in 0.2s;
}

.application-form input, select, textarea {
    background-color: var(--section-bg);
    outline: 0;
    border: 0;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
    color: var(--post-title);
}

.application-form textarea {
    height: 250px;
}

.application-form textarea {
    resize: vertical;
}

.application-form .btn-account:hover {
    background-color: #7e137c;
}

.ticket-sidebar {
    position: relative;
    width: 100%;
    padding: 2em;
    margin-bottom: 10px;
    background-color: var(--header-top);
}

.ticket-sidebar .ticket .ticket-title {
    font-size: 2em;
    font-weight: bold;
    font-family: 'Open Sans';
    color: var(--post-title);
}

.ticket .ticket-header {
    display: flex;
    align-items: center;
}

.ticket-header .ticket-header-right {
    padding-right: 2em;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.ticket-header-right img {
    width: 32px;
    margin-left: 10px;
}

.ticket-header-right .ticket-creator {
    font-size: 1em;
    color: var(--text);
    text-align: right;
}

.ticket-creator .ticket-creator-name {
    display: block;
    font-weight: bold;
    text-align: right;
}

.ticket .ticket-content {
    margin-top: 10px;
}

.ticket-content .ticket-message {
    background-color: var(--section-bg);
    padding: 1em;
    margin-bottom: 10px;
}

.ticket-message-header {
    margin-bottom: 10px;
}

.ticket-message-header img {
    width: 20px;
    margin-right: 5px;
}

.ticket-message-header {
    display: flex;
    align-items: center;
}

.ticket-message-header-right time {
    font-size: 0.8em;
    color: var(--text);
    text-transform: uppercase;
}

.ticket-message-header-right .ticket-creator {
    color: var(--main);
    font-weight: bold;
}

.ticket-message .ticket-message-content {
    width: 100%;
}

.ticket-message-content .msg {
    color: var(--text);
}

.ticket .application-form {
    width: 100%;
    padding: 0;
}

.ticket .application-form textarea {
    height: 150px;
    background-color: var(--section-bg);
}

.ticket .application-form .btn {
    width: 20%;
}

.ticket .application-form .btn-account {
    margin-top: 0;
    padding: 8px;
}

.ticket-sidebar .fl-table {
    width: 100%;
}

.ticket-sidebar .fl-table td {
    padding: 0.5em 0em;
    font-size: 1.2em;
    color: var(--text);
}

.ticket-sidebar .fl-table td:nth-child(1) {
    font-weight: bold;
}

.ticket-sidebar .fl-table .right-aligned {
    text-align: right;
}

.ticket-sidebar .btn-open {
    border-radius: 0;
    padding: 7px 15px;
    background-color: #2ECC71;
    color: var(--white);
    font-family: 'Poppins';
    font-size: 0.8em;
    transition: ease-in 0.2s;
}

.ticket-sidebar .btn-closed {
    border-radius: 0;
    padding: 7px 15px;
    background-color: #FF0000;
    color: var(--white);
    font-family: 'Poppins';
    font-size: 0.8em;
    transition: ease-in 0.2s;
}

.ticket-sidebar .btn-under-review {
    border-radius: 0;
    padding: 7px 15px;
    background-color: #08a9da;
    color: var(--white);
    font-family: 'Poppins';
    font-size: 0.8em;
    transition: ease-in 0.2s;
}

.ticket-sidebar .fl-table td a {
    color: var(--main);
    transition: ease-in 0.2s;
}

.ticket-sidebar .fl-table td a:hover {
    color: #7e137c;
}

.ticket-sidebar .fl-table .ticket-creator img {
    width: 20px;
}

.ticket-sidebar .ticket-sidebar-title {
    font-size: 1.3em;
    font-weight: bold;
    font-family: 'Open Sans';
    color: var(--post-title);
}

.ticket-sidebar .pr-ticks {
    margin-top: 10px;
}

.cl-status .btn-under-review {
    margin-top: 10px;
    font-size: 1em;
    display: block;
}

.cl-status .btn-open {
    margin-top: 10px;
    font-size: 1em;
    display: block;
}

.cl-status .btn-closed {
    margin-top: 10px;
    font-size: 1em;
    display: block;
}

.q-resp {
    display: flex;
    flex-direction: column;
}

.cl-status .sort {
    display: flex;
    flex-wrap: wrap;
}

.cl-status .sort .btn-closed {
    margin-right: 10px;
}

/* ----- ADMIN PANEL SETTINGS ----- */
.site-settings-holder {
    display: flex;
    flex-direction: column;
    background: var(--header-top);
    padding: 20px;
    margin-bottom: 15px;
}

.site-settings-holder .btn-low {
    border-radius: 0;
    padding: 7px 15px;
    background-color: #2ECC71;
    color: var(--white);
    font-family: 'Poppins';
    font-size: 1em;
    transition: ease-in 0.2s;
}

.site-settings-holder .btn-high {
    border-radius: 0;
    padding: 7px 15px;
    background-color: #FF0000;
    color: var(--white);
    font-family: 'Poppins';
    font-size: 1em;
    transition: ease-in 0.2s;
}

.site-settings-holder .btn-medium {
    border-radius: 0;
    padding: 7px 15px;
    background-color: #08a9da;
    color: var(--white);
    font-family: 'Poppins';
    font-size: 1em;
    transition: ease-in 0.2s;
}

.site-settings-holder .site-settings-dual {
    display: flex;
    flex-wrap: wrap;
}

.site-settings {
    margin-right: 25px;
    margin-bottom: 15px;
}

.site-settings-holder-title {
    font-size: 2em;
    color: var(--text);
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.site-settings .site-settings-title {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 1.5em;
    color: var(--post-title);
}

.site-settings .fl-table td:nth-child(1) {
    padding: 10px 0px;
}

.site-settings .fl-table td {
    padding: 10px 25px;
}

.site-settings .fl-table tbody tr td {

    color: var(--text);
}

.site-settings .fl-table tbody tr td img {
    width: 32px;
}

.site-settings .fl-table tbody tr td .delete-user {
    color: var(--admin);
    transition: ease-in 0.2s;
}

.site-settings .fl-table tbody tr td .delete-user:hover {
    color: var(--owner);
}

.site-settings input {
    background-color: var(--section-bg);
    width: 100%;
    outline: 0;
    border: 0;
    margin-bottom: 10px;
    padding: 15px;
    color: var(--post-title);
}

.site-settings textarea {
    resize: vertical;
}

.site-settings .ann-text {
    height: 200px;
}

.site-settings .btn-account {
    display: block;
    border-radius: 0;
    padding: 5px 25px;
    background-color: var(--main);
    color: var(--white);
    font-family: 'Poppins';
    transition: ease-in 0.2s;
}

.site-settings .btn-account:hover {
    background-color: #7E137C;
}

#ticket-panel .site-settings {
    width: auto;
    display: flex;
    flex-direction: column;
}

#ticket-panel .site-settings .site-settings-title {
    margin-bottom: 5px;
}

#ticket-panel .site-settings .ranks-form label {
    margin-top: 5px;
    color: var(--text);
}

/* --------- RESPONSIVE ---------- */
@media only screen and (max-width: 1910px) {
    .side-menu-holder {
        max-width: 360px;
    }

    .left-welcome {
        font-size: 7.5em;
    }

    .single-post-section .single-post-section-inner {
        padding: 10px 300px;
    }

    .ticket-section .ticket-section-inner {
        padding: 15px 300px;
    }

    .top-introduction {
        height: 89vh;
    }
}

@media only screen and (max-width: 1730px) {
    .side-menu-holder {
        max-width: 325px;
    }

    .application-form {
        width: 70%;
    }

    .header-menu-inner .navbar-nav li a {
        font-size: 12px;
    }

    .header-top li a {
        font-size: 12px;
    }

    .server-status-inner .icon {
        font-size: 0.7em;
    }

    .server-status-inner .text {
        font-size: 0.9em;
    }

    .search-box {
        font-size: 12px;
    }

    .search-box .dropdown-menu .dropdown-item span {
        font-size: 0.9em;
    }

    .search-box i {
        font-size: 0.8em;
    }

    .header-top .logo img {
        width: 130px;
    }

    .navbar-nav .nav .store {
        padding: 8px;
    }

    .login-panel-inner .text .top {
        font-size: 10px;
    }

    .login-panel-inner .text .bottom {
        font-size: 12px;
    }

    .play-join {
        font-size: 6em;
    }

    .copy-ip-btn span {
        font-size: 1.3em;
    }

    .left-welcome {
        font-size: 6.5em;
    }

    .copy-ip-btn {
        padding: 35px 120px;
    }

    .events-section .events-title {
        padding-left: 50px;
    }

    .footer-menu .navbar-nav li a {
        font-size: 12px;
        padding: 12px 12px;
    }

    .account-page-panel input {
        height: 45px;
    }

    .go-back span {
        font-size: 0.9em;
    }

    .btn-go-back {
        font-size: 0.9em;
        padding: 10px 20px;
    }

    .player-section .player-section-inner {
        padding: 0 200px;
    }

    .single-post-section .single-post-section-inner {
        padding: 10px 200px;
    }

    .ticket-section .ticket-section-inner {
        padding: 15px 200px;
    }
}

@media only screen and (max-width: 1530px) {
    .side-menu-holder {
        max-width: 300px;
    }

    .application-form {
        width: 80%;
    }

    .header-top li a {
        font-size: 11px;
    }

    .server-status-inner .text {
        font-size: 0.7em;
    }

    .search-box i {
        font-size: 0.9em;
    }

    .header-top .logo img {
        width: 130px;
    }

    .login-panel-inner .text .top {
        font-size: 9px;
    }

    .login-panel-inner .text .bottom {
        font-size: 11px;
    }

    .play-join {
        font-size: 5.5em;
    }

    .copy-ip-btn span {
        font-size: 1.2em;
    }

    .left-welcome {
        font-size: 5.5em;
    }

    .copy-ip-btn {
        padding: 25px 115px;
    }

    .events-section .events-title {
        padding-left: 55px;
    }

    .footer-menu .navbar-nav li a {
        font-size: 12px;
        padding: 12px 10px;
    }

    .account-page-title .top {
        font-size: 2.2em;
    }

    .account-page-title .bottom {
        font-size: 0.9em;
    }

    .account-page-panel input {
        height: 40px;
    }

    .account-page-panel .forgot-password {
        font-size: 0.9em;
    }

    .account-page-panel .btn-account {
        padding: 12px 0px;
    }

    .top-introduction {
        height: 88vh;
    }
}

@media only screen and (max-width: 1430px) {
    .side-menu-holder {
        max-width: 270px;
    }

    .news-post {
        width: 23.6%;
    }

    .top-posts .news-post {
        width: 48.5%;
    }

    .news-post-information {
        width: 100%;
    }

    .header-top li a {
        font-size: 10px;
    }

    .search-box .dropdown-menu .dropdown-item span {
        font-size: 0.8em;
    }

    .search-box {
        font-size: 10px;
    }

    .left-welcome {
        font-size: 5.2em;
    }

    .events-section .events-title {
        padding-left: 20px;
    }

    .footer-menu .navbar-nav li a {
        font-size: 10px;
        padding: 12px 12px;
    }

    .header-page-title {
        min-height: 100% !important;
        padding: 60px 0px;
    }

    .header-page-title span {
        font-size: 3.8em;
    }

    .header-page-title {
        padding: 95px 0px;
    }


    .account-page-title .top {
        font-size: 2em;
    }

    .account-page-title .bottom {
        font-size: 0.85em;
    }

    .player-section .player-section-inner {
        padding: 0 150px;
    }

    .single-post-section .single-post-section-inner {
        padding: 10px 150px;
    }

    .ticket-section .ticket-section-inner {
        padding: 15px 150px;
    }

    .top-introduction {
        height: 87vh;
    }
}

@media only screen and (max-width: 1360px) {
    .side-menu-holder {
        max-width: 240px;
    }

    .header-menu-inner .navbar-nav li a {
        font-size: 11px;
    }

    .header-top li a {
        font-size: 9px;
        padding: 12px 10px;
    }

    .search-box {
        font-size: 9px;
    }

    .server-status-inner .text {
        font-size: 0.7em;
    }

    .login-panel-inner .head img {
        width: 32px;
    }

    .login-panel-inner .text .top {
        font-size: 9px;
    }

    .login-panel-inner .text .bottom {
        font-size: 10px;
    }

    .header-top .logo img {
        width: 120px;
    }

    .navbar-nav .nav .store {
        padding: 6px;
    }

    .copy-ip-btn span {
        font-size: 1em;
    }

    .play-join {
        font-size: 4.5em;
    }

    .left-welcome {
        font-size: 5em;
    }

    .copy-ip-btn {
        padding: 20px 105px;
    }

    .footer-menu .navbar-nav li a {
        font-size: 9px;
        padding: 12px 10px;
    }

    .account-page-title .top {
        font-size: 1.8em;
    }

    .account-page-title .bottom {
        font-size: 0.8em;
    }

    .account-page-panel input {
        height: 40px;
        font-size: 0.8em;
        padding: 15px;
        margin-bottom: 15px;
    }

    .account-page-panel .forgot-password {
        font-size: 0.7em;
    }

    .account-page-panel .btn-account {
        padding: 8px 0px;
    }

    .go-back span {
        font-size: 0.8em;
    }

    .btn-go-back {
        font-size: 0.8em;
        padding: 8px 15px;
    }

    #match-stats .player-section-inner {
        padding: 0 150px;
    }

    .player-section .player-section-inner {
        padding: 0 100px;
    }

    .profile-menu-sort {
        min-width: 150px;
    }
}

@media only screen and (max-width: 1270px) {
    .side-menu-holder {
        max-width: 210px;
    }

    .news-post {
        width: 48%;
    }

    .top-posts .news-post {
        width: 48.4%;
    }

    .header-top .logo img {
        width: 110px;
    }

    .header-top li a {
        font-size: 8px;
        padding: 12px 8px;
    }

    .server-status-inner .text {
        font-size: 0.6em;
    }

    .server-status-inner .icon {
        font-size: 0.5em;
    }

    .search-box .dropdown-menu .dropdown-item span {
        font-size: 0.7em;
    }

    .search-box {
        font-size: 7px;
    }

    .search-box i {
        font-size: 0.6em;
    }

    .login-panel-inner .head img {
        width: 28px;
    }

    .login-panel-inner .text .top {
        font-size: 7px;
    }

    .login-panel-inner .text .bottom {
        font-size: 9px;
    }

    .header-top-inner .col-sm-4:nth-child(2) {
        width: 35%;
    }

    .header-top-inner .col-sm-2:nth-child(3) {
        width: 20%;
    }

    .header-top-inner .col-sm-2:nth-child(4) {
        width: 20%;
    }

    .big-play {
        bottom: 15%;
    }

    .play-join {
        font-size: 4em;
    }

    .left-welcome {
        font-size: 4.5em;
    }

    .copy-ip-btn {
        padding: 15px 90px;
    }

    .copy-ip-btn span {
        font-size: 0.9em;
    }

    .player-lbs img {
        display: none;
    }

    .support-section .support-right {
        margin: 0;
    }

    .header-page-title span {
        font-size: 3.7em;
    }

    .header-page-title {
        padding: 85px 0px;
    }

    .registering-as {
        font-size: 1.2em;
    }

    .alert-box {
        font-size: 1.5rem;
    }

    .account-page-title .top {
        font-size: 1.6em;
    }

    .account-page-title .bottom {
        font-size: 0.8em;
    }

    .registering-player-skin {
        height: 140px;
    }

    .account-page-panel input {
        font-size: 0.6em;
    }

    .account-page-panel .forgot-password {
        font-size: 0.7em;
    }

    .account-page-panel .btn-account {
        padding: 5px 0px;
    }

    .go-back span {
        font-size: 0.8em;
    }

    .btn-go-back {
        font-size: 0.8em;
        padding: 8px 15px;
    }

    .account-page-panel .btn-account {
        font-size: 0.7em;
    }

    .player-section .player-section-inner {
        padding: 0 30px;
    }

    #match-stats .player-section-inner {
        padding: 0 120px;
    }

    .single-post-section .single-post-section-inner {
        padding: 10px 100px;
    }

    .ticket-section .ticket-section-inner {
        padding: 15px 100px;
    }

    .top-introduction {
        height: 86vh;
    }

    .profile-menu-sort {
        min-width: 115px;
    }
}

@media only screen and (max-width: 1200px) {
    #match-stats .player-section-inner {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 1090px) {
    #match-stats .player-section-inner {
        padding: 0 20px;
    }

    .match-stats-container .inventory-w-l {
        display: none;
    }

    .top-posts .news-post {
        width: 48.1%;
    }

    .staff-menu-selection {
        position: relative;
        width: auto;
    }

    .header-menu-inner .navbar-nav li a {
        font-size: 9px;
    }

    .header-top .logo img {
        width: 90px;
    }

    .header-top li a {
        padding: 12px 8px;
        font-size: 8px;
    }

    .navbar-nav .nav .store {
        padding: 6px;
    }

    .server-status-inner .text {
        font-size: 0.8em;
    }

    .server-status-inner .icon {
        display: none;
    }

    .search-box {
        font-size: 8px;
    }

    .search-box i {
        font-size: 0.5em;
    }

    .login-panel-inner .head img {
        width: 26px;
    }

    .login-panel-inner .text .top {
        font-size: 10px;
    }

    .login-panel-inner .text .bottom {
        font-size: 8px;
    }

    .left-welcome {
        font-size: 4em;
    }

    .play-join {
        font-size: 4em;
    }

    .copy-ip-btn {
        padding: 15px 90px;
    }

    .copy-ip-btn span {
        font-size: 0.8em;
    }

    .main-section .leaderboards-section {
        padding: 20px 120px;
    }

    .header-page-title span {
        font-size: 3.5em;
    }

    .header-page-title {
        padding: 75px 0px;
    }

    .account-page-title {
        margin-bottom: 15px;
    }

    .registering-as {
        font-size: 1em;
    }

    .alert-box {
        font-size: 1.2rem;
    }

    .account-page-title .top {
        font-size: 1.4em;
    }

    .account-page-title .bottom {
        font-size: 0.7em;
    }

    .registering-player-skin {
        height: 130px;
    }

    .account-page-panel input {
        font-size: 0.6em;
        margin-bottom: 10px;
        height: 20px;
    }

    .account-page-panel .forgot-password {
        font-size: 0.5em;
    }

    .account-page-panel .btn-account {
        padding: 5px 0px;
    }

    .go-back span {
        font-size: 0.8em;
        padding-left: 10px;
    }

    .btn-go-back {
        font-size: 0.6em;
        padding: 8px 13px;
    }

    .account-page-panel .btn-account {
        margin-top: 10px;
        font-size: 0.7em;
    }

    .player-photo img {
        width: 210px;
    }

    .single-post-section .single-post-section-inner {
        padding: 10px 70px;
    }

    .ticket-section .ticket-section-inner {
        padding: 15px 50px;
    }

    .profile-menu-sort {
        min-width: 105px;
    }

    .header-top .login-panel .login-panel-inner .text .bottom span {
        font-size: 10px;
    }

    .statistics-practice {
        width: 48.3%;
    }

    .side-menu-holder {
        display: none;
    }

    .staff-section-inner .col-sm-9 {
        width: 100%;
    }

    .staff-section-inner .staff-panel {
        padding: 0;
    }
}

@media only screen and (max-width: 950px) {
    .match-stats-container .inventory {
        margin: 10px;
    }

    .match-stats-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .player-info-name span {
        font-size: 2.5em;
    }

    .search-box {
        display: none;
    }

    .sdb-cont {
        width: 100%;
    }

    .ticket-sidebar-holder {
        width: 100%;
    }

    .ticket-sidebar-holder .ticket-sidebar {
        margin-right: 10px;
        width: 100%;
    }

    .ticket-holder {
        width: 100%;
    }

    .news-post {
        width: 47.5%;
    }

    .top-posts .news-post {
        width: 47.6%;
    }

    .achievement {
        width: 49%;
    }

    .statistics-practice {
        width: 47.8%;
    }

    .statistics-practice .title {
        font-size: 1em;
    }

    .player-info-inner .fl-table td {
        font-size: 16px;
        padding: 5px 10px;
    }

    .header-menu-inner .navbar-nav li a {
        font-size: 12px;
    }

    .header-menu-inner .header-menu-left {
        float: left;
    }

    .header-top .mobile-nav-toggle {
        display: block;
    }

    .header-top .mobile-search-toggle {
        display: block;
    }

    .header .navbar-nav ul {
        display: none;
    }

    #header-menu-small ul {
        display: block;
    }

    .navbar-nav {
        float: none;
    }

    .login-panel-inner .top {
        display: none;
    }

    .header-top .login-panel .login-panel-inner .text .bottom a {
        color: var(--white);
    }

    .header-top .login-panel .login-panel-inner .text .bottom {
        color: var(--text);
    }

    .header-top .login-panel .login-panel-inner .text .bottom > a {
        color: var(--white);
    }

    .header-top-inner .col-sm-2:nth-child(1) {
        width: 40%;
    }

    .header-top-inner .col-sm-4:nth-child(2) {
        width: 30%;
    }

    .header-top-inner .col-sm-2:nth-child(3) {
        display: none;
    }

    .header-top-inner .col-sm-2:nth-child(4) {
        width: 60%;
        display: flex;
        justify-content: center;
    }

    .header-top-inner .col-sm-2:nth-child(5) {
        width: 30%;
    }

    .search-box {
        font-size: 8px;
    }

    .mobile-search {
        font-size: 20px;
    }

    .search-box i {
        font-size: 0.6em;
    }

    .mobile-search i {
        font-size: 1.5em;
    }

    #mobile-search .dropdown-menu {
        left: auto;
        padding: 10px;
        background-color: var(--header-top);
        border: 0;
        border-radius: 0;
        text-align: justify;
    }

    #mobile-search .dropdown-menu:hover {
        background-color: var(--news-post);
    }

    #mobile-search .dropdown-item span {
        color: var(--text);
        font-weight: bold;
        margin-right: 10px;
    }

    .header-top .server-status {
        display: none;
    }

    .big-play {
        display: none;
    }

    .social-menu {
        display: none;
    }

    .main-section .leaderboards-section {
        padding: 20px 30px;
    }

    .footer {
        padding: 50px 50px;
    }

    .header-page-title {
        padding: 55px 0px;
    }

    .header-page-title span {
        font-size: 3.5em;
    }

    .registering-as {
        font-size: 1em;
    }

    .alert-box {
        padding: 5px 5px 5px 10px;
        font-size: 0.8em;
    }

    .account-page-title .top {
        font-size: 2em;
    }

    .account-page-title .bottom {
        font-size: 1em;
    }

    .registering-player-skin {
        height: 180px;
        margin-top: -130px;
    }

    #register-page .account-page-panel {
        margin-top: 100px;
    }

    .account-page-panel {
        padding: 20px;
    }

    .account-page-panel input {
        font-size: 1em;
        padding: 15px;
        margin-bottom: 8px;
    }

    .account-page-panel .forgot-password {
        font-size: 1em;
    }

    .account-page-panel .btn-account {
        padding: 5px 0px;
    }

    .go-back span {
        font-size: 0.9em;
        padding-left: 8px;
    }

    .btn-go-back {
        font-size: 1em;
        padding: 6px 10px;
    }

    .account-page-container {
        left: 19.5%;
        width: 100%;
    }

    .account-page-panel .btn-account {
        margin-top: 5px;
        font-size: 1em;
    }

    .player-photo img {
        width: 180px;
    }

    .ticket-section .ticket-section-inner {
        padding: 15px;
    }

    .top-introduction {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25vh;
    }

    .profile-menu-sort {
        min-width: 90px;
    }

    .left-welcome {
        left: 0em;
        font-size: 4em;
        position: relative;
        align-items: center;
    }

    /*.left-blur {
        display: none;
    }*/
}

@media only screen and (max-width: 760px) {
    .match-details-container .match-details .match-details-row {
        justify-content: center;
    }

    .match-details-container {
        flex-direction: column;
    }

    .match-details-container .match-details .right {
        justify-content: flex-start;
    }

    .match-details-container .match-details {
        flex-direction: row;
    }

    .news-post-information {
        margin-right: 0;
        padding: 25px;
    }

    .news-post {
        margin-right: 0;
    }

    .news-section .news-section-inner {
        padding: 0px;
    }

    .news-post {
        width: 100%;
    }

    .top-posts .news-post {
        width: 100%;
    }

    .player-info-ranks {
        margin: 10px 0px 5px 10px;
    }

    .player-status {
        padding: 0;
    }

    .statistics-practice {
        width: 100%;
    }

    .player-info-inner .fl-table td {
        font-size: 12px;
        padding: 10px 10px;
    }

    .account-page-container {
        top: 25%;
        left: 19.5%;
        width: 100%;
    }

    .account-page-section-inner .register-panel {
        width: 40%;
        margin: 30px;
    }

    .register-panel-body .register-title {
        font-size: 1em;
    }

    .register-panel-body .register-1st {
        font-size: 0.8em;
    }

    .register-panel-body .register-bold {
        font-size: 0.9em;
    }

    .register-panel-body .register-2nd {
        font-size: 0.8em;
    }

    .header-top .logo img {
        width: 110px;
    }

    .navbar-nav {
        margin: 0;
    }

    .header-top .login-panel .login-panel-inner .text .bottom {
        color: var(--text);
    }

    .main-section .leaderboards-section {
        padding: 0;
    }

    .main-section .leaderboards-section {
        padding: 20px 0px;
    }

    .main-section .index-page .leaderboards-title {
        font-size: 1.4em;
    }

    .leaderboards-panel .index-page .leaderboards-title span {
        box-shadow: inset 0 16px 0 #111216;
    }

    .leaderboards-nav .nav-left {
        font-size: 1em;
    }

    .leaderboards-nav .nav-right {
        font-size: 1.5em;
    }

    .lbs-top-3 {
        padding: 30px 30px;
    }

    .upper-footer .left-part-footer img {
        width: 150px;
    }

    .footer-social {
        display: flex;
        justify-content: center;
        padding: 20px 0px;
    }

    .header-page-title {
        padding: 45px 0px;
    }

    .header-page-title span {
        font-size: 3.2em;
    }

    .go-back {
        margin: 30px;
    }

    .registering-as {
        font-size: 1em;
    }

    .alert-box {
        padding: 5px 5px 5px 10px;
        font-size: 0.8em;
    }

    .account-page-title .top {
        font-size: 1.5em;
    }

    .account-page-title .bottom {
        font-size: 1em;
    }

    .registering-player-skin {
        height: 170px;
        margin-top: -100px;
    }

    #register-page .account-page-panel {
        margin-top: 70px;
    }

    .account-page-panel {
        padding: 25px;
    }

    .account-page-panel input {
        font-size: 0.9em;
        padding: 15px;
        margin-bottom: 5px;
    }

    .account-page-panel .forgot-password {
        font-size: 0.9em;
    }

    .go-back span {
        font-size: 0.9em;
        padding-left: 8px;
    }

    .btn-go-back {
        font-size: 1em;
        padding: 6px 10px;
    }

    .account-page-panel .btn-account {
        padding: 4px 0px;
        margin-top: 5px;
        font-size: 1em;
    }

    .account-page-section .photo-container {
        padding: 30px;
    }

    .player-photo img {
        width: 150px;
    }

    .single-post-section .single-post-section-inner {
        padding: 10px 15px;
    }

    .ticket-section .ticket-section-inner {
        padding: 15px 0px;
    }

    .ticket-body .fl-table thead th {
        font-size: 1em;
    }

    .ticket-body .fl-table tbody td {
        font-size: 1em;
    }

    .ticket-section .ticket-section-inner {
        padding: 15px 30px;
    }

    .profile-menu-sort {
        min-width: 80px;
    }

    .achievement {
        width: 100%;
    }

    .news-section-inner .news-menu {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 630px) {
    #match-stats .recent-matches-holder .recent-matches {
        flex-direction: row;
    }

    .recent-matches .vs span {
        font-size: 1.5em;
    }

    .recent-matches-holder .recent-matches {
        flex-direction: column;
    }

    .player-info-name span {
        font-size: 2em;
    }

    .recent-matches .player-1 img {
        width: 25px;
        height: 25px;
    }

    .recent-matches .player-2 img {
        width: 25px;
        height: 25px;
    }

    .ticket-header .ticket-header-right {
        display: none;
    }

    .application-form {
        width: 100%;
    }

    .player-info-ranks {
        margin: 5px 0px;
    }

    .player-info-head {
        width: 48x;
        margin: 0px 5px 5px 0px;
    }

    .register-panel-body .register-title {
        font-size: 1.5em;
    }

    .register-panel-body .register-1st {
        font-size: 1em;
    }

    .register-panel-body .register-bold {
        font-size: 0.9em;
    }

    .register-panel-body .register-2nd {
        font-size: 1em;
    }

    .header-menu-inner .sidenav {
        padding-top: 25px;
    }

    .header-menu-inner .sidenav .closebtn {
        font-size: 15px;
    }

    .header-top .login-panel .login-panel-inner .text .bottom {
        color: var(--text);
        font-size: 7px;
    }

    .header-top-inner .col-sm-2:nth-child(5) {
        width: 50%;
    }

    .news-menu li a {
        font-size: 15px;
        padding: 5px 5px;
    }

    .header .header-top {
        position: static;
    }

    .main-section .index-page .leaderboards-title {
        font-size: 1.5em;
        margin-right: 50px;
    }

    .leaderboards-panel .index-page .leaderboards-title span {
        box-shadow: inset 0 16px 0 #111216;
    }

    .leaderboards-nav .nav-left {
        width: 35%;
        font-size: 1em;
        margin-bottom: 15px;
    }

    .leaderboards-nav .nav-right {
        font-size: 1.5em;
    }

    .lbs-top-3 {
        padding: 30px 0px;
    }

    .player-skin img {
        width: 35px;
    }

    .lbs-p {
        margin-right: 50px;
    }

    .leaderboards-panel .leaderboards-nav {
        display: block;
    }

    .upper-footer .col-md-4:nth-child(2) {
        display: none;
    }

    .bottom-footer span {
        font-size: 8px;
    }

    .support-section .faq-section h2 {
        font-size: 1.5em;
    }

    .support-section .faq-section h2 span {
        box-shadow: inset 0 16px 0 0 #14161b;
    }

    .header-page-title {
        padding: 45px 0px;
    }

    .header-page-title span {
        font-size: 3em;
    }

    .account-page-container {
        top: 10%;
    }

    .go-back {
        margin: 20px;
    }

    .registering-as {
        font-size: 1em;
    }

    .alert-box {
        padding: 5px 5px 5px 10px;
        font-size: 0.9em;
        margin: 10px 0px;
    }

    .account-page-container {
        width: 100%;
        left: 0;
        padding: 15px;
        top: 25%;
    }

    .account-page-title .top {
        font-size: 1.4em;
    }

    .account-page-title .bottom {
        font-size: 1em;
    }

    .registering-player-skin {
        height: 150px;
        margin-top: -70px;
    }

    .account-page-section-inner .register-panel {
        width: 100%;
        margin: 0;
        padding: 15px;
    }

    #register-page .account-page-panel {
        margin-top: 50px;
    }

    .account-page-panel {
        width: 100%;
        padding: 15px;
    }

    .account-page-panel input {
        font-size: 0.9em;
        padding: 15px;
        margin-bottom: 8px;
    }

    .account-page-panel .forgot-password {
        font-size: 0.9em;
    }

    .go-back span {
        font-size: 0.9em;
        padding-left: 4px;
    }

    .btn-go-back {
        font-size: 1em;
        padding: 4px 8px;
    }

    .account-page-panel .btn-account {
        padding: 3px 0px;
        margin-top: 5px;
        font-size: 1em;
    }

    .account-page-section .photo-container {
        padding: 30px;
    }

    .player-photo img {
        width: 90px;
    }

    .statistics-practice {
        padding: 10px;
    }

    .statistics-practice .title {
        font-size: 0.8em;
    }

    .player-registration-date span {
        font-size: 0.7em;
    }

    .player-info-name .player-info-rank {
        font-size: 1em;
        margin-left: 10px;
    }

    .player-add-friend span {
        font-size: 1em;
    }

    .post-author img {
        width: 20px;
    }

    .post-upper-info .post-author span {
        font-size: 0.8em;
    }

    .post-date span {
        font-size: 0.8em;
    }

    .ticket-body .fl-table thead th:nth-child(4) {
        display: none;
    }

    .ticket-body .fl-table thead th:nth-child(5) {
        display: none;
    }

    .ticket-body .fl-table tbody td:nth-child(4) {
        display: none;
    }

    .ticket-body .fl-table tbody td:nth-child(5) {
        display: none;
    }

    .profile-menu-sort {
        left: 50%;
        min-width: 70px;
    }

    .header-top .login-panel .login-panel-inner .text .bottom .profile-menu .profile-menu-sort a {
        padding: 6px 8px;
        font-size: 10px;
    }

    .player-info-name-part i {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 600px) {
    .match-details-container .match-details .right {
        justify-content: center;
    }

    .match-details-container .match-details {
        flex-direction: column;
        justify-content: center;
    }

    .player-info-name .player-info-rank {
        margin-left: 0;
    }
}

@media only screen and (max-width: 470px) {
    .match-stats-container .inventory .slots .slot-row .slot {
        padding: 5px;
    }

    .header-page-title {
        padding: 55px 0px;
    }

    .header-page-title span {
        font-size: 2.5em;
    }

    .header-top-inner .col-sm-2:nth-child(5) {
        width: 40%;
    }

    .header-top-inner .col-sm-2:nth-child(4) {
        width: 30%;
    }

    .header-top-inner .col-sm-4:nth-child(2) {
        width: 30%;
    }

    .pagination a {
        padding: 8px 12px;
        font-size: 0.8em;
    }

    .player-info-ranks {
        margin: 5px 0px;
    }

    .player-info-inner .fl-table td {
        font-size: 8px;
        padding: 5px 5px;
    }

    .account-page-container {
        top: 25%;
        left: 0;
    }

    .register-panel-body .register-title {
        font-size: 1.5em;
    }

    .register-panel-body .register-1st {
        font-size: 1em;
    }

    .register-panel-body .register-bold {
        font-size: 0.9em;
    }

    .register-panel-body .register-2nd {
        font-size: 1em;
    }

    .register-panel .register-panel-body {
        padding: 2px;
    }

    .account-page-section-inner .register-panel {
        width: 100%;
        margin: 0;
        padding: 15px;
    }

    .header-top-inner .col-md-2, .col-sm-2 {
        padding-right: 0;
    }

    .header-top .login-panel .login-panel-inner .text .bottom span {
        font-size: 10px;
    }

    .profile-menu-sort {
        left: 10%;
        min-width: 80px;
    }

    .header-menu-inner .navbar-nav .sidenav li a {
        padding: 5px 12px;
    }

    .header-menu-inner .navbar-nav li a {
        padding: 12px 12px;
        font-size: 12px;
    }

    .header-top {
        padding: 10px 0px;
    }

    .left-welcome {
        font-size: 3em;
    }

    .main-section .index-page .leaderboards-title {
        font-size: 1.5em;
        margin-right: 105px;
    }

    .lbs-p {
        margin-right: 20px;
    }

    .support-section .faq-section h2 {
        font-size: 1em;
    }

    .support-section .faq-section h2 span {
        box-shadow: inset 0 13px 0 0 #14161b;
    }

    .support-ticket-button span {
        font-size: 16px;
    }

    .account-page-panel .forgot-password {
        font-size: 0.9em;
    }

    .single-post-section-inner .post-upper-info .post-date {
        font-size: 0.6em;
    }

    .single-post-section-inner .post-upper-info .post-topic {
        font-size: 0.8em;
    }

    .account-page-panel input {
        font-size: 0.9em;
        padding: 15px;
        margin: 5px 0px;
    }

    .account-page-panel .btn-account {
        font-size: 1em;
    }

    #register-page .account-page-panel .btn-account {
        margin-top: 10px;
    }

    .go-back span {
        display: none;
    }

    .btn-go-back {
        font-size: 1em;
        padding: 5px 8px;
    }

    .player-photo img {
        width: 80px;
    }

    .player-add-friend span {
        padding: 5px 10px;
        font-size: 0.9em;
    }

    .player-info-rank-group {
        font-size: 9px;
    }

    .player-info-rank {
        font-size: 9px;
    }

    .statistics-practice {
        padding: 10px;
    }

    .statistics-practice .title {
        font-size: 1em;
    }

    .player-registration-date span {
        font-size: 0.5em;
    }

    .player-info-name .player-info-rank {
        font-size: 1em;
        margin-left: 0px;
    }

    .player-info-name-part i {
        font-size: 1em;
        padding-left: 5px;
    }

    .player-info-name .offline {
        font-size: 1em;
    }

    .player-ban-status span {
        font-size: 0.8em;
    }

    .post-author img {
        width: 16px;
    }

    .post-topic span {
        font-size: 1.2em;
    }

    .post-upper-info .post-author span {
        font-size: 0.6em;
    }

    .post-date span {
        font-size: 1em;
    }

    .ticket-body .fl-table tbody td:nth-child(3) img {
        display: none;
    }

    .ticket-body .fl-table thead th {
        font-size: 0.5em;
    }

    .ticket-body .fl-table tbody td {
        font-size: 0.5em;
    }

    .go-back {
        margin: 20px;
    }

    .registering-as {
        font-size: 1em;
    }

    .alert-box {
        margin: 5px 0px;
        padding: 3px 3px 3px 6px;
        font-size: 0.9em;
    }

    .account-page-container {
        width: 100%;
        right: 0;
        padding: 15px;
    }

    .account-page-title .top {
        font-size: 1.5em;
    }

    .account-page-title .bottom {
        font-size: 0.8em;
    }

    .registering-player-skin {
        height: 140px;
        margin-top: -50px;
    }

    #register-page .account-page-panel {
        margin-top: 30px;
    }

    .account-page-panel {
        padding: 10px;
        width: 100%;
    }

    .statistics-practice .title {
        font-size: 0.7em;
    }

    .achievement {
        width: 100%;
    }

    .achievement-title {
        font-size: 0.8em;
    }

    .achievement-description {
        font-size: 0.8em;
    }

    .top-introduction {
        height: 20vh;
    }

    .news-post-information {
        padding: 25px;
    }

    .footer {
        padding: 30px;
    }
}
==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - PAGINATION CSS
04 - BREADCRUMB CSS
05 - HEADER CSS
06 - SLIDER CSS
07 - VIDEO AREA CSS
08 - GAMES AREA CSS
09 - MATCH AREA CSS
10 - PROMO AREA CSS
11 - TEAM AREA CSS
12 - PREORDER AREA CSS
13 - BLOG AREA CSS
14 - FOOTER AREA CSS
15 - ABOUT PAGE CSS
16 - SIDEBAR CSS
17 - GAMES DETAILS CSS
18 - MATCH LIST CSS
19 - MATCH DETAILS CSS
20 - 404 PAGE CSS
21 - LOGIN PAGE CSS
22 - BLOG DETAILS PAGE CSS
23 - PRODUCT PAGE CSS
24 - PRODUCT DETAILS CSS
25 - CART PAGE CSS
26 - CHECKOUT PAGE CSS
27 - CONTACT PAGE CSS
*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700&amp;display=swap');

/*================================================
02 - DEFAULT CSS
==================================================*/


* {
    cursor: none !important;
}


html {
    overflow-y: scroll !important;
    scrollbar-color: #ff7a21 #0f0b12;
    scrollbar-width: thin;
    overflow-x: hidden
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar-thumb {
    background-color: #ff7a21;
    outline: #ff7a21 solid 1px
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    color: #c4c4c4;
    line-height: 1.6em;
    font-weight: 400;
    background: #0d0e1b;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    letter-spacing: 0.75px;

}


html,
body {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.no-pad-left {
    padding-left: 0
}

.no-pad-right {
    padding-right: 0
}

.no-pad-all {
    padding: 0
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700
}

a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #6b739c;
}

a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}

a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: medium none;

}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

:-moz-placeholder {
    color: #7c8a97;
}

::-moz-placeholder {
    color: #7c8a97;
}

:-ms-input-placeholder {
    color: #7c8a97;
}

::-webkit-input-placeholder {
    color: #7c8a97;
}

:-ms-select-placeholder {
    color: #7c8a97;
}

::-webkit-select-placeholder {
    color: #7c8a97;
}

:-ms-textarea-placeholder {
    color: #7c8a97;
}

::-webkit-textarea-placeholder {
    color: #7c8a97;
}

tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.fag-btn-outline {
    padding: 10px 20px;
    border: 2px solid #FFF;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 25px;
    font-family: 'Rajdhani', sans-serif;
    display: inline-block;
    font-weight: 600
}

.fag-btn-outline:hover {
    background: #ff7a21;
    border-color: #ff7a21;
    color: #fff;
}

.fag-btn {
    padding: 10px 20px;
    border: 2px solid #ff7a21;
    background: #ff7a21 none repeat scroll 0 0;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 25px;
    font-family: 'Rajdhani', sans-serif;
    display: inline-block;
    font-weight: 600
}

.fag-btn:hover {
    background: transparent;
    border-color: #ff7a21;
    color: #fff;
}

.site-heading {
    position: relative;
    padding-bottom: 5px;
    text-align: center;
    width: 70%;
    margin: 0 auto 30px;
}

.site-heading h2 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 45px;
    margin-bottom: 30px;
    font-weight: 700;
    display: block;
    color: #fff;
    letter-spacing: 0.03em;
    position: relative;
    padding-bottom: 5px;
    -webkit-transition: all 850ms ease;
    transition: all 850ms ease
}

.site-heading h2:after {
    position: absolute;
    content: "";
    width: 0px;
    border-color: #ff7a21 transparent !important;
    margin: 10px 0;
    border-style: solid !important;
    border-width: 4px 7px 0px 7px !important;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    -webkit-transition: all 850ms ease;
    transition: all 850ms ease
}

.site-heading h2.extend:after {
    width: 20%
}

.site-heading h2 span {
    color: #ff7a21
}

.site-heading p {
    font-size: 18px;
    line-height: 28px
}

.load_more {
    margin-top: 50px;
}

.section_100 {
    padding: 100px 0;
}

.section_140 {
    padding: 140px 0;
}

.section_70 {
    padding: 70px 0;
}

.section_50 {
    padding: 50px 0;
}

.section_15 {
    padding: 15px 0
}

.pad-right {
    padding-right: 0
}

.section_t_100 {
    padding-top: 100px
}

.section_b_70 {
    padding-bottom: 70px
}

.section_70 {
    padding: 70px 0
}

.section_b_80 {
    padding-bottom: 80px
}

.top-layer {
    content: '';
    position: absolute;
    left: 0;
    top: -73px;
    width: 100%;
    height: 74px;
    background: url(../img/pattern-1.png) center bottom repeat-x;
    z-index: 2;
}

.bottom-layer {
    content: '';
    position: absolute;
    left: 0;
    bottom: -73px;
    width: 100%;
    height: 74px;
    background: url(../img/pattern-2.png) center top repeat-x;
    z-index: 2;
}

#cursor-large {
    position: fixed;
    left: 53%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 32px;
    height: 2rem;
    width: 32px;
    width: 2rem;
    background: url(../img/target23.png) no-repeat scroll 0 0/cover;
    border: 0px solid #252525;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999;
}

#cursor-small {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 6.4px;
    height: .4rem;
    width: 6.4px;
    width: .4rem;
    background: url(../img/team-bg.png) no-repeat scroll 0 0/cover;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999;
}


#cursor-small {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 100%;
    background: url(../img/team-bg.png) no-repeat scroll 0 0/cover;
    text-align: center;
    z-index: 99999;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#cursor-small.click {
    animation: anim 0.5s ease-out forwards;
    -webkit-animation: anim 0.5s ease-out forwards;
}

@-webkit-keyframes anim {
    to {
        width: 90px;
        height: 90px;
        margin: 0px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }


    from {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes anim {
    to {
        width: 90px;
        height: 90px;
        margin: 0px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }


    from {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

/*================================================
03 - PAGINATION CSS
==================================================*/
.pagination-box-row {
    text-align: center;
}

.pagination-box-row p {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 0
}

.pagination {
    margin-top: 50px;
    text-align: center;
    float: none;
    display: inline-block;
}

.pagination li {
    display: inline-block;
    margin-right: 5px
}

.pagination li:last-child {
    margin-right: 0
}

.pagination li a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    background: #080811 none repeat scroll 0 0;
}

.pagination li.active a,
.pagination li a:hover {
    background: #ff7a21 none repeat scroll 0 0;
    color: #fff
}




/*================================================
04 - BREADCRUMB CSS
==================================================*/

.fag-breadcrumb-area {
    padding: 170px 0 100px;
    background: url(../img/breadcrumb_bg.jpg) no-repeat scroll center center/cover
}

.breadcromb-box {
    text-align: center;
}

.breadcromb-box {
    text-align: center;
}

.breadcromb-box h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 20px
}

.breadcromb-box li {
    display: inline-block;
    margin: 0 2px;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
}

.breadcromb-box li a {
    color: #fff
}

.breadcromb-box li i {
    color: #ff7a21
}


/*================================================
05 - HEADER CSS
==================================================*/

.fag-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(8, 3, 37, .4);
    z-index: 99;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0
}

.fag-header.scroll {
    background: #000 none repeat scroll 0 0;
}

.dropdown-menu {
    margin-top: 10px
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-height: 70px;
    width: 100%;
}

.header_menu li {
    display: inline-block;
    position: relative;
    margin: 0 10px
}

.header_menu li a {
    display: block;
    color: #fff;
    padding: 25px 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-right > div {
    margin-left: 20px;
}

.header-right div:first-child {
    margin-left: 0px;
}

.header-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
}

.lang-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative
}

.dropdown > a:after {
    font-size: 16px
}

.header-right > div > a {
    padding: 25px 0px;
}

.lang-btn img,
.header-auth img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #ff7a21;
}

.header-cart img {
    width: 20px;
    margin-right: 10px
}

.lang-btn span {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.header_menu {
    margin-left: 5%
}

.dropdown ul {
    display: block;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 120%;
    margin-top: 10px;
    background: rgba(8, 3, 37, .8);
    border-radius: 0 0 6px 6px;
    border-top: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: left;
    width: 180px
}

.lang-menu {
    min-width: 80px;
    width: 80px !important
}

.dropdown:hover ul {
    z-index: 1000;
    pointer-events: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}

.lang-menu a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

.lang-menu a img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lang-menu a span {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lang-menu a:hover span {
    color: #fff;
}

.header-right a,
dropdown-menu li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Rajdhani', sans-serif;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}

.dropdown-menu:after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 20px;
    width: 0;
    height: 0;
    margin-right: -6px;
    pointer-events: none;
    border: solid transparent;
    border-width: 6px;
    border-bottom-color: rgba(8, 3, 37, .8);
}

.dropdown .user_menu {
    min-width: 170px;
    right: 0;
    left: auto
}

.dropdown ul li {
    margin: 12px 20px !important;
    display: block
}

.lang-menu.dropdown-menu li {
    margin: 5px 10px !important;
}

.dropdown-menu li a {
    padding: 0;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
}

.user_menu li {
    margin: 12px 20px !important
}

.user_menu li a {
    font-size: 15px;
    text-transform: capitalize;
    position: relative
}

.search-block {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: #080325;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s opacity ease, .5s visibility ease;
    transition: .5s opacity ease, .5s visibility ease;
    z-index: 100000;
    margin: 0 !important
}

.search-block.active {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-block > .search-toggle {
    position: absolute;
    top: 0px;
    top: 0rem;
    right: 32px;
    right: 2rem;
    font-size: 32px;
    font-size: 2rem;
    text-decoration: none;
    text-shadow: 1px 1px 1px #080325;
    z-index: 2;
}

.search-block > form {
    vertical-align: middle;
    -webkit-transition: .5s transform ease;
    transition: .5s transform ease;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
}

.search-block.active > form {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.search-block input {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 70px;
    background: transparent;
    border-bottom: 2px solid #8B8898;
    border-top: 0px solid #8B8898;
    border-left: 0px solid #8B8898;
    border-right: 0px solid #8B8898;
    color: #fff;
    font-size: 40px;
    position: relative;
    letter-spacing: 0.65px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.search-block input:focus {
    border-bottom: 2px solid #fff
}

.search-block input:-moz-placeholder {
    color: #fff;
}

.search-block input::-moz-placeholder {
    color: #fff;
}

.search-block input:-ms-input-placeholder {
    color: #fff;
}

.search-block input::-webkit-input-placeholder {
    color: #fff;
}

.search-block form span {
    position: absolute;
    right: 5px;
    font-size: 30px;
}

.search-block form span.active {
    color: #fff
}

.brand-logo {
    width: 130px;
    -webkit-transition: width 0.4s;
    transition: width 0.4s
}

.fag-header.scroll .brand-logo {
    width: 110px;
}

.fag-header.scroll .header_menu > li > a {
    padding: 12px 0;
    font-size: 16px
}

.fag-header.scroll .header-right > div > a {
    padding: 12px 0;
    font-size: 16px
}

.fag-header.scroll .header-container {
    min-height: 50px
}

.menu-toggle:before,
.menu-toggle:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}

.menu-toggle {
    position: relative;
    display: block;
    width: 25px;
    height: 20px;
    background: transparent;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.menu-toggle {
    color: #fff;
    font-size: 0;
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active {
    border-color: transparent;
}


/*================================================
06 - SLIDER CSS
==================================================*/

.fag-slider-area {
    position: relative;
    margin-top: -30px;
}


.fag-main-slide {
    background-color: #eee;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

.slide-1 {
    background-image: url(https://cdn.discordapp.com/attachments/819895111504101376/930714682837327882/123.gif)
}

.slider-content-holder {
    width: 100%;
    text-align: center
}

.slider-text {
    width: 75%;
    text-align: left
}

.fag-main-caption {
    display: table;
    height: 100%;
    width: 100%;
    background: rgba(8, 3, 37, 0.54) none repeat scroll 0 0;
}

.fag-caption-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.fag-slide .owl-dots {
    position: absolute;
    right: 0;
    top: 50%;
    width: 75px;
}

.fag-slide .owl-dot {
    display: block;
    width: 40px;
    border-color: rgba(255, 255, 255, 0.4) transparent !important;
    margin: 10px 0;
    border-style: solid !important;
    border-width: 4px 0 0 7px !important;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scaleX(.7);
    transform: scaleX(.7);
    -webkit-transform-origin: 100% 50%;

    transform-origin: 100% 50%;

}

.fag-slide .owl-dot.active {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-color: #fff transparent !important
}

.slider-text h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: #ff7a21;
    text-transform: capitalize;
}

.slider-text h2 {
    color: #fff;
    font-size: 80px;
    line-height: 95px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
}

.slider-text a.fag-btn-outline {
    margin-top: 30px
}

.slider-text a.fag-btn-outline span {
    font-size: 9px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #0d1614;
    padding-left: 2px;
    background: #fff;
    line-height: 20px;
    text-align: center;
    margin-right: 8px;
    vertical-align: middle;
}

.slider-text a.fag-btn-outline:hover span {
    background: #fff;
    color: #ff7a21;
}


/*================================================
07 - VIDEO AREA CSS
==================================================*/

.fag-video-area {
    position: relative
}

.fag-video-inn {
    position: relative;
    width: 70%;
    margin: 0 auto;
    overflow: hidden
}

.fag-video-inn .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    background: rgba(246, 139, 31, 0.53);
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow: hidden;
}

.fag-video-inn .play-video i {
    margin-left: 5px
}

.fag-video-inn:hover .play-video {
    background: #ff7a21;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
}

.zooming {
    animation: zoom 10s ease 0s normal both infinite;
    -webkit-animation: zoom 10s ease 0s normal both infinite;
    -moz-animation: zoom 10s ease 0s normal both infinite;
    -ms-animation: zoom 10s ease 0s normal both infinite;
    -o-animation: zoom 10s ease 0s normal both infinite;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg) scale(1, 1);
        transform: rotate(0deg) scale(1, 1);
    }

    50% {
        -webkit-transform: rotate(-2deg) scale(1.1, 1.1);
        transform: rotate(-2deg) scale(1.1, 1.1);
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1, 1);
        transform: rotate(0deg) scale(1, 1);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg) scale(1, 1);
        transform: rotate(0deg) scale(1, 1);
    }

    50% {
        -webkit-transform: rotate(-2deg) scale(1.1, 1.1);
        transform: rotate(-2deg) scale(1.1, 1.1);
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1, 1);
        transform: rotate(0deg) scale(1, 1);
    }
}




/*================================================
08 - GAMES AREA CSS
==================================================*/

.fag-games-area {
    position: relative;
    background: #080811 none repeat scroll 0 0;
    z-index: 1
}

.projectFilter {
    text-align: center;
    width: 100%;
    display: block;
    border: medium none;
    margin: 0 0 30px;
}

.projectFilter li {
    display: inline-block;
    margin: 0 5px;
}

.projectFilter li a,
.projectFilter li a.current {
    display: block;
    color: #fff;
    padding: 7px 25px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 17px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    position: relative
}

.projectFilter li a:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #0d0e1b none repeat scroll 0 0;
    z-index: -1;
    -webkit-transform: skew(40deg);
    transform: skew(40deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.projectFilter li a.current:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #ff7a21 none repeat scroll 0 0;
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg);
}

.projectFilter li a:hover:after {
    background: #ff7a21 none repeat scroll 0 0;
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg);
}

.games-item {
    float: left;
    margin: 30px 0 0;
    padding: 0 15px;
    width: 25%;
}

.games-single-item {
    background: #0d0e1b none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
}

.games-desc {
    padding: 20px;
}

.games-thumb {
    position: relative
}

.games-thumb-image {
    position: relative;
    overflow: hidden;
}

.games-thumb-image:before {
    position: absolute;
    left: -25%;
    top: -50%;
    height: 60%;
    width: 150%;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    -webkit-transform: skewY(25deg);
            transform: skewY(25deg);
    -webkit-transition: all 500ms linear;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    border-top: 2px solid #E48632
}

.game-overlay {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    text-align: center;
}

.game-overlay > a.popup-youtube {
    position: absolute;
    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;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 35px;
    color: #ff7a21;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.games-single-item:hover .games-thumb-image:before {
    height: 200%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.games-single-item:after {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #ff7a21;
    left: 0;
    border-radius: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.games-single-item:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.games-single-item:hover .game-overlay > a.popup-youtube {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(-50%, -50%) scale(1) !important;
    transform: translate(-50%, -50%) scale(1) !important;
}

.games-desc h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600
}

.games-desc h3 a {
    color: #fff
}

.games-desc p {
    margin: 0;
    font-size: 15px;
    color: #999;
    line-height: 24px;
    text-transform: capitalize;
}

.game-rating {
    width: auto;
    height: auto;
    padding: 0;
    text-align: center;
    margin: 5px 0;
}

.game-rating h4 {
    font-size: 24px;
    font-size: 1.5rem;
}

.game-rating ul li {
    display: inline;
    margin: 0 5px 0 0;
}

.game-rating ul li span {
    color: #E48632
}

.game-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 10px
}

.game-price h4 {
    font-size: 20px;
    color: #fff
}

.game-price h4 del {
    color: rgba(255, 255, 255, .5)
}

.game-price .off {
    margin-left: 3px;
    color: #f34f4f;
    font-style: italic;
    font-size: 14px;
}

.game-price p.free {
    color: #2bd964
}

.game-action a.fag-btn-outline {
    padding: 6px 20px;
    border: 1px solid #FFF;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 25px;
    font-family: 'Rajdhani', sans-serif;
    display: inline-block;
    font-weight: 600;
}

.game-action a.fag-btn-outline:hover {
    border: 1px solid #ff7a21
}

/*================================================
09 - MATCH AREA CSS
==================================================*/

.fag-current-match-area {
    position: relative;
    background: #0d0e1b none repeat scroll 0 0;
    z-index: 1
}

.match-box-inn {
    width: 90%;
    margin: 30px auto 0;
    text-align: center;
}

.gamer-image {
    padding: 30px;
    background: #080811 none repeat scroll 0 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.match-box-left .gamer-image {
    -webkit-transform: perspective(600px) rotateY(30deg);
            transform: perspective(600px) rotateY(30deg);
}

.match-box-right .gamer-image {
    -webkit-transform: perspective(600px) rotateY(-30deg);
            transform: perspective(600px) rotateY(-30deg);
}

.match-box-inn:hover .gamer-image {
    -webkit-transform: perspective(0px) rotateY(0deg);
            transform: perspective(0px) rotateY(0deg);
}

.matchcountdown p{
    display: none
}

.matchcountdown ul {
    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;
}

.matchcountdown li {
    min-width: 75px;
    text-align: center;
    padding: 10px;
    background: #080811 none repeat scroll 0 0;
    margin: 0 5px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 5px;
}

.matchcountdown li span {
    display: block;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    font-family: 'Rajdhani', sans-serif;
    color: #ff7a21;
}

.matchcountdown li:after {
    position: absolute;
    content: ":";
    top: 29%;
    right: -11px;
    font-size: 45px;
}

.matchcountdown li:last-child:after {
    display: none
}

.match-vs {
    width: 30%;
    margin: 35px auto 0;
}

.match-action {
    margin-top: 30px;
}

.match-action a {
    padding: 10px 45px;
    background: transparent
}

.match-action a:hover {
    background: #ff7a21 none repeat scroll 0 0
}

/*================================================
10 - PROMO AREA CSS
==================================================*/

.fag-promo-area {
    position: relative;
}

.fag-promo-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/broken_glass.png) no-repeat;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"
}

.promo-info {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.promo-box h3 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.promo-box p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

/*================================================
11 - TEAM AREA CSS
==================================================*/

.fag-team-area {
    position: relative;
    padding-bottom: 70px
}

.team-item {
    background: #080811 none repeat scroll 0 0;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px
}
.team-image img {
	width: 100%;
}

.team-details {
    margin-top: 20px;
}

.team-details h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 26px;
}

.team-details span {
    font-size: 16px;
    color: #999;
    margin-top: 5px;
}

.team-social ul {
    margin-top: 10px;
    text-align: center
}

.team-social ul li {
    display: inline-block;
    margin: 0 2px
}

.team-social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    font-size: 15px;
    background: url(../img/social_bg_hover.png);
    color: #ff7a21;

}

.team-social ul li a:hover {
    background: url(../img/social_bg.png);
    color: #fff
}

/*================================================
12 - PREORDER AREA CSS
==================================================*/

.fag-preorder-area {
    position: relative;
    background: url(../img/preloader_bg.jpg) no-repeat fixed 0 0/cover;
    z-index: 1;
    padding: 100px 0;
    height: 540px;
}

.fag-preorder-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 3, 37, 0.54) none repeat scroll 0 0;
    z-index: -1;
}

.preorder-inn {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.preorder-box h3 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.preorder-box h3 span {
    display: block;
    font-size: 45px;
}

.preorder-box p {
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px;
    letter-spacing: 0.75px;
}

.preorder-box a {
    margin-top: 30px;
    padding: 10px 40px
}

/*================================================
13 - BLOG AREA CSS
==================================================*/

.fag-blog-area {
    position: relative
}

.blog-item {
    margin-top: 30px
}

.blog-image {
    overflow: hidden;
    border-radius: 18px;
    position: relative
}

.blog-image img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 18px;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 100%
}

.blog-item:hover .blog-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1)
}

.blog-image .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    background: rgba(246, 139, 31, 0.53);
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow: hidden;
}

.blog-image .play-video i {
    margin-left: 5px;
}

.blog-image:hover .play-video {
    background: #ff7a21;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
}

.blog-text {
    padding-top: 20px;
}

.blog-cat a {
    background: #ff7a21 none repeat scroll 0 0;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Rajdhani', sans-serif;
    display: inline-block;
    font-weight: 600;
    border-radius: 18px;
    padding: 5px 20px;
}

.blog-text h3 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px
}

.blog-text h3 a {
    color: #fff
}

.blog-text h3 a:hover {
    color: #ff7a21
}

.post-info {
    border-top: 1px dashed #4e4e4e;
    margin-top: 20px;
    padding-top: 15px;
}

.post-info li {
    display: inline-block;
    margin-right: 25px
}

.post-info li:last-child {
    margin: 0
}

.post-info li a {
    color: #999
}

.post-info li a span {
    color: #ff7a21;
    margin-right: 5px
}

.post-small .blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-small .blog-image {
    width: 35%;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 0;
    -moz-background-clip: padding;
    border-bottom-right-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative
}

.post-small .blog-image img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.post-small .blog-text {
    width: 65%;
    padding: 20px 30px;
    background: #080811 none repeat scroll 0 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.post-small .blog-text h3 {
    font-size: 24px
}
.post-small .blog-text p.blog-cat{
    display: inline-block
}
.post-small .blog-text p{
    display: none
}

.load_more a {
    padding: 10px 50px;
    background: transparent
}

.load_more a:hover {
    background: #ff7a21 none repeat scroll 0 0
}

.fag-news-page-area {
    padding-top: 50px
}

.fag-news-page-area .blog-item {
    margin-top: 50px
}

.fag-news-page-area .pagination-box-row {
    text-align: left;
    margin-top: 50px
}

/*================================================
14 - FOOTER AREA CSS
==================================================*/
.fag-footer {
    position: relative;
    background: url(../img/footer_bg.jpg) no-repeat fixed center center/cover;
    z-index: 1
}

.fag-footer:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #080811 none repeat scroll 0 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

.footer-top-area {
    padding: 70px 0 100px;
    position: relative;
}
.single-footer {
	margin-top: 30px;
}

.single-footer h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 24px;
    margin-bottom: 20px;
}

.single-footer p {
    color: #727489;
    font-size: 16px;
    margin: 0 0 10px;
}

.single-footer ul li {
    margin: 5px 0 0
}

.single-footer ul li a {
    color: #727489;
    font-size: 15px;
    display: block
}

.single-footer ul li a:hover {
    color: #fff
}

.single-footer ul li a span {
    margin-right: 5px;
    color: #ff7a21
}

.footer-contact {
    margin-top: 15px;
}

.footer-contact h4 i {
    width: 25px;
    font-size: 16px;
    color: #ff7a21;
}

.footer-contact h4 {
    font-size: 18px;
}

.footer-contact p {
    margin-left: 25px;
    line-height: 21px;
    margin-top: 5px;
    margin-bottom: 0;
}


.footer-bottom-inn {
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid #181829;
}

.footer-bottom-inn ul {
    margin: 30px 0;
    text-align: center;
}

.footer-bottom-inn ul li {
    display: inline-block;
    margin: 0 2px;
}

.footer-bottom-inn ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    font-size: 15px;
    background: url(../img/social_bg_hover.png);
    color: #ff7a21;
}

.footer-bottom-inn ul li a:hover {
    background: url(../img/social_bg.png);
    color: #fff;
}
.copyright p{
    margin: 0
}

/*================================================
15 - ABOUT PAGE CSS
==================================================*/

.about-top {
    width: 85%;
    margin: 0 auto 50px;
    text-align: center;
}

.about-top h2 {
    text-transform: uppercase;
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 15px;
    font-weight: 700;
    display: block;
    color: #fff;
    letter-spacing: 0.03em;
    position: relative;
    padding-bottom: 5px;
    -webkit-transition: all 850ms ease;
    transition: all 850ms ease;
}

.about-top h2 span {
    color: #ff7a21;
    display: block
}

.fag-counter-area {
    position: relative;
    background: url(../img/footer_bg.jpg) no-repeat fixed center center/cover;
    z-index: 1;
    padding-top: 70px
}

.fag-counter-area:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #080811 none repeat scroll 0 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

.counter-box {
    text-align: center;
    margin-top: 30px
}

.counter-box h3 {
    letter-spacing: 0.03em;
    position: relative;
    -webkit-transition: all 850ms ease;
    transition: all 850ms ease;
    color: #ff7a21;
    font-size: 44px;
}

.counter-box h3:after {
    position: absolute;
    content: "";
    width: 0px;
    border-color: #ff7a21 transparent !important;
    margin: 10px 0;
    border-style: solid !important;
    border-width: 3px 7px 0px 7px !important;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    -webkit-transition: all 850ms ease;
    transition: all 850ms ease;
}

.counter-box h3.extend:after {
    width: 20%;
}

.counter-box h4 {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 15px;
}

.single-testimonial {
    padding: 50px;
    background: #080811 none repeat scroll 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.single-testimonial:after {
    position: absolute;
    content: "";
    top: -60px;
    right: 3px;
    width: 60%;
    height: 100px;
    background: #0d0e1b none repeat scroll 0 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
}

.single-testimonial:before {
    position: absolute;
    content: "\f10e";
    top: 50%;
    color: #0d0e1b;
    display: inline-block;
    font: 70px "FontAwesome";
    vertical-align: middle;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1
}

.testimonial-meta {
    overflow: hidden;
}

.testimonial-title {
    overflow: hidden;
    margin-top: 14px
}

.testimonial-thumb {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.testimonial-thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.testimonial-title h3 {
    color: #fff;
    font-size: 22px;
}

.testimonial-title p {
    color: #ff7a21;
    margin: 0
}

.testimonial-desc {
    margin-top: 20px;
}

.testimonial-desc p {
    margin: 0
}

.testimonial-slider .owl-nav {
    display: block !important
}

.testimonial-slider .owl-prev {
    position: absolute;
    top: 43%;
    width: 40px;
    height: 40px;
    font-size: 22px !important;
    background: #FE9347 none repeat scroll 0 0 !important;
    color: #fff !important;
    border-radius: 50%;
    left: -20px;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s !important;
    transition: all 0.4s ease 0s !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.testimonial-slider .owl-next {
    position: absolute;
    top: 43%;
    width: 40px;
    height: 40px;
    font-size: 22px !important;
    background: #ff7a21 none repeat scroll 0 0 !important;
    color: #fff !important;
    border-radius: 50%;
    right: -20px;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s !important;
    transition: all 0.4s ease 0s !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.testimonial-slider:hover .owl-prev,
.testimonial-slider:hover .owl-next {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s ease 0s !important;
    transition: all 0.4s ease 0s !important;

}

.testimonial-slider .owl-next:hover,
.testimonial-slider .owl-prev:hover {
    background: #ff7a21 none repeat scroll 0 0 !important;
}

.fag-sponsor-area {
    position: relative;
    background: #080811 none repeat scroll 0 0;
    z-index: 1;
}

.sponsor-box-item {
    text-align: center;
    margin-top: 30px;
}

.sponsor-box li {
    width: 21%;
    display: inline-block;
    padding: 20px;
    margin: 30px 15px 0px;
    background: #0d0e1b none repeat scroll 0 0;
}

.sponsor-box li img {
    width: 140px;
}

.section-action {
    text-align: center
}

.sponsor-heading h4 {
    color: #fff
}


/*================================================
16 - SIDEBAR CSS
==================================================*/

.filter_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    width: 100%;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.75px;
}

.filter_title button {
    font-size: 14px;
    color: #ff7a21;
    background: transparent;
    border: medium none;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: underline;
}

.filter_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
}

.filter_group:last-child {
    margin-bottom: 0
}

.filter_label {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #dbdada;
    font-weight: normal;
    margin-bottom: 10px;
}

.filter_input {
    background: #080811 none repeat scroll 0 0;
    border: medium none;
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #999
}

.filter_input:-moz-placeholder {
    color: #999;
}

.filter_input::-moz-placeholder {
    color: #999;
}

.filter_input:-ms-input-placeholder {
    color: #999;
}

.filter_input::-webkit-input-placeholder {
    color: #999;
}

.filter_select-wrap {
    width: 100%
}

.filter_select {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: medium none;
    font-size: 16px;
    color: #999;
    padding: 0 20px;
    cursor: pointer;
    background: url("../img/arrow2.svg") no-repeat center right 20px #080811;
    background-size: 12px auto;
    letter-spacing: 0.4px;
    width: 100%
}

.filter_range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #080811;
    font-size: 13px;
    color: #999;
    position: relative;
    margin-bottom: 10px;
    height: 30px;
    padding: 0 12px;
    border-radius: 6px;
    letter-spacing: 0.4px;
}

.filter_range div:first-child {
    margin-right: 16px;
}

.filter_range div {
    position: relative;
}

.filter_range div:first-child:after {
    content: '–';
    position: absolute;
    display: block;
    left: 100%;
    top: 5px;
    color: #fff;
    font-size: 14px;
    margin-left: 4px;
    line-height: 16px;
}

.noUi-horizontal {
    height: 4px;
    margin: 8px 0;
    width: 100%;
}

.noUi-target {
    background: rgba(167, 130, 233, 0.03);
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.noUi-connects {
    background-color: #080811;
    border-radius: 6px;
    border: none;
}

.noUi-connect {
    background-color: #ff7a21;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -8px;
}

.noUi-handle.noUi-handle-lower {
    background-color: #ff7a21;
    box-shadow: none;
}

.noUi-handle {
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
}

.noUi-handle.noUi-handle-upper {
    background-color: #ff7a21;
    box-shadow: none;
}


.custom-checkbox {
    padding-left: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 10px
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: -100px;
}

.custom-checkbox input[type="checkbox"]:checked + label {
    color: #fff;
}

.custom-checkbox input[type="checkbox"]:checked + label ~ .checkbox {
    background-color: #313148;
}

.custom-checkbox input[type="checkbox"]:checked + label ~ .checkbox:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.custom-checkbox label {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
}

.custom-checkbox .checkbox {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #313148;
}

.custom-checkbox .checkbox:before {
    position: absolute;
    content: "";
    font-family: "FontAwesome";
    color: #ff7a21;
    font-size: 13px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button.fag-btn {
    background: transparent;
    display: block;
    width: 100%;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

button.fag-btn:hover {
    background: #ff7a21 none repeat scroll 0 0;
}

.games-category .games-single-item {
    background: #080811 none repeat scroll 0 0;
    margin-bottom: 30px
}



.fag-news-page-area .sidebar-widget {
    margin-top: 50px
}

.news-sidebar-item {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 18px;
    background: #080811 none repeat scroll 0 0;
}

.news-sidebar-item:last-child {
    margin-bottom: 0
}

.news-sidebar-item form {
    position: relative;
    height: 50px;
    background: #0d0e1b;
    border-radius: 30px;
}

.news-sidebar-item form input {
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    border: medium none;
    padding: 10px 20px;
    color: #fff
}

.news-sidebar-item form button {
    position: absolute;
    right: 2px;
    height: 100%;
    width: 16%;
    background: #ff7a21;
    color: #fff;
    border-radius: 50%;
    border: 3px solid #0d0e1b;
}

.news-sidebar-item h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase
}

.categories {
    margin-top: 12px;
}

.categories li {
    margin-top: 8px
}

.categories li a {
    color: #999
}

.categories li a i {
    color: #ff7a21;
    margin-right: 5px
}

.categories li a:hover {
    color: #fff
}

.recent-blog li {
    overflow: hidden;
    padding-left: 0 !important;
    margin-top: 20px;
}

.recent-img {
    margin-right: 10px;
    width: 80px;
    float: left;
}

.recent-text {
    vertical-align: middle;
    overflow: hidden;
}

.recent-text h4 {
    color: #999;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 22px;
}

.recent-text h4 a {
    color: #999;
}

.recent-text h4 a:hover {
    color: #fff
}
.related_games{
    padding-bottom: 70px
}
.related_games .games-single-item{
    margin-bottom: 30px
}

/*================================================
17 - GAMES DETAILS CSS
==================================================*/

.details-banner-thumb {
    position: relative;
}

.details-banner-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px
}

.details-banner-action {
    text-align: right;
    margin: 30px 0 0;
}

.details-banner-info h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 34px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.details-banner-info h3 span {
    position: absolute;
    font-size: 16px;
    margin-left: 10px;
    color: #eee;
    width: 60px;
    padding: 6px 10px;
}

.details-banner-info h3:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    bottom: -8px;
    background: #e48632 none repeat scroll 0 0;
}

.details-genre {
    color: #eee;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.details-time-left {
    color: #eee;
    letter-spacing: .5px;
}

.details-time-left i {
    margin-right: 5px;
    color: #ec7532;
}

.movie-details-page-box > ul > li {
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #111;
}

.movie-details-page-box > ul > li > span {
    width: 15%;
    display: inline-block;
    color: #555;
}

.movie-details-page-box > ul > li > small {
    color: #ec7532;
}

.movie-details-page-box ul li:last-child {
    color: #ec7532;
}

.tab-body p {
    margin: 0 0 10px
}

.tab-body p:last-child {
    margin: 0
}

.tablet-action {
    display: none
}

.tab-movies-details {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.single-cast-slider {
    text-align: center;
}

.single-cast-slider img {
    border-radius: 50%;
    width: 100px !important;
    margin: 0 auto;
}

.cast-info {
    margin-top: 10px;
}

.cast-info p {
    color: #333;
    line-height: normal;
}

.cast-info p span {
    display: block;
    color: #777;
}

.cast-slider {
    margin-bottom: 50px;
}

.cast-slider .owl-nav.disabled {
    display: block !important;
    position: absolute;
    bottom: -45px;
    right: 0;
}

.cast-slider .owl-nav.disabled > button {
    color: #ec7532;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    margin: 0 3px;
    font-size: 17px;
}

.cast-slider .owl-nav.disabled > button:last-child {
    margin-right: 0
}

.single-reviews {
    margin-bottom: 30px;
    display: block;
}

.reviews-autor {
    display: block;
    position: relative;
    padding-left: 55px;
    margin-bottom: 15px;
    padding-right: 60px;
}

.reviews-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    border-radius: 50%;
}

.reviews-title {
    display: block !important;
    font-size: 16px;
    color: #333 !important;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 100% !important;
    text-transform: capitalize
}

.reviews-date {
    display: block;
    font-size: 13px;
    color: #777;
    font-weight: 300;
    line-height: 20px;
}

.reviews-date strong {
    color: #333;
}

.reviews-rating {
    position: absolute;
    right: 30px;
    top: 8px;
    line-height: 16px;
    display: inline-block !important;
    padding: 5px 10px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
    background-image: linear-gradient(to right, #fbbd61, #ec7532);
    color: #fff !important;
    text-align: center;
    border: medium none;
    width: auto !important;
}

.reviews-text {
    display: block;
    margin: 0;
}

.reviews .form {
    width: 65%;
}

.form-item {
    margin-top: 10px;
}

.review_rating p {
    color: #111;
    text-transform: capitalize;
}

.reviews .form input {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

.reviews .form textarea {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

.reviews .form button {
    background: #ec7532;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    padding: 10px 30px;
    text-transform: capitalize;
}

.form-item:last-child {
    overflow: hidden;
    width: 100%;
    display: block;
}

.review_rating {
    border: none;
    float: left;
    margin-bottom: 15px;
}

.review_rating > input {
    display: none;
}

.review_rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.review_rating > .half:before {
    content: "\f089";
    position: absolute;
}

.review_rating > label {
    color: #c2c2c2;
    float: right;
}

.review_rating > input:checked ~ label,
.review_rating:not(:checked) > label:hover,
.review_rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

.review_rating > input:checked + label:hover,
.review_rating > input:checked ~ label:hover,
.review_rating > label:hover ~ input:checked ~ label,
.review_rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.single_rating {
    line-height: 16px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    border: medium none;
    background: #E48632;
}

.details-banner-action a.fag-btn {
    background: transparent;
    padding: 10px 30px;
}

.details-banner-action a.fag-btn:hover {
    background: #ff7a21 none repeat scroll 0 0
}

.single_game_price {
    text-align: right
}

.single_game_price h4 {
    font-size: 34px;
    margin-bottom: 5px;
}

.single_game_price p {
    font-size: 18px !important;
}

.single_game_price del {
    color: #b6b3b3;
    margin-right: 10px;
}

.single_game_meta {
    margin-top: 15px
}

.games-details-page-box > ul > li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.games-details-page-box > ul > li:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #ff7a21;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.tv-panel-list {
    margin-top: 30px;
}

.tv-tab ul li.nav-item {
    margin-right: 15px;
}

.tv-panel-list {
    margin-top: 30px;
}

.tv-panel-list .nav-link {
    text-transform: uppercase;
    letter-spacing: 0.75px;
    font-weight: 400;
    position: relative;
    padding: 0 0 2px 0;
}

.tv-panel-list .nav-link:after {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    content: '';
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: #ff7a21;
}

.tv-panel-list .nav-pills .nav-link {
    color: #fff
}

.tv-panel-list .nav-pills .nav-link.active,
.tv-panel-list .nav-pills .show > .nav-link {
    color: #ff7a21 !important;
    background-color: transparent;
    position: relative;
}

.tv-panel-list .nav-pills .nav-link.active:after,
.tv-panel-list .nav-pills .show > .nav-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    color: #ff7a21;
    height: 2px;
    content: '';
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: #ff7a21;
}

.tv-panel-list #pills-tab {
    border-bottom: 1px solid #333;
}

.tab-body {
    margin-top: 20px;
}

.features-game {
    background: #080811 none repeat scroll 0 0;
    padding: 50px;
    margin-top: 30px;
    text-align: center;
}

.feature-image {
    width: 80px;
    margin: 0 auto 15px;
}

.feature-text h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.single-comment-box {
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.single-comment-box:last-child {
    margin-bottom: 0
}

.single-comment-box.comment_reply {
    padding-left: 83px;
}

.main-comment {
    font-size: 15px;
    padding: 0 0 0 90px;
    position: relative;
    margin-bottom: 30px;
}

.author-image {
    border-radius: 50%;
    left: 0;
    margin-bottom: 20px;
    position: absolute;
}

.author-image img {
    display: block;
    width: 70px;
    border-radius: 50%;
}

.comment-text {
    padding: 20px;
    background: #080811 none repeat scroll 0 0;
    border-radius: 30px;
    position: relative
}

.comment-info:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-style: solid;
    top: 25px;
    border-width: 11px 13px 11px 0;
    border-color: transparent #080811;
    left: -12px;
}

.comment-text-inner {
    padding: 10px;
}

.comment-info h4 {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    padding-left: 10px;
}

.comment-info ul {
    display: inline-block;
    margin: 0 10px;
}

.comment-info ul li {
    display: inline-block;
    color: #ffa11a;
}

.comment-info p {
    display: inline-block;
    font-size: 13px;
}

.fag-leave-comment {
    margin-top: 50px;
}

.fag-leave-comment form {
    padding: 0 30px 30px 30px;
    background: #080811 none repeat scroll 0 0;
    border-radius: 30px;
}

.fag-leave-comment form input {
    width: 100%;
    padding: 5px 15px;
    height: 50px;
    border: medium none;
    border-radius: 3px;
    font-size: 15px;
    background: #0d0e1b;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff
}

.fag-leave-comment form textarea {
    width: 100%;
    padding: 5px 15px;
    height: 140px;
    border: medium none;
    border-radius: 3px;
    font-size: 15px;
    background: #0d0e1b;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff
}

.fag-leave-comment form textarea:-moz-placeholder {
    color: #fff;
}

.fag-leave-comment form textarea::-moz-placeholder {
    color: #fff;
}

.fag-leave-comment form textarea:-ms-textarea-placeholder {
    color: #fff;
}

.fag-leave-comment form textarea::-webkit-textarea-placeholder {
    color: #fff;
}

.fag-leave-comment form input:-moz-placeholder {
    color: #fff;
}

.fag-leave-comment form input::-moz-placeholder {
    color: #fff;
}

.fag-leave-comment form input:-ms-textarea-placeholder {
    color: #fff;
}

.fag-leave-comment form input::-webkit-textarea-placeholder {
    color: #fff;
}

.fag-leave-comment form .fag-btn {
    margin-top: 15px;
    position: relative;
    top: 0;
    width: auto
}

.comment-field {
    margin-top: 30px;
}

/*================================================
18 - MATCH LIST CSS
==================================================*/
.match-list-heading h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 30px;
    letter-spacing: 0.75px;
}

.match-list-heading h3 span {
    color: #ff7a21
}

.single-match-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 15px;
    padding: 20px;
    background: #080811 none repeat scroll 0 0;
    border-radius: 5px;
}

.fag-matchs-list .gamer-image {
    -webkit-transform: perspective(600px) rotateY(0deg) !important;
            transform: perspective(600px) rotateY(0deg) !important;
    background: transparent;
    padding: 0
}

.fag-matchs-list .match-box-middle {
    text-align: center;
    margin: 0 30px;
}

.single-match-list .match-box-left,
.single-match-list .match-box-right {
    max-width: 80px;
}

.matchcountdown h3 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

.fag-matchs-list .match-vs {
    width: 18%;
    margin: 15px auto 0;
}

.fag-matchs-list .match-action {
    margin-top: 15px;
}

.match-box-action {
    margin-left: 30px;
}

.match-box-action a.fag-btn {
    background: transparent
}

.match-box-action a.fag-btn:hover {
    background: #ff7a21 none repeat scroll 0 0
}

.single-match-widget {
    text-align: center;
    padding: 30px;
    background: #080811 none repeat scroll 0 0;
    border-radius: 5px;
    margin-bottom: 15px
}
.single-match-widget:last-child{
    margin-bottom: 0
}
.match-widget-inn img {
    width: 50%;
    margin: 20px auto;
}

.single-match-widget h3,
.single-match-widget h4 {
    color: #fff;
    text-transform: uppercase;
}

.single-match-widget h4 span {
    color: #ff7a21
}

.single-match-widget .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #0d0e1b;
    color: #fff;
}

.single-match-widget tbody tr td {
    padding: 25px 20px;
    vertical-align: middle;
}

.single-match-widget table img {
    float: left;
    margin-right: 10px;
    width: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

.single-match-widget table p {
    margin: 0
}

.single-match-widget .table th,
.single-match-widget .table td {
    padding: 12px;
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 0px solid #dee2e6;
    text-align: left;
}

.match-widget-inn .table {
    margin-top: 30px;
    margin-bottom: 0
}

/*================================================
19 - MATCH DETAILS CSS
==================================================*/
.match-details .match-box-left,
.match-details .match-box-right {
    max-width: 140px;
}

.match-details .matchcountdown h3 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
}

.match-details-block {
    margin-top: 30px;
}

.match-details-block h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.match-details-block blockquote {
    margin: 20px 0;
    padding: 15px;
    border-left: 4px solid #ff7a21;
    color: #c4c4c4;
    font-style: italic;
}

.match-details-block blockquote strong {
    color: #fff
}

.match-details-block .match-box-action {
    margin-left: 0;
    margin-top: 30px
}

/*================================================
20 - 404 PAGE CSS
==================================================*/

.page-404 {
    display: block;
    position: relative;
    background: url(../img/404_bg.jpg) no-repeat scroll 0 0/cover;
    z-index: 1
}

.page-404:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 3, 37, .8);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: -1;
}

.page-404__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 40px 0;
}

.page-404__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.page-404__title {
    position: relative;
    color: #fff;
    line-height: 100%;
    font-size: 190px;
    margin-bottom: 0;
}

.page-404__text {
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.page-404__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 140px;
    height: 44px;
    border-radius: 6px;
    background-color: #29b474;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.page-404__btn:hover {
    background-color: #a782e9;
    color: #fff;
}

@media (min-width: 576px) {
    .page-404__content {
        padding: 50px;
    }
}

/*================================================
21 - LOGIN PAGE CSS
==================================================*/


.login_user {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: calc(-100px/2);
    left: calc(50% - 50px);
}

.login-wrapper h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 28px;
    margin: 20px 0 0;
}

.login-wrapper {
    padding: 2em;
    width: 25em;
    position: relative;
    text-align: center;
}

.login-cta > h2 {
    color: #3e3f5e;
    font-size: 28px;
    font-size: 1.75rem;
    text-align: center;
}

.socials-wrapper > p {
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    text-align: center;
    z-index: 10;
}

.socials-wrapper > p:after,
.socials-wrapper > p:before {
    background: #d3d3e2;
    content: '';
    display: block;
    height: .10em;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 17.5%;
}

.socials-wrapper > p:after {
    right: 0;
}

.socials-wrapper > p:before {
    left: 0;
}

.socials-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0;
}

.socials-wrapper > ul > li {
    margin: .5em;
}

.socials-wrapper > ul > li > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    border-radius: .5em;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 2em;
}

.socials-wrapper > ul > li > a.facebook {
    background-color: #3763d2;
}

.socials-wrapper > ul > li > a.twitter {
    background-color: #1abcff;
}

.socials-wrapper > ul > li > a.twitch {
    background-color: #7b5dfa;
}

.socials-wrapper > ul > li > a.youtube {
    background-color: #fd434f;
}

.socials-wrapper > ul > li > a:hover {
    -webkit-transform: translatey(-0.25em);
    transform: translatey(-0.25em);
}

.login-wrapper form {
    margin: 20px 0;
}

.form-row label {
    color: #999 !important
}

.form-row label a {
    color: #fff
}

.login-wrapper form > .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .75em 0;
    position: relative;
}

.login-wrapper form > .form-row > span {
    background: #fff;
    color: #adafca;
    display: inline-block;
    font-weight: 400;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    top: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login-wrapper form > .form-row > input,
.login-wrapper form > .form-row > button {
    border-radius: .5em;
    width: 100%;
}

.login-wrapper form > .form-row > input {
    -webkit-transition: 100ms ease all;
    transition: 100ms ease all;
    width: 100%;
    border: medium none;
    border: 1px solid rgba(74, 70, 96, 0.8);
    background: transparent;
    height: 50px;
    padding: 5px 20px;
    color: #fff
}

.login-wrapper form > .form-row > input:-moz-placeholder {
    color: #fff !important;
}

.login-wrapper form > .form-row > input::-moz-placeholder {
    color: #fff !important;
}

.login-wrapper form > .form-row > input:-ms-input-placeholder {
    color: #fff !important;
}

.login-wrapper form > .form-row > input::-webkit-input-placeholder {
    color: #fff !important;
}

.login-wrapper form > .form-row > input:focus {
    border-color: #999;
    outline: none;
}

.login-wrapper form > .form-row > button {
    background-color: #ff7a21;
}

.login-wrapper form > .form-row > button:hover {
    background-color: transparent
}

/*================================================
22 - BLOG DETAILS PAGE CSS
==================================================*/

.blog-details .post-info {
    border-top: 0px dashed #4e4e4e;
    margin-top: 10px;
    margin-bottom: 20px;
}

.blog-inner-image {
    margin: 20px 0;
}

.blog-inner-image img {
    border-radius: 5px;
}

.blog-details blockquote {
    margin: 20px 0;
    padding: 15px;
    border-left: 4px solid #ff7a21;
    color: #c4c4c4;
    font-style: italic;
}

.fag-comment-list {
    margin-top: 50px;
}

.comment-group-title h3,
.fag-leave-comment h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px
}

/*================================================
23 - PRODUCT PAGE CSS
==================================================*/

.products-grid .games-thumb {
    background: #080811 none repeat scroll 0 0;
    border-radius: 5px
}

.products-grid .games-single-item {
    margin-bottom: 30px;
}

.products-grid .games-desc h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
}

.products-grid .games-desc h3 a:hover {
    color: #ff7a21
}

.products-grid .games-thumb-image:before {
    display: none
}

.products-grid .games-single-item:after {
    display: none
}
.games-thumb-image{
    text-align: center
}
.games-thumb-image img{
    width: 100%
}


/*================================================
24 - PRODUCT DETAILS CSS
==================================================*/

.product-details-image {
    text-align: center;
    background: #080811 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 50px;
}

.product-details-text h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 34px;
    text-transform: capitalize;
}

.tour-rating {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-details-text .tour-rating ul {
    display: inline-block;
    margin-right: 10px;
    text-align: left
}

.tour-rating ul li {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    line-height: 20px;
}

.tour-rating ul li i {
    color: #ffa11a;
}

.product-details-text .tour-rating p {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    text-transform: capitalize;
}

.single-pro-page-para {
    margin: 20px 0;
}

.single-shop-price > p {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 0;
}

.single-shop-price p span {
    color: #ff7a21;
    margin-left: 10px;
}


.num-block {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.skin-2 .num-in {
    background: #080811 none repeat scroll 0 0;
    border-radius: 25px;
    height: 40px;
    width: 110px;
    float: left;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    background: #080811 none repeat scroll 0 0;
    color: #fff
}

.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.quantity p {
    margin-right: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
}

.single-shop-page-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.single-shop-page-btn ul {
    margin-left: 30px;
}

.single-shop-page-btn ul li {
    display: inline-block;
    margin: 0 2px;
}

.single-shop-page-btn ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    font-size: 15px;
    background: url(../img/social_bg_dark.png);
    color: #ff7a21;
}

.single-shop-page-btn ul li a:hover {
    background: url(../img/social_bg.png);
    color: #fff;
}

.product-panel-list {
    margin-top: 100px;
}

.product-panel-list #pills-tab {
    border-bottom: 1px solid #333;
}

.product-tab li.nav-item {
    margin-right: 15px;
}

.product-panel-list .nav-pills .nav-link.active:after,
.product-panel-list .nav-pills .show > .nav-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    color: #ff7a21;
    height: 2px;
    content: '';
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: #ff7a21;
}

.product-panel-list .nav-link:after {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    content: '';
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: #ff7a21;
}

.product-panel-list .nav-pills .nav-link.active,
.product-panel-list .nav-pills .show > .nav-link {
    color: #ff7a21 !important;
    background-color: transparent;
    position: relative;
}

.product-panel-list .nav-pills .nav-link {
    color: #fff;
}

.product-panel-list .nav-link {
    text-transform: uppercase;
    letter-spacing: 0.75px;
    font-weight: 400;
    position: relative;
    padding: 0 0 2px 0;
}

.tab-body h3 {
    margin-bottom: 10px;
    font-size: 28px;
}

.product-panel-list .fag-comment-list {
    width: 75%;
}

.product-panel-list .fag-leave-comment {
    width: 75%;
}

/*================================================
25 - CART PAGE CSS
==================================================*/

.cart-table-left h3,
.order-summury-box h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.cart-table-left thead {
    border: medium none;
}

.cart-table-left thead th {
    border: medium none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    border-top: 0px !important
}

.fag-cart-preview {
    width: 115px;
    height: 100px;
    text-align: center;
}

.fag-cart-preview img {
    width: 100%;
    height: 100%;
    border-radius: 15px
}

.table th,
.table td {
    vertical-align: middle;
    border-top: 0px;
    border-top: 1px solid #131324;
}

.cart-table-left table td p {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    margin: 0
}

.fag-cart-quantity > input {
    border: 2px solid #ddd;
    padding: 5px;
    width: 70px;
    text-align: center;
    border-radius: 25px;
}

.fag-cart-close {
    text-align: center;
}

.fag-cart-total {
    font-weight: 500;
}

.fag-cart-close a {
    color: #fff;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.cart-clear a {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    margin-right: 15px;
}

.cart-clear {
    margin-top: 20px;
    text-align: right
}

.cart-clear a:last-child {
    margin-right: 1px;
}

.cart-clear a:hover {
    color: #ff7a21
}

.fag-cart-close a:hover {
    background: #ff7a21 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #ff7a21
}

.summury-inn {
    padding: 20px;
    background: #fff none repeat scroll 0 0;
    border-radius: 30px
}

.order-summury-box table {
    width: 100%;
}

.order-summury-box table tr {
    border-bottom: 1px solid #131324;
}

.order-summury-box table tr:last-child {
    border-bottom: 0px solid #131324;
}

.order-summury-box table td {
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 14px
}

.checkout-action {
    text-align: right;
    margin-top: 30px
}

.checkout-action a.fag-btn {
    color: #fff;
    margin: 0;
    background: transparent
}

.checkout-action a.fag-btn:hover {
    color: #fff;
    background: #ff7a21 none repeat scroll 0 0
}

.cart_box,
.summury-inn {
    background: #080811 none repeat scroll 0 0;
    padding: 20px;
    border-radius: 30px;
    margin-top: 15px;
}

.fag-cart-preview a {
    display: block;
    position: relative;
}

.fag-cart-preview a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8f8f8f;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    border-radius: 15px;
}

.fag-cart-quantity .skin-2 .num-in {
    background: #0d0e1b none repeat scroll 0 0;
}

.fag-cart-quantity .skin-2 .num-in input {
    background: #0d0e1b none repeat scroll 0 0;
}

.cart_box .table {
    margin: 0
}

/*================================================
26 - CHECKOUT PAGE CSS
==================================================*/


.checkout-left-box h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.checkout-left-box form {
    padding: 15px 30px 30px 30px;
    background: #080811 none repeat scroll 0 0;
    border-radius: 30px;
    margin-top: 15px
}

.checkout-left-box form .checkout-form {
    margin-top:30px;
}

.checkout-left-box form label {
    color: #fff;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.checkout-left-box form input {
    width: 100%;
    padding: 5px 15px;
    height: 50px;
    border: medium none;
    border-radius: 3px;
    font-size: 15px;
    background: #0d0e1b;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff;
}


.checkout-left-box form textarea {
    width: 100%;
    padding: 5px 15px;
    height: 140px;
    border: medium none;
    border-radius: 3px;
    font-size: 15px;
    background: #0d0e1b;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff;
}
.checkout-left-box form input:-moz-placeholder {
    color: #fff;
}

.checkout-left-box form input::-moz-placeholder {
    color: #fff;
}

.checkout-left-box form input:-ms-input-placeholder {
    color: #fff;
}

.checkout-left-box form input::-webkit-input-placeholder {
    color: #fff;
}
.checkout-left-box form textarea:-moz-placeholder {
    color: #fff;
}

.checkout-left-box form textarea::-moz-placeholder {
    color: #fff;
}

.checkout-left-box form textarea:-ms-input-placeholder {
    color: #fff;
}

.checkout-left-box form textarea::-webkit-input-placeholder {
    color: #fff;
}

.fag-payment .payment {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.fag-payment .payment input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.fag-payment .payment label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
}

.fag-payment .payment .check {
    display: block;
    position: absolute;
    border: 3px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 14px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.fag-payment .payment .check:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked ~ .check {
    border: 3px solid #ff7a21;
}

input[type="radio"]:checked ~ .check:before {
    background: #ff7a21;
}

input[type="radio"]:checked ~ label {
    color: #ff7a21;
}

.payment img {
    float: right;
    margin-top: 15px;
}

.payment p {
    font-size: 15px;
}

.booking-right .action-btn {
    text-align: right;
    margin-top: 30px
}

/*================================================
27 - CONTACT PAGE CSS
==================================================*/

.fag-contact-details-area{
    background: #080811 none repeat scroll 0 0;
    padding-top: 70px
}
.single-contact-box {
	background:#0d0e1b none repeat scroll 0 0;
	padding: 30px;
	text-align: center;
	border-radius: 18px;
    margin-top: 30px
}
.contact-icon {
	font-size: 24px;
	color: #ff7a21;
}
.contact-head h4 {
	color: #fff;
	text-transform: uppercase;
	margin: 20px 0;
}
.contact-text p{
    margin: 0
}

.contact-form-inn {
	width: 70%;
	margin: 0 auto;
}
.contact-form-inn form {
	padding: 0 30px 30px 30px;
	background: #080811 none repeat scroll 0 0;
	border-radius: 30px;
}
.contact-form-inn form input {
	width: 100%;
	padding: 5px 15px;
	height: 50px;
	border: medium none;
	border-radius: 3px;
	font-size: 15px;
	background: #0d0e1b;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #fff;
}
.contact-form-inn form textarea {
	width: 100%;
	padding: 5px 15px;
	height: 140px;
	border: medium none;
	border-radius: 3px;
	font-size: 15px;
	background: #0d0e1b;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #fff;
}
.contact-form-inn form button{
    width: auto;
    display: inline-block
}
.contact-form-inn form .form-action{
    text-align: center
}