.www-mp-body,
body {
    padding: 0;
    margin: 0;
    /*background-color: #4c4c4c;*/
    /* background-color: #ffffff; */
    /*background-color: #e6e6e6;*/
    background-color: #f1f1f1;
    /* background-color: #2c2c2c; */
    font-family: "Arial";
    font-size: 14px;
    background-image: url(/assets/www-mp/bg-trial/background.png);
    /*background-size: cover;
    /* background-size: cover;
    background-position: center -300px; 
    background-repeat: no-repeat;
    background-position: top center;*/
}


/* ========== Begin Page Header ========== */

.www-mp-title {
    height: 120px;
    background-image: url(/assets/www-mp/img/logo-full.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -35px;
}

img.minecraftBadge {
    /* padding-top: 35.75px; */
    /* padding-right: 31px; */
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    position: absolute;
    /* left: 0; */
    margin: 0 auto;
    /* right: 950px; */
    /* padding-bottom: 35.75px; */
    /* float: right; */
    /* padding-left: 145px; */
    /* width: 186px; */
    /* height: 214.5px; */
}

img.minecraftBadgeFooter {
    padding-top: 35.75px;
    margin: 0 auto;
    padding-bottom: 35.75px;
}

.badgeWrapper {
    display: inline;
    margin-left: 400px;
    position: absolute;
    padding-top: 35.75px;
    /* padding-right: 31px; */
}

@media screen and (max-width: 1090px) {
    .badgeWrapper {
        display: none;
    }
}

.www-mp-title-floater {
    margin-top: 0;
    margin-left: 100px;
    margin-right: 100px;
    height: 155px;
    width: 155px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.www-mp-title-floater.left {
    margin-right: 5px;
    float: left;
    display: none;
}

.www-mp-title-floater.right {
    margin-left: 5px;
    float: right;
    display: none;
    height: 165px;
    width: 165px;
}

.www-mp-header {
    /* background-color: rgba(30, 64, 112, 0.33); */
    /*background-color: rgba(255,255,255, .80);*/
    /* background-color: rgba(35,121,180, .80); */
    /*background-color: rgba(134,165,80, .80);*/
    background-color: rgba(24, 101, 159, .80);
    /* background-image: url(/assets/www-mp/img/background_banner.png); */
    background-repeat: no-repeat;
    background-position: top center;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
}

.www-mp-topbar {
    min-height: 30px;
    background-color: transparent;
}


/* ========== End Page Header ========== */


/* ========== Begin Page Content ========== */

.www-mp-stack-top {
    height: 6px;
    background-image: url(/assets/www-mp/img/nav-top.png);
    background-position: bottom center;
    background-repeat: repeat-x;
}

.www-mp-stack-bottom {
    height: 9px;
    background-image: url(/assets/www-mp/img/nav-bottom.png);
    background-position: bottom center;
    background-repeat: repeat-x;
}

.www-mp-content {
    min-height: 400px;
    color: #2c2c2c;
}

.www-mp-content-body-container,
#content .pageContent {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    max-width: 1200px;
    /* border: solid 3px #29380a; */
    margin-top: 6px;
}

.www-mp-content-body {
    min-height: 400px;
}

.www-mp-content-wrapper {
    padding: 20px;
}

.www-mp-content-title {
    font-family: 'Oswald', 'Arial';
    text-transform: uppercase;
}

.www-mp-content-col-container {
    padding: 20px;
    padding-left: 74px;
    padding-right: 74px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.www-mp-content-col {
    display: inline-block;
    width: 275px;
    vertical-align: top;
    margin-left: 20px;
    min-height: 200px;
    min-width: 275px;
}

.www-mp-content-col.col3 {
    width: 30%;
}

.www-mp-content-col p {
    padding: 10px;
}


/* ========== End Page Content ========== */


/* ========== Begin Page Footer ========== */

.www-mp-footer {
    /* min-height: 120px; */
    color: #f5f5f5;
    background-color: #2c2c2c;
}

.www-mp-legal {
    border-top: solid 1px black;
    padding: 15px;
    text-align: center;
}

.www-mp-legal,
.www-mp-legal a {
    color: silver;
}

.www-mp-legal a {
    padding-left: 10px;
    padding-right: 10px;
}

.www-mp-legal p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.www-mp-footer ul {
    margin: 0;
    padding: 0;
}

.www-mp-footer ul li {
    white-space: nowrap;
    list-style-type: none;
}

.www-mp-footer ul li a {
    white-space: nowrap;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    border-top: dotted 1px gray;
    color: inherit;
}

.www-mp-footer ul li:last-child a {
    border-bottom: dotted 1px gray;
}


/* ========== End Page Footer ========== */


/* ========== Begin Page Header Navigation ========== */

.www-mp-nav {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    background-color: #1e252f;
}

.www-mp-nav-button {
    width: 120px;
    height: auto;
    margin: 0px;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #f5f5f5;
    font-size: 1.5em;
    font-family: 'Oswald', 'Arial';
    font-weight: normal;
    white-space: nowrap;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.www-mp-nav-item {
    border-right: solid 1px #2c2c2c;
}

.www-mp-nav-item:nth-child(2) {
    border-left: solid 1px #2c2c2c;
}

.www-mp-nav-button:hover {
    color: #fa9f01 !important;
    text-decoration: none;
}

.www-mp-nav-item {
    display: inline-block;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.www-mp-nav-item a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap;
}

.www-mp-nav-item a:hover {
    text-decoration: none;
}

.www-mp-nav-item.responsive-menu {
    display: none;
}

.www-mp-nav-item.responsive-menu .www-mp-nav-button:hover {
    color: white;
    text-decoration: none;
}

ul.www-mp-submenu {
    list-style: none;
    position: absolute;
    background: #1e252f;
    display: none;
    z-index: 9001;
}

.www-mp-submenu li {
    height: auto;
    margin: 0px;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #f5f5f5;
    font-size: 1.5em;
    font-family: 'Oswald', 'Arial';
    font-weight: normal;
    white-space: nowrap;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5px;
    padding-left: 6px;
}

.www-mp-submenu li a:hover {
    color: #fa9f01;
}

li.www-mp-nav-item:hover>ul {
    display: block;
}
label.www-mp-nav-button:hover .fa {
    transition: 0.1s;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg);
}

#dropdownCheck {
     display: none;
}
/* ========== End Page Header Navigation ========== */


/* ========== Begin Social Links ========== */

.www-mp-social {
    display: inline-block;
    height: 72px;
    width: 72px;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.www-mp-social-tray {
    top: 316px;
    left: 0px;
    width: 52px;
    position: fixed;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fa9f01;
    padding-top: 10px;
    padding-bottom: 10px;
}

.www-mp-social-tray a {
    font-size: 36px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
}

.www-mp-social-tray i {
    color: #f5f5f5;
}

.www-mp-social-tray i:hover {
    color: #2c2c2c;
}

.www-mp-social-tray .www-mp-social {
    display: block;
}

.www-mp-social-tray.teamspeak {
    top: 226px;
    background-color: white;
}

.www-mp-social-tray.teamspeak:hover {
    background-color: silver;
}


/* ========== End Social Links ========== */


/* ========== Begin Server Links ========== */

.www-mp-server-tray {
    text-align: center;
    /* background-color: rgba(44, 59, 12, 0.61); */
    /*background-color: #2379b4;*/
    /* background-color: transparent;/* rgba(35,121,180, .80);*/
    /* background-color: rgba(24,101,159, .50); */
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(24, 101, 159, .50), rgba(0, 0, 0, 0));
}

.www-mp-server-tray ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(24, 101, 159, .50), rgba(0, 0, 0, 0));
}

