html {
    color: #000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    /* font-style: inherit;
    font-weight: inherit; */
}

del,
ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
    text-decoration: none
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

legend {
    color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select,
input,
button,
textarea,
button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    font-size: 108%;
    line-height: 100%;
}

html {
    background-color: rgb(237, 237, 237);
    padding: 0;
    margin: 0;
    background-color: #2c2c2c;
    font-family: "Arial";
    font-size: 16px;

    overflow-y: scroll !important;
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;

    color: rgb(20, 20, 20);
    word-wrap: break-word;
    line-height: 1.28;
}

.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(/apps/main/themes/kmc/public/assets/img/extras/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-server-tray {
    background: rgba(33, 25, 95, 0.49) !important;
}

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

.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(/web/20191224065848im_/https://www.mineplex.com/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;
}


.www-mp-server-tray ul {
    background: transparent !important;
}

.www-mp-server-tray ul li {
    text-shadow: none !important;
    font-size: 15pt !important;
    letter-spacing: 0.4pt !important;
    font-weight: 400 !important;
    width: 143px;
    text-align: center !important;
    padding-top: 2pt !important;
    padding-bottom: 2pt !important;
    cursor: pointer !important;
}

.www-mp-server-tray ul li:hover,
.www-mp-server-tray ul li:focus,
.www-mp-server-tray ul li:active {
    color: #ffdd0d !important;
}

.www-mp-server-tray ul li.mp-playercount {
    width: inherit !important;
    cursor: pointer;
}

.www-mp-server-tray ul li.mp-playercount:hover,
.www-mp-server-tray ul li.mp-playercount:focus,
.www-mp-server-tray ul li.mp-playercount:active {
    color: rgba(250, 208, 0, 1) !important
}


span#wwwMpPlayerCount i.fas.fa-spinner-third {
    animation-name: spinner;
    animation-duration: 750ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-size: 16pt;
    position: relative;
    top: -1pt;
}

span#VisitorCharPicture i {
    animation-name: spinner;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    height: 26pt;
    width: 26pt;
    float: left;
    margin-right: 5pt;
}


@keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.www-mp-titletray .www-mp-server-tray ul li.mp-playercount {
    color: rgba(250, 208, 0, 1) !important;
    text-align: right !important;
}

.www-mp-server-tray ul li {
    color: rgba(255, 160, 0, 1) !important;
    padding-right: 25pt !important;
}

.www-mp-server-tray ul li.mp-serverinfo.mp-serverinfo-last {
    padding-left: 15pt !important;
}

#wwwMpPlayerCount {
    width: 45pt !important;
    display: inline-block;
    text-align: center;
}

.www-mp-header .pageContent {
    position: relative;
}

.www-mp-header {
    position: relative;
    z-index: 9999;
}

.serverTitleimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 10;
}


.www-mp-title,
.www-mp-server-tray,
.www-mp-stack {
    position: relative;
    z-index: 30;
    user-select: none;
}

.www-mp-topbar {
    min-height: inherit !important;
}

.www-mp-title {
    height: 190px !important;
}

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

/*==========Begin Page Header Navigation==========*/
.www-mp-nav {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    background-color: #1e252f;
}

