@charset "UTF-8";

@font-face {
    font-family: 'AvenirNextLTW01Bold';
    src: url('../fonts/avenir-next-bold.eot');
    src: url('../fonts/avenir-next-bold.eot') format('embedded-opentype'),
         url('../fonts/avenir-next-bold.woff') format('woff'),
         url('../fonts/avenir-next-bold.ttf') format('truetype'),
         url('../fonts/avenir-next-bold.svg#AvenirNextLTW01BoldRegular') format('svg');
}

@font-face {
    font-family: 'AvenirNextLTW01Italic';
    src: url('../fonts/avenir-next-italic.eot');
    src: url('../fonts/avenir-next-italic.eot') format('embedded-opentype'),
         url('../fonts/avenir-next-italic.woff') format('woff'),
         url('../fonts/avenir-next-italic.ttf') format('truetype'),
         url('../fonts/avenir-next-italic.svg#AvenirNextLTW01ItalicRegular') format('svg');
}

@font-face {
    font-family: 'AvenirNextLTW01Regular';
    src: url('../fonts/avenir-next-regular.eot');
    src: url('../fonts/avenir-next-regular.eot') format('embedded-opentype'),
         url('../fonts/avenir-next-regular.woff') format('woff'),
         url('../fonts/avenir-next-regular.ttf') format('truetype'),
         url('../fonts/avenir-next-regular.svg#AvenirNextLTW01RegularRegular') format('svg');
}

@font-face {
    font-family: 'AvenirNextW01Thin';
    src: url('../fonts/avenir-next-thin.eot');
    src: url('../fonts/avenir-next-thin.eot') format('embedded-opentype'),
         url('../fonts/avenir-next-thin.woff') format('woff'),
         url('../fonts/avenir-next-thin.ttf') format('truetype'),
         url('../fonts/avenir-next-thin.svg#AvenirNextW01ThinRegular') format('svg');
}


* { box-sizing: border-box; }
body { background-color: #111; }

.loader { display: none; position: fixed; top: 50%; left: 50%; width: 50px; margin-top: -25px; margin-left: -25px; }
.loader img { width: 50px; height: 50px; }

header {
  position: fixed;
  top: 0;
  height: 82px;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 10;
  background-color: transparent;
}

header img.logo { display: block; float: left; width: 100px; position: relative; left: 30px; top: 10px;  }
img.menu { display: block; position: absolute; right: 20px; top: 23px; cursor: pointer; }
img.close { display: none; position: absolute; right: 20px; top: 23px; cursor: pointer; }
header .mainmenu {
  list-style: none;
  display: none;
  float: right;
  position: relative;
  right: 30px;
  top: 0px;
  background-color: #fff;
  padding: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

header .mainmenu li {
  display: block;
  float: left;
  margin-right: 15px;
}

header .mainmenu li:last-child {
  margin-right: 0px;
}

header .mainmenu li a {
  text-decoration: none;
  color: #111;
  text-transform: uppercase;
  font: 14px/1.6 'AvenirNextLTW01Regular', sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
}

#menu {
  display: none;
  background-color: #111;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

#menu ul {
  margin: 0;
  padding: 0;
  margin-top: 110px;
}

#menu ul li {
  color: #fff;
  text-align: center;
  font: 22px/1.6 'AvenirNextLTW01Thin', sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
  text-transform: uppercase;
  padding: 4px;
}

#menu ul li a {
  color: #fff;
  text-decoration: none;
}

#menu ul li a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid #fff;
}

.headroom {
    transition: transform .25s ease-in-out;
    will-change: transform
}

.headroom--pinned {
    transform: translateY(0)
}

.headroom--unpinned {
    transform: translateY(-100%)
}

.inner-div {
  position: absolute;
  left: 30px;
  bottom: 20px;
  margin-right: 30px;
}

h2 {
  font: 14px/1.6 'AvenirNextLTW01Regular', sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 500px;
  padding: 7px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}


footer {
  display: block;
  float: left;
  width: 100%;
  height: 150px;
  padding: 30px;
  background-color: #111;
  color: #fff;
  font: 11px/1.1 'AvenirNextLTW01Regular', sans-serif;
}

footer  a {
  text-decoration: none;
  border-bottom: none;
  color: #fff;
}

footer .submenu {
  border-left: 1px solid #fff;
  padding-left:10px;
  margin-left: 10px;
  display: block;
  height: 49px;
  padding-top: 10px;
  float: right;
  text-decoration: none;
  color: #111;
  text-transform: uppercase;
  font: 9px/1.6 'AvenirNextLTW01Regular', sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
}

footer .footer-bottom .social-media {
  display: block;
  float: right;
  margin-top: 1px;
  height: 49px;
}


footer .footer-bottom {
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 1px solid #fff;
  padding-top: 20px;
}

footer .footer-bottom img.logo {
  width: 80px;
  border-bottom: none;
  text-decoration: none;
  display: block;
  float: left;
}

footer .footer-bottom .social-media a {
  border-bottom: none;
}

footer .footer-bottom .social-media a img {
  width: 25px;
  height: 22px;
  margin-right: 3px;
  padding: 0px;
  margin-top: 0px;
  padding-right: 5px;
}