.www-mp-server-tray ul li {
    white-space: nowrap;
    list-style-type: none;
    white-space: nowrap;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    /* color: #fa9f01; */
    color: white;
    cursor: default;
    font-family: "Oswald", "Arial";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    text-shadow: 0px 1px 2px #565656;
}

.www-mp-server-tray ul li:hover {
    color: silver;
}

.www-mp-server-tray ul li:first-child {
    padding-left: 0;
}

.www-mp-server-tray ul li:last-child {
    color: #facf01;
    text-align: right;
    padding-right: 0;
    text-shadow: 0px 1px 2px #565656;
}

.www-mp-server-tray ul li:last-child:hover {
    color: #facf01;
}

@media screen and (max-width: 540px) {
    .www-mp-server-tray {
        background: rgba(24, 101, 159, .50);
    }
}


/* ========== End Server Links ========== */


/* ========== Begin Online Player Counter ========== */

#wwwMpPlayerCount {}

.www-mp-playercount-tray {
    /* background-color: #2379b4; */
    text-align: center;
    width: 400px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.www-mp-playercount-tray p {
    display: inline-block;
    color: #f5f5f5;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    padding-top: 3px;
    margin: 0;
    font-family: 'Oswald', 'Arial';
}


/* ========== End Online Player Counter ========== */


/* ========== Begin Home Page Newsfeed ========== */

.www-mp-rss-feed {}

.www-mp-news-content .article {
    min-height: 10px;
    margin-bottom: 50px;
    clear: both;
    font-size: 17px;
}

.www-mp-news-content img {
    max-width: 90%;
}

.www-mp-news-content a {
    color: #ff9800;
}

.www-mp-news-content img.imgleft,
.www-mp-news-content img.imgright {
    max-height: 250px;
    max-width: 100%;
}

.www-mp-news-content .title {
    font-family: 'Oswald', 'Arial';
    font-size: 1.75em;
    font-weight: bold;
    color: #4c4c4c;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: solid 2px #4c4c4c;
    display: block;
    padding-bottom: 6px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.www-mp-news-content .title:hover {
    color: #909090;
    text-decoration: none;
}

.www-mp-news-content .author {
    font-family: 'Oswald', 'Arial';
    font-size: 1.15em;
    padding-top: 5px;
    margin-top: -38px;
    margin-bottom: 5px;
    float: right;
    display: inline-block;
    padding-left: 15px;
    color: #4c4c4c;
    background-color: white;
}

.www-mp-news-content .author a {
    color: #AA0000;
}

.www-mp-news-content .description {
    margin-left: 0px;
    margin-right: 0px;
}

.www-mp-news-content .description img:first {
    display: inline-block;
}

.www-mp-news-content .readmore {
    font-size: .85em;
    text-decoration: none;
    background-color: #073c61;
    color: #F8F8F8;
    padding: 6px 10px;
    border: solid 1px #073c61;
}

.www-mp-news-content .readmore:hover {
    text-decoration: none;
    color: #073c61;
    background-color: transparent;
}

.www-mp-news-content .spacer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wwwMpHomeContinueReading {
    padding-top: 10px;
}

a.button.continueReadingLink {
    float: right;
}

.wwwMainVideoContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

iframe.wwwMainVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ========== End Home Page Newsfeed ========== */


/* ========== Begin Profile Page ========== */

.userBanners {
    margin-top: 10px;
}

.mpBanner {
    padding: 5px 15px;
    color: white;
}

.goldBanner {
    background-color: #FFAA00;
    border-top: solid 2px #e09500;
}

.redBanner {
    background-color: #AA0000;
    border-top: solid 2px #700000;
}

.userTitle {
    font-weight: bold !important;
}


/* ========== End Profile Page ========== */


/* ========== Begin Staff Page ========== */

.www-mp-staff-container {
    font-family: 'Oswald' !important;
}

.www-mp-staff-type {
    width: 100%;
    height: 1%;
    overflow: hidden;
}

.www-mp-staff-container h3 {
    font-size: 25px !important;
    border-bottom: solid 2px gray;
}

.www-mp-staff-container .face {
    float: left;
    padding: 05px 15px;
    text-align: center;
    width: 80px;
    height: 94px;
}

.face a>img {
    height: 80px;
}

.face a>p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* ========== End Staff Page ========== */


/* ========== Begin Games Page ========== */

.www-mp-game-header {
    width: 100%;
    border: solid 3px #29380a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 75%;
}

.www-mp-game-header img {
    width: 40%;
    margin: 0 auto;
    display: block;
}

.www-mp-game-header-count {
    background-color: rgba(44, 59, 12, 0.61);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Oswald';
    font-size: 1.25em;
    color: white;
}

.www-mp-game-header-count .yellow {
    font-size: 1.5em !important;
    color: #F9C42E !important;
}

.www-mp-game-col-title {
    font-size: 1.5em !important;
    border-bottom: solid 2px gray;
    font-family: 'Oswald';
}

.www-mp-game-maps {
    padding-left: 8%;
}

.www-mp-game-maps img {
    width: 100%;
    border: solid 3px #29380a;
}

.www-mp-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.www-mp-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ========== End Games Page ========== */


/* ========== Begin Players/Stats Page ========== */

.www-mp-players-search input[type="text"] {
    width: 25%;
    height: 20px;
    border-radius: 3px;
    border: solid 1px #4a670f;
    font-size: 18px;
    padding: 10px;
}

.www-mp-players-search button {
    font-size: 17px;
    padding: 10px;
    background-color: #4a670f;
    /*    border: solid 1px #eee;*/
    border: none;
    border-radius: 3px;
    width: 10%;
    color: white;
}

.www-mp-players-search button:hover {
    background-color: #648c13;
}

.www-mp-players-header .www-mp-username {
    font-size: 2.5em;
    font-family: 'Oswald';
}

.www-mp-players-header {
    float: left;
    width: 80%
}

.www-mp-rank {
    font-weight: bold;
    text-transform: uppercase;
}

progress[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    appearance: none;
    width: 200px;
    height: 15px;
}

progress[value]::-webkit-progress-value {
    background-color: #42b9f4;
}

.www-mp-players-inner {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #a3a3a3;
    color: white;
    border-radius: 5px;
}

.www-mp-players-outer {
    width: 285px;
    display: inline-block;
    margin: 10px;
}

.www-mp-players-inner .card-header {
    background-color: #1e252f;
    border-bottom: solid 4px #fa9f01;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.www-mp-players-inner .card-body {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f1f1f1;
    color: black;
}


}
.www-mp-row {
    width: 100%;
    margin-bottom: 30px;
    float: left;
}
table.playersStatsTable {
    display: inline-table;
    margin: 3px;
    text-align: center;
    border-collapse: collapse;
    width: 300px;
}
progress {
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
}
.playersAchievementBox {
    display: inline-block;
    width: 188px;
    border: 2px solid;
    margin: 0;
    font-size: initial;
}
.playersAchievements {
    font-size: 0;
}
table.playersStatsTable td {
    padding: 12px;
}
.playersGameName {
    font-size: xx-large;
}
.playersGameGeneralStats table {
    padding: 10px;
    border: solid 4px #fa9f01;
    border-top-right-radius: 15px;
    font-size: 24px;
    float: left;
}
.gameStatsSep {
    margin-top: 15px;
    font-size: xx-large;
    clear: both;
}
td.tableHeaderPlayers {
    border-bottom: solid 4px #fa9f01;
    background: #1e252f;
    color: white;
    font-size: 32px;
}
table.playersStatsTable tr:last-child {
    border-bottom: 1px solid black;
}
table.playersStatsTable tr {
    border-right: 1px solid black;
    border-left: 1px solid black;
}
.playersGameGeneralStats table td {
    padding: 10px;
}
.playersStatsAchievSep {
    font-size: xx-large;
    margin-top: 15px;
}
.playersAchievementBox table {
    font-size: larger;
}
table.playersStatsTable tr:nth-child(even) {
    background-color: #dddddd;
}
table.playersStatsTable th {
    text-align: center;
}
.playersFullGameStats {
    display: none;
    margin-left: 30px;
}
.hideClass {
    display: none;
}
.activeGame {
    display: block;
}
.generalStatsSide {
    padding: 3px;
}
.playersShowMoreBtn {
    background: #1e252f;
    border: none;
    border-radius: 0px;
    color: white !important;
    font-size: 14px;
    height: auto;
    /* margin: 4px; */

    min-width: 265px;
    padding: 6px;
    transition: all 0.25s ease;
    /* border-radius: 5px; */

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 10px;
    border-top: solid 4px #fa9f01;
    cursor: pointer;
    line-height: 21px;
}
.playersShowMoreBtn:hover {
    background-color: #fa9f01;
}
.www-mp-players-inner .card-body {
    padding-left: 0px;
}
.card-body p {
    margin-left: 10px;
}
@media screen and (max-width: 560px) {
    .www-mp-players-outer {
        width: 300px;
    }

    .playersShowMoreBtn {
        min-width: 280px;
    }

    .www-mp-players-header {
        width: 100%
    }
}

/* ========== End Players/Stats Page ========== */
@media screen and (max-width: 1360px) {
    .www-mp-content-body-container,
    #content .pageContent {
        margin-left: 74px;
        margin-right: 74px;
    }

    .www-mp-title-floater {
        margin-left: 60px;
        margin-right: 60px;
    }
}
@media screen and (max-width: 1110px) {
    .www-mp-title-floater {
        margin-left: 20px;
        margin-right: 20px;
        height: 140px;
        width: 140px;
    }

    .www-mp-title-floater.right {
        height: 150px;
        width: 150px;
    }

    .www-mp-content-col.col3 {
        width: 40%;
    }
}
@media screen and (max-width: 970px) {
    .www-mp-title-floater {
        margin-left: 10px;
        margin-right: 10px;
        height: 110px;
        width: 110px;
    }

    .www-mp-title-floater.right {
        height: 120px;
        width: 120px;
    }
    
}
@media screen and (max-width: 900px) {
    .www-mp-title-floater {
        margin-top: 10px;
        margin-left: 6px;
        margin-right: 6px;
        height: 100px;
        width: 100px;
    }

    .www-mp-title-floater.right {
        height: 110px;
        width: 110px;
    }
}
@media screen and (max-width: 840px) {
    /*
    body {
        background-image: none;
        background-color: #2c2c2c;
    }
    */

    .www-mp-title-floater {
        display: none;
    }

    .www-mp-social-tray {
        display: none;
    }

    .www-mp-content-col-container {
        padding: 10px;
    }

    .www-mp-content-col {
        width: 300px;
    }

    .www-mp-social {
        height: 50px;
        width: 50px;
    }

    .www-mp-content-col.col3 {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        min-height: 0px;
        margin-bottom: 10px;
    }

    .www-mp-playercount-tray {
        width: 100%;
        border-radius: 0px;
    }

    .www-mp-header {
        height: auto;
    }

    .www-mp-nav {
        text-align: center;
    }

    .www-mp-nav-item {
        display: block;
        text-align: center;
        border-left: none;
        border-bottom: solid 1px #2c2c2c;
    }

    .www-mp-nav-item:first-child {
        border-right: none;
    }

    .www-mp-nav-button {
        width: 100%;
    }

    .www-mp-news-content .author {
        font-size: .85em;
        padding-top: 8px;
    }

    .www-mp-content-body-container,
    #content .pageContent {
        margin: 0;
        border: none;
    }

    .www-mp-nav-item {
        display: none;
    }

    .www-mp-nav-item.responsive-menu {
        display: block;
        margin-right: 20px;
    }

    .www-mp-nav-item.responsive-menu .www-mp-nav-button {
        text-align: right;
    }
    ul.www-mp-submenu {
    position: inherit;
    background: #121c23;
}

