/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  padding: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.38;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 35px;
  padding: 0 0 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
  padding: 0 0 5px;
}

h5, h6 {
  font-size: 16px;
}

p, ul, ol {
  font-size: 16px;
  line-height: 1.4;
  padding: 0 0 1.5em 0;
}

ul, ol {
  line-height: 1.8;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:focus {
  outline: none;
}

blockquote p {
  font-size: 18px;
}

.clearboth {
  clear: both;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.fullHeight {
  height: 100%;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

html.following {
  overflow-y: hidden;
}

body {
  color: white;
  background: #222222;
}

body.about,
body.contact {
  background: #222222;
}

#loading {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
}

#loading-animation {
  max-width: 150px;
  margin: 0 auto;
}
#loading-animation img {
  width: 100%;
  height: auto;
  display: block;
}

#page-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 119px;
  z-index: 200;
  background: #ed1c20;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-header .padding {
  padding: 25px 40px 0 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#page-header.min {
  height: 63px;
}
#page-header.min .padding {
  padding: 9px 40px 10px 30px;
}
#page-header.min #toggle-nav {
  top: 6px;
}

#page-header.hide {
  top: -167px;
}

.show-follow #page-header {
  height: 167px;
}
.show-follow #page-header #follow-bar {
  height: 48px;
}

.show-follow #page-header.min {
  height: 111px;
}

#follow-bar {
  position: relative;
  width: 100%;
  height: 48px;
  height: 0;
  overflow: hidden;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background: black url(../img/follow-bg-tint.jpg) center center no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#follow-bar a {
  color: white;
}
#follow-bar .fa {
  float: left;
  font-size: 14px;
  margin-right: 5px;
}
#follow-bar span {
  float: left;
  padding-top: 1px;
}
#follow-bar .extra {
  float: none;
  padding: 0;
}
#follow-bar .clearboth {
  padding-top: 4px;
}
#follow-bar .close-follow {
  width: 11px;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#follow-bar .close-follow:hover {
  transform: rotate(135deg);
}
#follow-bar .close-follow img {
  width: 100%;
  height: auto;
  display: block;
}

#follow-bar.show {
  top: 0;
}

.follow-padding {
  padding: 10px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}

#artists-header {
  position: absolute;
  width: 100%;
  height: 32px;
  left: 0;
  top: 119px;
  background: black;
  text-align: center;
  font-size: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#artists-header a {
  color: white;
  /*display: inline-block;*/
  /*display: block;*/
  padding: 10px 12px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#artists-header a:hover {
  background: #222222;
}

#artists-header.hide {
  top: -32px;
}

#artists-header.min {
  top: 63px;
}

.artists #artists-header {
  opacity: 1;
  visibility: visible;
}

.show-follow #artists-header {
  top: 167px;
}

.show-follow #artists-header.min {
  top: 111px;
}

#artists-header ul {
  line-height: 1;
  padding: 0;
}

#artists-header li {
  text-align: left;
  display: inline-block;
  position: relative;
  cursor: pointer;
  /*padding: 10px 12px;*/
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#artists-header li a {
  display: inline-block;
}
#artists-header li:hover {
  background: #222222;
} 

#artists-header li ul {
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  position: absolute;
  left: 0;
  background: #222222;
  /*background: black;*/
  min-width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#artists-header li ul li {
  display: block;
  padding: 0;
}

#artists-header li ul li a {
  display: block;
  white-space: nowrap;
}
#artists-header li ul li a:hover {
  background: #303030;
}

#artists-header li:hover ul {
  opacity: 1;
  visibility: visible;
  /*z-index: 1;*/
}


#artists-header li ul.left-edge {
  left: 0;
  right: auto;
}
#artists-header li ul.right-edge {
  left: auto;
  right: 0;
}



#progress {
  width: 100%;
  height: 8px;
  background: #222222;
  position: absolute;
  left: 0;
  bottom: 0;
}

#bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 8px;
  background: #e1e1e1;
}

#branding-wrapper {
  width: 150px;
  float: left;
  padding: 0;
}

#branding {
  padding: 0;
}
#branding a {
  width: 150px;
  height: 61px;
  background: url(../img/polydor-static.gif) 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: -99999em;
  display: block;
  overflow: hidden;
  transition: none !important;
}

#branding-m {
  display: none;
  padding: 0;
  margin-top: 6px;
  margin-left: -28px;
}
#branding-m a {
  width: 100px;
  height: 24px;
  background: url(../img/polydor-static.gif) 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: -99999em;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#toggle-nav {
  position: absolute;
  top: 34px;
  right: 26px;
  width: 22px;
  height: 22px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toggle-nav img {
  width: 100%;
  height: auto;
  display: block;
}
#toggle-nav.close {
  transform: rotate(135deg);
}

#scroll-prompt {
  position: fixed;
  z-index: 98;
  width: 52px;
  height: 52px;
  left: 50%;
  margin-left: -26px;
  bottom: 85px;
  text-align: center;
}
#scroll-prompt a {
  color: white;
  width: 52px;
  height: 52px;
  padding: 20px 0 0;
  box-sizing: border-box;
  display: block;
}
#scroll-prompt .prompt {
  width: 52px;
  height: 52px;
  display: inline-block;
  font-size: 19px;
  text-align: center;
  padding-top: 12px;
}
#scroll-prompt .prompt span {
  display: inline-block;
  text-align: center;
}

#scroll-prompt.show {
  display: block;
}

#scroll-prompt .prompt img.scroll-prompt-m {
  display: none !important;
}



body.artists #scroll-prompt,
body.single-artist #scroll-prompt,
body.about #scroll-prompt,
body.contact #scroll-prompt {
  display: none;
}

@keyframes scrollAnimation {
  0% {
    opacity: 0;
    padding: 2px 10px 0 10px;
  }

  65% {
    opacity: 1;
    padding: 10px 10px 0 10px;
  }

  85% {
    opacity: 0;
    padding: 10px 10px 0 10px;
  }

  100% {
    opacity: 0;
    padding: 2px 10px 0 10px;
  }
}
#menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  top: 119px;
  bottom: 0;
  box-sizing: border-box;
  max-width: 320px;
  z-index: 202;
  background: black;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu a {
  color: white;
}
#menu.hide {
  right: -320px;
}

#menu.min {
  top: 63px;
}

.show-follow #menu {
  top: 167px;
}

.show-follow #menu.min {
  top: 111px;
}

#main-nav {
  padding: 0;
  font-size: 0;
}
#main-nav li {
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  border-bottom: #222222 1px solid;
}
#main-nav a {
  padding: 40px;
  display: block;
}
#main-nav a:hover {
  background: #222222;
}

#social-nav {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: right;
  padding: 0 30px 0 0;
  font-size: 0;
  box-sizing: border-box;
}
#social-nav li {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  background: #222222;
  border: #222222 1px solid;
  width: 32px;
  height: 32px;
  margin: 0 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#social-nav li:hover {
  background: #222222;
}
#social-nav a {
  display: block;
}

#artist-menu {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 94px;
  width: 100%;
  top: 119px;
  bottom: 0;
  z-index: 201;
  box-sizing: border-box;
  background: black;
  color: white;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#artist-menu a {
  color: white;
}

#artist-menu.min {
  top: 63px;
}

#artist-menu.hide {
  right: -94px;
}

#artist-menu #bg {
  position: absolute;
  width: 94px;
  top: 0;
  bottom: 0;
  right: 0;
  background: black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.show-follow #artist-menu {
  top: 167px;
}

.show-follow #artist-menu.min {
  top: 111px;
}

.show-follow .up {
  top: 0;
}

.show-follow .min .up {
  top: 0;
}