footer .footer-bottom .social-media a img:last-child {
  margin-right: 0px;
}

#container .item-home {
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: auto 100% ;
height: 100vh;
}

#container .content {
  padding: 30px;
  padding-top: 70px;

}

#container .content h1 {
  text-align: center;
  color: #fff;
  font: 30px/1.6 'AvenirNextLTW01Thin', sans-serif;
  font-weight: 100;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#container .content h2 {

  color: #fff;
  font: 22px/1.6 'AvenirNextLTW01Regular', sans-serif;
  font-weight: 100;
  text-transform: uppercase;

}

img.playbutton {
  width: 80px!important;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.playbuttonhover {
  stroke: #fff!important;
}
img.playbutton:hover {
  stroke: red!important;
  cursor: pointer;
}

.listen-main .caption, .listen-small .caption, .watch-main .caption, .watch-small .caption {
  display: none;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: rgba(255,255,255,0.7);
}

.modal_close {
  cursor: pointer;
}

.watch-main .caption, .watch-small .caption {
  display: block;
  background-color: transparent;
}
.watch-main .caption:hover, .watch-small .caption:hover {
  background-color: rgba(255,255,255,0.7);
}


.listen-main:hover .caption, .listen-small:hover .caption {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}

#container .listen-main {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100% ;
}

#container .watch-main {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100% ;
}

#container .watch-main img, .listen-main img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}

#container .watch-small, .listen-small {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

#container .listen-small {
  position: relative;
  display: block;
  float: left;
  position: relative;
  width: 50%;
  height: auto;
}

#container .watch-small img, .listen-small img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}

.artist-columns {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  column-count: 1;
  column-width: 100%;
  -moz-column-count: 1;
  -moz-column-width: 100%;
  -webkit-column-count: 1;
  -webkit-column-width: 100%;
}

.artist-columns>.alphablock:first {
margin-top: 0;
}

.artist-columns>.alphablock {
    margin: 0;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
}

.modal_close {
  width: 100%;
  display: block;
  margin-top: 7px;
  position: relative;
  height: 32px;
}

.modal_close img {
  position: absolute;
  width: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.modalcontent {
  text-decoration: none!important;
  color: #111!important;
  font: 18px/1.6 'AvenirNextLTW01Regular', sans-serif!important;
  letter-spacing: 2px!important;
  font-weight: 100!important;
}

.artist-columns, .artist-columns a, .modalcontent a {
  text-decoration: none;
  color: #777;
  font: 18px/1.6 'AvenirNextLTW01Regular', sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
}

.artist-columns {
  color: #333;
}

.artist-columns .signed, .artist-columns .signed a, .artist-columns a.signed {
  color: #fff;
}

.dark {
color: #111;
background-color: #fff;
}

#container .listen-main h2, #container .listen-main h2.dark, #container .listen-small h2.dark, #container .listen-small h2 {
    background-color: transparent!important;
}


.alphabet h2 {
  padding-left: 0px;
  background-color: transparent;
  color: #777!important;
}

.modalcontent {
  display: none;
  padding: 20px;
  background-color: #fff;
  color: #111;
  width: 350px;
  font: 14px/1.6 'AvenirNextLTW01Regular', sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
}

.modalcontent h2 {
  font: 22px/1.6 'AvenirNextLTW01Regular', sans-serif!important;
  font-weight: 100!important;
  letter-spacing: 1px;
  line-height: 22px!important;
  color: #111!important;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0px!important
  margin: 0px!important;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  text-align: center;
  margin-top: 0px!important;
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
}

@media (min-width:768px) {

  h2 {
    font: 14px/1.6 'AvenirNextLTW01Regular', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 500px;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
  }

  .dark {
  color: #111;
  background-color: transparent;
  }


  .modalcontent {
    width: 450px;
  }

  img.menu { display: none!important;  }
  img.close { display: none!important; }
  #menu { display: none!important; }
  header .mainmenu { display: block; }

  img.playbutton {
    width: 100px!important;
  }

  #container .watch-small, .listen-small {
    display: block;
    float: left;
    width: 50%;
    height: auto;
    overflow: hidden;
  }

  #container .watch-small img, .listen-small img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
  }

  .artist-columns {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    column-count: 2;
    column-width: 50%;
    -moz-column-count: 2;
    -moz-column-width: 50%;
    -webkit-column-count: 2;
    -webkit-column-width: 50%;
  }


  #container .watch-main {
    background-size: cover;
  }

  #container .listen-main {
    background-size: cover;
  }

  #container .item-home {
    position: relative;
    background-size: cover;
    height: 100vh;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
  }

}

@media (min-width:1000px) {

  .modalcontent {
    width: 450px;
  }

  img.menu { display: none;  }
  img.close { display: none; }
  #menu { display: none; }
  header .mainmenu { display: block; }

  #container .listen-small {
    display: block;
    float: left;
    width: 25%;
    height: auto;
    overflow: hidden;
  }

  .artist-columns {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    column-count: 4;
    column-width: 25%;
    -moz-column-count: 4;
    -moz-column-width: 25%;
    -webkit-column-count: 4;
    -webkit-column-width: 25%;
  }

}

#lean_overlay {
    position: fixed;
    z-index:8;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    color: #fff;
    display: none;
}