li.www-mp-nav-item:hover>ul{
    display: none;
}

#dropdownCheck:checked ~ ul{
    position: inherit;
    display: block;
}
}

@media screen and (max-width: 340px) {
    .www-mp-content {
        background-image: none;
        background-color: silver;
    }
    /*
    .www-mp-header {
        background-image: none;
        background-color: #2c2c2c;
    }
    */
    /*
    .www-mp-content-body-container {
        margin-left: 4px;
        margin-right: 4px;
    }
    */

    .www-mp-content-col-container {
        padding: 2px;
    }

    .www-mp-content-col {
        width: 100%;
        margin-left: 0px;
    }

    .www-mp-news-content .author {
        font-size: .75em;
        padding-top: 8px;
    }
}

/* ========== Begin Swiper ========== */
.swiper-container {
    height: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw;
    /* background-color: rgba(255,255,255, .80); */

    background-color: rgba(245, 245, 245, .80);
}
.swiper-slide {
    text-align: center;
    width: 100%;
}
.swiper-slide img {
    height: 100%;
}
.swiper-pagination {}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    /* background-color: white; */

    background-color: #2379b4;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #fa9f01;
}
@media screen and (max-width: 1360px) {
    .swiper-container {
        margin-left: 74px;
        margin-right: 74px;
    }
}
@media screen and (max-width: 798px) {
    .swiper-container {
        margin-left: 10px;
        margin-right: 10px;
    }

    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
}
@media screen and (max-width: 340px) {
    .swiper-container,
    .gamesPageSlider {
        display: none;
    }
}

