html, body {
  background-color: #4ba0e4;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  font-family: 'Oswald', sans-serif;
}

.hidden {
  display: none;
}

/*** SPLASH ***/

#messaging-wrapper,
#splash-wrapper {
  padding: 32px; 
}

#messaging-wrapper .message span,
#splash-wrapper span {
  display: block;
  font-size: 48px;
  color: #eeeeee;
}

#splash-wrapper span.sub {
  font-size: 28px;
  font-style: italic;
}

#splash-wrapper #app-download-wrapper {
  position: fixed;
  bottom: 16px;
  right: 16px;
  cursor: pointer;
}

#app-download-wrapper a {
  display: block;
  border: 0;
  text-decoration: none; 
}

/*** SPORK ***/

div#wrapper {
  overflow-y: scroll;
  height: 100%;
}

div#wrapper div.header {
  background-color: #e9e9e9;
  height: 32px;
  margin-bottom: 32px; 
}

div#wrapper div.header a.logo {
  text-decoration: none;
  color: #4ba0e4;
  display: inline-block;
  margin: 4px 8px;
  border: 0;
}

div#wrapper div.footer {
  padding: 16px;
  clear: both;
}

div#wrapper div.header div#action-quickhotspot {
  margin-right: 16px;
}

div#wrapper div.header div#action-share img {
  
}

div#wrapper div.header div.action {
  background-color: #4ba0e4;
  background-color: #999;
  height: 32px;
  width: 32px;
  margin-top: 8px;
  margin-right: 8px;
  float: right;
  cursor: pointer;
  border: 4px solid #999;
  position: relative;
  top: 4px;
}

div#wrapper div.header div.action:hover {
  background-color: #FDE672;
  border-color: #FDE672;
}

div#wrapper div.header div.action img {
  width: 100%;
}

div#spork-wrapper {
  position: relative;
  margin-left: 64px;
}

div#spork-wrapper div.title {
  display: block;
  font-size: 48px;
  color: #eeeeee;
  line-height: 48px;
}

div#spork-wrapper div.description {
  font-size: 24px;
  font-style: italic;
  color: #eeeeee;
}

div#spork-wrapper div.image-wrapper {
  padding: 64px;
  background:  #fff url('/images/bg.b.png');
  position: relative;
  float: left;
}

div#spork-wrapper div.image-wrapper-little {
  padding: 8px;
}

div#spork-wrapper div.image-wrapper img {
  width: 100%;
}

div#spork-wrapper #app-download-wrapper {
  position: absolute;
  bottom: -64px;
  right: 0px;
}

/*** SPORK TAG ***/

.image-tag {
  position: absolute;
  opacity: .2;
  background-color: #999;
  border: 1px solid #333;
  width: 32px;
  height: 32px;
  cursor: pointer;
  
  -webkit-transition:
    opacity 500ms ease-in-out,
    background-color 500ms ease-in-out;
  -moz-transition:
    opacity 500ms ease-in-out,
    background-color 500ms ease-in-out;
}

.image-tag:hover{
  opacity: .85;
}

.loud-tag {
  background-color: #ff674b;
  opacity: .4;
}

/*** MEDIA COLUMN ***/

div.media-column,
div.media-footer {
  background-color: #FDE672;
}

div.media-column {
  position: absolute;
  left: 784px;
}

div.media-column video {
  
}

div.media-column .audiojs {
  overflow: hidden;
  width: 100%;
  margin: 0;
}

div.media-column .audiojs .scrubber {
  width: 20px;
}

/*** COLUMN SWITCHING ***/

div.image-wrapper,
div.media-column-big,
div.media-column,
div.mimage-wrapper-little {
  -webkit-transition:
    width 500ms ease-in-out,
    height 500ms ease-in-out,
    padding 500ms ease-in-out,
    left 500ms ease-in-out;
  -moz-transition:
    width 500ms ease-in-out,
    height 500ms ease-in-out,
    padding 500ms ease-in-out,
    left 500ms ease-in-out;
}