.www-mp-nav-button {
    user-select: none;
    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 .profile-holder {
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 7.5625rem;
    width: 4rem;
    margin-bottom: -0.23rem;
}

.www-mp-nav-item .small-profile-holder {
    visibility: hidden;
    position: absolute;
    right: -4px;
    bottom: 0px;
    height: 4.5625rem;
    width: 4rem;
}

.www-mp-nav-item .small-profile-icon {
    position: absolute;
    bottom: 0px;
    height: 2.9rem;
    width: 2.9rem;
    background-size: cover;
    transform: scaleX(-1);
}

.www-mp-nav-item .profile-icon {
    position: absolute;
    bottom: 0px;
    height: 5.5625rem;
    width: 4rem;
    background-size: cover;
    transform: scaleX(-1);
    transition: 0.2s ease-in-out;
}

.www-mp-nav-item.login:hover .profile-icon {
    height: 6.5625rem;
}

.mp-nav-sticky .profile-icon {
    visibility: hidden;
}

.mp-nav-sticky .small-profile-holder {
    visibility: visible;
}

.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 .caret {
    transition: 0.1s;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

label.www-mp-nav-button:hover .caret {
    transition: 0.1s;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#dropdownCheck {
    display: none;
}

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

/* ========== 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);
    }
}

.layer {
    display: block;
    position: absolute;
    background-size: auto 100% !important;
    background-repeat: repeat-x !important;
    background-position: center !important;
    height: 240px;
    width: 200%;
    left: inherit;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.bgrnd {
    position: relative;
    height: 240px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: auto 100% !important;
    background-repeat: repeat-x !important;
    background-position: center !important;
    background: url(https://wsrv.nl/?url=https://krypticmc.net/apps/main/themes/kmc/public/assets/img/extras/parallaxheader_layer0.avif&output=webp&q=75&il);
    z-index: 40;
}


#l1 {
    z-index: 1;
    background: url(https://wsrv.nl/?url=https://krypticmc.net/apps/main/themes/kmc/public/assets/img/extras/parallaxheader_layer1.avif&output=webp&q=75&il);
    bottom: 30pt;
}

#l2 {
    z-index: 2;
    background: url(https://wsrv.nl/?url=https://krypticmc.net/apps/main/themes/kmc/public/assets/img/extras/parallaxheader_layer2.avif&output=webp&q=75&il);
}


#l3 {
    z-index: 3;
    background: url(https://wsrv.nl/?url=https://krypticmc.net/apps/main/themes/kmc/public/assets/img/extras/parallaxheader_layer3.avif&output=webp&q=75&il);
    bottom: 0pt;
}

#l4 {
    z-index: 4;
    background: url(https://wsrv.nl/?url=https://krypticmc.net/apps/main/themes/kmc/public/assets/img/extras/parallaxheader_layer4.avif&output=webp&q=75&il);
    background-repeat: no-repeat !important;
}

#l5 {
    z-index: 5;
    background: url(https://wsrv.nl/?url=https://krypticmc.net/apps/main/themes/kmc/public/assets/img/extras/parallaxheader_layer5.avif&output=webp&q=90&il);
    background-repeat: no-repeat !important;
}


.www-mp-titletray {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 240px;
}

.www-mp-server-tray {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.www-mp-header {
    background: transparent !important;
}


div#l5 {

    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    top: 10pt
}

@keyframes fadein {
    from {
        opacity: 0.7;
        top: 20pt;
    }

    to {
        opacity: 1;
        top: 10pt;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
        top: -10pt;
    }

    to {
        opacity: 1;
        top: 0pt;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        top: -10pt;
    }

    to {
        opacity: 1;
        top: 0pt;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
        top: -10pt;
    }

    to {
        opacity: 1;
        top: 0pt;
    }
}


.bgrnd_fallback {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
}

.bgrnd_fallback span {
    display: block;
    position: absolute;
}


.bgrnd_fallback_b {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    BACKGROUND: linear-gradient(#3c8ccb, #99e6eb);
}


li.www-mp-nav-item a,
li.www-mp-nav-item label {
    font-family: 'BenchNine', sans-serif;
    font-size: 21pt;
    z-index: 45;
    position: relative;
}

.www-mp-nav-item {
    border-right: 0pt !important;
}

/* .www-mp-nav-button {
    width: inherit;
    padding: 10pt 15pt;
    cursor: pointer;
} */

.www-mp-nav-item:nth-child(2) {
    border-left: 0pt !important;
}

.www-mp-nav .www-mp-nav-button:hover {
    color: white !important;
}

li.www-mp-nav-item span.nav_anim {
    position: absolute;
    bottom: 0;
    height: 0%;
    width: 100%;
    left: 0;
    background: #EB5600;
    transition: 0.3s ease;
    transition-delay: 0.05s;
    z-index: 2;
}


li.www-mp-nav-item {
    position: relative;
}

li.www-mp-nav-item:hover span.nav_anim {
    height: 100%;
    z-index: 3;
}

li.www-mp-nav-item span.nav_anim span {
    background: #fa9f01;
}

.www-mp-nav {
    box-shadow: 0px 4px rgba(0, 0, 0, 0.1);
}

li.www-mp-nav-item ul.www-mp-submenu {
    display: block !important;
    height: 0px;
    transition: 0.3s ease;
    overflow: hidden;
    right: 0pt;
}

li.www-mp-nav-item ul {
    width: 100%;
}

li.www-mp-nav-item:hover ul.www-mp-submenu-players {
    box-shadow: 0px 3px 9px 4px rgba(0, 0, 0, 0.1);
    height: 79px !important;
}

li.www-mp-nav-item:hover ul.www-mp-submenu-support {
    box-shadow: 0px 3px 9px 4px rgba(0, 0, 0, 0.1);
    height: 79px !important;
}

li.www-mp-nav-item:hover ul.www-mp-submenu-profile {
    box-shadow: 0px 3px 9px 4px rgba(0, 0, 0, 0.1);
    max-height: 1000px;
}

ul.www-mp-submenu li a {
    font-size: 18pt !important;
}

ul.www-mp-submenu li a,
ul.www-mp-submenu li a:active,
ul.www-mp-submenu li a:visited,
ul.www-mp-submenu li a:focus {
    color: #414e61;
}

ul.www-mp-submenu li a {
    display: block;
}

ul.www-mp-submenu {
    background: white !important;
    z-index: 90 !important;
}

ul.www-mp-submenu li a {
    color: #414e61;
}

ul.www-mp-submenu li {
    border-bottom: 1.5pt solid #EFEFEF;
    padding: 4px 2.5px;
}


.www-mp-content .www-mp-stack {
    z-index: 20 !important;
}


/* ========== 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';
}

/* .www-mp-server-tray ul li {
    padding-top: 4px !important;
} */


/* .www-mp-server-tray ul {
    margin-bottom: -2px !important;
} */

.www-mp-server-tray li.mp-serverinfo.mp-playercount {
    position: absolute;
    top: -30px;
    width: 200px !important;
    opacity: 0;
}

li.mp-serverinfo.mp-playercount.mp-player-bedrock {
    right: 0;
}

.www-mp-server-tray {
    overflow: hidden !important;
}

.www-mp-server-tray ul {
    position: relative;
    padding-left: 60px !important;
}

li.mp-serverinfo.mp-playercount span.mp-playercount-number {
    width: 60px;
    display: inline-block;
}

li.mp-serverinfo.mp-playercount.mp-player-java {
    left: 0;
}

li.mp-serverinfo.mp-playercount span#www-mp-bedrockplayers {
    width: auto;
}

li.mp-serverinfo.mp-serverip {
    top: -2px !important;
}

.www-mp-server-tray ul li {
    position: relative;
}

li.www-mp-nav-item a:focus {
    text-decoration: none;
    color: white;
}


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

/* ========== 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;
}

span.MP_Emojione {
    transition: 0.3s ease;
}

.footercontentholder {
    max-width: 1300px;
    margin: auto;
    padding-top: 40px;
}

.footer_MPlist {
    display: inline-block;
}

.footer_maincontent {
    text-align: center;
    padding-bottom: 20px;
    transition: 0.2s ease;
}

.footer_copyright {
    color: #515051;
    font-weight: 600;
    padding: 10px 0;
    border-top: 1.5pt solid #2E2C2E;
}

.footerblockcontainer {
    font-family: "Open Sans", Arial, sans-serif;
    background-color: #232325;
    z-index: 60;
    position: relative;
}

.www-mp-footer {
    background-color: transparent !important
}

.footer_MPtop {
    height: 65px;
    background: url(/apps/main/themes/kmc/public/assets/img/play/footer_wave.svg);
    background-size: 102%;
    background-repeat: no-repeat;
    margin-top: 125px;
}

.footer_maincontent ul {
    vertical-align: top;
}

ul.footer_MPlist {
    font-size: 11pt;
    text-align: left;
    padding: 0 30px !important;
    border-left: 1.5pt solid #2E2C2E;
    width: 130px;
    transition: 0.2s ease;
}

li.footer_MPlistTitle {
    color: #FA9F01;
    font-family: "Open Sans";
    font-size: 22pt;
    margin-bottom: 10pt;
    font-weight: 100;
    padding: 0 !important;
    letter-spacing: -0.3pt;
    transition: 0.2s ease;
}

ul.footer_MPlist li {
    padding-top: 5px;
    padding-bottom: 5px;
}


ul.footer_MPlist.footer_MPlistlast {
    border-right: 1.5pt solid #2E2C2E;
}


ul.footer_MPlist.footer_MPlogo {
    border-left: 0pt;
    width: unset;
    padding: 0pt !important;
    padding-right: 15px !important;
    margin-left: -30px;
}


ul.footer_MPlist.footer_MPlogo img {
    width: 300px;
    transition: 0.2s ease;
}

ul.footer_MPlist.footer_MPlistlast img {}

.footer_MPlist:last-child img {
    height: 120px;
}

.footer_MPlist:last-child {
    padding-left: 30px;
}

.footer_MPSocial {
    text-align: center;
    margin-top: -20px;
}

.footer_MPSocialBlock {
    font-size: 16pt;
    margin-top: 5px;
}

.footer_MPSocialBlock a {
    width: 20pt;
    height: 18.5pt;
    display: inline-block;
    color: white;
    border-radius: 200px;
    margin: 2pt;
    overflow: hidden;
    padding-top: 3pt;
    padding-bottom: 1pt;
    padding-left: 3pt;
    padding-right: 3pt;
}

a.footer_MPSocial_Twitter {
    background: #00BEE0;
}

a.footer_MPSocial_Facebook {
    background: #39588E;
}

a.footer_MPSocial_Discord {
    background: #7289DA;
}

a.footer_MPSocial_Twitch {
    background: #794bcd;
}

a.footer_MPSocial_Youtube {
    background: #FF0000;
}

.footer_MPSocialBlock a span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: 0.3s ease;
    background: white;
    display: block;
    height: 0;
    width: 0;
    border-radius: 500px;
}

.footer_MPSocialBlock a {
    position: relative;
}

.footer_MPSocialBlock a i {
    position: relative;
    z-index: 15;
    transition: 0.3s ease;
}

.footer_MPSocialBlock a:hover span {
    width: 100%;
    height: 100%;
    right: 0;
}

a.footer_MPSocial_Twitter i {
    transition: 0.3s ease;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}

a.footer_MPSocial_Twitter:hover i {
    color: #00BEE0;
}

a.footer_MPSocial_Facebook i {
    transition: 0.3s ease;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}

a.footer_MPSocial_Facebook:hover i {
    color: #39588E;
}

a.footer_MPSocial_Discord i {
    transition: 0.3s ease;
    text-shadow: 0px 0px #5e6bc2, 1px 1px #5e6bc2, 2px 2px #5e6bc2, 3px 3px #5e6bc2, 4px 4px #5e6bc2, 5px 5px #5e6bc2, 6px 6px #5e6bc2, 7px 7px #5e6bc2, 8px 8px #5e6bc2, 9px 9px #5e6bc2, 10px 10px #5e6bc2, 11px 11px #5e6bc2, 12px 12px #5e6bc2, 13px 13px #5e6bc2, 14px 14px #5e6bc2, 15px 15px #5e6bc2, 16px 16px #5e6bc2, 17px 17px #5e6bc2, 18px 18px #5e6bc2, 19px 19px #5e6bc2, 20px 20px #5e6bc2, 21px 21px #5e6bc2, 22px 22px #5e6bc2, 23px 23px #5e6bc2, 24px 24px #5e6bc2, 25px 25px #5e6bc2, 26px 26px #5e6bc2, 27px 27px #5e6bc2, 28px 28px #5e6bc2, 29px 29px #5e6bc2, 30px 30px #5e6bc2;
}

a.footer_MPSocial_Discord:hover i {
    color: #7289DA;
}

a.footer_MPSocial_Twitch i {
    transition: 0.3s ease;
    text-shadow: 0px 0px #6537b8, 1px 1px #6537b8, 2px 2px #6537b8, 3px 3px #6537b8, 4px 4px #6537b8, 5px 5px #6537b8, 6px 6px #6537b8, 7px 7px #6537b8, 8px 8px #6537b8, 9px 9px #6537b8, 10px 10px #6537b8, 11px 11px #6537b8, 12px 12px #6537b8, 13px 13px #6537b8, 14px 14px #6537b8, 15px 15px #6537b8, 16px 16px #6537b8, 17px 17px #6537b8, 18px 18px #6537b8, 19px 19px #6537b8, 20px 20px #6537b8, 21px 21px #6537b8, 22px 22px #6537b8, 23px 23px #6537b8, 24px 24px #6537b8, 25px 25px #6537b8, 26px 26px #6537b8, 27px 27px #6537b8, 28px 28px #6537b8, 29px 29px #6537b8, 30px 30px #6537b8;
}

a.footer_MPSocial_Twitch:hover i {
    color: #794bcd;
}


a.footer_MPSocial_Youtube i {
    transition: 0.3s ease;
    text-shadow: 0px 0px #c80000, 1px 1px #c80000, 2px 2px #c80000, 3px 3px #c80000, 4px 4px #c80000, 5px 5px #c80000, 6px 6px #c80000, 7px 7px #c80000, 8px 8px #c80000, 9px 9px #c80000, 10px 10px #c80000, 11px 11px #c80000, 12px 12px #c80000, 13px 13px #c80000, 14px 14px #c80000, 15px 15px #c80000, 16px 16px #c80000, 17px 17px #c80000, 18px 18px #c80000, 19px 19px #c80000, 20px 20px #c80000, 21px 21px #c80000, 22px 22px #c80000, 23px 23px #c80000, 24px 24px #c80000, 25px 25px #c80000, 26px 26px #c80000, 27px 27px #c80000, 28px 28px #c80000, 29px 29px #c80000, 30px 30px #c80000;
}

a.footer_MPSocial_Youtube:hover i {
    color: #FF0000;
}

.footer_MPSocialBlock a:hover i {
    text-shadow: 0px 0px #d5d5d5, 1px 1px #d5d5d5, 2px 2px #d5d5d5, 3px 3px #d5d5d5, 4px 4px #d5d5d5, 5px 5px #d5d5d5, 6px 6px #d5d5d5, 7px 7px #d5d5d5, 8px 8px #d5d5d5, 9px 9px #d5d5d5, 10px 10px #d5d5d5, 11px 11px #d5d5d5, 12px 12px #d5d5d5, 13px 13px #d5d5d5, 14px 14px #d5d5d5, 15px 15px #d5d5d5, 16px 16px #d5d5d5, 17px 17px #d5d5d5, 18px 18px #d5d5d5, 19px 19px #d5d5d5, 20px 20px #d5d5d5, 21px 21px #d5d5d5, 22px 22px #d5d5d5, 23px 23px #d5d5d5, 24px 24px #d5d5d5, 25px 25px #d5d5d5, 26px 26px #d5d5d5, 27px 27px #d5d5d5, 28px 28px #d5d5d5, 29px 29px #d5d5d5, 30px 30px #d5d5d5;
}

.footer_MPPlayNowBlock {
    width: 100%;
    margin: auto;
    padding: 10px 0;
    font-size: 15pt;
    margin-top: 10px;
    background: #EB8D00;
    transition: 0.3s ease;
    border-bottom: 3pt solid #EB5600;
    border-bottom-left-radius: 5pt;
    border-bottom-right-radius: 5pt;
    border-top-left-radius: 5pt;
    border-top-right-radius: 5pt;
    cursor: pointer;
    font-family: 'Oswald', 'Arial';
    color: white;
}

.store-40-notification {
    position: absolute;
    top: -40px;
    right: -20px;
    transform-origin: center;
    width: 64px;
    height: 64px;
    animation: rock 2s infinite;
}

@media screen and (max-width: 700px) {
    .store-40-notification {
        right: 50px !important;
    }
}

.mp-nav-sticky .store-40-notification {
    top: 10px !important;
}

@keyframes rock {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
        animation-timing-function: ease-in;
    }

    50% {
        transform: rotate(0deg);
        animation-timing-function: ease-out;
    }

    75% {
        transform: rotate(-10deg);
        animation-timing-function: ease-in;
    }

    100% {
        transform: rotate(0deg);
    }
}

.footer_MPPlayNowBlock:hover {
    background: #f77325;
}

.footer_MPSocial a {
    text-decoration: none !IMPORTANT;
}


ul.footer_MPlist li a {
    padding: 0pt !important;
    border: 0pt !important;
}

ul.footer_MPlist li a:hover {
    text-decoration: none;
    color: #FA9F01;
}

.footer-text {
    width: 295px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    color: #cccccc;
    text-align: center;
    line-height: 1.5;
}

.www-mp-footer.footer-viewed {
    overflow: hidden;
}


.footer_ScrollUp {
    height: 0pt;
    width: 100%;
    text-align: right;
}

button.footer_ClickScrollUp {
    background: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.26);
    border: 0pt;
    float: right;
    font-size: 15pt;
    border-radius: 200pt;
    cursor: pointer;
    border: none;
    outline: none;
    height: 40pt;
    width: 40pt;
    font-size: 40pt;
    top: -40px;
    position: relative;
    right: 0;
    transition: 0.2s ease;
}

button.footer_ClickScrollUp i {
    position: relative;
    top: -3pt;
    transition: 0.2s ease;
}


button.footer_ClickScrollUp:hover {
    background: rgba(0, 0, 0, 0.30);
}

button.footer_ClickScrollUp:hover i {
    top: 1pt;
}

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

/* ========== Begin Currency ========== */
/* 
.dropbtn {
    padding: 5px 20px;
    font-size: 15pt;
    background: #EB8D00;
    border: none;
    border-radius: 5pt;
    cursor: pointer;
    font-family: 'Oswald', 'Arial';
    color: white;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 80%;
    margin: auto;
    margin-top: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    border-bottom-left-radius: 5pt;
    border-bottom-right-radius: 5pt;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background: #f77325;
} */

/* ========== End Currency ========== */

/* === Begin Sticky Nav === */

ul.www-mp-nav.mp-nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900000;
    transition: 0.2s ease;
    top: -80px;
}

