
* {
	margin:0;
	padding:0;
}

body {
    background: #272727;
    font-family: sans-serif;
    overflow-y: scroll;
    font-size: 16px;
}

#my_background {
    background: url(/imgs/backgrounds/11.jpg);
    width: 100%;
    height: 100%;
    position: fixed;
    background-size: cover;
    opacity: 0.9;
    background-repeat: no-repeat;
    z-index: -3;
    background-position: center center;
}

div#s-c {
    margin: 0 auto;
    display: table;
    font-size: 25px;
    font-weight: bold;
    padding: 8px;
}

#s-c a {
    color: #ccc;
    text-decoration: none;
}

.l1 {
    display: table-cell;
}

div#boom-svg {
    display: table-cell;
    max-width: 26px;
}

#boom-svg svg {
    position: relative;
    top: 5px;
}

.l2 {
    display: table-cell;
}

#canvas {
    width: 56px;
    height: 33px;
    position: absolute;
    z-index: 1;
    margin-top: 158px;
    margin-left: 46px;
}

div#shell {
    max-width: 700px !important;
    margin: 0 auto;
    background: #00000078;
    padding-bottom: 20px;
}

div#s-input {
    margin: 0 auto;
    width: 100%;
    padding-top: 12px;
    padding-left: 40px;
    padding-right: 40px;
    display: table;
    box-sizing: border-box;
}

div#d-input {
    display: table-cell;
    width: 100%;
}

form {

}

form input {
    border: 0px;
    width: 100%;
    padding: 10px;
    outline: none;
    border-radius: 4px 0px 0px 4px;
    font-size: 20px;
    background: #ffffff9e;
    color: #333;
    box-sizing: border-box;
    height: 44px;
}

input::placeholder {
    color: #555;
}

div#d-button {
    display: table-cell;
    vertical-align: middle;
}

button {
    width: 90px;
    height: 44px;
    border: 0px;
    background: #353535b0;
    color: #afafaf;
    border-radius: 0px 4px 4px 0px;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

button:hover {
    color: #d4d4d4;
}

button svg {
    position: relative;
    top: 2px;
}

div#s-buttons {
    opacity: 0.9;
}

.uscl-list {
    opacity: 0.7;
}

h1 {
    width: inherit;
    text-align: center;
    color: #afafaf;
    font-size: 20px;
    padding: 20px;
	font-weight: bold;
}

div#content {
    width: inherit;
    padding-left: 40px;
    padding-right: 40px;
}

.data {
    display: table;
    margin-bottom: 20px;
    width: 100%;
    background: #585858a1;
}

.img {
    display: table-cell;
    vertical-align: middle;
    width: 75px;
    height: 84px;
    cursor: pointer;
}

.cover {
    color: #afafaf;
    width: 64px;
    height: 64px;
    padding-left: 8px;
}

.cover img {
    width: 58px;
    height: 58px;
    opacity: 0.7;
    transition-duration: 0.3s;
    border-radius: 36px;
    position: relative;
    top: 3px;
    left: 4px;
}

.cover img:hover {
    opacity: 1;
}

.cover span {
    display: inline-block;
    height: 64px;
    width: 64px;
    border-radius: 4px;
}

.track {
    color: #afafaf;
    padding: 10px;
    display: table-cell;
    vertical-align: top;
}

.name {
    display: table;
    width: 100%;
}

.name-text {
    display: table-cell;
}

.name-time {
    display: table-cell;
    min-width: 50px;
    text-align: right;
    font-weight: bold;
}

.artist a {
    color: inherit;
    font-weight: bold;
}

.play-download {
    display: table;
    margin: 12px 0px 4px 0px;
}

.pd-cell {
    display: table-cell;
}

