@charset "UTF-8";
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*
 *
 *  Copyright (c) David Bushell | http://dbushell.com/
 *
 */
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: 'Open Sans';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: normal;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #101010;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol {
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
}

a {
    text-decoration: none !important;
}

.highlight {
    background: #fff699;
    padding: 0 0.5em;
}

.prose ul, .prose ol {
    list-style: outside disc;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
.prose p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
.prose p.small {
    color: #666;
    font-size: 0.8125em;
    line-height: 1.84615em;
    margin-bottom: 1.84615em;
}
.prose p.medium {
    color: #666;
    font-size: 0.875em;
    line-height: 1.71429em;
    margin-bottom: 1.71429em;
}
.prose p:last-child {
    margin-bottom: 0;
}
.prose h1 {
    font-size: 1.875em;
    line-height: 1.2em;
    margin-bottom: 0.4em;
}
.prose h2 {
    font-size: 1.5em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
}
.prose a {
    color: #6d7173;
    border-bottom: 1px solid #a1cfe5;
    text-decoration: none;
    outline: none;
}
.prose a:focus, .prose a:hover {
    color: #4ab336;
    border-bottom-color: #77b36b;
}

.close-btn {
    display: block;
    width: 2.625em;
    height: 2.25em;
    padding: 0;
    border: 0;
    outline: none;
    background: #ffffff url("/resources/images/close-btn.svg") left center no-repeat;
    background-size: 1.875em 1.875em;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
    background-image: url("/resources/images/close-btn.svg");
}
.close-btn:focus, .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.nav-btn {
    margin-left: 15px;
    margin-top: 10px;
    z-index: 3;
}
.no-svg .nav-btn {
    background-image: url("/resources/images/nav-icon.svg");
}
.nav-btn:hover, .nav-btn:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#inner-wrap {
    position: relative;
    width: 100%;
}

#nav {
    z-index: 200;
    color: #ffffff;
    width: 100%;
    display: block;
}
#nav .close-btn {
    display: none;
}
#nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#nav .block {
    z-index: 2;
    position: relative;
    padding: 0.75em 1.25em;
    background: #ffffff;
}
#nav ul {
    display: block;
}
#nav ul:before, #nav ul:after {
    /* content: ""; */
    display: table;
}
#nav ul:after {
    clear: both;
}
#nav li {
    display: block;
}
#nav li a {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 37px;
    font-family: Oswald;
    text-transform: uppercase;
    outline: none;
}
#nav li a:focus, #nav li:not(.is-active) a:hover {
    color: #ff2840;
}
#nav li.is-active a {
    color: #ff2840;
}

#top {
    z-index: 2;
    position: fixed;
    color: #101010;
    background: #101010;
    width: 100%;
    display: flex;
    align-items: center;
    left: 0;
}
#top .block-title {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    white-space: nowrap;
    padding-left: 8px;
    margin-top: 4px;
    float: left;
}
#top .button-block {
    float: right;
    position: absolute;
    right: 15px;
    top: 10px;
}

#main .block, #main .button-block {
    padding: 2.625em 1.875em;
}

footer[role="contentinfo"] {
    background: #ffffff;
}

