/* override defaults */
body {
    color: #2A343F;
}
.article-title {
    font-family: 'BWDruk-BoldPoster', sans-serif;
    font-size: 122px;
    line-height: 100px;
    color: black;
    margin: 30% auto 0 auto;
    color: white;
     -webkit-text-stroke: 2px #2A343F; 
    letter-spacing: 3px;
}
.copyblock p {
/*    text-align: center !important;*/
}
p.date {
    text-align: center !important;
}
.copyblock a {
    font-family: 'HaasText', sans-serif;
    border-bottom: 1px solid black;
}
.copywidth {
    width: 90%;
    max-width: 1100px;
}
.copyblock p span {
    background: white;
}
#footer {
    border: none !important;
}
#footer .container {
    max-width: 1160px !important;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin: 0 auto;
}
#footer .container div {
    display: block;
}
.annotation {
    font-family: "HaasDisplayBold", "Helvetica", sans-serif;
    font-size: 34px;
    line-height: 20px;
    vertical-align: bottom;
}
.tooltip {
    background-color: #2A343F !important;
    color: white !important;
    font-family: 'HaasText', 'Helvetica', sans-serif;
    font-size: 21px !important;
    line-height: 24px;
    border: none !important;
    padding: 15px !important;
    width: 300px !important;
}
.tooltip:after {
    border-top-color: #2A343F !important;
}
.note {
    width: 20px !important;
}
.note img {
    width: 15px;
    top: 10px;
}
.note img div {
    display: inline;
    opacity: 0;
    z-index: 100;
    /*    -ms-transform: translate(-200px, 0px);
    -webkit-transform: translate(-200px, 0px);
    transform: translate(-200px, 0px);*/
}
.text {
    position: absolute;
    margin: -50px 0 0 0;
    left: 300px;
    font-size: 27px;
    line-height: 32px;
    text-align: center !important;
    opacity: 0;
    z-index: 10000;
    width: 550px;
}
.text span {
    background: black;
    color: white !important;
}
.note:hover + .text {
    opacity: 1;
}
#banner {
    width: 100%;
    max-width: 1400px;
    position: absolute;
    top: -600px;
    z-index: -100;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
}
#banner img {
    width: 100%;
}
/* graphic */

#graphic div div {
    width: 550px;
    display: inline-block;
    text-align: left;
}
#graphic {
    font-family: 'HaasText', 'Helvetica', sans-serif;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
}
#graphic div {
    margin-bottom: 3px;
}
#graphic span {
    color: black;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    width: 550px;
}
#graphic .blue_tracks span:first-child:hover {
    border: 2px solid #0099ff;
    margin: -2px;
}
#graphic .red_tracks span:first-child:hover {
    border: 2px solid #fa0033;
    margin: -2px;
}
#graphic .purple_tracks span:first-child:hover {
    border: 2px solid #5F43A4;
    margin: -2px;
}
#graphic h2 {
    font-family: 'BWDruk-BoldPoster', sans-serif;
    font-size: 120px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 50px 0 20px 0;
    text-align: center;
}
#graphic h3 {
    font-family: 'BWDruk-Regular', sans-serif;
    font-size: 52px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: center;
}
#graphic div div div img {

}
.blue_tracks h2 {
    color: white;
    -webkit-text-stroke: 2px #0099ff;
}
.blue_tracks h3 {
    color: #0099ff;
}
.red_tracks h2 {
    color: white;
    -webkit-text-stroke: 2px #fa0033;
}
.red_tracks h3 {
    color: #fa0033;
}
.purple_tracks h2 {
    color: white;
    -webkit-text-stroke: 2px #5F43A4;
}
.purple_tracks h3 {
    color: #5F43A4;
}
#graphic .rank {
    display: inline-block;
    width: 40px;
    text-align: right;
    padding-right: 10px;
}
#graphic .rank:hover {
    border: none !important;
    margin: 0 !important;
}
#graphic .change {
    display: inline-block;
    width: 40px;
    margin: 0 5px;
}
#graphic .blue_tracks .change {
    color: #0099ff;
}
#graphic .red_tracks .change {
    color: #fa0033;
}
#graphic .purple_tracks .change {
    color:  #5F43A4;
}

/*#graphic .blue_tracks .newtrack {
    border: 2px solid #0099ff;
    margin: -2px;
}
#graphic .red_tracks .newtrack {
    border: 2px solid #fa0033;
    margin: -2px;
}
#graphic .purple_tracks .newtrack {
    border: 2px solid #5F43A4;
    margin: -2px;
}*/

/*#graphic .blue_tracks .newtrack span {
    color: #0099ff;
}
#graphic .red_tracks .newtrack span {
    color: #fa0033;
}
#graphic .purple_tracks .newtrack span {
    color: #5F43A4;
}
*/