div.media-column {
  padding: 16px;
  width: 200px;
  height: 155px;
}

div.image-wrapper,
div.media-column-big {
  width: 640px;
}

div.media-column-big {
  position: absolute;
  left: 224px;
}

div.media-column .video-player-wrapper,
div.media-column-big .video-player-wrapper {
  opacity: 0;
  -webkit-transition:
    opacity 500ms ease-in-out;
  -moz-transition:
    opacity 500ms ease-in-out;  
}

div.media-column .video-player-wrapper video {
  margin-top: 0px;
  display: none;
  -webkit-transition:
    margin-top 1000ms ease-in-out;
  -moz-transition:
    margin-top 1000ms ease-in-out;
}

div.image-wrapper-little {
  width: 200px;
}

div.media-column div.escape,
div.media-column-big div.escape {
  display: block;
  padding: 0 0 16px 0;
  margin: 0;
  
  opacity: 0;
  z-index: 200;
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 44px;

  -webkit-transition: all 500ms ease-in-out;
  -webkit-transform-origin: bottom left;
}

div.media-column-big:hover div.escape {
  opacity: 1;
  -webkit-transform: rotate(270deg);
}

div.escape .inner {
  display: block;
  background-color: #FDE672;
  padding: 8px 16px 8px 8px;
  color: #999;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
}

div.escape .inner:hover {
  color: #333; 
}

div.escape .inner span.action {
  display: inline-block;
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  position: relative;
  top: -3px;
}

div.escape .inner span.remove {
  font-size: 48px;
  position: relative;
  top: -26px;
  float: left;
}

/*** STORY ***/

div.media-footer {
  border-top: 8px solid #e9e9e9;
  position: fixed;
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
}

div#linear-wrapper {
  width: 384px;
  padding: 32px;
  background:  #fff url('/images/bg.b.png');
  position: relative;
  
}

div#linear-wrapper .linear {
  width: 100%;
}

div#linear-wrapper .linear img {
  width: 100%;
}

div#linear-wrapper div#poster {
  background:  #fff url('/images/bg.poster.jpg') center center no-repeat;
  height: 256px;
}

/*** MODALS ***/

div#modals ul.message-cards,
div#modals ul.message-cards li {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#modals ul.message-cards {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 64px;
  right: 16px;
}

div#modals ul.message-cards li {
  cursor: pointer;
  padding: 8px;
  background-color: #FDE672;
  width: 512px;
  font-size: 15px;
  position: relative;
  right: 0px;
  top: 0px;
  
  margin-bottom: 12px;
  padding: 8px;

  -webkit-transition:
    right 250ms ease-in-out;
  -moz-transition:
    right 250ms ease-in-out;
    
  -moz-box-shadow: 0 0 3px 3px #999;
  -webkit-box-shadow: 0 0 3px 3px #999;
  box-shadow: 0 0 3px 3px #999;    
}

div#modals ul.message-cards li,
div#modals ul.message-cards li:before {
   content: "";
}

div#modals .message-cards li.offscreened {
  right: -612px;
}

div#modals ul.message-cards li .remove {
  display: none;
  float: right;
  font-size: 48px;
  position: relative;
  top: -30px;
  color: #999;
}

div#modals ul.message-cards li:hover .remove {
  display: block; 
}

/*** COLLECTIONS ***/

div#collection-next {
  font-size: 25px;
  background-color: #FDE672;
  padding: 8px;
  color: #999;
  cursor: pointer;
  
  position: fixed;
  bottom: 16px;
  right: 16px;
  
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -webkit-transition: all 500ms ease-in-out;
  -webkit-transform-origin: bottom right;
}

div.image-wrapper:hover div#collection-next {
  -webkit-transform: rotate(270deg);
  right: -32px;
  bottom: -32px;
}

div.image-wrapper div#collection-next:hover {
  -webkit-transform: rotate(0deg);
  bottom: 16px;
  right: 16px;
  color: #333;
}