/* ========== End Swiper ========== */

/* ========== Begin Xenforo Overrides ========== */
#moderatorBar {
    background-color: #1e252f !important;
    color: yellow;
}
#content .pageContent {
    /* border: solid 3px #29380a !important;
    border-radius: 0px !important; */
    /* margin-left: 7% !important;
    margin-right: 7% !important; */
    /*
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    */
    /*margin: 0;
    margin-left: 50px;
    margin-right: 50px;
    max-width: none;*/

    margin-top: 15px;
}
.sharePage {
    display: none;
}
.nodeList .categoryStrip {
    background-color: #1e252f !important;
    border-bottom: 4px solid #fa9f01;
    border-radius: 1px;
}
.messageUserInfo a.username {
    font-size: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 4px;
    padding-bottom: 10px;
}
.submitUnit {
    align-item: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.submitUnit input[type="button"],
.submitUnit input[type="submit"],
.submitUnit input[type="reset"],
.button.primary,
.button {
    background: #FF9800;
    border: none;
    border-radius: 2px;
    color: white !important;
    font-size: 14px;
    height: auto;
    margin: 4px;
    min-width: 60px;
    padding: 6px;
    transition: all 0.25s ease;
}
.submitUnit input[type="button"]:hover,
.submitUnit input[type="submit"]:hover,
.button.primary:hover,
.button:hover {
    background: #d07c00 !important;
}
.textCtrl {
    background: none;
    border: none;
    color: #212121;
}
.xenForm .ctrlUnit.submitUnit {
    border-top: none;
    display: flex;
    justify-content: flex-end;
}
.xenForm .ctrlUnit.submitUnit dd {
    padding: 0;
}
.xenForm .ctrlUnit.submitUnit dd input.button {
    min-width: 0;
}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 840px) {
    #content .pageContent {
        margin: 0 !important;
        border: none !important;
        padding: 10px;
    }

    .pageWidth {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    .profileCover {
        height: auto !important;
    }
}
.nodeList .forumNodeInfo,
.nodeList .pageNodeInfo {
    background-color: transparent;
}
.node .node:nth-child(odd) {
    background-color: #f1f1f1;
}
.node .nodeLastPost {
    background-color: transparent;
    border: none;
}
span.lastThreadUser:before {
    content: 'By ';
}
.wwwMpLatestPost {
    background-color: #1e252f;
    text-transform: uppercase;
    color: white;
    padding: 2px;
    font-weight: bold;
    padding-left: 5px;
}
.wwwMpLatestThread {
    padding-left: 7px;
    padding-top: 3px;
}
.sidebar .section .secondaryContent h3 {
    background-color: #1e252f;
    padding: 5px;
    border-bottom: 4px solid rgb(250, 159, 1);
}
.sidebar .section .secondaryContent h3 a,
.sidebar .section .secondaryContent h3 {
    color: white;
    text-decoration: none !important;
}
.listInline {
    padding: 5px;
    color: black;
}
.prefix {
    background: none;
}
.visitorPanel .secondaryContent {
    border-bottom: 4px solid #fa9f01;
}
.sidebar .visitorPanel {
    background-color: #1e252f;
}
.discussionList .sectionHeaders {
    background-color: #1e252f;
    border-bottom: 4px solid rgb(250, 159, 1);
}
.messageUserInfo a.username {
    text-align: center;
}
#DiscussionListOptionsHandle a {
    background-color: rgb(250, 159, 1);
    color: white;
}
input.textCtrl,
.profilePage .profilePoster textarea,
.messageSimple .comment textarea,
textarea#ctrl_status,
div#XenForoUniq0_tagsinput,
select#ctrl_category_id,
select#ctrl_custom_field_missingRank,
select#ctrl_custom_field_Shards,
select#ctrl_custom_field_chests,
select#ctrl_custom_field_PPC,
textarea#ctrl_conversation_message,
select.textCtrl.autoSize,
select#ctrl_parent_node_id,
select#ctrl_list_date_limit_days,
textarea.Elastic.textCtrl,
textarea.textCtrl.Elastic.UserTagger,
select#ctrl_order,
select#ctrl_direction,
select#ctrl_style_id,
select#ctrl_prefix_id,
select#ctrl_custom_field_version {
    border: 1px solid #b2bccc;
}
ul.mainTabs.Tabs {
    background-color: #1e252f !important;
    border-bottom: 4px solid #fa9f01;
}
ul.mainTabs li.active {
    background-color: #fa9f01;
}
ul.mainTabs li a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px;
}