ul.www-mp-nav.mp-nav-sticky.navScrolled {
    top: 0;
}

ul.www-mp-nav.mp-nav-sticky.navNoDisplay {
    top: -80px;
    transition: 0.1s ease;
    display: none;
}

ul.www-mp-nav.mp-nav-sticky li.www-mp-nav-item {
    margin: 0-2px;
}

li.www-mp-nav-item:hover label.www-mp-nav-button i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

li.mp-nav-img {
    position: absolute;
}

li.mp-nav-img img {
    width: 65%;
    margin-top: -10em;
}

/* === End Sticky Nav === */

/* === Begin Screen Size === */

@media screen and (max-width: 1600px) {
    li.mp-nav-img {
        display: none;
    }
}

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

    button.footer_ClickScrollUp {
        right: 40px;
    }
}

/* === End Screen Size === */

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

.page-section {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    max-width: 1200px;
}

.page-section {
    max-width: 900px;
    box-shadow: 0pt 3pt 0pt 2.5pt rgba(0, 0, 0, 0.08);
    margin-top: 25px;
}

.page-section {
    font-family: Arial;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    margin-bottom: 6px;
}

.page-card {
    padding: 15pt 25pt;
    font-family: "Open Sans";
    color: #616161;
    font-weight: 500;
    font-size: 12pt;
    line-height: 1.7;
}