#graphic .artist {
    display: inline-block;
    width: 150px;
    padding-right: 10px;
}
#graphic .song {
    display: inline-block;
    width: 250px;
}
/*PLAYER CHROME*/

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        opacity: 0.4;
    }
    50% {
        -webkit-transform: rotate(180deg);
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(360deg);
        opacity: 0.4;
    }
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        opacity: 0.4;
    }
    50% {
        -moz-transform: rotate(180deg);
        opacity: 1;
    }
    to {
        -moz-transform: rotate(360deg);
        opacity: 0.4;
    }
}
@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
        opacity: 0.4;
    }
    50% {
        -ms-transform: rotate(180deg);
        opacity: 1;
    }
    to {
        -ms-transform: rotate(360deg);
        opacity: 0.4;
    }
}
@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
        opacity: 0.4;
    }
    50% {
        -o-transform: rotate(180deg);
        opacity: 1;
    }
    to {
        -o-transform: rotate(360deg);
        opacity: 0.4;
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(180deg);
        opacity: 1;
    }
    to {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}
.hits .soundcite-loaded {
    background: #fff;
    border-bottom: 1px solid #F2F4F6;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin: -1px;
}
.b-sides .soundcite-loaded {
    background: #F2F4F6;
    border-bottom: 1px solid #F2F4F6;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin: -1px;
}
.soundcite-loaded {
    padding: 8px 10px 5px 10px;
    display: inline-block;
    cursor: pointer;
    background: #F2F4F6;
}
.soundcite-loaded:before {
    display: inline-block;
    content: "";
}
.soundcite-loading:before {
    font-size: 0.9em;
    position: relative;
    top: -.05em;
    height: 0.75em;
    width: 0.75em;
    border: 2px solid #000;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.soundcite-play:before {
    font-size: 0.9em;
    position: relative;
    top: -.05em;
    border: 0.4em solid transparent;
    border-left: 0.7em solid black;
    opacity: 0.1;
}
.soundcite-play:hover:before {
    font-size: 0.9em;
    position: relative;
    top: -.05em;
    border: 0.4em solid transparent;
    border-left: 0.7em solid black;
    opacity: 1;
}
.soundcite-pause:before {
    font-size: 0.8em;
    position: relative;
    top: -.05em;
    height: .9em;
    border-left: .75em double black;
    border-right: .5em solid transparent;
}
.soundcite-pause {
    border: 1px solid #2A343F;
    margin: -1px;
}
@media only screen and (max-width: 1300px) {
    #banner {
        top: -250px;
    }
}
@media only screen and (max-width: 1100px) {
    #banner {
        width: 1100px;
        top: -180px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 960px) {
    .article-title {
        font-size: 72px;
        line-height: 72px;
        margin: 40% auto 0 auto;
    }
    .copyblock p {
        font-size: 16px;
        text-align: center !important;
    }
    #banner {
        left: -100px;
        top: -350px;
    }
    #graphic h2 {
        font-size: 72px;
    }
    #graphic h3 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 860px) {
    .article-title {
        font-size: 72px;
        line-height: 72px;
        margin: 10% auto 0 auto;
        text-align: left !important;
        padding: 0 !important;
    }
    .copyblock p {
        font-size: 16px;
        text-align: left !important;
    }
    #banner {
        left: -20%;
        top: -50%;
    }
}
@media only screen and (max-width: 650px) {
    .article-title {
        font-size: 72px;
        line-height: 72px;
        margin: 10% 0;
    }
    .copyblock p {
        font-size: 16px;
    }
    .copyblock {
        margin: 10px auto;
    }
    .copywidth {
        width: 100%;
    }
    #banner {
        left: -20%;
        top: -50%;
    }
    #graphic div div {
        width: 100%;
    }
    #graphic h2 {
        text-align: left !important;
    }
    #graphic h3 {
        text-align: left !important;
    }
    #graphic .rank {
        display: inline-block;
        width: 25px; 
    }
    #graphic .change {
        display: inline-block;
        width: 25px;
    }
    #graphic .artist {
        display: inline-block;
        width: 120px;
        margin-right: 10px;
    }
    #graphic .song {
        display: inline-block;
        width: 155px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 590px) {
    #banner {
        left: -50%;
    }
    #graphic {
        font-size: 14px !important;
        line-height: 21px;
        text-align: center;
    }
}
@media only screen and (max-width: 360px) {
    #graphic {
        font-size: 14px !important;
        line-height: 21px;
        text-align: center;
    }
}



@-moz-document url-prefix() { 
  .article-title {
    text-shadow:-2px -2px 0 #2A343F,  
    2px -2px 0 #2A343F,
    -2px 2px 0 #2A343F,
    2px 2px 0 #2A343F;
  }
  .blue_tracks h2 {
    color: white;
/*    -webkit-text-stroke: 2px #0099ff;*/
    text-shadow:-2px -2px 0 #0099ff,  
    2px -2px 0 #0099ff,
    -2px 2px 0 #0099ff,
    2px 2px 0 #0099ff;
}

.red_tracks h2 {
    color: white;
/*    -webkit-text-stroke: 2px #fa0033;*/
    text-shadow:-2px -2px 0 #fa0033,  
    2px -2px 0 #fa0033,
    -2px 2px 0 #fa0033,
    2px 2px 0 #fa0033;
}

.purple_tracks h2 {
    color: white;
/*    -webkit-text-stroke: 2px #5F43A4;*/
    text-shadow:-2px -2px 0 #5F43A4,  
    2px -2px 0 #5F43A4,
    -2px 2px 0 #5F43A4,
    2px 2px 0 #5F43A4;
}
}

.terminal a{
  color: #626262 !important;
  pointer-events: none !important; 
}
