html, body {
  padding:0;
  margin:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0px;
  color: #BFD8D8;
  font-size:14px;
  background-color: black;
/*  font-family: 'Roboto Condensed', sans-serif;
  font-family: 'BenchNine', sans-serif;
  font-family: 'Fjalla One', sans-serif;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-family: 'Homenaje', sans-serif;*/
}
* {
  -webkit-user-select: none;
  
}
.itunes {
  margin-top:-12px;
}
a {
  text-decoration: none;
  color: #ccc;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
#vidHolder {
  position:absolute;
  left:0;
  top:0;		
/*		width:1920px;
  height:1080px;*/
  width: 100%;
  height: 100%;
  margin-top: 0;
  overflow:hidden;
  z-index:1;
}
#html5vid {
  position: absolute;
  width: 1920px;
  height: 1080px;
  transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
}
/*
#html5vid {
  position: relative;
} {
  width: 100%;
  height: 100%;
}*/
/*.csstransforms #html5vid {
  width: 1920px;
  height: 1080px;
}*/
#lookup-form {
  position:absolute;
  z-index:99;
}
#catcher {
  position:absolute;
  left:0;
  top:0;    
  float:left;
  width: 100%;
  height: 100%;
  margin-top: 0;
  overflow:hidden;
  z-index: 2;
  cursor: pointer;
}
/*#vid {
  position:absolute;
  left:0;
  top:0;	
  z-index:2;
  transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
}*/
img#bg {
  width: 100%;
  height: auto;
}

/*.error #progress,
.error #progressbar,
.error #progressDownloaded,
.error #play,
.error #quallow,
.error #qualhigh,
.error #qualextreme,
.error #toggle-quality-btns,
.error #toggle-credits,
.error #share-btns,
.error #quality-btns,*/
.error #orbital,
.error #intro,
.error #instruction,
.error #controls-container {
  visibility: hidden !important;
}
.error #vidHolder {
  margin-top: 0 !important;
}

#controls-container{
  display: table;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ccc;
  background-color: #010101;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index:15;
  height: 24px;
  padding-right: 30px;
}
#controls{
  display: table-row;
}
#controls > * {
  display: table-cell;
  vertical-align: middle;
}
#controls .btn{
  margin: 0 5px;
}
#controls .btn.teardrop:hover{
  background-color: #222;
}
#toggle-quality-btns .selected-btn {
  background-color: rgba(53,85,85,0.8);
}
#toggle-quality-btns .selected-btn:hover {
  background-color: rgba(53,85,85,0.8);
}
#controls .btn-text{
  position: relative;
  top: 1px;
}
#progressbar{
  height: 12px;
  background-color: #355553;
  display: inline-block;
  width: 100%;
}
#progress{
  height: 100%;
  width: 0%;
  background-color: #C0DAD8;
  position: relative;
  -webkit-transition: width 0.23s linear;
  -moz-transition: width 0.23s linear;
  -o-transition: width 0.23s linear;
  transition: width 0.23s linear;
}