.page-section h1 {
    font-size: 20pt;
    padding-bottom: 10pt;
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 26pt;
    margin-bottom: 20pt;
    padding: 0 !important;
    letter-spacing: -0.3pt;
    color: #3E4C60;
}

.page-section h2 {
    font-size: 20pt;
    margin: 10px 0;
    border-radius: 10px;
    font-weight: 600;
}

.page-section ul {
    margin: 5px 47px;
}

.page-section a:link,
.page-section a:visited,
.important-bar a:link,
.important-bar a:visited {
    text-decoration: none;
}

.page-section a,
.important-bar a {
    color: #7898e3;
    font-weight: 600;
}

.page-section h3 {
    font-weight: bold;
    margin: 5px 5px;
}

li.page-list {
    padding: 5px 5px;
}

@media screen and (max-width: 840px) {

    .page-section,
    .notification {
        margin: 0 !important;
        border: none !important;
        padding: 10px;
    }
}

/* === Begin Extra Page  === */

.page-section .title h1 {
    padding-bottom: 10pt;
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 26pt;
    padding: 0 !important;
    color: #3E4C60;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.page-section .description {
    font-family: "Open Sans";
    color: #a7b1bd;
    font-weight: 500;
    font-size: 14pt;
    line-height: 1.7;
    text-align: center;
}

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