ul.mainTabs li{
    display: inline-flex;
    padding: 0;
}
ul.mainTabs li a:hover {
    color: #fa9f01;
    text-decoration: none;
}
ul.mainTabs li.active a:hover {
    color: white;
    text-decoration: none;
}
h3.subHeading.textWithCount {
    border-bottom: 4px solid #fa9f01;
    background-color: #1e252f;
}
.messageSimple .publicControls {
    font-size: medium;
}
.messageSimple .privateControls {
    font-size: inherit;
}
.messageSimple {
    box-shadow: -1px 1px 6px lightgrey;
    padding: 15px;
    border-radius: 5px;
}
.profilePage .mast {
    width: 200px;
}
.profilePage .mainProfileColumn {
    margin-left: 215px;
}
.profilePage .profilePoster .submitUnit {
    float: right;
}
.coverPhoto {
    max-height: 300px;
    height: 300px;
}
.profileCover {
    height: 390px;
}
.coverLayout .innerElement.bottom .author {
    /* width: auto; */

    height: auto;
    margin-top: 20px;
}
.Cover_userInnerLayout {
    padding-top: 104px;
    padding-left: 20px;
}
.coverLayout .innerElement .avatar>img {
    border-radius: 3px;
    box-shadow: 1px 1px 8px 1px black;
    width: 180px;
    height: 180px;
}
.coverLayout .innerElement.bottom {
    color: black !important;
    background-color: transparent;
    border-top: 0;
    margin-left: 30px;
}
.Cover_userInner .username {
    text-shadow: 1px 1px #e5e5e5;
    color: black;
    font-size: 30px;
}
.profilePage .mast .sectionFooter {
    text-align: center;
    background: #FF9800;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    height: auto;
    padding: 6px;
    box-shadow: 0px 1px 4px 0px rgb(200, 200, 210);
}
.profilePage .mast .sectionFooter a {
    color: white;
}
.sectionFooter a {
    color: #fa9f01;
}
.textWithCount.subHeading .count {
    color: white;
    border: none;
    background-color: transparent;
}
.textWithCount.subHeading .text {
    color: white;
}
#_UserStatus {
    position: relative;
    background: rgb(238, 238, 238);
    border-radius: 12px;
    margin-bottom: 100%;
    MAX-WIDTH: 950px;
    display: block;
    padding: 10px;
    margin-bottom: auto;
    margin-left: 30px;
    /* margin-top: 5px; */
    /* height: auto; */

    margin-left: 180px;
    /* color: #444444; */

    min-height: 25px;
}
#_UserStatus:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: rgb(237, 237, 237);
    ;
    border-left: 0;
    margin-top: -15px;
    margin-left: -12px;
}
.Cover_userInnerLayout dl.pairsInline.lastActivity {
    padding-top: 2px;
    margin-left: 180px;
}
.Cover_userInnerLayout dl.pairsInline.lastActivity>dt {
    color: black;
}
p.userBlurb {
    margin-left: 180px;
}
.Cover_userInner {
    margin-left: 180px;
}
#_UserStatus:before {
    margin-left: 10px;
}
.coverLayout .innerElement.bottom abbr {
    color: #8C8C8C;
}
.userStatus>span.DateTime {
    color: #8C8C8C;
}
.userStatus>span.DateTime:before {
    content: " On "
}
li.wwwMpProfileLinks {
    padding: 4px;
    background-color: #fa9f01;
}
.wwwMpProfileLinks>a.FollowLink,
.wwwMpProfileLinks>a.OverlayTrigger,
.wwwMpProfileLinks {
    color: white;
    border: none;
    font-size: 15px;
}
.wwwMpProfileLinks {
    border-radius: 5px;
    height: auto;
    margin: 4px;
    min-width: 60px;
    padding: 6px;
    transition: all 0.25s ease;
}
.wwwMpProfileLinks>a.FollowLink>.fa,
.wwwMpProfileLinks>a.OverlayTrigger>.fa {
    color: white !important;
    padding: 4px;
}
.sidebar .profilePostList {
    display: none;
}
ul.nav.nav-tabs {
    background-color: #1e252f;
    border-bottom: 4px solid #fa9f01;
    text-align: center;
    text-transform: uppercase;
}
ul.nav.nav-tabs a {
    border-left: 1px solid #444444;
    color: white;
    margin-right: 0;
}
ul.nav.nav-tabs a.active {
    background-color: #fa9f01;
    color: white;
    border-radius: 0px;
    border-right: 1px solid #fa9f01;
}
.nav>li>a:focus,
.nav-tabs>li>a:hover {
    background: #fa9f01;
    border-bottom: 0px;
    border-radius: 0px;
}
#wwwMpTabs-1 {
    padding-bottom: 10px;
}
p[id^=ui-id-] {
    background: white;
    color: #444444;
    margin-left: -2px;
    font-weight: 400;
    border: none;
    border-left: 10px solid #fa9f01;
    margin-top: 3px;
    box-shadow: 0px 0px 2px 2px rgb(237, 237, 237);
    transition: all 0.25s ease;
}
p[id^=ui-id-]:hover {
    background: #F8F8F8;
}
.panels div#wwwMpTabs-3 iframe {
    margin-top: 10px;
    border: 0px solid black;
    box-shadow: 0px 0px 2px 2px rgb(237, 237, 237);
}
.wwwRcRulesTab {
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 120px;
}
.panels div#wwwMpTabs-2 h3 {
    margin-left: 55px;
    font-family: open sans, sans-serif;
}
.panels div#wwwMpTabs-2 h3:before {
    content: "► ";
    font-family: Arial;
    color: #fa9f01;
}
.wwwForumRulesTab {
    margin-left: 50px;
}
.nav>li>a:focus,
.nav-tabs>li>a:hover {
    background-color: #fa9f01 !important;
    border-color: #fa9f01 !important;
}
@media screen and (max-width: 500px) {
    .panels div#wwwMpTabs-2 h3,
    .wwwForumRulesTab {
        margin-left: 0;
    }

    .wwwRcRulesTab {}
}
@media screen and (max-width: 700px) {
    .wwwRcRulesTab {
        margin-right: 0;
    }
}
@media screen and (max-width: 370px) {
    .wwwRcRulesTab {
        margin-right: 0;
    }
}

/* quotes etc */

/* Quotes */
.bbCodeBlock.bbCodeQuote {
    border: none;
    border-radius: 1px;
    box-shadow: 0px 0px 2px 2px rgb(237, 237, 237);
    max-width: 850px;
    font-family: "Segoe UI", sans-serif;
    border-left: 4px solid #CFCFCF;
}

/* Light Version */

/*.bbCodeBlock.bbCodeQuote .attribution.type {
    font-size: 15px;
    font-weight: 400;
    color: #444444;
    background: none;
    background-color: #E8E8E8;
    border: none;
    border-radius: 1px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
}*/

/* Dark Version */
.bbCodeBlock.bbCodeQuote .attribution.type,
.bbCodeBlock.bbCodeCode .type {
    font-size: 15px;
    font-weight: 400;
    color: rgb(237, 237, 237);
    background: none;
    background-color: #1e252f;
    border: none;
    border-radius: 1px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom: 3px solid #ff9800;
}
blockquote.quoteContainer {
    background: none;
    background-color: #F8F8F8;
    border: none;
    font-style: normal;
    color: #444444;
}
blockquote.quoteContainer .quote:before {
    font-family: Trebuchet MS;
    color: #A4A4A4;
    font-size: 18px;
    content: "“ ";
}
blockquote.quoteContainer .quote:after {
    font-family: Trebuchet MS;
    color: #A4A4A4;
    font-size: 18px;
    content: " ”";
}
.quoteExpand.quoteCut {
    background: linear-gradient(to bottom, rgba(255, 244, 229, 0) 0%, rgba(255, 152, 0, 0.33) 80%);
    color: #444444;
}
.bbCodeBlock.bbCodeQuote .attribution.type .button {
    background-color: #FF9800;
    background-image: none;
    border-radius: 2px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 3px;
    margin-top: 2px;
    min-width: 60px;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
    transition: all 0.25s ease;
    border: none;
    box-shadow: none;
}
.bbCodeBlock.bbCodeQuote .attribution.type .button:hover {
    background-color: #d07c00;
    text-decoration: none;
}
.bbCodeBlock.bbCodeCode {
    border: none;
    border-radius: 1px;
    box-shadow: 0px 0px 2px 2px rgb(237, 237, 237);
    margin-right: 8px;
    margin-left: 2px;
    max-width: 860px;
    font-family: "Segoe UI", sans-serif;
    border-left: 4px solid #CFCFCF;
}