#orbital {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 2;
  padding: 0;
  margin: 0;
  text-align: center;
}
#orbital li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(53,85,85,0.5);
}
#orbital .active {
  background-color: rgba(191,216,216,0.5);
}
#orbital-location{
  position: absolute;
  height: 50%;
  width: 50%;
  top: 0;
  left: 0;
  transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  z-index: 10;
}
#orbital-location .circle{
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #BFD8D8;
  bottom: -5px;
  left: 0;
}
#orbital-locationOff{
  position: absolute;
  height: 50%;
  width: 50%;
  top: 0;
  left: 0;
  transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  z-index: 9;
}
#orbital-locationOff .circleOff{
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #444;
  bottom: -5px;
  left: 0;
}
#play{
  border-radius: 19px;
  text-align: center;
  padding-right: 20px;
}
#play .icon{
  display: block;
  position: relative;
  left: 3px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #bedbd6;
}
#play.paused .icon {
  left: 0px;
  border-left: 5px solid #bedbd6;
  border-right: 5px solid #bedbd6;
  border-top: 0;
  border-bottom: 0;
  width: 4px;
  height: 15px;
}
#about{
  position: fixed;
  width: 546px;
  height: 868px;
  bottom: 50%;
  right: 0;
  margin-bottom: -394px;
  margin-left: -273px;
  background-color: #222;
  text-align: center;
  z-index: 11;
  display: none;
}
#about h1{
  font-size: 62px;
  margin-top: 16px;
  margin-bottom: 0;
}
#about h2{
  margin: 15px 0;
  padding: 0 100px;
  font-size: 20px;
  font-weight: normal;
}
#about h2 .powster-logo {
  position: relative;
  top: 1px;
}
#legals {
  bottom: 125px;
}
a img
{
  border:none;
}
.cta {
  position:absolute;
  text-align: center;
  color:#111;
  font-size: 32px;
  width:135px;
  left:-38px;
  bottom:80px;
  display:none;
}
#info > li:last-child{
}
#about.credits #start,
#about.credits h1,
#about.credits h2,
#about.credits #legals,
#about.credits #info > li {
  visibility: hidden;
}
#about.credits #info > li#show-credits {
  visibility: visible;
}
#about #credits{
  display: none;
  position: absolute;
  top: 420px;
  left: 0px;
  width: 100%;
  line-height: 2em;
  font-size: 16px;
  letter-spacing: -1px;
}
#about.credits #credits{
  display: block;
}
#credits .proper-noun{
  font-size: 19px;
}
#start{
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background-color: #222;
  text-align: center;
  border: 15px solid #444;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  margin-top: 288px;
}
#start:hover {
  background-color: #BFD8D8;
}
#start .icon{
  display: block;
  position: relative;
  top: 47px;
  left: 10px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-left: 78px solid #444;
}
#controls .fill {
  display: table-cell;
  width: 100%;
}
#official-site,
#toggle-quality-btns,
#toggle-credits,
#toggle-share-btns,
#play {
  cursor: pointer;
  text-align: center;
  width: 80px;
  max-width: 80px;
  padding-left: 30px;
}
#toggle-quality-btns,
#toggle-share-btns {
  position: relative;
}
#toggle-share-btns{
  position: relative;
}
#toggle-share-btns #share-btns{
  position: absolute;
  top:-160px;
  margin-left: -19px;
  height:160px;
  background-color: rgba(53,85,85,0.5);
  display:none;
}
#like {
  position: absolute;
  top:0;
  vertical-align: middle;
  text-align: center;
  width: 80px;
  height:65px;
  padding-top:15px;
  background-color: rgba(53,85,85,0.5);
}
#like:hover {
  background-color: rgba(53,85,85,0.8);
}
#twitter {
  position: absolute;
  top:80px;
  vertical-align: middle;
  text-align: center;
  width: 80px;
  height:50px;
  padding-top:30px;
  background-color: rgba(53,85,85,0.5);
}
#twitter:hover {
  background-color: rgba(53,85,85,0.8);
}

#toggle-quality-btns #quality-btns{
  position: absolute;
  top:-240px;
  margin-left: -11px;
  height:240px;
  background: rgba(53,85,85,0.5);
  display:none;
}

#toggle-credits #credits{
  position: absolute;
  bottom: 24px;
  right: 0px;
  width: 270px;
  background: rgba(53,85,85,0.5);
  display: none;
  visibility: hidden;
  padding: 0 10px;
}
#credits .twitter-follow-button {
  margin-bottom: 10px;
}
#credits h3 {
  margin: 10px 0;
}
#credits li {
  display: inline-block;
  font-size: 10px;
  margin-bottom: 10px;
  border-right: 1px solid #BFD8D8;
  padding: 0 4px;
}
#credits li:last-child {
  border-right: none;
}
#credits li a {
  text-decoration: underline;
}

.quallow {
  position: absolute;
  top:0;
  vertical-align: middle;
  text-align: center;
  width: 80px;
  height:50px;
  padding-top:30px;
  background-color: rgba(53,85,85,0.5);

}
.quallow:hover {
  background-color: rgba(53,85,85,0.8);
}
.qualhigh {
  position: absolute;
  top:80px;
  vertical-align: middle;
  text-align: center;
  width: 80px;
  height:50px;
  padding-top:30px;
  background-color: rgba(53,85,85,0.5);

}
.qualhigh:hover {
  background-color: rgba(53,85,85,0.8);
}
.qualextreme {
  position: absolute;
  top:160px;
  vertical-align: middle;
  text-align: center;
  width: 80px;
  height:50px;
  padding-top:30px;
  background-color: rgba(53,85,85,0.5);

}
.qualextreme:hover {
  background-color: rgba(53,85,85,0.8);
}