div.play {
    padding: 10px;
    background: #a7a7a745;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

div.play:hover, div.download:hover {	
    color: #d4d4d4;		
}

div.download {
    padding: 10px;
    background: #00000045;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

div.time {
    padding: 10px;
    background: #a7a7a745;
    margin-left: 15px;
    border-radius: 4px;
}

.rbt__block {
    background: #a7a7a745;
    height: 38px;
    width: 38px;
    border-radius: 3px;
    margin-left: 15px;
}

.rbt__icon {
    color: #afafaf;
    height: 38px;
    width: 38px;
}

.rbt__icon svg {
    position: relative;
    top: 6px;
    left: 6px;
}

div.volume {
    cursor: pointer;
    position: relative;
    left: 15px;
    top: -2px;
}

span.step {
    width: 6px;
    margin-left: 5px;
    background: #afafaf;
    display: inline-block;
    border-radius: 4px;
    height: 6px;
    transition-duration: 0.3s;
}

span.p-v {
    position: absolute;
    width: 112px;
    height: 35px;
    margin-top: -6px;
    margin-left: -108px;
}

input.amplitude-volume-slider {
    opacity: 0;
    height: 35px;
    width: inherit;
    cursor: pointer;
}

a.link {
    text-decoration: none;
    color: inherit;
    margin-left: 15px;
    display: inline-block;
}

.rewind {
    height: 20px;
    margin-top: -20px;
    width: 100%;
}

#p-c {
    height: 20px;
    background: #ffffff30;
}

.amplitude-song-slider {
    width: 100%;
    position: relative;
    z-index: 3;
    top: 0px;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    display: block;
}

.buffered {
    height: 100%;
    background-color: #ffffff38;
    position: relative;
    top: -20px;
    z-index: 1;
    border-right: 3px solid #ffffff38;
    width: 0px;
    display: block;
}

.played {
    height: 100%;
    background-color: #ffffff54;
    position: relative;
    top: -40px;
    z-index: 2;
    border-right: 3px solid #ffffff54;
    width: 0px;
    display: block;
}

#div-pages {
    padding: 20px;
    color: #ccc;
    display: table;
    margin: 0 auto;
    padding-bottom: 35px;
}

#div-pages div {
    padding: 10px;
    background: #585858a1;
    margin-right: 20px;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
}

#div-pages a {
    display: inline-block;
    color: #ccc;
    float: left;
}

.current-page {
    float: left;
}

#div-tags {
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    word-break: break-word;
}

#div-tags a {
    color: #afafaf;
    margin-right: 10px;
}

#div-tags a:hover {
    color: #d0d0d0;
}

.amplitude-visualization {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -2;
    /* opacity: 0.2; */
    width: 100%;
    height: 500px;
}

div#my-scrolling {
    width: 40px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    color: #ffffff73;
    cursor: pointer;
    opacity: 0.7;
    padding: 10px;
	background: #ffffff14;
}

#e-mail {
    margin-left: 40px;
    color: #cacaca;
    padding-bottom: 20px;
}

#e-mail a {
    color: #c7ba5a;
    margin-left: 10px;
    font-weight: bold;
}

div#adv-info {
    word-break: break-word;
    color: #afafaf;
    font-size: 15px;
    background: #585858a1;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

div#adv-info a {
    color: #d7d7d7;
}

#adv-info div {
    margin-top: 6px;
    font-weight: normal;
}

div#adv-s a {
    color: #8e8e8e;
}

div#legal-information {
    color: #8f8f8f;
    padding-bottom: 40px;
    font-size: 18px;
}

div#legal-information a {
    color: #adb446;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@media screen and (min-width:0px) and (max-width:600px) {

#my_background {
    background-size: 300%;
    background-position: unset;
    background: #6c593f;
}

div#shell {
    padding-bottom: 10px;
}

div#s-input {
    padding-left: 10px;
    padding-right: 10px;
}

button {
    background: #4b402f;
}

#div-tags {
    padding-left: 12px;
    padding-right: 12px;
    word-break: break-all;
}

h1 {
    padding-left: 10px;
    padding-right: 10px;
}

div#content {
    padding-left: 10px;
    padding-right: 10px;
}

div.volume {
    display: none;
}

#e-mail {
    margin-left: 10px;
    padding-top: 10px;
}

div#adv-info {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
}

}









