
* {
    margin:0;
    padding:0;
}

body {
    background: #272727;
    font-family: sans-serif;
    overflow-y: scroll;
    font-size: 14px;
}

#my_background {
    background: url(/img/13.jpg);
    width: 100%;
    height: 100%;
    position: fixed;
    background-size: cover;
    opacity: 0.9;
    background-repeat: no-repeat;
    z-index: -3;
    background-position: center center;
    top: 0px;
}

div#site-body {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 8px;
    border-radius: 9px 9px 0px 0px;
    background: #083b6c;
    background: #083b6cde;
}

div#site-logo {
    text-align: center;
    padding-top: 15px;
}

#site-logo a {
    display: block;
    text-decoration: none;
    margin-left: 5px;
}

div#logo-img {
    display: none;
    background: url(/img/logo-y.png);
    width: 90px;
    height: 90px;
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

div#logo-text {
    font-size: 21px;
    color: #ccc;
}

#logo-text span {
    text-decoration: underline;
    font-weight: bold;
}

div#site-panel {
    display: table;
    padding: 25px 20px 0px 20px;
}

div#site-search {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

form input {
    height: 36px;
    width: 100%;
    background: #bcbcbc;
    color: #444;
    font-size: 18px;
    padding-left: 10px;
    border: 0px;
    outline: none;
}

form input::placeholder {
    color: #7f7f7f;
}

form input:focus::placeholder {
    color: #7f7f7f;
}

div#site-button {
    display: table-cell;
    vertical-align: middle;
}

div#submit {
    background: #215d9a;
    color: #c2c2c2;
    font-size: 18px;
    cursor: pointer;
    height: 36px;
    width: 80px;
    z-index: 2;
    position: relative;
    border-radius: 0px 3px 3px 0px;
    text-align: center;
}

#submit span {
    position: relative;
    top: 7px;
}

.p-container {
    cursor: pointer;
    width: 73px;
    height: 60px;
}

.p-container:hover svg {
    transition-duration: 0.2s;
    height: 42px !important;
    width: 42px !important;
    margin-top: -1px;
    filter: grayscale(0%);
}

div#p1 {
    font-weight: bold;
    color: #ccc;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}

div#site-genres {
    background: #877a18;
    margin-top: 8px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.genre-icon {
    height: 44px;
    width: 40px;
}

.genre-text:hover svg {
    position: absolute;
    transition-duration: 0.2s;
    height: 45px !important;
    width: 45px !important;
    margin-top: -3px;
}

.genre-text {
    font-weight: bold;
    color: #ccc;
    text-decoration: underline;
    float: left;
    margin: 10px;
    margin-right: 20px;
    cursor: pointer;
    min-height: 60px;
    margin-left: 20px;
    width: 40px;
    height: 60px;
}

div#g1 {
    position: relative;
    left: 6px;
}

div#g2 {
    position: relative;
    left: 3px;
}

div#g3 {
    position: relative;
    left: -6px;
}

div#g4 {
    position: relative;
    left: 2px;
}

div#g5 {
    position: relative;
    left: 1px;
}

div#g6 {
    position: relative;
    left: -1px;
}

div#g7 {
    position: relative;
    left: -11px;
}

div#g8 {
    position: relative;
    left: -3px;
}

div#g9 {
    position: relative;
    left: 5px;
}

div#g10 {
    position: relative;
    left: 3px;
}

div#g11 {
    position: relative;
    left: -2px;
}

div#g12 {
    position: relative;
    left: 2px;
}

div#site-contents {
    padding-bottom: 10px;
}

div#site-h1 {
    font-size: 20px;
    color: #ccc;
    font-weight: bold;
    padding: 25px;
    text-align: center;
}

.f-table {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #072d52;
    background: #072d52a6;
    margin-bottom: 20px;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 6px;
}

.f-row {
    display: flex;
}

.f-cell {
    flex-grow: 1;
}

.f-max {
    display: flex;
    align-items: center;
    max-width: 68px;
    padding-right: 10px;
}

.f-max-add {
    max-width: 80px;
    justify-content: right;
    text-align: center;
    display: flex;
    padding-right: 4px;
}

