@charset "UTF-8";

body {
	background: #000;
	color: #fff;
}
a {
	color: #fff;
	text-decoration: none;
}

.contents {
  position: relative;
}

/* BACKGROUND */
.background {
  background: url(../img/bg.jpg) center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background:after {
  content: "";
  display: block;
  background: url(../img/bg_cover.png);
  background-size: 50px 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* TOP */
#top {
  position: relative;
  margin-bottom: 34px;
}
#top img {
  width: 100%;
}

/* DESCRIPTION */
#description {
  padding: 0;
}
#description .text {
  margin-bottom: 35px;
  text-align: center;
}
#description .cast {
  margin-bottom: 30px;
  text-align: center;
}

#description .tracklist h2 {
  text-align: center;
}
#description .tracklist ul {
  width: 260px;
  margin: auto;
}
#description .tracklist li {
  text-indent: -9999px;
  position: relative;
  width: 100%;
  height: 25px;
  margin: 5px 0;
}
#description .tracklist li {
  background-image: url(../img/tracklist.png);
  background-size: 173px 342px;
  background-repeat: no-repeat;
}
#description .tracklist li.disc1 {
  background-position: 35px 0;
}
#description .tracklist li.disc2 {
  background-position: 35px -25px;
}
#description .tracklist li.disc3 {
  background-position: 35px -50px;
}
#description .tracklist li.disc4 {
  background-position: 35px -75px;
}
#description .tracklist li.disc5 {
  background-position: 35px -100px;
}
#description .tracklist li.disc6 {
  background-position: 35px -125px;
}
#description .tracklist li.disc7 {
  background-position: 35px -150px;
}
#description .tracklist li.disc8 {
  background-position: 35px -175px;
}
#description .tracklist li.disc9 {
  background-position: 35px -200px;
}
#description .tracklist li.disc10 {
  background-position: 35px -225px;
}
#description .tracklist li.disc11 {
  background-position: 35px -250px;
}
#description .tracklist li.disc12 {
  background-position: 35px -275px;
}
#description .tracklist li.disc13 {
  background-position: 35px -300px;
}
#description .tracklist li.disc14 {
  background-position: 35px -325px;
}
#description .tracklist li .preview {
  background: url(../img/btn_play.png);
  background-size: 20px 20px;
  position: absolute;
  top: -1px;
  left: 14px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  cursor: pointer;
}

/*
 * Links
 */
#links {
  padding: 30px 0 20px 0;
}
#links .ec {
  background: none;
  position: relative;
  top: auto;
  left: auto;
  margin: 0 10px 30px 10px;
  padding: 0;
  width: auto;
  height: auto;
}
#links .ec li {
  float: none;
  width: auto;
  height: auto;
}
#links .ec:before,
#links .ec li:after {
  content:"";
  display:block;
  width:100%;
  height:1px;
  
  background: #898a89;
  background: -webkit-linear-gradient(left,  #494747 0%,#fff 25%,#898a89 50%,#fff 75%,#494747 100%);
  background: -moz-linear-gradient(left,  #494747 0%, #fff 25%, #898a89 50%, #fff 75%, #494747 100%);
  background: linear-gradient(to right,  #494747 0%,#fff 25%,#898a89 50%,#fff 75%,#494747 100%);
}
#links .ec li a {
  display: block;
  background: url(../img/link_ec_arrow.png) no-repeat right center !important;
  background-size: 17px 8px !important;
  padding: 16px 20px 16px 10px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 1em;
  width: auto;
  height: auto;
  text-indent: 0;
}
#links .official {
  margin: 0 10px 20px 10px;
}
#links .official img {
  width: 100%;
}

/*
 * Modal
 */
#modal {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: 501;
  display: none;
}
#modal .modal_container {
  padding-top: 35px;
  width: 95%;
  position: absolute;
  left: 50%;
  margin-left: 0;

  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#modal .close {
  background: url(../img/modal_close.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -30px;
  right: -5px;
  text-indent: -9999px;
  cursor: pointer;
}

#modal .modal_container.youtube {
  border: #fff 1px solid;
  background: #000;
  width: 95%;
  position: relative;
  left: 50%;
  margin: 0;
  padding: 0;

  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#modal .videoPlayer {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#modal .videoPlayer iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.loading {
  background: #000 url(../img/loading.gif) no-repeat center center;
  background-size: 20px 20px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

/*
 * Override
 */
#sqexHeader,
#sqexFooter {
  position: relative;
  z-index: 500;
}