/* === Begin Navigator  ===  */

.www-mp-submenu .item {
    text-align: left;
    padding-left: 5px;
    user-select: none;
}

.www-mp-submenu .header {
    font-size: 0.9rem !important;
    font-family: 'Oswald', 'Arial';
    cursor: default;
    text-align: center;
}

.www-mp-submenu .header:hover {
    color: #414e61 !important;
}

.www-mp-submenu span.primary {
    background: #f59102;
    padding: 2px 4px;
    border-radius: 4px;
    color: white;
    font-size: 15pt;
    position: relative;
}

/* === End Navigator  === */


/* === Begin News  === */

.page-news {}

.page-news .title {
    border-bottom: 1.5pt solid #F0F1F4;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    font-size: 12pt;
}

.page-news .title h1 {
    color: #535353 !important;
    font-size: 2em !important;
    margin: 0pt !important;
    text-align: left !important;
}

.page-news .posts .post {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border-top: 1.5pt solid #F0F1F4 !important;
}

.page-news {
    font-size: 11pt;
}

.page-news.page-card {
    padding: 0px !important;
}

.news-section {
    padding: 0px !important;
}

/* === Begin Messages  === */

.post .content {
    padding: 20px;
    margin-left: 140px;
    border-bottom: 1px none black;
    zoom: 1;
    padding-top: 5px !important;
    padding-bottom: 0pt !important;
}

.post .content .message-content {
    overflow: hidden !important;
    min-height: 100px;
}

.post .date {
    margin-top: 10px;
    margin-left: 160px;
    font-size: 10pt;
    font-weight: 600;
    color: #ADB5BD;
}

.post .official {
    margin-left: 160px;
    background: #f2c6c6 !important;
    width: 75%;
    border-radius: 5px;
    font-weight: 600;
    padding: 6px 10px !important;
    overflow: hidden;
    zoom: 1;
    font-size: 11px;
}

.post .official span {
    color: #b38484 !important;
    float: left;
}

.post .content .message-content img {
    margin-left: -70px;
    max-width: 100%;
    width: auto !important;
}

.post .content .message-number {
    padding-left: 5px;
    font-size: 10pt;
    position: relative;
    float: right;
    font-weight: 700;
}

.post .content .message-number a {
    line-height: 25px;
}

.user .name {
    font-size: .75em;
    padding: 4px;
}

.user .name .username {
    text-align: center;
    font-size: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 4px;
    padding-bottom: 10px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    line-height: 16px;
    font-family: "Open Sans";
}

.user div.avatar {
    padding: 4px 12px;
    border-radius: 4px;
    position: relative;
}

.user div.avatar a.avatar {
    display: block;
    font-size: 0;
}

.user div.avatar a.avatar img {
    padding: 0;
    border-radius: 200px;
    border: 0;
}

.user .avatar .skin {
    position: absolute;
    bottom: 0px;
    float: unset;
    padding-left: 14pt;
    height: 41px;
    border-radius: 100%;
}

.user .avatar .skin img {
    height: 35px;
    width: 35px;
    box-shadow: none;
    border-radius: 100%;
    border: 3px solid white;
}

.posts .post.admin {
    background: url(/apps/main/themes/kmc/public/assets/img/extras/staff_msg_bg.webp) no-repeat top right !important;
    background-size: 35% auto !important;
    background-color: #f0dada !important;
}

.post.admin .avatar .skin img {
    border-color: #f0dada !important;
}

.post.admin .date {
    color: #b48989 !important;
}

.posts .post.staff {
    background-color: #fffbeb !important;
}

.post.staff .avatar .skin img {
    background-color: #fffbeb !important;
}

/* === End News  === */


/* === Begin Home  === */

.page-home {
    transition: 0.5s ease;
}

.page-home .article {
    overflow: hidden;
    /* padding: 15pt 35pt !important; */
}

.page-home .article pre {
    background: #fafafa;
    border-left: 4pt solid rgb(237, 237, 237);
    padding: 15px;
    font-size: 10pt;
    font-family: "Open Sans";
    font-style: italic;
    color: #949598;
    font-weight: 600;
    overflow: hidden;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.www-mp-content-body {
    transition: 0.5s ease;
}

.page-home .www-mp-content-wrapper {
    transition: 0.5s ease;
}

.page-home .www-mp-content-wrapper {
    box-shadow: 0pt 3pt 0pt 2.5pt rgba(0, 0, 0, 0.05);
    padding: 25px 50px;
    overflow: hidden;
}

.page-home img {
    max-width: 100%;
    max-height: 600px;
    display: flex;
    margin: auto;
}

.page-home .title {
    margin-bottom: 5px;
    border-bottom: 4pt solid #ff9800;
    width: 100%;
    margin-left: -10%;
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 80px;
    font-size: 2.3em;
    color: #3E4C60;
    transition: 0.1s ease;
}

.page-home .article {
    font-family: "Open Sans";
    font-size: 16px;
}

.page-home .author {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
    color: #ADB5BD !important;
    font-weight: 450;
    letter-spacing: 0.15pt;
    font-family: 'Oswald', 'Arial';
    font-size: 1.3em !important;
}

.page-home.article:nth-child(2) .title {
    margin-top: 10px;
}

.page-home .author a {
    font-weight: 600 !important;
    letter-spacing: 0.2pt;
}

.page-home .author a:hover {
    color: #ff7220;
    text-decoration: none;
}

.page-home a.title:hover {
    color: #3E4C60;
}


div#contentNewsfeed table {
    border: 1.5pt solid #EFEFEF;
    margin: auto;
}