.c-img {
    height: 68px;
    width: 68px;
    cursor: pointer;
}

.c-img img {
    border-radius: 3px;
}

.c-img svg {
    color: #ccc;
}

.track-container {
    background: #333333;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.text {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 6px;
}

.artist-name {
    font-size: 17px;
}

.artist-name a {
    font-weight: bold;
    color: #cacd68;
    word-break: break-word;
}

.track-name {
    color: #ccc;
    font-size: 17px;
    word-break: break-word;
    padding-bottom: 6px;
    padding-top: 2px;
}

.play-container {
    background: #285582;
    padding: 5px;
    color: #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    float: left;
}

.play-icon {
    width: 22px;
    height: 22px;
    float: left;
}

.play-text {
    float: left;
    font-size: 17px;
    line-height: 22px;
}

.download-container, .goodok {
    background: #285582;
    padding: 5px;
    color: #ccc;
    border-radius: 3px;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-left: 10px;
}

.goodok {
    height: 32px;
    width: 32px;
    padding: 0px;
    display: none;
}

.goodok a {
    background-image: url(//scripts.advmusic.com/phone_icon.php?size=17&color=cccccc);
    display: block;
    height: inherit;
    width: inherit;
    background-position: center;
    background-repeat: no-repeat;
}

.download-icon {
    width: 22px;
    color: #676767;
    height: 22px;
    float: left;
}

.download-text {
    float: left;
    font-size: 17px;
    line-height: 22px;
    color: #ccc;
}

.playlist-container {
    background: #335a82;
    padding: 5px;
    color: #ccc;
    border-radius: 3px;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-left: 10px;
}

.playlist-icon {
    width: 22px;
    color: #ccc;
    height: 22px;
    float: left;
}

.playlist-container:hover {
    background-color: #ff8989 !important;
}

.playlist-container:hover .playlist-icon {
    color: #e92929;
}

.playlist-text {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    padding-left: 4px;
    color: #ccc;
}

.time-container {
    display: inline-block;
    height: 20px;
}

.time-text {
    font-size: 16px;
    color: #ccc;
    font-weight: bold;
}

div#footer {
    padding-bottom: 10px;
}

div#site-paginator {
    padding-bottom: 15px;
}

div#site-paginator a {
    display: table-cell;
    text-decoration: none;
}

div#p-container {
    margin: 0 auto;
    display: table;
}

.p-text {
    font-weight: bold;
    color: #ccc;
    font-size: 17px;
    padding: 10px 20px 10px 20px;
}

.inactive-p {
    margin-left: 5px;
    margin-right: 5px;
}

.inactive-p .p-text {
    background: #15355b;
    border-radius: 6px;
}

.active-p {
    margin-left: 5px;
    margin-right: 5px;
}

.active-p .p-text {
    background: #335a82;
    border-radius: 6px;
}

div#last-queries {
    padding: 10px 15px 10px 15px;
}

#last-queries a {
    color: #ccc;
    margin-left: 10px;
}

.my-query:hover {
    color: #cacd68;
}

div#email {
    display: table;
    position: absolute;
    margin-left: 10px;
    margin-top: 3px;
}

div#email-icon {
    display: table-cell;
    vertical-align: middle;
}

div#email-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

#email-text a {
    color: #cbcd68;
    font-size: 18px;
    font-weight: bold;
}

/* player */

#player {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #242424;
    background: #1d1d1dcf;
    opacity: 0.9;
}

#progress-container {
    height: 22px;
}

.amplitude-wave-form {
    height: 22px;
}

.amplitude-wave-form svg {
    stroke: #7d7568;
    width: 100%;
    position: relative;
    top: 3px;
    height: 20px;
}

.amplitude-song-slider {
    width: 100%;
    position: relative;
    z-index: 3;
    top: 0px;
    height: 22px;
    cursor: pointer;
    opacity: 0;
}

.played {
    height: 22px;
    background-color: #424242;
    background-color: #ffffff2e;
    position: relative;
    top: -47px;
    z-index: 2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 0px;
}

.buffered {
    height: 22px;
    background-color: #292929;
    background-color: #ffbc0014;
    position: relative;
    top: -25px;
    z-index: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 0px;
}