#artist-nav-wrapper {
  height: 100%;
  padding: 32px 8px 40px;
  box-sizing: border-box;
  overflow: hidden;
}
#artist-nav-wrapper:focus {
  outline: none;
}

#artist-nav {
  position: relative;
  width: 78px;
  padding: 0;
}
#artist-nav li {
  display: block;
  padding: 0 0 8px;
  cursor: pointer;
}
#artist-nav li:hover img {
  filter: none;
}
#artist-nav li.nav-spacer {
  width: 78px;
  height: 76px;
}
#artist-nav img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  height: auto;
  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

.mCSB_scrollTools {
  z-index: -1;
  opacity: 0 !important;
}

#toggle-artist-nav {
  position: absolute;
  z-index: -1;
  left: -53px;
  top: 50%;
  margin-top: -20px;
  width: 53px;
  height: 53px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: 21px 0 10px 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 12px;
}
#toggle-artist-nav .fa {
  vertical-align: top;
}
#toggle-artist-nav .fa-angle-left,
#toggle-artist-nav .fa-chevron-left {
  display: none;
}
#toggle-artist-nav .fa-angle-right,
#toggle-artist-nav .fa-chevron-right {
  display: inline-block;
}
#toggle-artist-nav:hover {
  background: black;
}

#toggle-artist-nav.hide {
  padding: 21px 0 10px;
}
#toggle-artist-nav.hide .fa-angle-left,
#toggle-artist-nav.hide .fa-chevron-left {
  display: inline-block;
}
#toggle-artist-nav.hide .fa-angle-right,
#toggle-artist-nav.hide .fa-chevron-right {
  display: none;
}

.up,
.down {
  position: absolute;
  z-index: 1;
  left: 8px;
  width: 78px;
  height: 20px;
  padding: 5px 0 0;
  background: black;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.up:hover,
.down:hover {
  background: #222222;
}

.up {
  top: 0;
}

.down {
  bottom: 8px;
}

#tt-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 94px;
  z-index: 99;
  overflow: hidden;
}

#tt {
  position: absolute;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bold;
  background: black;
  padding: 8px;
  z-index: 99;
  visibility: hidden;
}

.slick-slide:focus {
  outline: none;
}

.slick-arrow {
  position: absolute;
  z-index: 100;
  width: 53px;
  height: 53px;
  top: 50%;
  margin-top: -26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  padding: 21px 0 0 0;
  box-sizing: border-box;
  font-size: 12px;
  cursor: pointer;
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow:hover {
  background: black;
}

.arrow-prev {
  left: 0;
}

.arrow-next {
  right: 0;
}

#page-footer {
  position: fixed;
  min-height: 30px;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
#page-footer a {
  color: white;
}

#footer-nav {
  float: left;
  font-size: 0;
  padding: 10px 30px;
}
#footer-nav li {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  border-right: white 1px solid;
}
#footer-nav li.first {
  padding: 0 5px 0 0;
}
#footer-nav li.last {
  border: none;
}
#footer-nav li.mute-toggle {
  padding: 0 5px;
  cursor: pointer;
  border-left: white 1px solid;
  border-right: none;
}
#footer-nav a {
  padding: 0 5px;
}

.follow-btn {
  background: #ed1c20;
  color: white;
  float: right;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 10px;
  min-height: 30px;
  box-sizing: border-box;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 1;
}
.follow-btn img {
  max-width: 14px;
  width: 100%;
  height: auto;
  float: left;
}
.follow-btn span {
  float: left;
  padding: 2px 7px 0;
}
.follow-btn .fa {
  float: left;
  font-size: 14px;
}
.follow-btn .extra {
  padding: 0;
  margin-right: 5px;
}

.follow-btn.show {
  opacity: 1;
}

.mute-toggle .audio-on {
  display: none;
}
.mute-toggle .audio-off {
  display: inline-block;
}

.mute-toggle.on .audio-on {
  display: inline-block;
}
.mute-toggle.on .audio-off {
  display: none;
}