div#contentNewsfeed th,
div#contentNewsfeed td {
    border: 1.5pt solid #EFEFEF;
    padding: 7pt;
}

div#contentNewsfeed th {
    background: #EFEFEF;
    border-color: #e9e9e9;
    color: #929292;
}

.HomePlaceHolderArticle {
    min-height: 10px;
    margin-bottom: 50px;
    clear: both;
    font-size: 17px;
    font-family: "Open Sans";
}

.page-home .title {
    font-family: 'Oswald', 'Arial';
    font-size: 2.3em;
    font-weight: bold !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border-bottom: solid 2px #4c4c4c;
    display: block;
    padding-bottom: 6px;
    margin-bottom: 20px;
    margin-top: 20px;
}

span.author span {
    display: inline-block;
}

.newsfeedplaceholder_holder span {
    border-radius: 300px;
    display: block;
    height: 15px;
    width: 20px;
    background: #d6d9dc;
    margin-top: 10px;
}

.newsfeedplaceholder_holder span:first-child {
    margin-top: 0pt;
}

.page-home .www-mp-stack {
    height: 19.5vw;
    background: #d6d9dc;
}

.page-home .article:first-child a.title {
    margin-top: 10px;
}

.page-home .article .author {
    right: -20%;
    display: block;
    position: relative;
    opacity: 0;
    margin-top: -15px;
}

.page-home .article .author {
    -webkit-animation: authorSlide 0.2s forwards;
    -webkit-animation-delay: 0.10s;
    animation: authorSlide 0.2s forwards;
    animation-delay: 0.10s;
}

.page-home .article .title {
    left: -90%;
    display: block;
    position: relative;
    border-bottom: 0pt;
    opacity: 0;
}

.page-home .article .title {
    -webkit-animation: titleSlide 0.2s forwards;
    -webkit-animation-delay: 0s;
    animation: titleSlide 0.2s forwards;
    animation-delay: 0s;
}

.page-home .article .title:after {
    -webkit-animation: titleLineSlide 0.2s forwards;
    -webkit-animation-delay: 0s;
    animation: titleLineSlide 0.2s forwards;
    animation-delay: 0s;
}

.page-home .article .title:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4pt;
    background: #ff9800;
    opacity: 1;
    width: 110%;
    right: -200%;
}

.page-home .article .content {
    position: relative;
    bottom: -100px;
    opacity: 0;
}

.page-home .article div div {
    bottom: 0px;
}

.page-home .article .content {
    -webkit-animation: textSlide 0.3s forwards;
    -webkit-animation-delay: 0.2s;
    animation: textSlide 0.3s forwards;
    animation-delay: 0.2s;
}

.page-home .article .category {
    color: #ADB5BD !important;
    font-size: 30px !important;
    float: right;
    padding-top: 8px;
    margin-right: 0.1em;
}

.page-home .article .date {
    color: #ADB5BD !important;
    font-size: 24px;
}

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

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

.wwwMpHomeContinueReading {
    padding-top: 20px !important;
}

.page-home .article div div {
    bottom: 0px;
}

.homeRM_wrapper {
    display: flex;
    justify-content: center;
}

.homeRM_wrapper .homeRM_a {
    display: flex;
    padding: 5px 22px;
    text-decoration: none;
    font-family: 'Oswald', 'Arial';
    font-size: 20px;
    color: white !important;
    background: #EB8D00;
    transition: 1s;
    border-bottom: 3pt solid #EB5600;
    border-bottom-left-radius: 5pt;
    border-bottom-right-radius: 5pt;
    border-top-left-radius: 5pt;
    border-top-right-radius: 5pt;
    letter-spacing: 0.5pt;
}

.homeRM_wrapper .homeRM_a:hover {
    text-decoration: none;
}

.homeRM_a:focus {
    outline: none;
}

.homeRM_a:hover {
    transition: 0.5s;
    background: #f77325;
}

.homeRM_a .homeRM_s:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.homeRM_a:hover .homeRM_s:nth-child(2) {
    transition: 0.5s;
    margin-right: 22px;
}

.homeRM_s:nth-child(2) {
    width: 10px;
    margin-left: 15px;
    position: relative;
    top: 20%;
}

path.homeRM_one {
    transition: 0.4s;
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}

path.homeRM_two {
    transition: 0.5s;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
}

.homeRM_a:hover path.homeRM_three {
    animation: color_anim 1s infinite 0.2s;
}