.player-panel {
    width: 100%;
    background: #191919;
    display: table;
    position: relative;
    table-layout: fixed;
}

.player-control {
    display: table-cell;
    width: 145px;
    vertical-align: middle;
    height: 55px;
}

.player-prev {
    width: 24px;
    height: 24px;
    cursor: pointer;
    float: left;
    margin-left: 20px;
}

.player-play-pause {
    width: 24px;
    height: 24px;
    cursor: pointer;
    float: left;
    margin-left: 20px;
}

.player-next {
    width: 24px;
    height: 24px;
    cursor: pointer;
    float: left;
    margin-left: 20px;
}

.player-prev, .player-play-pause, .player-next {

    color: #676767;

}

.player-prev:hover, .player-play-pause:hover, .player-next:hover, .volume-icon:hover, .download-icon:hover, .repeat-icon:hover {
    color: #bdbdbd !important;
}

.repeat-container {
    display: table-cell;
    vertical-align: middle;
    width: 45px;
    height: 55px;
}

.repeat-icon {
    width: 28px;
    height: 28px;
    color: #676767;
    cursor: pointer;
}

.currentTime-container {
    display: table-cell;
    vertical-align: middle;
    height: 55px;
}

.time-info {
    width: 88px;
    padding: 4px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    color: #a1a1a1;
    padding-left: 10px;
    background: #333;
}

.player-info {
    position: relative;
    margin-top: -22px;
    margin-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 8px;
    height: 22px;
    z-index: 2;
}

.p-track-name {
    color: #a1a1a1;
    font-size: 15px;
    border-radius: 9px;
    font-weight: bold;
    position: relative;
    top: 3px;
}

.volume-container {
    width: 195px;
    height: 55px;
    display: table-cell;
    vertical-align: middle;
}

.volume-icon {
    width: 24px;
    height: 24px;
    float: left;
    color: #676767;
    cursor: pointer;
}

.player-volume {
    height: 6px;
    width: 150px;
    background-color: #525252;
    float: left;
    border-radius: 6px;
    margin-top: 10px;
    margin-left: 5px;
}

.volume-bar {
    background-color: #afafaf;
    height: 6px;
    width: 0px;
}

.amplitude-volume-slider {
    width: 150px;
    opacity: 0;
    height: 12px;
    position: relative;
    top: -4px;
    cursor: pointer;
}

.p-download-container {
    width: 40px;
    display: table-cell;
    vertical-align: middle;
    height: 55px;
}

.p-download-container a {
    display: inline-block;
    color: inherit;
}

div#add-info {
    color: #ccc;
    font-size: 16px;
    padding: 15px;
    background-color: #123359;
    margin: 6px 6px 100px 6px;
    border-radius: 6px;
    line-height: 150%;
}

#add-info a {
    color: #cbcd68;
}

@media screen and (min-width:0px) and (max-width:600px) {

    div#background {
        display: none;
    }

    div#site-body {
        margin-top: 0px;
        border-radius: 0px;
    }

    div#site-panel {
        padding: 5px 15px 0px 15px;
    }

    div#logo-img {
        width: 70px;
        height: 70px;
        background-size: 70px;
    }

    div#site-logo {
        padding: 12px;
    }

    #site-logo a {

    }

    div#logo-text {
        font-size: 17px;
    }

    form input {
        padding-left: 7px;
        font-size: 16px;
    }

    .track-container {
        margin-left: 5px;
        margin-right: 5px;
    }

    .text {
        padding: 5px;
        padding-left: 10px;
    }

    .artist-name {
        font-size: 17px;
    }

    .track-name {
        font-size: 17px;
    }

    .player-control {
        width: 109px;
    }

    .player-prev {
        margin-left: 10px;
    }

    .player-play-pause {
        margin-left: 12px;
    }

    .player-next {
        margin-left: 10px;
    }

    .volume-container {
        display: none;
    }

    .repeat-container {
        width: 35px;
    }

    .currentTime-container {
        display: table-cell;
        vertical-align: middle;
        height: 55px;
    }

    .p-download-container {
        width: 32px;
    }

}

@media screen and (min-width:0px) and (max-width:420px) {

.download-container, .goodok {
    margin-left: 4px;
}

}
