/* ===========================
   CSS2 Compatible Full Styles
=========================== */

/* Reset */
 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #070707;
}

body{
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal; 
    min-width: 320px;
    overflow: auto; 
}

/* Headings */
h1, h2 {
    font-weight: bold;
    margin: 0;
}

/* Links */
a {
    color: #fff;
    text-decoration: none;
}

/* Images and Videos */
img, svg, video {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Header */
header {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background-color: #000;
}

.m-top-1 {
    margin-top: 1rem
}

.m-top-1-5 {
    margin-top: 1.5rem
}

.m-top-3 {
    margin-top: 3rem
}
.m-top-5 {
    margin-top: 5rem
}
.m-top-6 {
    margin-top: 6rem
}
.m-bottom-2 {
    margin-bottom: 2rem
}

/* Page Layout */
.ln { 
    display: block; 
    position: relative; 
    width: 100%;
    height: 100%; 
    font-family: sans-serif; 
    margin: 0 auto; 
    overflow: hidden; 
}

.ln-app{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.main-container {
    display: block;
    width: 100%;
    height: 100%;
}

.ln-app .header-logo {
    position: absolute;
    top: 0.5em;
    left: 1em;
    width: 120px;
    text-align: center;
    padding: 0px;
}

.ln-app .header-logo .logo {
    width: 100%;
    height: auto;
    display: block;
}

/* App Bar */

.app-bar {
    position: absolute;
    top: 0;
    padding: 0;
    display: inline-block;        
    text-align: center;  
    left: 50%;
    margin-left: -202px;
}
.app-bar .app-bar-nav {
    border: none;
    background-color: #000;
}

.app-bar-item * {
    pointer-events: none;
}

.app-bar .app-bar-nav .app-bar-item {
    display: inline-block;
    position: relative;
    padding: 5px;
    font-size: 12px;
    height: auto;
    width: 50px;
    text-align: center;
    margin: 0 2px;
    overflow: hidden;
}

.app-bar .app-bar-nav .app-bar-item-active {
    background-color: #1c1f24;
    color: #fff;
}
.app-bar .app-bar-item-image {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
    line-height: 28px;
    color: #4e4f50;
}
.app-bar-item p {
    white-space: nowrap;
}

.main-content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-bottom: 120px;
}
.section-carousel-container, .section-container {

    position: relative;
    width: 100%;
    text-align: center;
    line-height: normal;
}


/* Containers */
.container, .carousel-container {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

/* Book Box */

.book-box{
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    min-width: 18%;
}


.book-box a {
    display: inline-block;
    text-align: center;
}

.book-box .box {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 120px;
    min-height: 165px;
    max-width: 120px;
    background: #000;
    overflow: hidden;
}

.box img {
    display: block;
    width: 100%;
    height: auto; 
    margin: 0 auto;
    
}

.text1{
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}







.b-piano{
    position: absolute;
    bottom: 10px;
    min-width: 100%;
    width: auto;
    height: 100px;
    text-align: center;
    overflow: hidden;
}




.fullscreen {
        transition: all 0.5s ease;
}
.vis-none{
    display: none;
}







.ln-page {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px 70px;
}

.ln-top, .ln-content {
    display: block;
    width: 100%;
}

/* Item List */
.itm-list {
    display: block;
    margin: 0;
    padding: 0;
}

.itm-li {
    background-color: #ffffff26;
    border: 1px solid #1a1a1a;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    width: 48%;
    margin: 0 1% 12px 1%;
    vertical-align: top;
}

.itm-title p {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

/* Upgrade Specials */
.upgrade-special-inner {
    display: block;
    width: 100%;
    position: relative;
}

.upgrade-special-inner:before {
    content: "";
    display: block;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.upgrade-special-inner > * {
    position: relative;
    z-index: 2;
}

/* Images inside boxes */
.upgrade-image, .book-tumb-image, .icon-info-song .exchange-image {
    display: block;
    width: 100%;
    height: auto;
}



/* Piano */
.piano-key {
    display: inline-block;
    width: auto;
    margin: 0 1px;
    vertical-align: top;
}

.piano-key__white {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    height: 100px;
}

.piano-key__black {
    background-color: #222;
    height: 56px;
    width: 80%;
    position: absolute;
    top: 0;
}



/* Player */
.player {
    display: block;
    width: 100%;
    height: 3rem;
    background-color: #000;
    color: #fff;
    margin-bottom: 0;
}

.player #capsule {
    display: block;
    width: 100%;
    height: 3rem;
    background-color: #000;
    border-radius: 5px;
}

.player #capsule #cursor {
    display: block;
    width: 0;
    height: 100%;
    background-color: #003c77;
}

.player span.time {
    display: block;
    font-size: 16px;
    float: right;
}

/* Fullscreen item controls */
.fs-itm-controls {
    display: none;
}

/* Media Queries */
@media screen and (min-width: 500px) {
    .itm-li {
        width: 30%;
    }
}

@media screen and (min-width: 800px) {
    .itm-li {
        width: 23%;
    }
}


