.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clear {
  clear: both;
}
@font-face {
  font-family: 'Berlin Bold';
  src: url('fonts/berlin_bold-webfont.eot');
  src: url('fonts/berlin_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/berlin_bold-webfont.woff2') format('woff2'), url('fonts/berlin_bold-webfont.woff') format('woff'), url('fonts/berlin_bold-webfont.ttf') format('truetype'), url('fonts/berlin_bold-webfont.svg#berlin_boldbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@keyframes logodash {
  20% {
    stroke: #2f8c8c;
    fill: rgba(0, 0, 0, 0);
  }
  40% {
    stroke: #be3f8f;
  }
  60% {
    stroke: #AA6C39;
  }
  80% {
    stroke: #AA6C39;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 1500;
    stroke-width: 5;
    opacity: 0;
  }
}
@keyframes blocker {
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
html,
body {
  height: 100%;
  letter-spacing: 0.02em;
}
::-webkit-scrollbar {
  width: 16px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #4a4a4a;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #666666;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6a6a6a;
}
#hidden_nav,
#hidden_content {
  display: none;
}
#desktop {
  height: 100%;
}
#main {
  width: 840px;
  margin: auto;
  padding: 40px 0;
  overflow: hidden;
}
#main #perspective {
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -webkit-perspective: 800px;
  perspective: 800px;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  /*
    .cube.top, .middle {
      opacity: 0;
    }*/
}
#main #perspective .cube {
  position: relative;
  margin: 0 auto;
  width: 800px;
  height: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-bottom: 10px;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
#main #perspective .cube .face {
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 100%;
  border-top: 1px solid #3a3a3a;
  border-left: 1px solid #3a3a3a;
  border-right: 1px solid #292929;
  border-bottom: 1px solid #292929;
  -moz-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  backface-visibility: hidden;
}
#main #perspective .cube .face h2 {
  height: 60px;
  line-height: 60px;
  margin-bottom: 1px;
  font-size: 1.2em;
  text-align: center;
  color: #ccc;
  text-transform: uppercase;
  border-bottom: 1px solid #292929;
  letter-spacing: 3px;
}
#main #perspective .cube .face h2::after {
  height: 1px;
  content: "";
  display: block;
  border-bottom: 1px solid #3a3a3a;
}
#main #perspective .cube .face h3,
#main #perspective .cube .face h4 {
  -moz-transition: color ease 1s;
  -o-transition: color ease 1s;
  -webkit-transition: color ease 1s;
  transition: color ease 1s;
}
#main #perspective .cube .face .loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/symbol-800.png);
  background-position: center center;
  background-repeat: no-repeat;
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#main #perspective .cube .face .controls {
  display: none;
}
#main #perspective .cube .face .controls .u,
#main #perspective .cube .face .controls .d {
  position: absolute;
  right: 35px;
  border: 15px solid transparent;
  cursor: pointer;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#main #perspective .cube .face .controls .u {
  top: 85px;
  border-bottom: 15px solid #666666;
}
#main #perspective .cube .face .controls .d {
  bottom: 35px;
  border-top: 15px solid #666666;
}
#main #perspective .cube .face .controls .u:hover {
  border-bottom: 15px solid #ccc;
  margin-bottom: 20px;
}
#main #perspective .cube .face .controls .d:hover {
  border-top: 15px solid #ccc;
  margin-top: 20px;
}
#main #perspective .cube .face .controls.hidden {
  display: none;
}
#main #perspective .cube .face .content {
  position: relative;
  padding: 40px 80px 40px 80px;
  height: 576px;
  overflow: auto;
  color: #ccc;
  letter-spacing: 0.5px;
}
#main #perspective .cube .face .content a {
  color: currentColor;
}
#main #perspective .cube .face .content a:hover {
  color: currentColor;
}
#main #perspective .cube .face .content a:active {
  color: currentColor;
}
#main #perspective .cube .face .content article {
  position: relative;
}
#main #perspective .cube .face .content article h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
#main #perspective .cube .face .content article h3 em {
  font-size: 1rem;
  font-weight: 400;
}
#main #perspective .cube .face .content article p {
  font-weight: 300;
  color: #b3b3b3;
  line-height: 130%;
  margin-bottom: 5px;
}
#main #perspective .cube .face .content article hr {
  border-top: 1px solid #292929;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 20px;
}
#main #perspective .cube .face .content article .blog-box {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #292929;
  font-size: 0.95rem;
}
#main #perspective .cube .face .content article .blog-box a {
  cursor: pointer;
  text-decoration: underline;
}
#main #perspective .cube .face .content article .blog-box a:hover .ytp-button {
  opacity: 1;
}
#main #perspective .cube .face .content article .blog-box .ytp-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  z-index: 63;
  opacity: 0;
  transition: all ease 0.2s;
}
#main #perspective .cube .face .content article .blog-box .ytp-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#main #perspective .cube .face .content article .blog-box .ytp-button .ytp-large-play-button-bg {
  fill: #f00;
  fill-opacity: 1;
}
#main #perspective .cube .face .content article .blog-box img {
  width: 100%;
}
#main #perspective .cube .face .content article .blog-box strong {
  font-weight: 600;
}
#main #perspective .cube .face .content article .blog-box ul {
  list-style: circle;
  padding-left: 20px;
}
#main #perspective .cube .face .content article .blog-box ul li {
  padding: 5px 0;
}
#main #perspective .cube .face .content article .blog-box .big {
  color: #cfcfcf;
  font-weight: 200;
  /*font-size: 1rem;*/
  margin-bottom: 0.4em;
}
#main #perspective .cube .face .content article .blog-box span.date {
  position: absolute;
  bottom: 23px;
  left: 0;
  font-size: 0.8em;
  color: #999999;
}
#main #perspective .cube .face .content article .blog-box span.date span {
  color: #b3b3b3;
}
#main #perspective .cube .face .content article .blog-box span.share {
  display: none;
  position: absolute;
  bottom: 23px;
  right: 0;
  font-size: 0.8em;
  color: #999999;
}
#main #perspective .cube .face .content article .blog-box .blogpic {
  border: 1px solid #444;
  width: 630px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main #perspective .cube .face .content article .blog-box .blog-columns .col {
  width: 50%;
  float: left;
}
#main #perspective .cube .face .content article .blog-box .blog-columns .col .blogpic {
  width: 95%;
}
#main #perspective .cube .face .content article .blog-box .blog-columns .col .blogvid {
  width: 95%;
}
#main #perspective .cube .face .content article .blog-box .blog-columns .col:last-child {
  text-align: right;
}
#main #perspective .cube .face .content article .blog-box:first-child {
  padding-top: 0px;
  border-top: none;
}
#main #perspective .cube .face .content article .blog-box:last-child {
  border-bottom: none;
}
#main #perspective .cube .face .content article .member-box {
  position: relative;
  padding-left: 140px;
  min-height: 150px;
  padding-bottom: 13px;
  padding-top: 13px;
  border-bottom: 1px solid #292929;
  border-top: 1px solid #3a3a3a;
  box-sizing: border-box;
}
#main #perspective .cube .face .content article .member-box .pics {
  position: absolute;
  top: 13px;
  left: 0;
  width: 120px;
  height: 120px;
  border: 1px solid #444;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#main #perspective .cube .face .content article .member-box .pics img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#main #perspective .cube .face .content article .member-box .pics img.pic2 {
  opacity: 0;
  left: 120px;
}
#main #perspective .cube .face .content article .member-box .pics img.pic3 {
  opacity: 0;
  left: -120px;
}
#main #perspective .cube .face .content article .member-box .pics:hover img.pic2 {
  opacity: 1;
  left: 0px;
}
#main #perspective .cube .face .content article .member-box .pics:hover img.pic3 {
  opacity: 1;
  left: 0px;
}
#main #perspective .cube .face .content article .member-box h4 {
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
#main #perspective .cube .face .content article .member-box .job {
  margin-bottom: 6px;
}
#main #perspective .cube .face .content article .member-box .job strong {
  font-weight: 600;
}
#main #perspective .cube .face .content article .member-box p {
  color: #bbb;
  font-size: 0.95em;
}
#main #perspective .cube .face .content article .member-box:first-child,
#main #perspective .cube .face .content article .member-box.first {
  padding-top: 0px;
  border-top: none;
}
#main #perspective .cube .face .content article .member-box:first-child .pics,
#main #perspective .cube .face .content article .member-box.first .pics {
  top: 0;
}
#main #perspective .cube .face .content article .member-box:last-child {
  border-bottom: none;
}
#main #perspective .cube .face .content article .release-box {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #292929;
  border-top: 1px solid #3a3a3a;
  min-height: 200px;
  padding-left: 240px;
}
#main #perspective .cube .face .content article .release-box img {
  position: absolute;
  top: 30px;
  left: 0;
  width: 200px;
  border: 1px solid #444;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#main #perspective .cube .face .content article .release-box h4 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