.page-follow {
  position: relative;
  background: #ed1c20;
  height: 100%;
}
.page-follow .animation-wrapper {
  max-width: 200px;
  margin: 0 auto 20px;
}
.page-follow .animation-wrapper img {
  width: 100%;
  height: auto;
}
.page-follow p {
  font-size: 12px;
  text-transform: uppercase;
}

#content {
  display: none;
  opacity: 1;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#content.show {
  opacity: 1;
}
#content.video-showing {
  padding-top: 0;
  overflow: hidden;
}

.show-follow #content.video-showing {
  padding-top: 0;
}

.artists #content {
  padding-top: 151px;
}

.show-follow.artists #content {
  padding-top: 199px;
}

.item-wrapper {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.item-wrapper .padding {
  padding: 31px 73px 0 40px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.item-wrapper.zoom-fx:hover .item {
  transform: scale(1.05);
}

.item-wrapper.allow-scroll {
  padding-bottom: 80px;
}
.item-wrapper.allow-scroll .padding {
  position: static;
}

.show-follow .item-wrapper .padding {
  padding: 78px 73px 0 40px;
}

.item {
  height: 100%;
  transition: 10s;
}

.item.generic .padding {
  max-width: 800px;
  padding-bottom: 60px;
}
.item.generic .padding a {
  color: white;
}

.gradient {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/gradient-bg.png) 0 0 no-repeat;
  background-size: cover;
}

.artist-title {
  position: absolute;
  left: 40px;
  bottom: 80px;
  font-size: 32px;
  line-height: 1;
  padding: 0;
}
.artist-title a {
  color: white;
}
.artist-title a:hover .more {
  transform: rotate(-90deg);
}
.artist-title .more {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin: 0 10px 4px 0;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.channels li {
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bold;
}
.channels li.back {
  padding-top: 18px;
}
.channels li.back i {
  margin-right: 10px;
  font-size: 12px;
}
.channels a {
  color: white;
}
.channels a:hover .more {
  transform: rotate(-90deg);
}
.channels .more {
  width: 11px;
  height: 11px;
  margin: 0 10px 4px 0;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.font-black {
  color: black !important;
}
.font-black a {
  color: black !important;
}
.font-black .artist-title a {
  color: black !important;
}
.font-black .more-white {
  display: none;
}
.font-black .more-black {
  display: inline-block;
}

.font-white {
  color: white !important;
}
.font-white a {
  color: white !important;
}
.font-white .artist-title a {
  color: white !important;
}
.font-white .more-white {
  display: inline-block;
}
.font-white .more-black {
  display: none;
}

.audio-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30000;
  width: 120px;
  height: 80px;
}
.audio-wrapper iframe {
  height: 80px;
}

.play-audio {
  display: none;
}

@keyframes slideDown {
  0% {
    top: 0px;
    opacity: 0;
  }

  50% {
    top: 5px;
    opacity: 1;
  }

  60% {
    top: 5px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 0;
  }
}
.videos {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: bold;
  cursor: pointer;
  padding: 0 0 70px 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videos .fa {
  position: absolute;
  left: 48px;
  top: 0;
  margin-top: 2px;
  margin-right: 5px;
  font-size: 12px;
}
.videos span {
  padding: 4px 8px 4px 25px;
  background: #ed1c20;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#videos {
  position: absolute;
  z-index: 11;
  width: 100%;
  left: 0;
  bottom: -100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#videos .fa-chevron-up {
  display: block;
}
#videos .fa-chevron-down {
  display: none;
}

#videos.show {
  bottom: 0 !important;
}
#videos.show .videos {
  padding: 0 0 30px 40px;
}
#videos.show .videos .fa-chevron-up {
  display: none;
}
#videos.show .videos .fa-chevron-down {
  display: block;
}

#videos.hide {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  bottom: -100% !important;
}

.video-thumbs-wrapper {
  margin-bottom: 30px;
  background: #222222;
  position: relative;
}

