@font-face {
    font-family: "Riforma-Medium";
    src: url("fonts/Riforma-Medium.eot");
    src: url("fonts/Riforma-Medium.eot#iefix") format("embedded-opentype"),
         url("fonts/Riforma-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html, body {
  width: 100%;
  height: 100%;
  background-color: white;
  margin: 0px;
  padding: 0px;
  line-height: 1.2;
  overflow: hidden;
}

body {
  font-family: Riforma-Medium;
  background-attachment: fixed;
  background-size: auto 100%;
  background-position: top;
}

#splash {
  position: fixed;
  top: 16px;
  left: 16px;
/*  margin-left: calc(50%);
  transform: translate(-50%, 0);*/
}

#splash-text {
  padding: 18px;
  width: calc(527px / 1.05);
  font-size: 101px;
  background-color: white;
  transform-origin: left;
  transform: scaleX(1.05);
  line-height: 1;
}

#content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
}

#scroller {
  height: calc(36157px * 24);
}

#background {
  position: fixed;
}

#background img {
  position: absolute;
  top: 0px;
}

#player {
  position: fixed;
  width: 496px;
  height: 29px;
  left: 16px;
  top: 2000px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

#main-menu {
  line-height: 23px;
  font-size: 20.5px;
  left: 16px;
  white-space: nowrap;
  top: 2000px;
  width: calc(248px - 14px);
}

#volume-1-link {
  line-height: 23px;
  font-size: 20.5px;
  left: 16px;
  white-space: nowrap;
  bottom: 16px;
  height: 30px;
  width: calc(248px - 14px);
}

#about-introduction {
  font-size: 16px;
  line-height: 19px;
  width:100%;
  white-space:normal;
  margin-bottom: 25px;
}

#about td, #about, #programme td {
  font-size: 13.5px;
  line-height: 16px;
}

#programme td {
  vertical-align: top;
  padding-right: 20px;
  white-space: nowrap;
}

#programme td:first-child {
  text-align: right;
}

#about {
  width: calc(248px * 2);
}

#programme {
  width: calc(248px * 2.5);
}

#programme .band-name {
  margin-bottom: 20px;
  margin-top: 20px;
}

#programme .listen {
  color: white;
}

#programme .listen:hover {
  color: black;
}

#programme a, #about a {
  color: black;
}

#programme a:hover, #about a:hover {
  color: red;
}


#credits {
  width: 234px;
  top: 2000px;
  font-size: 13.5px;
  line-height: 16px;
}

.about {
  top: 16px;
}

.mobile #main-menu {
  left: 16px;
  width: calc(100% - 32px - 14px);
}

.col2 {
  white-space: nowrap;
  top: 2000px;
  font-size: 16px;
  line-height: 19px;
  left: calc(16px + 248px);
  width: calc(248px - 14px);
}

.col2 a {
  color: red;
}

.col2 a.selected {
  color: black;
}

.col2:hover a {
  color: black;
}

.col2:hover a.selected {
  color: red;
}

.col2 a:hover {
  color: red;
}

.mobile #line-up {
  left: 16px;
  top: calc(16px + 64px);
  width: calc(100% - 32px - 14px);
}

.next, .previous {
  position: absolute;
  width: 100px;
  right: 12px;
}

.previous {

}

.next {
  top: 30px;
}

.mobile .details {
  left: 16px;
  top: calc(16px + 64px + 64px);
  width: calc(100% - 32px - 14px);
  max-width: calc(100% - 32px - 14px);
}

.box {
  background-color: white;
  display: inline-block;
  position: fixed;
  padding-top: 14px;
  padding-left: 14px;
  padding-right: 0px;
  padding-bottom: 20px;
  /* box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.2); */
}

.details {
  left: calc(16px + (248px * 2));
/*  width: calc(248px * 2 - 14px);*/
/*  max-width: calc(620px - 14px);*/
  top: 2000px;
  font-size: 13.5px;
  line-height: 16px;
}


