html, body, div, form, fieldset, legend, label {
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
}

h1, h2, h3, h4, h5, h6, th, td, caption {
    font-weight: normal;
}

img {
    border: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body, a, a:visited {
    color: #1A1F30;
    font-size: 100%;
}

p {
    word-wrap: break-word;
}

.site_header, footer {
    background: #1A1F30;
}

.site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
}

footer {
    padding: 30px 0;
}

.site_header h1 {
    position: relative;
    font-size: 33px;
    color: #fff;
    text-align: center;
    cursor: default;

      -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
}

[data-shrunk] h1 {
    font-size: 25px;
}

[data-shrunk] {
    opacity: .7;
}

.site_header h1 span {
    font-weight: 700;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    margin-top: 150px;
    margin-bottom: 100px;
}

.track {
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.track_header {
    float: left;
    width: 30%;
    padding-right: 30px;
}

.track_header h2 {
    font-size: 2em;
}

.track_header img {
    max-width: 100%;
    width: 130px;
}


.track_header a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

.track_header a:hover {
    opacity: .75;
}

.player {
    float: right;
    width: 70%;
}

.track_header:hover .user_description, .user_description:hover {
    display: block;
}

/*
.user_description {
    font-size: 80%;
    color: #999;
    position: absolute;
    width: 30%;
    color: #323232;
    padding: 22px;
    background: #fff;
    display: none;
}
*/

.pubdate {
    color: #C8C8C8;
}

.placeholder {
    height: 130px;
    width: 130px;
    border: 1px solid #eee;
}

.loading {
    display: block;
    margin-top: 230px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 65px;
}

.loading p,.loading img {
    -webkit-animation-name: pulsate;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: pulsate;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

.loading p {
    margin-top: 30px;
}



@media screen and (max-width: 640px) {

    .site_header h1 {
        font-size: 17px;
    }

    .site_header.smaller h1 {
        font-size: 17px;
    }

    .container {
        margin-top: 100px;
    }

    .track_header, .player {
        float: none;
        width: 100%;
    }

    .track_header h2, .track_header img {
        display: inline-block;
    }

    .track_header h2 {
        margin-right: 20px;
        margin-left: 10px;
        margin-bottom: 0;
        font-size: 1.8em;
    }

    .track_header img {
        width: 50px;
    }

}