.video-thumb {
  position: relative;
  cursor: pointer;
  width: 25%;
  display: block;
  float: left;
}
.video-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.video-thumb:hover .thumb-overlay {
  opacity: 1;
}

.thumb-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thumb-overlay .play {
  color: white;
  font-size: 32px;
  padding: 0 0 15px;
}
.thumb-overlay h3 {
  font-size: 14px;
  padding: 0;
  color: white;
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.thumb-overlay .video-padding {
  padding: 20px 0;
}

.play-icon-wrapper {
  position: absolute;
  width: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.play-icon-wrapper img {
  width: 100%;
  height: auto;
}

span.mute-toggle {
  margin-left: 10px;
  margin-top: 8px;
  vertical-align: top;
  font-size: 22px;
  display: inline-block;
  cursor: pointer;
}

span.mute-toggle.home-mute {
  margin-top: 4px;
}

#video-wrapper {
  height: 100%;
  display: none;
  background: black;
  overflow: hidden;
}

#close {
  position: fixed;
  bottom: 40px;
  z-index: 1;
  padding: 10px;
  border-radius: 50%;
  left: 12px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#close img {
  width: 100%;
  height: auto;
  display: block;
}
#close.close {
  transform: rotate(45deg);
}
#close:hover {
  transform: rotate(-45deg);
  opacity: 1;
}

.artist-desktop-bg {
  display: block;
}

.artist-mobile-bg {
  display: none;
}

#page-nav {
  overflow: hidden;
  opacity: 0;
  clear: both;
}

.touchevents #page-nav {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 180px;
  z-index: 99;
}
.touchevents #page-nav a {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  display: inline-block;
}

.touchevents #content {
  position: relative;
}

#infscr-loading {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  z-index: 10000;
  position: fixed;
  left: 50% !important;
  margin-left: -120px !important;
  bottom: 140px !important;
  width: 200px !important;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#infscr-loading img {
  width: auto !important;
  width: 16% !important;
  height: auto;
  margin: 0 auto 5px auto;
  display: none;
}

.grid-item {
  width: 25%;
  float: left;
  position: relative;
  cursor: pointer;
  color: white;
  display: block;
}
.grid-item img {
  width: 100%;
  height: auto;
  display: block;
}
.grid-item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.grid-item .padding {
  padding: 20px;
}
.grid-item h3 {
  font-size: 18px;
  padding: 0;
}
.grid-item:hover .overlay {
  opacity: 1;
}

.store-txt {
  max-width: 800px;
}