#main #perspective .cube .face .content article .release-box h4 em {
  font-size: 0.8rem;
  font-weight: 400;
}
#main #perspective .cube .face .content article .release-box h4 .red {
  position: absolute;
  top: 32px;
  right: 0;
  padding-left: 20px;
  color: #f00;
  font-size: 0.8em;
}
#main #perspective .cube .face .content article .release-box ul {
  margin-top: 10px;
  display: block;
}
#main #perspective .cube .face .content article .release-box ul li {
  display: block;
  padding: 5px 0 5px 0;
  position: relative;
}
#main #perspective .cube .face .content article .release-box ul li .num {
  width: 20px;
  display: inline-block;
  font-size: 0.7em;
}
#main #perspective .cube .face .content article .release-box ul li .runtime {
  position: absolute;
  top: 5px;
  right: 0;
}
#main #perspective .cube .face .content article .release-box ul li em {
  font-style: italic;
}
#main #perspective .cube .face .content article .release-box ul li a {
  position: absolute;
  top: 5px;
  cursor: pointer;
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
#main #perspective .cube .face .content article .release-box ul li a.sc {
  right: 55px;
}
#main #perspective .cube .face .content article .release-box ul li a.yt {
  right: 32px;
}
#main #perspective .cube .face .content article .release-box ul li a.dl {
  right: 75px;
}
#main #perspective .cube .face .content article .release-box ul li a.music {
  right: 55px;
}
#main #perspective .cube .face .content article .release-box ul li a.sc:hover {
  color: #ff5419;
}
#main #perspective .cube .face .content article .release-box ul li a.yt:hover {
  color: #bb0000;
}
#main #perspective .cube .face .content article .release-box ul li a.dl:hover {
  color: #bd3f3f;
}
#main #perspective .cube .face .content article .release-box ul li a.music:hover {
  color: #bd3f3f;
}
#main #perspective .cube .face .content article .release-box .shops {
  margin-top: 15px;
}
#main #perspective .cube .face .content article .release-box .shops .buy-here {
  font-size: 11px;
  color: #ddd;
  margin-bottom: 2px;
  display: block;
}
#main #perspective .cube .face .content article .release-box .shops a {
  display: inline-block;
  font-size: 11px;
  color: #aaa;
  margin-right: 5px;
  text-decoration: none;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #444;
}
#main #perspective .cube .face .content article .release-box .shops a:hover {
  color: #ddd;
}
#main #perspective .cube .face .content article .release-box:first-child {
  padding-top: 0px;
  border-top: none;
}
#main #perspective .cube .face .content article .release-box:first-child img {
  top: 0;
}
#main #perspective .cube .face .content article .release-box:first-child h4 .red {
  top: 2px;
}
#main #perspective .cube .face .content article .release-box:last-child {
  border-bottom: none;
}
#main #perspective .cube .face .content article .video-list {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
#main #perspective .cube .face .content article .video-list .video-box {
  width: 50%;
}
#main #perspective .cube .face .content article .video-list .video-box .video-date {
  position: absolute;
  top: 17px;
  right: 15px;
}
#main #perspective .cube .face .content article .video-list-news {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
#main #perspective .cube .face .content article .video-list-news .video-box {
  width: 50%;
}
#main #perspective .cube .face .content article .video-list-news .video-box .video-date {
  position: relative;
  display: block;
  margin-bottom: 3px;
}
#main #perspective .cube .face .content article .video-box {
  width: 50%;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
}
#main #perspective .cube .face .content article .video-box h4 {
  font-weight: bold;
  padding-bottom: 5px;
}
#main #perspective .cube .face .content article .video-box .video-date {
  font-size: 0.8em;
  opacity: 0.7;
}
#main #perspective .cube .face .content article .video-box > a {
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
  border: 1px solid #444;
  /*box-shadow: 0 5px 10px rgba(0,0,0,0.2);*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#main #perspective .cube .face .content article .video-box > a:hover .ytp-button {
  opacity: 1;
}
#main #perspective .cube .face .content article .video-box .ytp-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  z-index: 63;
  opacity: 0;
  transition: all ease 0.2s;
}
#main #perspective .cube .face .content article .video-box .ytp-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#main #perspective .cube .face .content article .video-box .ytp-button .ytp-large-play-button-bg {
  fill: #f00;
  fill-opacity: 1;
}
#main #perspective .cube .face .content article .shows-box .col {
  width: 50%;
  float: left;
}
#main #perspective .cube .face .content article .shows-box .col.l {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main #perspective .cube .face .content article .shows-box .col.l img {
  float: left;
  width: 42%;
  border: 1px solid #444;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  margin-right: 5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main #perspective .cube .face .content article .shows-box .our-shows {
  border-bottom: 1px solid #292929;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li {
  position: relative;
  margin: 0 0 32px 0;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .title {
  font-weight: 500;
  font-size: 1.1rem;
  color: #ddd;
  margin-bottom: 3px;
  padding-right: 30px;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .title em {
  font-size: 0.8em;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .place-n-date {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .place {
  font-size: 0.875rem;
  font-weight: 300;
  padding-right: 1rem;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .date {
  font-size: 0.875rem;
  white-space: nowrap;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .date s {
  padding: 0 1px;
  text-decoration: none;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .bands {
  margin-top: 10px;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .bands p {
  margin: 0;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .bands ul {
  padding: 0;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .bands ul li {
  padding: 5px 0 0 0;
  margin: 0;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .links {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 1.3em;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .links > * + * {
  margin-left: 5px;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .fb {
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .fb:hover {
  color: #4c70ba;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .ticket {
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li .ticket:hover {
  color: #cc65a6;
}
#main #perspective .cube .face .content article .shows-box .our-shows ul li a:hover {
  color: #4c70ba;
}
#main #perspective .cube .face .content article .shows-box .your-show,
#main #perspective .cube .face .content article .shows-box .your-show-disclaimer {
  padding-top: 20px;
  border-top: 1px solid #3a3a3a;
}
#main #perspective .cube .face .content article .downloads-list {
  margin-bottom: 20px;
}
#main #perspective .cube .face .content article .downloads-list li.header {
  font-size: 0.9em;
  color: #80d580;
}
#main #perspective .cube .face .content article .downloads-list li {
  display: block;
  padding: 5px 0 5px 10px;
  position: relative;
}
#main #perspective .cube .face .content article .downloads-list li .num {
  width: 20px;
  display: inline-block;
  font-size: 0.7em;
}
#main #perspective .cube .face .content article .downloads-list li .album {
  position: absolute;
  top: 5px;
  left: 200px;
}
#main #perspective .cube .face .content article .downloads-list li .runtime {
  position: absolute;
  top: 5px;
  right: 120px;
}
#main #perspective .cube .face .content article .downloads-list li .dl {
  position: absolute;
  top: 5px;
  right: 0;
}
#main #perspective .cube .face .content article .downloads-list li a {
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
#main #perspective .cube .face .content article .downloads-list li a:hover {
  color: #2D882D;
}
#main #perspective .cube .face .content article .downloads-list li:not(.header) .title {
  font-weight: 600;
}
#main #perspective .cube .face .content.wide {
  margin-left: 60px;
  margin-right: 60px;
}
#main #perspective .cube .face.f1 {
  z-index: 100;
  height: 800px;
  -moz-transform: rotateX(90deg) translateZ(400px);
  -ms-transform: rotateX(90deg) translateZ(400px);
  -o-transform: rotateX(90deg) translateZ(400px);
  -webkit-transform: rotateX(90deg) translateZ(400px);
  transform: rotateX(90deg) translateZ(400px);
  -moz-transition: all linear 0.8s;
  -o-transition: all linear 0.8s;
  -webkit-transition: all linear 0.8s;
  transition: all linear 0.8s;
}
#main #perspective .cube .face.f2 {
  z-index: 110;
  -moz-transform: translateZ(400px);
  -ms-transform: translateZ(400px);
  -o-transform: translateZ(400px);
  -webkit-transform: translateZ(400px);
  transform: translateZ(400px);
}
#main #perspective .cube .face.f3 {
  z-index: 110;
  -moz-transform: rotateY(90deg) translateZ(400px);
  -ms-transform: rotateY(90deg) translateZ(400px);
  -o-transform: rotateY(90deg) translateZ(400px);
  -webkit-transform: rotateY(90deg) translateZ(400px);
  transform: rotateY(90deg) translateZ(400px);
}
#main #perspective .cube .face.f4 {
  z-index: 110;
  -moz-transform: rotateY(180deg) translateZ(400px);
  -ms-transform: rotateY(180deg) translateZ(400px);
  -o-transform: rotateY(180deg) translateZ(400px);
  -webkit-transform: rotateY(180deg) translateZ(400px);
  transform: rotateY(180deg) translateZ(400px);
}
#main #perspective .cube .face.f5 {
  z-index: 110;
  -moz-transform: rotateY(-90deg) translateZ(400px);
  -ms-transform: rotateY(-90deg) translateZ(400px);
  -o-transform: rotateY(-90deg) translateZ(400px);
  -webkit-transform: rotateY(-90deg) translateZ(400px);
  transform: rotateY(-90deg) translateZ(400px);
}
#main #perspective .cube .face.f6 {
  z-index: 100;
  height: 800px;
  border: none;
  -moz-transform: rotateX(-90deg) translateZ(-100px) rotate(180deg);
  -ms-transform: rotateX(-90deg) translateZ(-100px) rotate(180deg);
  -o-transform: rotateX(-90deg) translateZ(-100px) rotate(180deg);
  -webkit-transform: rotateX(-90deg) translateZ(-100px) rotate(180deg);
  transform: rotateX(-90deg) translateZ(-100px) rotate(180deg);
  -moz-transition: all linear 0.8s;
  -o-transition: all linear 0.8s;
  -webkit-transition: all linear 0.8s;
  transition: all linear 0.8s;
}
#main #perspective .cube.top {
  height: 150px;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-transform: rotateX(90deg) rotateZ(10deg);
  -ms-transform: rotateX(90deg) rotateZ(10deg);
  -o-transform: rotateX(90deg) rotateZ(10deg);
  -webkit-transform: rotateX(90deg) rotateZ(10deg);
  transform: rotateX(90deg) rotateZ(10deg);
}
#main #perspective .cube.top .face {
  background-color: #303030;
}
#main #perspective .cube.top .face.f6 {
  -moz-transform: rotateX(-90deg) translateZ(-250px) rotate(180deg);
  -ms-transform: rotateX(-90deg) translateZ(-250px) rotate(180deg);
  -o-transform: rotateX(-90deg) translateZ(-250px) rotate(180deg);
  -webkit-transform: rotateX(-90deg) translateZ(-250px) rotate(180deg);
  transform: rotateX(-90deg) translateZ(-250px) rotate(180deg);
}
#main #perspective .cube.top .face.f2 {
  border: none;
  background-image: url(../img/top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-transition: background-color ease 1s;
  -o-transition: background-color ease 1s;
  -webkit-transition: background-color ease 1s;
  transition: background-color ease 1s;
}
#main #perspective .cube.top .face.f2 .logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/symbol-bg-3.png);
}
#main #perspective .cube.middle {
  height: 60px;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -moz-transform: rotateX(90deg) rotateZ(-30deg);
  -ms-transform: rotateX(90deg) rotateZ(-30deg);
  -o-transform: rotateX(90deg) rotateZ(-30deg);
  -webkit-transform: rotateX(90deg) rotateZ(-30deg);
  transform: rotateX(90deg) rotateZ(-30deg);
}
#main #perspective .cube.middle .face {
  background-color: #707070;
}
#main #perspective .cube.middle .face.f6 {
  -moz-transform: rotateX(-90deg) translateZ(-340px) rotate(180deg);
  -ms-transform: rotateX(-90deg) translateZ(-340px) rotate(180deg);
  -o-transform: rotateX(-90deg) translateZ(-340px) rotate(180deg);
  -webkit-transform: rotateX(-90deg) translateZ(-340px) rotate(180deg);
  transform: rotateX(-90deg) translateZ(-340px) rotate(180deg);
}
#main #perspective .cube.middle .face {
  border-top: 1px solid #7a7a7a;
  border-left: 1px solid #7a7a7a;
  border-right: 1px solid #696969;
  border-bottom: 1px solid #696969;
}
#main #perspective .cube.bottom {
  height: 720px;
  z-index: 100;
  -moz-transform: rotateX(90deg) rotateY(1deg) translateZ(200px);
  -ms-transform: rotateX(90deg) rotateY(1deg) translateZ(200px);
  -o-transform: rotateX(90deg) rotateY(1deg) translateZ(200px);
  -webkit-transform: rotateX(90deg) rotateY(1deg) translateZ(200px);
  transform: rotateX(90deg) rotateY(1deg) translateZ(200px);
}
#main #perspective .cube.bottom .face {
  background-color: #303030;
}
#main #perspective .cube.bottom .face.f6 {
  z-index: 100;
  background-color: #333;
  height: 800px;
  -moz-transform: rotateX(-90deg) translateZ(320px) rotate(180deg);
  -ms-transform: rotateX(-90deg) translateZ(320px) rotate(180deg);
  -o-transform: rotateX(-90deg) translateZ(320px) rotate(180deg);
  -webkit-transform: rotateX(-90deg) translateZ(320px) rotate(180deg);
  transform: rotateX(-90deg) translateZ(320px) rotate(180deg);
}
#main #perspective .cube.bottom .face {
  background-image: url(../img/symbol-bg-3.png);
}
#main.loaded #perspective .cube {
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -ms-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
#main.loaded #perspective .cube.top,
#main.loaded #perspective .cube.middle {
  opacity: 1;
}
#main.loaded #perspective.home .cube .face.f1,
#main.loaded #perspective.home .cube.top .face.f2,
#main.loaded #perspective.home .cube .face.f6 {
  background-color: #AA6C39;
}
#main.loaded #perspective.band .cube .face.f1,
#main.loaded #perspective.band .cube.top .face.f2,
#main.loaded #perspective.band .cube .face.f6 {
  background-color: #2f8c8c;
}
#main.loaded #perspective.music .cube .face.f1,
#main.loaded #perspective.music .cube.top .face.f2,
#main.loaded #perspective.music .cube .face.f6 {
  background-color: #bd3f3f;
}
#main.loaded #perspective.videos .cube .face.f1,
#main.loaded #perspective.videos .cube.top .face.f2,
#main.loaded #perspective.videos .cube .face.f6 {
  background-color: #837eb6;
}
#main.loaded #perspective.shows .cube .face.f1,
#main.loaded #perspective.shows .cube.top .face.f2,
#main.loaded #perspective.shows .cube .face.f6 {
  background-color: #be3f8f;
}
#main.loaded #perspective.stuff .cube .face.f1,
#main.loaded #perspective.stuff .cube.top .face.f2,
#main.loaded #perspective.stuff .cube .face.f6 {
  background-color: #2D882D;
}
#main.loaded #perspective.podcast .cube .face.f1,
#main.loaded #perspective.podcast .cube.top .face.f2,
#main.loaded #perspective.podcast .cube .face.f6 {
  background-color: #41c041;
}
#main.loaded #perspective.home h3,
#main.loaded #perspective.home h4 {
  color: #AA6C39;
}
#main.loaded #perspective.band h3,
#main.loaded #perspective.band h4 {
  color: #2f8c8c;
}
#main.loaded #perspective.music h3,
#main.loaded #perspective.music h4 {
  color: #bd3f3f;
}
#main.loaded #perspective.videos h3,
#main.loaded #perspective.videos h4 {
  color: #837eb6;
}
#main.loaded #perspective.shows h3,
#main.loaded #perspective.shows h4 {
  color: #be3f8f;
}
#main.loaded #perspective.stuff h3,
#main.loaded #perspective.stuff h4 {
  color: #2D882D;
}
#main.loaded #perspective.podcast h3,
#main.loaded #perspective.podcast h4 {
  color: #41c041;
}
#main.loaded #perspective.home .nav li[rel='home'] {
  text-shadow: 1px 1px 3px #AA6C39;
}
#main.loaded #perspective.band .nav li[rel='band'] {
  text-shadow: 1px 1px 3px #2f8c8c;
}
#main.loaded #perspective.music .nav li[rel='music'] {
  text-shadow: 1px 1px 3px #bd3f3f;
}
#main.loaded #perspective.videos .nav li[rel='videos'] {
  text-shadow: 1px 1px 3px #837eb6;
}
#main.loaded #perspective.shows .nav li[rel='shows'] {
  text-shadow: 1px 1px 3px #be3f8f;
}
#main.loaded #perspective.stuff .nav li[rel='stuff'] {
  text-shadow: 1px 1px 3px #2D882D;
}
#main.loaded #perspective.podcast .nav li[rel='podcast'] {
  text-shadow: 1px 1px 3px #41c041;
}
.kaqlure {
  position: relative;
  background: url(../img/kaqlure.jpg) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
.kaqlure .shittaa {
  width: 15%;
  height: 20%;
  position: absolute;
  top: 47%;
  left: 33%;
  cursor: help;
}
#logo {
  display: none;
  margin: 60px 100px 0 100px;
  text-align: center;
}
#logo h1 {
  color: #bbb;
  line-height: 30px;
  font-size: 80px;
  font-family: Philosopher;
  letter-spacing: -5px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#logo p {
  margin-top: 30px;
  color: #888888;
}
.nav {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: visible;
  white-space: nowrap;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav li {
  font-family: 'News Cycle';
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1px;
  font-weight: bold;
  cursor: pointer;
  border-right: 2px solid rgba(17, 17, 17, 0.1);
  padding: 5px 34px 7px 35px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.nav li:hover {
  color: #000000;
}
.nav li:last-child {
  border-right: none;
}
#socials {
  margin-top: 70px;
  margin-bottom: 20px;
  text-align: center;
}
#socials span {
  position: absolute;
  padding: 4px 16px;
  color: #ccc;
  font-weight: 400;
  margin-top: -30px;
  background-color: rgba(255, 255, 255, 0.1);
  -moz-transform: translateX(-50%) rotateZ(-5deg);
  -ms-transform: translateX(-50%) rotateZ(-5deg);
  -o-transform: translateX(-50%) rotateZ(-5deg);
  -webkit-transform: translateX(-50%) rotateZ(-5deg);
  transform: translateX(-50%) rotateZ(-5deg);
}
#socials ul {
  /*li.instagram   a:hover { background: #de346a; color: #fff; .luxus-transform(rotateZ(0deg)); }*/
}
#socials ul li {
  display: inline-block;
}
#socials ul li a {
  display: block;
  width: 60px;
  height: 60px;
  background: #777;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  color: #aaa;
  font-size: 30px;
  font-weight: 0;
  margin: 0 -5px;
  -moz-transform: rotateZ(405deg);
  -ms-transform: rotateZ(405deg);
  -o-transform: rotateZ(405deg);
  -webkit-transform: rotateZ(405deg);
  transform: rotateZ(405deg);
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#socials ul li a:hover {
  /*font-size: 26px;*/
  z-index: 1;
}
#socials ul li.soundcloud a:hover {
  background: #ff5419;
  color: #fff;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