#fb-like{
  width: 50px;
  max-width: 50px;
  margin-top: 20px;
  margin-bottom: 4px;
}
.twitter-share-button{
  width: 60px;
  max-width: 60px;
}

#mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(http://cdn.umg3.net/reasontodie/bg-mask.png);
  z-index: 1;
}
#splash {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
  top: 40%;
  color: #BFD8D8;
}
#splash.off-left {
  transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}
#splash.off-right {
  transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}
#splash h1 {
  width: 350px;
  height: 53px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(cdn/logo.png);
  margin: 0 auto;
}
#splash h2 {
  margin-bottom: 10px;
}
#splash h5 {
  margin-top: 10px;
}
#splash h5 a {
  text-decoration: underline;
}
.buy-box {
  position: relative;
  margin-top: 108px;
  z-index: 11;
  width: 310px;
}
.buy-box h3 {
  font-size: 22px;
  padding: 15px 20px 0 20px;
}
.buy-box h3 span {
  display: block;
  font-size: 28px;
  margin-top: 3px;
}
.buy-box .buy {
  position: absolute;
  bottom: 6px;
  font-size: 15px;
}
.buy-box .reveal {
  position: absolute;
  width: 60%;
  text-align: center;
  padding-top:40px;
  margin-left:110px;
  display: none;
}
.buy-box:hover .reveal {
  display: block;
}
.buy-box:hover .initial {
  visibility: hidden;
}
.packshot {
  width: 100px;
  height: 100px;
}
#buy-single {
  float: left;
}
#buy-single .packshot {
  float: left;
}
#buy-single .initial {
  float: left;
}
#buy-single h3 {
  float: left;
  text-align: left;
}
#buy-single .buy {
  right: 10px;
}
#buy-album {
  float: right;
  visibility: hidden;
}
#buy-album .packshot {
  float: right;
}
#buy-album .initial {
  float: right;
}
#buy-album h3 {
  float: right;
  text-align: right;
}
#buy-album .buy {
  left: 10px;
}
#intro,
#instruction,
#error {
  display: inline-block;
  width: 410px;
  position: relative;
  cursor: pointer;
}
#instruction,
#error  {
  display: none;
  position: absolute;
  left:50%;
  margin-left: -207px;
  top: 46%;
  z-index: 2;
  text-align: center;
  color: #BFD8D8;
  height: 133px;
}
#error {
  display: none;
  height: auto;
  top: 40%;
  text-transform: uppercase;
}
#intro h2 {
  line-height: 30px;
  font-size: 22px;
}
#intro h3,
#instruction h3,
#error h3 {
  font-size: 28px;
  padding: 17px 40px;
}
#instruction h3,
#error h3 {
  padding: 17px 40px;
  margin-top: 0;
}
#intro .instruction {
  position: relative;
  height: 133px;
}
#intro .instruction:before,
#intro .instruction:after,
#instruction:before,
#instruction:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  border-top: 66px solid transparent;
  border-bottom: 66px solid transparent;
  border-right: 26px solid rgba(53,85,85,0.5);
}
#intro .instruction:before,
#instruction:before {
  left: -32px;
}
#instruction:after,
#intro .instruction:after {
  right: -32px;
  border-right: none;
  border-left: 26px solid rgba(53,85,85,0.5);
}
.trans-blue {
  background: rgba(53,85,85,0.5);
}
.lay-t {
  display: table;
}
.lay-r {
  display: table-row;
}
.lay-c {
  display: table-cell;
}

#social {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 80;
}
#social li {
  display: inline-block;
}
#credits p {
  font-size: 13px;
}
#credits p span {
  font-size: 10px;
  color: #7ca39e;
}

.hide {
  visibility: hidden !important;
}

@media only screen and (max-width: 1300px) {
  .buy-box {
    margin-top: -16%;
  }
}

@media only screen and (max-width: 760px) {
  .buy-box {
    margin-top: -27.5%;
  }
  #error {
    top: 50%;
  }
}