.details td {
  font-size: 13.5px;
  line-height: 16px;
}



.details td:first-child {
  width: 50px;
}

.details img {
  width: calc(100%);
  max-width: calc(620px - 14px);
}

.band-name {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.lineup {
  vertical-align: top;
}

a {
  color: black;
  text-decoration: none;
}

#info a {
  color: red;
}

a:hover {
  cursor: pointer;
  color: red; 
}

.next-prev {
  float: right;
}

.listen {
  position: relative;
  background-color: red;
  top: -6px;
  margin-left: 4px;
  color: white;
  font-size: 12px;
  line-height: 10px;
  padding-top: 2px;
  padding-right: 2px;
}

.listen:hover {
  color: black;
}

#tickets {
  white-space: normal;
}

#tickets td:first-child {
  width: 165px;
}

.sold-out {
  position: absolute;
}

.sold-out > div {
  position: absolute;
  left: 28px;
  top: -12px;
  white-space: nowrap;
  background-color: red;
  color: white;
  padding-top: 6px;
  padding-right: 4px;
  padding-left: 2px;
  line-height: 11px;
}

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

#venue-details-container td:first-child {
  padding-right: 10px;
}

#venue-details-container td {
  white-space: nowrap;
}

#menu-link, #sub-menu-link {
  display: none;
}

.venue-labels {
  position: absolute;
  z-index: 200;
}

.venue-labels > div {
  position: absolute;
  background-color: white;
  color: black;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 5px;
  line-height: 12px;
  cursor: pointer;
}

.venue-labels > div:hover, .venue-labels > div:hover .tail {
  background-color: red;
  color: white;
}

.venue-labels > div .label {
  position: absolute;
  left: 20px;
  top: -8px;
  background-color: white;
  padding-top: 5px;
  display: none;
}

.venue-labels > div:hover .label {
  background-color: white;
  color: black;
  display: block;
}

.tail {
  left: 7px;
  width: 1px;
  height: 13px;
  top: 17px;
  position: absolute;
  background-color: white;
}

@media (max-width: 550px) {

  #main-menu {
    font-size: 30px;
    line-height: 32px;
  }

  .col2, #tickets td {
    font-size: 24px;
    line-height: 26px;
    white-space: normal;
  }

  #tickets td {
    white-space: nowrap;
  }

  .band-name {
    font-size: 21px;
    line-height: 24px;
  }

  .details, .details td {
    font-size: 17px;
    line-height: 20px;
  }

  #menu-link, #sub-menu-link {
    position: fixed;
    color: red;
    font-size: 24px;
    right: 0px;
    background-color: white;
    height: 20px;
    padding-bottom: 8px;
    padding-top: 4px;
    padding-right: 2px;
    width: 110px;
    text-align: right;
    vertical-align: middle;
  }

  #menu-link {
    top: 15px;
  }

  #sub-menu-link {
    top: 45px;
    white-space: nowrap;
  }

  #player {
    z-index: 200;
  }

  #programme td {
    padding-right: 5px;
    padding-bottom: 7px;
  }

  #programme td:nth-child(2) {
    width: 100px;
    white-space: normal;
  }

  #programme td:nth-child(3) {
    white-space: normal;
  }

}

@media (max-width: 350px) {

  #main-menu {
    font-size: 26px;
    line-height: 28px;
  }

/*  .col2 {
    font-size: 24px;
    line-height: 26px;
    white-space: normal;
  }

  .band-name {
    font-size: 21px;
    line-height: 24px;
  }

  .details, .details td {
    font-size: 17px;
    line-height: 20px;
  }

  #menu-link {
    position: fixed;
    color: red;
    font-size: 24px;
    top: 20px;
    right: 0px;
    background-color: white;
    height: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    width: 80px;
    text-align: right;
    vertical-align: middle;
  }*/

}