#socials ul li.grooveshark a:hover {
  background: #f7770a;
  color: #fff;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
#socials ul li.spotify a:hover {
  background: #84b82d;
  color: #fff;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
#socials ul li.facebook a:hover {
  background: #3b5998;
  color: #fff;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
#socials ul li.googleplus a:hover {
  background: #dd4b39;
  color: #fff;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
#socials ul li.youtube a:hover {
  background: #bb0000;
  color: #fff;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
#socials ul li.reddit a:hover {
  background: #ff4006;
  color: #fff;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
#socials ul li.instagram a:hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
#socials ul li.twitter a:hover {
  background: #54abee;
  color: #fff;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
#podcasts > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
@media (max-width: 840px) {
  #podcasts > div {
    flex-direction: column;
    padding: 1rem 0;
  }
}
#podcasts > div a {
  text-decoration: none;
  color: #41c041 !important;
}
#podcasts > div a:hover {
  text-decoration: underline;
}
#podcasts > div > div:nth-child(1) > span {
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
@media (max-width: 840px) {
  #podcasts > div > div:nth-child(1) > span {
    font-size: 1rem;
  }
}
#podcasts > div > div:nth-child(1) > a {
  font-size: 1.125rem;
  flex: 2;
}
@media (max-width: 840px) {
  #podcasts > div > div:nth-child(1) > a {
    font-size: 1.5rem;
  }
}
#podcasts > div > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 840px) {
  #podcasts > div > div:nth-child(2) {
    margin-top: 0.5rem;
  }
}
#podcasts > div > div:nth-child(2) > a {
  margin-left: 1rem;
}
#podcasts > div > div:nth-child(2) > a:first-child {
  margin-left: 0;
}
.podcast-img {
  width: 200px;
  max-width: 33vw;
  margin: 0 0 2rem 2rem;
  float: right;
}
@media (max-width: 840px) {
  .podcast-img {
    margin: 0 0 1rem 1rem;
  }
}
#footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background-color: #101010;
  background-image: url(../img/symbol-400.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
#footer span {
  position: absolute;
  top: 25px;
  right: 40px;
  font-size: 12px;
  color: #555;
  font-weight: 500;
}
#ie {
  display: none;
}
@media (min-width: 840px) {
  .mobile-only {
    display: none;
  }
  body {
    background-color: #0b0b0b;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 200;
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
  }
  #mobile {
    display: none;
  }
}
@media (max-width: 840px) {
  .desktop-only {
    display: none;
  }
  body {
    background-color: #333;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    font-weight: 200;
    color: #ddd;
  }
  #desktop {
    display: none;
  }
  #mobile {
    padding: 1.5rem;
    position: absolute;
    top: 4.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    scroll-behavior: t;
  }
  #mobile .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 4.5rem;
    background: url(../img/symbol-400.png) center center no-repeat #111;
    background-size: 50% auto;
    color: #ccc;
    box-shadow: 1em 0 1em rgba(0, 0, 0, 0.3);
  }
  #mobile .header h1 {
    margin-top: 0.6em;
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Berlin Bold';
  }
  #mobile .header .navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4.5rem;
  }
  #mobile .header .navigation .ctrl {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.5rem;
    height: 4.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.8em solid #111;
    border-radius: 1.5em;
    cursor: pointer;
  }
  #mobile .header .navigation .ctrl > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 0.4em;
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  #mobile .header .navigation .ctrl > div > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #111;
    border-radius: 0.2em;
    -moz-transform: rotateZ(0deg) translate3d(0, 0%, 0);
    -ms-transform: rotateZ(0deg) translate3d(0, 0%, 0);
    -o-transform: rotateZ(0deg) translate3d(0, 0%, 0);
    -webkit-transform: rotateZ(0deg) translate3d(0, 0%, 0);
    transform: rotateZ(0deg) translate3d(0, 0%, 0);
    transform-origin: 50% 50%;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  #mobile .header .navigation .ctrl > div > div:nth-child(1) {
    -moz-transform: rotateZ(0deg) translate3d(0, 200%, 0);
    -ms-transform: rotateZ(0deg) translate3d(0, 200%, 0);
    -o-transform: rotateZ(0deg) translate3d(0, 200%, 0);
    -webkit-transform: rotateZ(0deg) translate3d(0, 200%, 0);
    transform: rotateZ(0deg) translate3d(0, 200%, 0);
  }
  #mobile .header .navigation .ctrl > div > div:nth-child(3) {
    -moz-transform: rotateZ(0deg) translate3d(0, -200%, 0);
    -ms-transform: rotateZ(0deg) translate3d(0, -200%, 0);
    -o-transform: rotateZ(0deg) translate3d(0, -200%, 0);
    -webkit-transform: rotateZ(0deg) translate3d(0, -200%, 0);
    transform: rotateZ(0deg) translate3d(0, -200%, 0);
  }
  #mobile .header .navigation ul {
    position: absolute;
    top: 4.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  #mobile .header .navigation ul li {
    background-color: #111;
    height: 3.5rem;
    transform-origin: right 50%;
    margin-top: 0.2em;
    font-size: 1.2em;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform-origin: center top;
    opacity: 0;
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  #mobile .header .navigation ul li a {
    display: block;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    box-shadow: 1em 0 1em rgba(0, 0, 0, 0.5);
  }
  #mobile .header .navigation ul li a:hover {
    color: #111 !important;
  }
  #mobile .header .navigation ul li a[rel='shows'] {
    color: #be3f8f;
  }
  #mobile .header .navigation ul li a[rel='band'] {
    color: #2f8c8c;
  }
  #mobile .header .navigation ul li a[rel='music'] {
    color: #bd3f3f;
  }
  #mobile .header .navigation ul li a[rel='videos'] {
    color: #837eb6;
  }
  #mobile .header .navigation ul li a[rel='socmed'] {
    color: #AA6C39;
  }
  #mobile .header .navigation ul li a[rel='podcast'] {
    color: #41c041;
  }
  #mobile .header .navigation ul li a:hover[rel='shows'] {
    background-color: #be3f8f;
  }
  #mobile .header .navigation ul li a:hover[rel='band'] {
    background-color: #2f8c8c;
  }
  #mobile .header .navigation ul li a:hover[rel='music'] {
    background-color: #bd3f3f;
  }
  #mobile .header .navigation ul li a:hover[rel='videos'] {
    background-color: #837eb6;
  }
  #mobile .header .navigation ul li a:hover[rel='socmed'] {
    background-color: #AA6C39;
  }
  #mobile .header .navigation ul li a:hover[rel='podcast'] {
    background-color: #41c041;
  }
  #mobile .header .navigation ul li:nth-child(1) {
    transition-delay: 0s;
  }
  #mobile .header .navigation ul li:nth-child(2) {
    transition-delay: 0.1s;
  }
  #mobile .header .navigation ul li:nth-child(3) {
    transition-delay: 0.2s;
  }
  #mobile .header .navigation ul li:nth-child(4) {
    transition-delay: 0.3s;
  }
  #mobile .header .navigation ul li:nth-child(5) {
    transition-delay: 0.4s;
  }
  #mobile .header .navigation ul li:nth-child(6) {
    transition-delay: 0.5s;
  }
  #mobile .header .navigation ul li:nth-child(7) {
    transition-delay: 0.6s;
  }
  #mobile .header .navigation.open .ctrl > div > div:nth-child(1) {
    -moz-transform: rotateZ(405deg) translate3d(0, 0, 0);
    -ms-transform: rotateZ(405deg) translate3d(0, 0, 0);
    -o-transform: rotateZ(405deg) translate3d(0, 0, 0);
    -webkit-transform: rotateZ(405deg) translate3d(0, 0, 0);
    transform: rotateZ(405deg) translate3d(0, 0, 0);
  }
  #mobile .header .navigation.open .ctrl > div > div:nth-child(2) {
    -moz-transform: rotateZ(495deg) translate3d(0, 0, 0);
    -ms-transform: rotateZ(495deg) translate3d(0, 0, 0);
    -o-transform: rotateZ(495deg) translate3d(0, 0, 0);
    -webkit-transform: rotateZ(495deg) translate3d(0, 0, 0);
    transform: rotateZ(495deg) translate3d(0, 0, 0);
  }
  #mobile .header .navigation.open .ctrl > div > div:nth-child(3) {
    -moz-transform: rotateZ(405deg) translate3d(0, 0, 0);
    -ms-transform: rotateZ(405deg) translate3d(0, 0, 0);
    -o-transform: rotateZ(405deg) translate3d(0, 0, 0);
    -webkit-transform: rotateZ(405deg) translate3d(0, 0, 0);
    transform: rotateZ(405deg) translate3d(0, 0, 0);
  }
  #mobile .header .navigation.open ul {
    opacity: 1;
  }
  #mobile .header .navigation.open ul li,
  #mobile .header .navigation.open ul li:nth-child(2n) {
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  #mobile .anchor {
    transform: translateY(-5rem);
  }
  #mobile .home-img {
    margin: -2rem -2rem 0 -2rem;
  }
  #mobile .home-img img {
    width: 100%;
  }
  #mobile #loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e1e1e;
    pointer-events: none;
    animation: blocker 3s ease forwards;
  }
  #mobile #loading svg path,
  #mobile #loading svg polygon {
    fill: transparent;
    stroke: #000000;
    stroke-width: 4;
    stroke-dashoffset: 1500;
    stroke-dasharray: 500;
    animation-delay: 0.4s;
    animation: logodash 3s ease forwards;
  }
  #mobile .content {
    font-size: 1.3em;
    line-height: 1.3em;
  }
  #mobile .content p {
    margin-bottom: 0.4em;
  }
  #mobile .content h2 {
    font-family: 'Berlin Bold';
    font-size: 2em;
    margin: 1em -2rem 0.5em -2rem;
    padding: 0.5em;
    text-align: center;
  }
  #mobile .content h2.mobile-h-shows {
    background-color: #be3f8f;
  }
  #mobile .content h2.mobile-h-band {
    background-color: #2f8c8c;
  }
  #mobile .content h2.mobile-h-music {
    background-color: #bd3f3f;
  }
  #mobile .content h2.mobile-h-videos {
    background-color: #837eb6;
  }
  #mobile .content h2.mobile-h-socmed {
    background-color: #AA6C39;
  }
  #mobile .content h2.mobile-h-podcast {
    background-color: #41c041;
  }
  #mobile .content h2.mobile-h-shows,
  #mobile .content h2.mobile-h-band,
  #mobile .content h2.mobile-h-music,
  #mobile .content h2.mobile-h-videos#mobile .content h2.mobile-h-socmed,
  #mobile .content h2.mobile-h-podcast {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  }
  #mobile .content h3 {
    font-family: 'Berlin Bold';
    font-size: 1.1em;
    margin: 0.4em 0 0.2em 0;
  }
  #mobile .content h4 {
    font-size: 0.9em;
    font-weight: 600;
    margin: 0.2em 0 0.1em 0;
  }
  #mobile .content h4 em {
    font-size: 0.7em;
    font-weight: 400;
  }
  #mobile .content hr {
    border-top: 1px solid #acacac;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    border-bottom: 0 solid #000;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #mobile .content a {
    color: #ddd;
  }
  #mobile .content a:hover {
    color: #ddd;
  }
  #mobile .content a:active {
    color: #ddd;
  }
  #mobile .content .shows-box .col.l img {
    display: none;
  }
  #mobile .content .shows-box .our-shows ul li {
    position: relative;
    margin: 0.75rem 0 2rem 0;
  }
  #mobile .content .shows-box .our-shows ul li .title {
    font-weight: 800;
    font-size: 1.1em;
    margin-bottom: 0;
  }
  #mobile .content .shows-box .our-shows ul li .title em {
    font-weight: 500;
    font-size: 0.8em;
  }
  #mobile .content .shows-box .our-shows ul li .place {
    font-weight: 300;
    font-size: 0.9em;
    margin: 0;
  }
  #mobile .content .shows-box .our-shows ul li .date {
    font-size: 0.9em;
    font-weight: 600;
  }
  #mobile .content .shows-box .our-shows ul li .date s {
    text-decoration: none;
  }
  #mobile .content .shows-box .our-shows ul li .bands {
    margin-top: 0.5rem;
    font-size: 0.9em;
  }
  #mobile .content .shows-box .our-shows ul li .links {
    margin-top: 0.5rem;
  }
  #mobile .content .shows-box .our-shows ul li .links > * {
    padding: 0.5em;
    border-radius: 0.2em;
    font-size: 1.1em;
    color: #fff;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5);
    -moz-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
    -webkit-transition: color ease 0.2s;
    transition: color ease 0.2s;
    display: inline-block;
  }
  #mobile .content .shows-box .our-shows ul li .fb {
    background-color: #3b5998;
  }
  #mobile .content .shows-box .our-shows ul li .ticket {
    background-color: #202867;
  }
  #mobile .content .shows-box .your-show-disclaimer {
    display: none;
  }
  #mobile .content .member-box {
    position: relative;
    padding-left: 6em;
    padding-bottom: 1em;
    padding-top: 1em;
    border-bottom: 1px solid #888;
  }
  #mobile .content .member-box .pics {
    position: absolute;
    top: 1em;
    left: 0;
    width: 5em;
    height: 5em;
    border: 1px solid #444;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  #mobile .content .member-box .pics img {
    position: absolute;
    top: 0;
    left: 0;
    width: 5em;
    height: 5em;
  }
  #mobile .content .member-box .pics img.pic2,
  #mobile .content .member-box .pics img.pic3 {
    display: none;
  }
  #mobile .content .member-box .job {
    font-size: 0.9em;
    margin-bottom: 3em;
  }
  #mobile .content .member-box .job strong {
    font-weight: 600;
  }
  #mobile .content .member-box p:not(.job) {
    margin-top: 1em;
    margin-left: -6em;
  }
  #mobile .content .member-box:last-child {
    border-bottom: none;
  }
  #mobile .content .release-box {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 3em;
  }
  #mobile .content .release-box img {
    width: 100%;
    border: 1px solid #444;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin: 10px 0;
  }
  #mobile .content .release-box h4 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    text-align: center;
  }
  #mobile .content .release-box h4 .red {
    position: absolute;
    top: 2.4em;
    right: 0;
    padding-left: 20px;
    color: #f00;
    font-size: 0.8em;
  }
  #mobile .content .release-box .release-text {
    margin-bottom: 6px;
  }
  #mobile .content .release-box ul {
    margin-top: 10px;
    display: block;
  }
  #mobile .content .release-box ul li {
    display: block;
    padding: 0.2em 0 0.2em 0.4em;
    position: relative;
    font-size: 0.8em;
  }
  #mobile .content .release-box ul li .num {
    width: 1.4em;
    display: inline-block;
    font-size: 0.7em;
  }
  #mobile .content .release-box ul li .runtime {
    position: absolute;
    top: 0.3em;
    right: 0;
  }
  #mobile .content .release-box ul li a {
    position: absolute;
    top: 5px;
    cursor: pointer;
    -moz-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
    -webkit-transition: color ease 0.2s;
    transition: color ease 0.2s;
  }
  #mobile .content .release-box ul li a.sc {
    right: 55px;
  }
  #mobile .content .release-box ul li a.yt {
    right: 32px;
  }
  #mobile .content .release-box ul li a.music {
    right: 55px;
  }
  #mobile .content .release-box .shops {
    margin-top: 1em;
  }
  #mobile .content .release-box .shops .buy-here {
    display: block;
  }
  #mobile .content .release-box .shops a {
    display: inline-block;
    font-size: 0.8em;
    color: #ccc;
    margin-bottom: 10px;
    margin-right: 5px;
    text-decoration: none;
    padding: 0.4em 0.5em;
    border-radius: 4px;
    background-color: #444;
  }
  #mobile .content .release-box .shops a:hover {
    color: #fff;
  }
  #mobile .content .videos-youtube {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #mobile .content .videos-youtube i {
    background-color: #bb0000;
    color: #fff;
    padding: 1rem 2rem;
    font-size: 4rem;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  }
  #mobile .content ul.social {
    width: 100%;
    margin-bottom: 2rem;
  }
  #mobile .content ul.social li {
    float: left;
    width: 25%;
    padding-bottom: 1em;
  }
  #mobile .content ul.social li a {
    display: block;
    height: 3em;
    background-color: #777;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    line-height: 3em;
    text-align: center;
    color: #aaa;
    font-size: 2em;
    font-weight: 0;
    margin: 0 5px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  #mobile .content ul.social li.soundcloud a {
    background-color: #ff5419;
    color: #fff;
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  #mobile .content ul.social li.grooveshark a {
    background-color: #f7770a;
    color: #fff;
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  #mobile .content ul.social li.spotify a {
    background-color: #84b82d;
    color: #fff;
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  #mobile .content ul.social li.facebook a {
    background-color: #3b5998;
    color: #fff;
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  #mobile .content ul.social li.googleplus a {
    background-color: #dd4b39;
    color: #fff;
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  #mobile .content ul.social li.youtube a {
    background-color: #bb0000;
    color: #fff;
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  #mobile .content ul.social li.reddit a {
    background-color: #ff4006;
    color: #fff;
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  #mobile .content ul.social li.instagram a {
    background-color: #de346a;
    color: #fff;
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  #mobile .content ul.social li.instagram a {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  #mobile .content ul.social li.twitter a {
    background-color: #54abee;
    color: #fff;
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  #mobile .content .downloads-list {
    margin-bottom: 20px;
  }
  #mobile .content .downloads-list li.header {
    display: none;
  }
  #mobile .content .downloads-list li {
    display: block;
    padding: 5px 0;
    position: relative;
  }
  #mobile .content .downloads-list li .album,
  #mobile .content .downloads-list li .runtime {
    display: none;
  }
  #mobile .content .downloads-list li .dl {
    position: absolute;
    top: 5px;
    right: 0;
  }
  #mobile .content .downloads-list li a {
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    text-decoration: none;
    color: #2D882D;
    -moz-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
    -webkit-transition: color ease 0.2s;
    transition: color ease 0.2s;
  }
}
@media (max-width: 600px), (max-height: 420px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 400px), (max-height: 340px) {
  body {
    font-size: 14px;
  }
  .kaqlure {
    background-size: auto 100%;
  }
  .kaqlure .shittaa {
    width: 30%;
    height: 15%;
    left: 20%;
  }
}
@media (max-width: 300px), (max-height: 280px) {
  body {
    font-size: 11px;
  }
}