.lightbox-overlay {
  position: fixed;
  background: black;
  color: white;
  text-transform: uppercase;
  z-index: 999;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  /*width: 100%;
  height: 100%;*/
  box-sizing: border-box;
  padding: 20px 45px 45px;
  visibility: hidden;
  opacity: 0;
  overflow-y: scroll;
  margin-right: -16px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.lightbox-branding a {
  width: 100px;
  height: 40px;
  background: url(../img/polydor-white.png) 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: -99999em;
  display: block;
  overflow: hidden;
  transition: none !important;
  margin: 0 0 20px;
}

.lightbox-overlay ul {
  font-size: 14px;
  font-weight: bold;
}

.lightbox-overlay.show {
  visibility: visible;
  opacity: 1;
}

.lightbox-overlay .close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  padding: 10px;
  cursor: pointer;
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lightbox-overlay .close.opening {
  transform: rotate(225deg);
}

.lightbox-overlay .close img {
  width: 100%;
  height: auto;
  display: block;
}

.lightbox-overlay ul {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}

.lightbox-overlay a {
  color: white;
}
.lightbox-overlay a:hover {
  color: #ed1c20;
}

@media only screen and (max-width: 1440px) {
  #main-nav a {
    padding: 30px;
  }

  #social-nav {
    bottom: 20px;
  }
}
@media only screen and (max-width: 1090px) {
  #artists-header {
    height: 64px;
    bottom: -64px;
  }

  .letters-wrapper {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  #scroll-prompt {
    bottom: 120px;
  }

  .thumb-overlay .play {
    font-size: 22px;
    padding: 0 0 10px;
  }

  .thumb-overlay h3 {
    font-size: 12px;
    bottom: 20px;
  }

  .grid-item {
    width: 33.33%;
  }

  .grid-item h3 {
    font-size: 16px;
  }

  /*#artists-header {
    height: 64px;
    bottom: -64px;
  }

  .letters-wrapper {
    max-width: 80%;
    margin: 0 auto;
  }*/

  .artists #content {
    padding-top: 183px;
  }
}
@media only screen and (max-width: 840px) {
  .lightbox-overlay ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 800px) {
  /*
  .show-follow #menu {
      // padding-top: 89px;
      top: 89px;
  }
  .show-follow #menu.min {
      // padding-top: 63px;
      top: 63px;
  }
  .show-follow #artist-menu {
  	// padding-top: 89px;
  	top: 89px;
  }
  .show-follow .up {
  	// top: 89px;
  }
  .show-follow #artist-menu.min {
      // padding: 63px 0 0 0;
      top: 63px;
  }
  .show-follow .min .up {
      // top: 63px;
  }
  // .show-follow #artists-header {
  //     top: 89px;
  // }
  // .show-follow #artists-header.min {
  //     top: 63px;
  // }
  .show-follow #artist-menu #bg {
      // top: 89px;
  }
  .show-follow #artist-menu.min #bg {
      // top: 63px;
  }
  // .show-follow.artists #content {
  //     padding-top: 151px;
  // }
  */
}
@media only screen and (max-width: 740px) {
  #footer-nav,
  .follow-btn {
    float: none;
    text-align: center;
    display: block;
  }

  .follow-btn img, .follow-btn span, .follow-btn .fa {
    float: none;
  }
  .follow-btn img {
    max-width: 8px;
  }
  .follow-btn .fa {
    font-size: 10px;
    font-weight: normal;
  }
  .follow-btn span {
    padding: 0 5px;
  }

  .video-thumbs-wrapper {
    margin-bottom: 60px;
  }

  #close {
    bottom: 70px;
  }

  #scroll-prompt {
    bottom: 150px;
  }

  #page-footer {
    min-height: 60px;
  }
  .letters-wrapper {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  #main-nav a {
    padding: 15px 20px;
  }

  #social-nav {
    padding: 0 20px 0 0;
  }

  #scroll-prompt {
    bottom: 180px;
  }

  /*
  #artist-menu {
  	max-width: 62px;
  	#bg {
  		width: 62px;
  	}
  }
  #artist-menu.hide {
      right: -62px;
  }
  #artist-nav {
  	width: 46px;
  	margin: 0;
  }
  .up,
  .down {
  	width: 46px;
  }
  */
  #artist-menu {
    max-width: 114px;
  }
  #artist-menu #bg {
    width: 114px;
  }
  #artist-menu.hide {
    right: -114px;
  }
  #artists-header li ul {
    /*display: none;*/
  }

  #artist-nav {
    width: 98px;
    margin: 0;
  }

  .up,
  .down {
    width: 98px;
  }

  #toggle-artist-nav {
    width: 32px;
    height: 32px;
    padding-top: 11px;
    left: -32px;
  }

  #toggle-artist-nav.hide {
    padding-top: 11px;
  }

  #toggle-artist-nav:hover {
    background: black;
  }

  #page-header {
    height: 89px;
  }

  .show-follow #page-header {
    height: 89px;
  }

  .show-follow #page-header.min {
    height: 63px;
  }

  #follow-bar {
    display: none;
  }

  #page-header #toggle-nav {
    right: 10px;
    top: 20px;
  }

  #page-header .padding {
    padding: 9px 20px 0 20px !important;
  }

  #page-header.min .padding {
    padding: 9px 20px 0 20px !important;
  }

  .header-min #content {
    padding-top: 63px;
  }

  .letters-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .show-follow #menu {
    top: 89px;
  }

  .show-follow #menu.min {
    top: 63px;
  }

  .show-follow #artist-menu {
    top: 89px;
  }

  .show-follow #artist-menu.min {
    top: 63px;
  }

  .show-follow #artists-header {
    top: 89px;
  }

  .show-follow #artists-header.min {
    top: 63px;
  }

  .show-follow.artists #content {
    padding-top: 151px;
  }

  .show-follow .item-wrapper .padding,
  .item-wrapper .padding {
    padding: 20px 73px 0 20px;
  }

  h2, h3, .artist-title {
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 12px;
  }

  p {
    font-size: 14px;
  }

  .artist-title {
    left: 20px;
  }

  .channels li {
    font-size: 12px;
  }

  .channels {
    line-height: 1.6;
  }

  .videos {
    font-size: 16px;
    padding-left: 20px;
  }

  #videos.show .videos {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .videos .fa {
    font-size: 13px;
    left: 27px;
    margin-top: 1px;
  }

  .thumb-overlay .play {
    font-size: 16px;
    padding: 0 0 8px;
  }

  .thumb-overlay .video-padding {
    padding: 10px 0;
  }

  .slick-arrow {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    padding-top: 11px;
  }

  .grid-item {
    width: 50%;
  }

  .artist-desktop-bg {
    display: none;
  }

  .artist-mobile-bg {
    display: block;
  }

  .artist-large {
    background-attachment: scroll !important;
  }

  #footer-nav {
    padding: 10px 20px;
  }
  #footer-nav li {
    font-size: 9px;
  }

  #footer-nav li.mute-toggle {
    display: none;
  }

  span.mute-toggle {
    margin-top: 5px;
    font-size: 16px;
    display: none !important;
  }

  .font-black-m {
    color: black !important;
  }
  .font-black-m a {
    color: black !important;
  }
  .font-black-m .artist-title a {
    color: black !important;
  }
  .font-black-m .more-black {
    display: inline-block !important;
  }
  .font-black-m .more-white {
    display: none !important;
  }

  .font-white-m {
    color: white !important;
  }
  .font-white-m a {
    color: white !important;
  }
  .font-white-m .artist-title a {
    color: white !important;
  }
  .font-white-m .more-black {
    display: none !important;
  }
  .font-white-m .more-white {
    display: inline-block !important;
  }

  #infscr-loading {
    display: none !important;
  }

  .lightbox-overlay ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #menu {
    max-width: 240px;
  }

  .grid-item h3 {
    font-size: 14px;
  }

  .thumb-overlay h3 {
    font-size: 10px;
  }

  #artists-header {
    height: 96px;
    bottom: -96px;
  }

  /*#artists-header li ul {
    left: -30px;
  }*/

  /*#artists-header li ul li a {
    padding: 8px 10px;
    font-size: 10px;
  }*/

  .letters-wrapper {
    /*max-width: 90%;*/
    max-width: 95%;
    padding: 0 10px;
  }

  .artists #content {
    padding-top: 159px;
  }

  #follow-bar .extra,
  .follow-btn .extra {
    display: none;
  }

  .channels li.back {
    display: none;
  }

  .videos span {
    padding: 2px 5px 2px 22px;
  }

  .show-follow.artists #content,
  .artists #content {
    padding-top: 185px;
  }

  #scroll-prompt .prompt img.scroll-prompt-m {
    display: block !important;
  }
  #scroll-prompt .prompt img.scroll-prompt-dt {
    display: none !important;
  }

  .lightbox-overlay {
    padding: 20px;
  }
  .lightbox-overlay ul {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }

}
@media only screen and (max-width: 360px) {
  #menu {
    max-width: 194px;
  }

  .play-icon-wrapper {
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }

  .letters-wrapper {
    max-width: 100%;
  }
  .letters-wrapper a {
    padding: 10px !important;
  }
}