/*.bbCodeBlock.bbCodeCode .type {
    font-size: 15px;
    font-weight: 400;
    color: white;
    background: none;
    background-color: #808283;
    border: none;
    border-bottom: 1px solid #CFCFCF;
    border-radius: 1px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
}
*/

/*poll*/
input.button.primary:hover {
    background-color: #d07c00;
    text-decoration: none;
}
input.button.OverlayTrigger.JsOnly {
    background-color: #FF9800;
    background-image: none;
    border-radius: 2px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    margin: 4px;
    margin-top: 2px;
    min-width: 60px;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.25s ease;
}
input.button.OverlayTrigger.JsOnly:hover {
    background-color: #d07c00;
    text-decoration: none;
}
.pollContent {
    box-shadow: 0px 0px 2px 2px rgb(237, 237, 237);
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 60px;
    border-left: 4px solid #fa9f01;
}
.pollBlock .questionMark {
    margin-left: 5px;
    margin-top: 5px;
    background: rgb(237, 237, 237);
    border-radius: 3px;
}
.pollBlock .question .questionText {
    color: #1e252f;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgb(237, 237, 237);
}
.pollBlock .pollOption label {
    border-radius: 0px;
}
.pollBlock .pollOption:nth-child(even) {
    background-color: #F8F8F8;
}
.bbCodeQuote .quoteContainer .quoteExpand {
    background: linear-gradient(to bottom, rgba(255, 244, 229, 0) 0%, rgba(255, 152, 0, 0.33) 80%);
    color: #1e252f;
}
.bbCodeQuote .quoteContainer {
    background: white;
}
.PageNav {
    color: #777777;
    padding-left: 10px;
    padding-top: 8px;
}
.PageNav a {
    color: white;
    background: #FF9800;
    border: none;
    padding: 4px !important;
    margin-top: -2px;
    padding-bottom: 2px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 1px #E1E1E1;
    margin-left: 0px;
    transition: all 0.1s ease;
}
.PageNav a:hover {
    background: #d07c00;
    color: white;
}
.description>a {
    color: #fa9f01;
}
a.username.primaryText {
    color: black;
}
h4.subHeading {
    background-color: #1e252f;
    border-bottom: 4px solid #fa9f01;
    text-align: center;
}
h4.heading.ToggleTrigger {
    border-radius: 0;
    background-color: #1e252f;
    color: white;
    border-bottom: 4px solid #fa9f01;
    padding: 5px 10px;
    margin: 3px auto 0;
    text-align: center;
}
.TeamHeaders ol.tabs {
    background: transparent;
    /* background-color: #1e252f; */

    background-color: #1e252f;
    border-bottom: 4px solid #fa9f01;
    text-align: center;
}
.TeamHeaders ol.tabs li a {
    background: transparent;
    background-color: #1e252f;
    border: none;
    padding: 15px;
    margin: 0;
    color: white;
    border-radius: 0;
    font-family: Oswald, Arial;
    text-decoration: none;
    text-transform: uppercase;
}
.TeamHeaders ol.tabs li.active a {
    background-color: #fa9f01;
}
.TeamListSidebar h3 {
    background-color: #1e252f;
    border-bottom: 4px solid #fa9f01;
    padding: 8px;
    color: white;
}
.secondaryContent.categoryList,
.secondaryContent.miniTeamList.groupThreads,
.secondaryContent.miniTeamList.groupThreads,
.secondaryContent.miniTeamList.groupThreads,
.secondaryContent.miniTeamList {
    padding: 0;
}
.TeamHeaders ol.tabs li a:hover {
    color: #fa9f01;
}
.TeamHeaders ol.tabs li.active a:hover {
    color: white;
}
a.callToAction {
    background: transparent;
    display: inline-block;
    line-height: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
    vertical-align: top;
    background: #FF9800;
    border: none;
    border-radius: 2px;
    color: white !important;
    height: auto;
    margin: 0;
    min-width: 60px;
    padding: 3px;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0px 1px 4px 0px rgb(200, 200, 210);
    -moz-box-shadow: 0px 1px 4px 0px rgb(200, 200, 210);
    -khtml-box-shadow: 0px 1px 4px 0px rgb(200, 200, 210);
    box-shadow: 0px 1px 4px 0px rgb(200, 200, 210);
}
a.callToAction span {
    font-weight: bold;
    font-size: 11px;
    font-family: Calibri, 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background: transparent;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 0;
    display: block;
}
a.callToAction:hover span {
    background-color: transparent;
}
a.callToAction:hover {
    background-color: #d07c00
}
.messageResponse:first-child {
    border-top: 1px solid;
}
.likesSummary.secondaryContent {
    border-bottom: none;
}
li [id^="profile-post-comment"] {
    border-top: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    box-shadow: 0px 1px 3px lightgrey;
}
input.button.ClickNext {
    max-height: 20px;
    padding: 0;
}
input.button.ClickPrev {
    max-height: 20px;
    padding: 0;
}
#SignupButton {
    box-shadow: 0px 1px 4px 0px rgb(200, 200, 210);
    display: block;
    cursor: pointer;
    background: #FF9800;
    border: none;
    color: white !important;
    height: auto;
    margin: 4px;
    min-width: 60px;
    padding: 6px;
}
#SignupButton .inner {
    font-weight: normal;
    font-size: 20px;
    font-family: Calibri, 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background: none;
}
#SignupButton:hover .inner {
    background-color: #d07c00 !important;
    text-decoration: none;
}
#SignupButton:hover {
    background-color: #d07c00 !important;
    text-decoration: none;
}
@media screen and (max-width: 500px) {
    .pollBlock .pollResult h3 {
        display: block;
    }

    .pollBlock .pollResult .barCell {
        display: block;
    }
}
a.navLink.NoPopupGadget {
    font-size: initial;
}
.navTabs .navTab.PopupClosed .navLink {
    /*color: white;  
    text-shadow: 0px 0px 5px black;*/

    color: #1e252f;
    text-shadow: 0px 0px 2px #e7e8e9;
    font-weight: bold;
}
.navTabs .navTab.PopupClosed {
    transition: background-color 0.5s;
}
.navTabs .navTab.PopupClosed:hover {
    background-color: rgba(30, 37, 47, 0.48);
}
.messageInfo.primaryContent {
    padding: 20px;
}
.xenOverlay.memberCard {
    background-color: #1e252f !important;
}
.userProfileBox {
    width: 200px;
    padding-top: 10px;
}
.userIgn {
    min-height: 35px;
    margin-bottom: 5px;
}
.userProfileBox td {
    padding: 5px;
}
#wwwMpUserIgn {
    font-size: 16px;
    font-weight: bold;
}
div#wwwMpUserFace {
    float: left;
    padding-right: 5px;
}
#wwwMpUserStats {
    padding-top: 10px;
}
span#wwwMpUserLevel {
    font-weight: bold;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 16px;
}
.messageCharacter {
    border-radius: 3px;
    margin-bottom: 5px;
    cursor: pointer;
    width: auto;
    background-color: #1e252f;
    color: white !important;
    border: 2px solid #ff9800;
    font-size: 10px;
    text-shadow: 0px 0px 3px white;
    height: 26px;
    line-height: 25px;
    padding: 3px;
}
.messageCharacter:hover {
    background-color: rgb(30, 37, 47);
    text-decoration: none !important;
    color: #fa9f01 !important;
    text-shadow: 0px 0px 3px #ff9800;
}
.messageSkin {
    float: left;
    padding-right: 1px;
    height: 100%;
}
.wwwMpOverviewGame img {
    width: 100%;
    height: 100%;
    float: left;
}
.wwwMpOverviewGame {
    height: 135px;
    width: 210px;
    display: inline-block;
    background-color: #1e252f;
    border: 2px solid #fa9f01;
    border-radius: 35px;
    color: white;
    cursor: pointer;
}
.gamesPagePictures {
    max-width: 1200px;
}
.wwwMpOverviewGame:hover {
    box-shadow: 0px 0px 17px #c1460b;
}
.wwwMpOverviewGame:hover {
    color: #fa9f01 !important
}
.wwwMpOverviewText {
    margin: auto;
    width: 55%;
    float: right;
    display: none;
}
@media (max-width: 840px) {
    .Responsive .Cover_userInnerLayout .userBanners,
    .Responsive .Cover_userInnerLayout .userBlurb,
    .Responsive .Cover_userInnerLayout .userStatus,
    .Responsive .coverLayout .innerElement.bottom {
        display: block;
    }

    #_UserStatus,
    p.userBlurb,
    .Cover_userInnerLayout dl.pairsInline.lastActivity {
        display: none !important;
    }

    .coverLayout .innerElement.bottom {
        margin-left: 0;
    }

    .coverLayout .innerElement.bottom .author {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 60px;
        height: 60px;
        margin-top: 0;
    }

    .coverLayout .innerElement .avatar>img {
        width: 60px;
        height: 60px;
    }

    .Cover_userInnerLayout {
        padding-top: 0;
        padding-left: 65px;
    }

    .Cover_userInner {
        margin-left: 0;
    }

    .Cover_userInnerLayout {
        width: auto;
    }

    img.coverPhoto.photo {
        min-height: 200px;
    }

    p#UserStatus {
        display: none;
    }
}
.xenForm {
    max-width: 1300px;
}
.xenForm>ul.tabs li a {
    background: transparent;
    background-color: #1e252f;
    border: none;
    padding: 15px;
    margin: 0;
    color: white;
    border-radius: 0;
    font-family: Oswald, Arial;
    text-decoration: none;
    text-transform: uppercase;
}
.xenForm>ul.tabs li.active a {
    background-color: #fa9f01;
}
.xenForm>ul.tabs li a:hover {
    color: #fa9f01;
}
.xenForm>ul.tabs {
    background: transparent;
    /* background-color: #1e252f; */

    background-color: #1e252f;
    border-bottom: 4px solid #fa9f01;
    text-align: center;
    padding: 0;
}
.message .newIndicator {
    background: #7dc647;
    border: 1px solid #7dc647;
    border-radius: 2px;
    color: white;
}
.message .newIndicator span {
    background-color: #7dc647;
}
a.externalLink,
a.internalLink,
.ui-widget-content a {
    color: cornflowerblue;
}
.ugc a:hover,
.ugc a:focus {
    background: none;
}
.emCtrl:hover,
.emCtrl:focus,
.ugc a:hover,
.ugc a:focus {
    box-shadow: 0px 0px;
}
span.wwwMpWaringPoints {
    background-color: #ededed;
    padding: 2px;
    color: #868686;
    border-radius: 5px;
    /* border: 1px solid #584f4f; */

    float: right;
    font-weight: bold;
    padding-right: 7px;
    padding-left: 7px;
}
a.AttributionLink {
    color: #ff9800;
}
a.AttributionLink:hover {
    color: #e6e6e6;
}
@media (max-width: 600px) {
    .message .messageInfo {
        margin-left: 0;
    }

    .messageUserInfo {
        float: inherit;
        width: auto;
    }

    .avatarHolder {
        display: inline-block;
        float: left;
    }

    #QuickReply {
        display: block;
        float: left;
        margin-left: 0;
    }

    h3.userText {
        min-height: 110px;
    }

    ul.mainTabs.Tabs {
        margin-top: 50px;
        overflow: hidden;
    }
}
a.OverlayTrigger.jumpMenuTrigger {
    display: none;
}
.medals {
    text-align: center;
}
div#AlertsMenu {
    right: 10px !important;
    left: auto !important;
}
div#ConversationsMenu {
    right: 45px !important;
    left: auto !important;
}
@media screen and (max-width: 425px) {
    div#AccountMenu,
    div#AlertsMenu,
    div#ConversationsMenu {
        right: 0 !important;
    }

    div#AccountMenu {
        left: auto !important;
    }
}
fieldset.breadcrumb {
    border: 0px;
    font-size: 14px;
    background: rgb(249, 249, 249);
}
.breadcrumb {
    border-radius: 0px;
}
.breadcrumb .crust a.crumb {
    color: #7b7b7b;
}
.breadcrumb .crust:first-child a.crumb,
.breadcrumb .crust.firstVisibleCrumb a.crumb {
    border-radius: 0px;
}
.profilePage .mast .sectionFooter a:hover {
    text-decoration: none;
}
.profilePage .mast .sectionFooter:hover {
    background: #d07c00 !important;
}
.Touch .xenOverlay .section ol {
    max-height: 400px;
    overflow: auto;
}
.xenOverlay {
    /* height: 520px; */

    overflow: auto;
}
.Touch .xenOverlay .section,
.Touch .xenOverlay .sectionMain {
    height: auto;
}
.prefixRed {
    color: #fb7b50;
}
.prefixLightblue {
    color: #06f980;
}
.prefixGold {
    color: #ffd480;
}
.prefixGreen {
    color: #a1f7f7;
}
.prefixPurple {
    color: #8080ff;
}
.leaderboardTable tr a {
    color: #fa9f01;
    text-decoration: none;
}
.leaderboardTable tr a:hover {
    text-decoration: none;
}
img.playersGamePicture {
    width: 100%;
    height: 145px;
}
.www-mp-players-inner .card-header {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.www-mp-players-inner {
    background-color: transparent;
}
.www-mp-players-inner .card-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
li.activePlatform {
    background-color: #fa9f01 !important;
}
ul.platformChoose {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 20px;
    /* height: 50px; */

    background-color: #1e252f;
    margin-top: 20px;
    border-bottom: 4px solid #fa9f01;
}
ul.platformChoose li {
    display: inline-block;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font-size: initial;
    background-color: #1e252f;
    color: white;
    padding: 10px;
    cursor: pointer;
}
.wwwGamesOverviewHeader {
    height: 200px;
    width: 100%;
    border: solid 3px #29380a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 75%;
    margin-bottom: 30px;
    text-align: center;
    line-height: 10px;
}
.wwwGamesOverviewHeader img {
    vertical-align: middle;
    height: 150px;
}
.gamePageIntro {
    font-size: 18px;
}
.gamesPageChoose {
    display: block;
    border-bottom: 4px solid black;
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 20px;
    border-radius: 7px;
}
.wwwMpOverviewGame.activeGame,
.wwwMpOverviewGame.activeGamePE {
    /* border: 3px solid #fa9f01; */

    box-shadow: 0px 0px 17px #c1460b;
}
.wwwMpOverviewGame {
    border: 1px solid #fa9f01;
}
img.wwwMpDescImg {
    height: inherit;
    vertical-align: middle;
    display: inline-block;
    width: 35%;
}
.wwwMpDescText {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.gameShortDesc {
    margin-top: 50px;
    display: none;
}
.gameShortDesc.activeDesc,
.gameShortDesc.activeDescPE {
    display: block;
}
.platformPage.activePlatform {
    display: block;
}
.platformPage {
    display: none;
}
@media screen and (max-width: 650px) {
    .wwwMpOverviewGame {
        height: 70px;
        width: auto;
    }

    .wwwMpOverviewGame img {
        width: auto;
    }

    .www-mp-players-search input[type="text"] {
        width: 60%;
    }

    .wwwMpDescText {
        width: 100%;
    }

    img.wwwMpDescImg {
        width: 100%;
    }

    p.explain.muted {
        display: none;
    }
}
@media screen and (max-width: 346px) {
    .wwwMpOverviewGame {
        height: 60px;
    }
}
@media (max-width: 480px) {
    .Responsive .messageUserBlock div.avatarHolder .avatar img {
        width: 100px;
        height: 100px;
    }

    .Responsive .messageUserBlock h3.userText {
        margin-left: 110px;
    }

    .Responsive .messageUserBlock .userBanner {
        display: block;
    }
}
.navTabs .visitorTabs {
    position: absolute;
    right: 10px;
}
.Team_PublicControlsInner a.like .material-icons,
.Team_CommentPublicControls .material-icons,
.Team_PublicControlsInner a.like .material-icons,
.Team_PublicControlsInner .material-icons {
    display: none;
}
.nodeTitle a:hover,
.nodeList .categoryStrip .nodeTitle a:hover {
    text-decoration: none;
    color: #ff9800;
    transition: all 0.08s ease
}
#loginBar #loginBarHandle,
#loginBar {
    background-color: rgb(30, 37, 47);
}
.xenOverlay.timedMessage {
    background: #1e252f;
}
.xenOverlay.timedMessage .content {
    color: white;
}
.navTabs .navTab.account .navLink .accountUsername {
    max-width: 150px;
}
.blockrow .advappdescription {
    width: 300px;
}
.navPopup>.sectionFooter {
    padding: 5px;
}
.advappsubhead {
    height: auto;
}
.message .messageContent .messageText img {
    max-width: 80%;
}
.messageNotices li {
    font-size: 1em;
    background: #de6161;
    padding: 15px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    line-height: 16px;
    color: white;
    text-align: center;
}
hr.stickySeparator {
    background-color: #1e252f;
    border-style: solid;
    border-color: #1e252f;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    padding: 0px;
    margin: 0px;
    height: 4px;
}
.subHeading {
    background-color: #fa9f01;
}
.heading,
.xenForm .formHeader {
    background-color: rgb(30, 37, 47);
}
.MedalHeap li {
    float: none;
    display: inline-block;
}
.discussionList .sectionHeaders a span {
    display: inline-block;
}
.Team_BadgeList li:not(.Team_RibbonWrap), .sidebar .featuredNotice {
    color: rgb(255, 255, 255);
    background: #afde68;
    padding: 3px 8px;
    border: 1px solid #afde68;
}
.bbCodeImageFullSize {
    max-width: 1050px;
}

input#QuickSearchQuery {
    height: 25px;
    width: 70%;
}

