@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

body {
    /*animation: 0.3s ease-out 0s 1 slideInFromRight;*/
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
    display: none;
}
body::-webkit-scrollbar-track {
    display: none;
}
 
body::-webkit-scrollbar-thumb {
  display: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#m-sidebar {
    display: none;
    border-right: 1px solid rgba(255,255,255,.1);
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1001;
    background: #042b48;
    color: #9d9d9d;
    transition: all 0.3s;
}
#m-sidebar.active {
    margin-left: -250px;
}
#m-sidebar ul li {
    box-shadow: 0 1px 0 rgba(255,255,255,.1);
} 
#m-sidebar ul li a {
    padding: 10px;
    font-size: medium;
    font-weight: bold;
    display: block;
}
#m-sidebar ul li.active > a, #m-sidebar ul li a:hover {
    color: #fff;
    background-color: #245580;
}
#m-sidebar-collapse {
    position: absolute;
    left: 6px;
    color: #fff;
    top: 0px;
}
#m-sidebar-collapse .icon-bar {
    height: 3px;
    background-color: #fff;
    display: block;
}

#m-back {
    position: absolute;
    right: 15px;
    color: #fff;
    top: 13px;
    font-size: 16px;
}
#m-back a {
    color: #fff;
}
#m-kjclub {
    width: 100%;
}
#m-kjclub img {
    margin-left: auto;
    margin-right: auto;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#m-content {
    /*width: calc(100% - 250px);*/
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#m-content.active-left, #m-content.active-right {
    width: 100%;
}
.m-overlay, .m-sub-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}
.sub-icon-bar {
    width: 22px;
    height: 3px;
    background-color: #042b48;
    display: block;
    margin: 3px 0;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #m-sidebar {
        margin-left: -250px;
    }
    #m-sidebar.active {
        margin-left: 0;
    }
    #m-content {
        width: 100%;
    }
    #m-content.active-left {
        /*width: calc(100% - 250px);*/
        margin-left: 250px;
        margin-right: -250px;
    }
    #m-content.active-right {
        /*width: calc(100% - 250px);*/
        margin-left: -250px;
        margin-right: 250px;
    }

}

#m-sub-sidebar {
    display: none;
    border-left: 1px solid #ccc;
    width: 250px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 1001;
    color: #9d9d9d;
    transition: all 0.3s;
    background-color: #e2e2e2;
}
#m-sub-sidebar.active {
    height: 100%;
    margin-right: 0;
    display: block;
    width: 250px;
}
#m-sub-sidebar ul li {
    box-shadow: 0 1px 0 rgba(255,255,255,.1);
} 
#m-sub-sidebar ul li a {
    /*padding: 10px;*/
    font-size: medium;
    font-weight: bold;
    display: block;
}
.mobile-first, .mobile-second { padding: 0 }
.mobile-second { display: none; }



.pn-ProductNav_Wrapper {
    position: relative;
    height: 40px;
    box-sizing: border-box;
    margin-top: 85px;
    -webkit-box-shadow: none;
    background-color: #f8f8f8;
    background-image: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 10px;
}

.pn-ProductNav {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: relative;
    font-size: 0;
}
.pn-ProductNav::-webkit-scrollbar {
    display: none;
}

.pn-ProductNav_Contents {
    float: left;
    transition: transform .2s ease-in-out;
    position: relative;
}

.pn-ProductNav_Contents-no-transition {
    transition: none;
}

.pn-ProductNav_Link {
    text-decoration: none;
    color: #888;
    font-size: 14px;
    align-items: center;
    min-height: 36px;
    border: 1px solid transparent;
    padding-left: 5px;
    padding-right: 5px;
}

.pn-ProductNav_Link span.glyphicon {
    top: 2px;
    right: 2px;
}
.pn-ProductNav_Link i.octicon {
    padding-right: 2px;
}

.pn-Advancer {
    appearance: none;
    background: #f8f8f8;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .3s;
    height: 36px;
}

.pn-Advancer_Left {
    left: 0;
}

.pn-Advancer_Right {
    right: 0;
}

.pn-Advancer_Icon {
    padding-top: 6px;
    width: 20px;
    height: 24px;
    fill: #bbb;
}

.pn-ProductNav_Indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100px;
    background-color: transparent;
    transform-origin: 0 0;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out;
}