@media screen and (min-width: 1200px) {
    .nav-float-right{
        float: right;
    }
    .music-nav-block{
        width: 100%;
    }

    #top .nav-btn {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #nav .close-btn {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #nav .block-title {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #nav ul {
        text-align: center;
        white-space: nowrap;
    }
    #nav li {
        display: inline-block;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 14px;
    }
    #nav li:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    #nav li a {
        padding: 0.42857em 0.85714em;
    }
    .form-control::-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #ffffff;
    }

    .form-control::-webkit-input-placeholder {
        color: #ffffff;
    }
    .music-nav{
        margin-left: 200px;
    }
}
@media screen and (max-width: 1199px) {
    .tracks-container{
        top: 97px;
    }
    .search-input{
        width: 94px !important;
        height: 25px !important;
    }
    .music-nav-block{
        width: 114px;
    }
    #nav li.is-active:after {
        z-index: 50;
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -0.625em;
        border-top: 0.625em transparent solid;
        border-bottom: 0.625em transparent solid;
        border-right: 0.625em #ffffff solid;
    }
    .form-control::-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #ffffff;
    }

    .form-control::-webkit-input-placeholder {
        color: #ffffff;
    }
    #nav li a {
        color: #ffffff;
    }
    .music-nav{
        padding-bottom: 1000px;
        background-color: #101010;
    }

    #nav:not(:target) {
        z-index: 1;
    }
    #nav .block {
        position: relative;
        padding: 0;
    }
    #nav li {
        position: relative;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }
    #nav li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    #nav li a, #nav li input {
        padding-left: 10px;
    }

    .js-ready #nav .block {
        background: transparent;
    }
    .js-ready #nav {
        display: none;
    }
    .js-nav #nav {
        position: absolute !important;
        display: block !important;
        left: 0;
        top: 93px;
        width: 114px;
        margin: 0;
    }
    .js-ready #inner-wrap {
        left: 0;
    }

    .js-nav #inner-wrap {
        left: 114px;
        width: calc(100% - 114px);
    }
    .music-nav{
        margin-left: 0px;
    }
}
@media screen and (max-width: 899px) {
    .music-nav{
        margin-left: 0px;
    }
    .tracks-container, .single-track-container{
        top: 132px;
        margin-bottom: 129px;
    }
    .search-input{
        width: 94px !important;
        height: 25px !important;
    }
    .music-nav-block{
        width: 114px;
    }
    #nav li.is-active:after {
        z-index: 50;
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -0.625em;
        border-top: 0.625em transparent solid;
        border-bottom: 0.625em transparent solid;
        border-right: 0.625em #ffffff solid;
    }
    .form-control::-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #ffffff;
    }

    .form-control::-webkit-input-placeholder {
        color: #ffffff;
    }
    #nav li a {
        color: #ffffff;
    }
    .music-nav{
        padding-bottom: 1000px;
        background-color: #101010;
    }
    .progress-track-container{
        float: right;
        width: 100%;
    }
    .progress-track{
        float: right;

    }
    .progress-track:before { content: "\00a0 "; }

    #nav:not(:target) {
        z-index: 1;
    }
    #nav .block {
        position: relative;
        padding: 0;
    }
    #nav li {
        position: relative;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }
    #nav li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    #nav li a, #nav li input {
        padding-left: 10px;
    }

    .js-ready #nav .block {
        background: transparent;
    }
    .js-ready #nav {
        display: none;
    }
    .js-nav #nav {
        position: absolute !important;
        display: block !important;
        left: 0;
        top: 127px;
        margin: 0;
    }
    .js-ready #inner-wrap {
        left: 0;
    }

    .js-nav #inner-wrap {
        left: 114px;
        width: calc(100% - 114px);
    }
}


.header-container{
    position: relative;
    height: 50px;
}

.block{
    display: inline-block;
    height: 50px;
}

.login-nav-block{
    display: inline-block;
    height: 50px;
    float: right;
}

.music-nav-block{
    display: inline-block;
    height: 50px;
    float: left;
    line-height: 33px;
}

.header-container{
    position: relative;
    height: 100%;
    width: 100%;
    font-family: 'Open Sans';
}

.header-absolute{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.header-relative{
    position: relative;
    width: 100%;
}

.header-fixed{
    position: fixed;
    top: 0;
}

.nav-btn:after{
    font-family: 'Genericons';
    content: '\f419';
    color: #ffffff;
    font-size: 30px;
}

.brand, .brand:hover, .brand:visited, .brand:active{
    color: #ffffff;
    font-family: Oswald;
    font-weight: normal;
    text-transform: uppercase;
}
.search-input{
    background: transparent;
    border: none;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: normal !important;
}
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.on:after, .off:after{
    margin-left: -4px;
    top: 1px;
    margin-right: -2px;
    position: relative;
}
.on:after{
    font-family: 'Genericons';
    content: '\f428';
    color: #28ff5e;
}
.lastfm:hover a{
    color: #ffffff !important;
}
.lastfm:hover .on:after{
    color: #FF2840;
}
.lastfm:hover .off:after{
    color: #28ff5e;
}
.off:after{
    font-family: 'Genericons';
    content: '\f428';
    color: #FF2840;
}
.off:hover{
    color: #FF2840;
}