.homeRM_a:hover path.homeRM_one {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.homeRM_a:hover path.homeRM_two {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
    0% {
        fill: white;
    }

    50% {
        fill: #FBC638;
    }

    100% {
        fill: white;
    }
}

.wwwMpHomeContinueReading {
    padding-top: 20px !important;
}

.homeRM_wrapperholder {
    float: right;
    position: relative;
    margin: 0 0 0 auto;
    transition: 0.2s ease;
}

@-webkit-keyframes authorSlide {
    100% {
        right: 0;
        opacity: 1;
    }
}

@keyframes authorSlide {
    100% {
        right: 0;
        opacity: 1;
    }
}

@-webkit-keyframes titleSlide {
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes titleSlide {
    100% {
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes textSlide {
    100% {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes textSlide {
    100% {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes titleLineSlide {
    100% {
        right: 0;
    }
}

@keyframes titleLineSlide {
    100% {
        right: 0;
    }
}

/* === End Home  === */

/* === Begin Button  === */
button.main_button {
    background: #ffa517;
    outline: 0;
    color: white;
    font-family: "Open Sans";
    text-transform: uppercase;
    border: 0;
    font-size: 13pt;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 100px;
    box-shadow: 0px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    cursor: pointer;
    transform: scale(1);
    transition: 0.1s ease;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    user-select: none;
}

button.main_button.accepted {
    background: #2cbd13;
}

button.main_button.accepted:hover {
    background: #1f870d;
}

button.main_button.declined {
    background: #e31a1a;
}

button.main_button.declined:hover {
    background: #ad1313;
}

button.main_button:hover {
    transform: scale(1.05);
    background: #f77325;
}

button.main_button:disabled {
    background: #ccc !important;
    color: #666 !important;
    cursor: default;
    box-shadow: none;
    transform: scale(1);
}

button.main_button::after {
    content: '';
    display: block;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    left: calc(50% - 0.6em);
    top: calc(40% - 0.6em);
    border: 0.25em solid transparent;
    border-right-color: #898989;
    border-radius: 50%;
    animation: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

@keyframes main-button-anim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

button.main_button.loading {
    color: transparent;
    pointer-events: none;
}

button.main_button.loading::after {
    opacity: 1;
    animation: main-button-anim 0.7s linear infinite;
}

/* === End Button  === */

/* === Begin Important Bar  === */
.important-bar {
    position: relative;
    text-align: center;
    border-bottom: 4pt solid rgba(0, 0, 0, 0.09);
    padding: 10px 10px 10px 30px;
    color: white;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12pt;
    line-height: 1.7;
    background: #d85858;
    margin-top: 3rem;
}

.important-bar .close-button {
    position: absolute;
    right: 15px;
    top: 0%;
    transform: translateY(50%);
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.important-bar .icon {
    position: absolute;
    left: 10px;
    top: 60%;
    transform: translateY(-50%);
    font-size: 1.75rem;
    color: white;
}

.important-bar.short {
    margin-right: 30%;
    margin-left: 30%;
}

.important-bar.red {
    background: #d85858;
}

.important-bar.orange {
    background: #d8a558;
}

.important-bar.green {
    background: #5baa40;
}

/* === End Important Bar  === */

input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"] {
    font-family: 'Open Sans';
    background: #f1f1f1;
    color: #333333;
    border: none;
    border-bottom: 4pt solid rgba(0, 0, 0, 0.09);
    padding: 10px 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
    transition: border-color 0.3s, box-shadow 0.3s;
    border-radius: 5pt;
}

input::placeholder {
    color: #bbbbbb;
}

input:not(:placeholder-shown):not([type="date"]) {
    border-color: #fad000;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    border-bottom: 4pt solid #ffa000;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
    outline: none;
}

input[type="date"] {
    cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

.divider {
    border: none;
    height: 1pt;
    background-color: rgba(0, 0, 0, 0.09);
    margin: 20px 0;
}

.checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox input:checked~.checkbox-checkmark {
    background-color: #ffa000;
}

.checkbox input:checked~.checkbox-checkmark:after {
    opacity: 1;
}

.checkbox:hover input~.checkbox-checkmark {
    background-color: #eee;
}

.checkbox:hover input:checked~.checkbox-checkmark {
    background-color: #ffa000;
}

.checkbox .checkbox-checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    transition: background-color 0.25s ease;
    border-radius: 4px;
}

.checkbox .checkbox-checkmark:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #1e252f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.checkbox .checkbox-body {
    color: #1e252f;
    line-height: 1.4;
    font-size: 16px;
}

/* === Begin Modal  === */

.modal {
    color: #606060;
    font-family: "Open Sans", sans-serif;
    font-size: 11pt;
    background: white;
    padding: 30px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 90%;
    max-width: 600px;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    z-index: 90000;
    opacity: 0;
    box-sizing: border-box !important;
    border-radius: 10px;
    transition: opacity 0.3s ease;
    overflow-y: auto;
    max-height: 80vh;
    pointer-events: none;
    visibility: hidden;
}

.modal.toggled {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.modal .close-button {
    font-size: 20pt;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #bcbcbc;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 50%;
    z-index: 600;
    transition: background-color 0.3s ease;
}

.modal .close-button:hover {
    background: #ededed;
}

#loginModalContent {
    overflow: hidden;
    text-align: center;
    transition: height 0.5s cubic-bezier(0.49, -0.4, 0, 1.36);
}

.modal .content .login {
    padding-top: 20px;
    margin: 0 auto;
    line-height: 20px;
    position: relative;
}

.modal .content .login .logo img {
    max-height: 100px;
    width: auto;
}

.modal .content .login .logo div {
    color: #444;
    font-size: 14pt;
    font-weight: 400;
    padding-top: 15px;
}

.modal .content .login dt {
    padding-top: 10px;
}

.modal .content .login dd {
    padding-top: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.modal .content .login iconify-icon {
    font-family: 'Open Sans', sans-serif;
    background: #f1f1f1;
    color: #bbbbbb;
    border: none;
    border-bottom: 4pt solid rgba(0, 0, 0, 0.09);
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    transition: border-color 0.3s, box-shadow 0.3s;
    border-radius: 5pt;
    font-size: 40px;
}

.modal .content .title {
    padding-bottom: 15pt;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 22pt;
    padding: 0 !important;
    color: #3E4C60;
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width: 700px) {
    .modal {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        border-radius: 0;
        top: 0;
        left: 0;
        transform: none;
        padding: 20px !important;
    }

    .modal .content .title {
        font-size: 20pt;
    }

    .modal .content .login .logo img {
        max-height: 80px;
    }

    .modal .content .login .logo div {
        font-size: 13pt;
    }

    .modal .content .login iconify-icon {
        font-size: 35px;
    }
}

/* === End Modal  === */

/* === Begin Leaderboard  === */

.table-responsive {
    max-width: 100%;
    overflow-x: auto;
    background: #fff;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
}

.table thead th {
    background-color: #1e252f;
    color: white;
    padding: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 4px solid #fa9f01;
    user-select: none;
}

.table thead th i,
.table thead th svg {
    font-size: 24px;
    vertical-align: middle;
}

.table tbody tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.table tbody tr:nth-child(even) {
    background-color: #e6e6e6;
}

.table th,
.table td {
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    font-size: 16px;
}

.table-hover tbody tr:hover {
    background-color: #d9d9d9;
}

ul.leaderboardsList {
    list-style: none;
    text-align: center;
    margin: 20px 0;
    padding: 0;
}

ul.leaderboardsList li {
    display: inline-block;
    background: #FF9800;
    color: white;
    font-size: 14px;
    padding: 10px 20px;
    margin: 4px;
    border-radius: 2px;
    transition: 0.25s ease;
    box-shadow: 0px 1px 4px 0px rgb(200, 200, 210);
    cursor: pointer;
}

ul.leaderboardsList li:hover,
ul.leaderboardsList li.soloActivePeriod,
ul.leaderboardsList li.teamsActivePeriod,
ul.leaderboardsList .active {
    background: #d07c00;
}

.table .value {
    font-family: 'Oswald';
    font-size: 20px;
    color: #595959;
}

.minecraft-head {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

/* === End Leaderboard  === */

.shop-button {
    margin-left: 20px;
}

@media screen and (max-width: 520px) {
    #footer_powered {
        visibility: hidden;
        font-size: 0px;
    }
}

@media screen and (max-width: 807px) {
    .kmclogofooter {
        padding-top: 2rem !important;
    }

    .footer_MPtop {
        height: 150px;
        min-height: 100px;
    }
}

@media screen and (max-width: 600px) {
    .footer_MPtop {
        height: 100px;
        min-height: 80px;
    }
}

@media screen and (max-width: 500px) {
    .footercontentholder {
        max-width: 170px !important;
    }
}

@media screen and (max-width: 700px) {
    .www-mp-titletray {
        height: 0px !important;
        display: inline-block;
    }

    .shop-button {
        margin-left: 0px !important;
    }

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

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

    .www-mp-nav-item.responsive-menu {
        display: flex;
        justify-content: space-between;
    }

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

    .www-mp-nav-item.responsive-menu .www-mp-nav-button {
        text-align: left;
        padding-left: 15px;
    }

    .mp-nav-sticky {
        visibility: hidden !important;
        height: 0px !important;
    }

    .www-mp-nav-item.login {
        visibility: hidden !important;
        height: 0px !important;
    }

    .small-profile-holder {
        visibility: hidden !important;
        height: 0px !important;
    }

}

/* === Begin Ranks  === */

.rank {
    font-weight: 700;
}

.rank span {
    font-weight: 700;
    font-family: 'Open Sans';
}

.rank span:after {
    margin-left: 4pt;
    border-radius: 3pt;
    color: white;
    padding: 0px 3pt;
    position: relative;
    display: inline-block;
    line-height: 15pt;
    font-weight: 700;
    font-family: 'Open Sans';
}

/* === Owner  === */
.rank .owner {
    color: #db0000;
}

.rank .owner:after {
    content: "Owner";
    background: #db0000;
}

/* === Admin  === */
.rank .admin {
    color: #db0000;
}

.rank .admin:after {
    content: "Admin";
    background: #db0000;
}

/* === Partner  === */
.rank .partner {
    color: #db0000;
}

.rank .partner:after {
    content: "Partner";
    background: #db0000;
}

/* === Immortal  === */
.rank .immortal {
    color: #00aaaa;
}

.rank .immortal:after {
    content: "Immortal";
    background: #00aaaa;
}

/* === Legend  === */
.rank .legend {
    color: #f44336;
}

.rank .legend:after {
    content: "Legend";
    background: #f44336;
}

/* === Bedrock  === */
.rank .bedrock {
    color: #9c27b0;
}

.rank .bedrock:after {
    content: "Bedrock";
    background: #9c27b0;
}

/* === Diamond  === */
.rank .diamond {
    color: #1edcea;
}

.rank .diamond:after {
    content: "Diamond";
    background: #1edcea;
}

/* === Emerald  === */
.rank .emerald {
    color: #3add3a;
}

.rank .emerald:after {
    content: "Emerald";
    background: #3add3a;
}

/* === Lapis  === */
.rank .lapis {
    color: #5555FF;
}

.rank .lapis:after {
    content: "Lapis";
    background: #5555FF;
}

/* === Gold  === */
.rank .gold {
    color: #FFAA00;
}

.rank .gold:after {
    content: "Gold";
    background: #FFAA00;
}

/* === Iron  === */
.rank .iron {
    color: #555555;
}

.rank .iron:after {
    content: "Iron";
    background: #555555;
}

/* === Coal  === */
.rank .coal {
    color: #353535;
}

.rank .coal:after {
    content: "Coal";
    background: #353535;
}

/* === Rookie  === */
.rank .rookie {
    color: #AAAAAA;
}

.rank .rookie:after {
    content: "Rookie";
    background: #AAAAAA;
}

/* === End Ranks  === */

span.status {
    font-size: 10.5pt !important;
}

span.status {
    background-color: #ededed;
    padding: 2px;
    color: #868686;
    border-radius: 5px;
    font-weight: bold;
    padding-right: 7px;
    padding-left: 7px;
    font-family: 'Open Sans' !important;
}

.status.pending {
    color: rgb(0, 0, 0, 0.4) !important;
    background-color: #ffaa23 !important;
}

.status.accepted {
    background-color: #59c946 !important;
    color: rgb(0, 0, 0, 0.4) !important;
}

.status.declined {
    background-color: #ff7676 !important;
    color: rgb(0, 0, 0, 0.4) !important;
}