.deleted .Team_BadgeList li:not(.Team_RibbonWrap) {
    color: white;
    background-color: #e03030;
    border: 1px solid #e03030;
}
.moderated .Team_BadgeList li:not(.Team_RibbonWrap), span.Team_ContentStateBadge {
    background-color: #fa9f01;
    background: #fa9f01;
    border: #1e252f;
    color: white;
}

.PageNav .scrollable {
    width: 148px;
}



div[class^='LeaderPage'], div[class*=' LeaderPage']{
    display: none;
}
div[class^='LeaderButton'], div[class*=' LeaderButton']{
    display: inline-block;
    background: #FF9800;
    border: none;
    border-radius: 2px;
    color: white !important;
    font-size: 14px;
    height: auto;
    margin: 4px;
    padding: 10px;
    transition: all 0.25s ease;
    box-shadow: 0px 1px 4px 0px rgb(200,200,210);
    cursor: pointer;
}
.activeLeaderPage {
display: block !important;
}

.activeLeaderButton {
    background: #d07c00 !important;
}

.leaderButtonWrapper {
    text-align: center;
}

.LeaderPage1.activeLeaderPage {
    padding-top: 50px;
}

.Medal .users {
    padding-top: 6px;
}

.www-mp-game-header-count .yellow {
    display: none;
}
@media screen and (max-width: 970px) {
    article blockquote iframe {
        width: 90%;
    }
}

.message_MessageNumber {
    padding-left: 5px;
}

#messageList .messageSimple .userBanners {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

#messageList .messageSimple .messageContent article, #messageList .messageSimple .messageContent blockquote {
    /* display: grid !important; */
    padding-top: 10px;
    padding-right: 10px;
}

/* .messageMeta.ToggleTriggerAnchor {
    line-height: 10px;
} */

a.item.muted.postNumber.hashPermalink.OverlayTrigger {
    line-height: 25px;
}

#messageList .messageSimple.support .userBanners {
    display: none;
}

.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}
/* ========== End Xenforo Overrides ========== */