#main-nav-container {
    position: absolute;
    width: 100%;
    height: 3em;
    z-index: 50;
    background-color: rgba(0,0,0,0.15);
}

#main-nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    display: -webkit-flex;
    opacity: 1;
    min-width: 66em;
    justify-content: center;
    -webkit-justify-content: center;
}

#main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-nav ul ul {
  /*
  display: none;
  */
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  background-color: rgba(0,0,0,0.15);
  width: 120px;
}

#main-nav ul li:hover > ul {
  display: block;
}

#main-nav li {
    color: white;
    display: inline-block;
    line-height: 3em;
    padding: 0 1em;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    position: relative;
}

#main-nav li:hover {
    background: rgba(255,255,255,0.15);
    cursor: default;
}

#big-video-wrap {
  z-index: -10;
}

#invisible-curtain, #curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}

#curtain {
  background-color: rgba(0, 0, 0, .8);
}

#invisible-curtain {
  z-index: 25;
}

#thankyou {
  display: none;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 30em;
  margin-left: -16em;
  background-color: white;
  border-top: solid black;
  border-bottom: solid black;
  padding: 1em;
  z-index: 100;
}

#logos {
    float: left;
    position: fixed;
    left: 3em;
    bottom: 1em;
    display: block;
}

#title {
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 120px;
    right: 120px;
    bottom: 160px;
    top: 150px;
    min-height: 100px;
}

#logo {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#title-description {
    visibility: hidden;
}

#title:hover > #title-description {
    visibility: visible;
}

#title-text {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: 0;
}

#title-description {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: 0;
  color: white;
  font-family: Futura;
  font-size: 12pt;
  text-align: left;
}

#share {
    float: right;
    position: fixed;
    right: 1em;
    top: 3em;
    display: block;
}

#share img {
  cursor: pointer;
}

.custom-g-plusone {
  background: url(../images/gplus.png);
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}

#zbgc {
    padding: 0 1em 1em 0;
}

#boingboing {
    padding: 0 1em 1em 0;
}

#laurelleaf {
    padding: 0 1em 1em 0;
    width: 120px;
}

html,body {
    width: 100%;
    height: 100%;
}

body.noScroll {
    overflow: hidden;
}

body.noScrollHorizontal {
    overflow-x: hidden;
}

body.noSelect {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

a {
    color: white;
    text-decoration: none;
    display: inline-block;
}
.trailer {
  position: absolute;
  margin-left: -444px;
  margin-top: -250px;
  top: 50%;
  left: 50%;
  width: 888px;
  height: 500px;
}

#still {
  position: absolute;
  margin-left: -320px;
  margin-top: -180px;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 360px;
  z-index: 200;
}

#reel {
  height: 3em;
  background-color: #666666;
  color: white;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: -5px;
}

#reel-title {
  padding-left: 1em;
  color: #99ffff;
}

#reel-download {
  font-style: italic;
  font-size: smaller;
  padding-left: 1em;
  text-transform: none;
}

#prev {
  float: left;
  padding: 1em;
  cursor: pointer;
}

#next {
  float: right;
  padding: 1em;
  cursor: pointer;
}

#reel-download:hover, #prev:hover, #next:hover {
  color: #99ffff;
}

.signup {
  background-color: #53C9B9; 
}

/** Layout **/

body {
  padding: 0;
  margin: 0;
  background-color: #000;
  font-family: helvetica;
  z-index: -100;
}

h1 span {
  display: none;
}

.nav {
  position: relative;
  text-align: center;
}

.nav-background {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFFF00;
  opacity: 0.27;
}


.nav ul {
  position: absolute;

  left: 1%;
  right: 1%;
  padding-top: 0;
  margin-top: 0;
  background-color: #F0F;
  height: 3em;
}

.nav li {
  display: inline;

}

.heavy-font, .songtitle {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 1pt;
}

#contact-us {
  position: fixed;
  bottom: 7em;
  right: 1em;
}

#augustus-youtube {
  position: fixed;
  bottom: 5em;
  right: 1em;
}

#follow-us {
  position: fixed;
  bottom: 3em;
  right: 1em;
}

#subscribe-toggle {
  z-index: 150;
  background-color: black;
  color: white;
  font-family: helvetica;
  padding: .5em 0;
  border-radius: 1em 1em 0 0;
  position: fixed;
  bottom: 0;
  right: 1em;
  cursor: pointer;
  text-align: center;
  width: 125px;
}

#subscribe-panel {
  z-index: 150;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 1em;
  background-color: #333333;
  color: #999999;
  width: 20em;
  height: 0;
  border: solid black 1px;
  font-family: helvetica;
  font-size: 9pt;
}

#subscribe-inputs {
  margin: 1em 0;
}

#subscribe-panel .text {
  display: block;
  width: 100%;
  padding: .5em;
  background-color: #ffcc99;
  margin: 0;
  /* Prevents padding from changing width. */
  /* http://stackoverflow.com/questions/779434/preventing-padding-propety-from-changing-width-or-height-in-css */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit] {
    background: url(../images/subscribe_me_button.png);
    border: 0;
    display: block;
    height: 24px;
    width: 125px;
}

input[type=submit]:hover {
  cursor: pointer;
}

#subscribe-panel .button {
  display: block;
  margin: 1em auto;
  padding: .3em 1em;
  border-radius: .5em;
  font-weight: bold;
}

.no-border {
  border: none;
}

.notebook-lines {
  border-top: solid #339999 1px;
  border-bottom: solid #339999 1px;
  border-right: none;
  border-left:  none;

}

#spam {
  margin: 1em 0;
  padding-left: 1em;
  padding-right: 1em;
}

#spam p {
  text-align: center;
  font-size: smaller;
  margin: .3em;
  font-size: smaller;
}

.trailer {
  z-index: 200;
  position: absolute;
}

#soundtrack {
  display: none;
}

.dropdown {
  visibility: hidden;
  display: inline-flex;
  display: -webkit-inline-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.dropdown-background {
  background-color: rgba(0,0,0,.5);
  padding: 0;
}

.dropdown-item {
  background-color: rgba(0,0,0,.15);
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: rgba(255,255,255,.15);
}

li:hover > .dropdown {
  visibility: visible;
}

.dropdown-item:hover > .hidden {
  visibility: visible;
}

.sub-nav {
  background-color: rgba(0,0,0,0.15);

  z-index: 200;

  overflow: scroll;
  text-align: center;
  padding: 2px;
}

.sub-nav li {
  margin: 2px !important;
  padding: 0 !important;
}

.sub-nav li:hover {
  background: rgba(255,255,255,0.15);
}

.hidden {
  visibility: hidden;
}

.hidden:hover {
  visibility: visible;
}

.sub-nav-title {
  position: absolute;
  background-color: rgba(0,0,0,.5);

  color: white;
  line-height: normal;

  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 9pt;
  text-transform: uppercase;
  text-align: center;
}

#augustus-speaks-container ul {
  background-color: none;
}

#augustus-speaks-container li {
  height: 90px;
}

.sub-nav li:hover > .sub-nav-title {
  visibility: visible;
}

.sub-nav-item {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  justify-content: center;
}

form {
  padding: 0;
  margin: 0;
}

.movie-clip {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.x120 {
 width: 120px;
}

.x120x68 {
  width: 120px;
  height: 68px;
}

.x120x66 {
  width: 120px;
  height: 66px;
}

.x120x90 {
  width: 120px;
  height: 90px;
}

.x115 {
 width: 115px;
}

.x115x63 {
  width: 115px;
  height: 63px;
}

.x152 {
 width: 152px;
}

.x152x83 {
  width: 152px;
  height: 83px;
}

.x100x75 {
  width: 100px;
  height: 75px;
}

.x120x120 {
  width: 120px;
  height: 120px;
}

.x120x52 {
  width: 120px;
  height: 52px;
}

.x150x58 {
  width: 150px;
  height: 58px;
}

.x122x84 {
  width: 122px;
  height: 84px;
}

.x146x78 {
  width: 146px;
  height: 78px;
}

#buy-the-film {
  background-color: #0066cc;
  color: white;
  padding: 0;
}

#buy-the-film > a {
  padding: 0 1em;
}

#buy-the-film a:hover {
  background-color: #333333;
}

#main-nav li:hover {
  background-color: #333333;
}

#comingsoon {
  cursor: default;
  background-color: rgba(0,0,0,.85);
}

#comingsoon:hover {
  background-color: rgba(0,0,0,.9);
}

#buy-rent-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15em;
  width: 30em;
  height: 4em;
}

#vhx {
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 850px;
  height: 480px;
  margin-left: -425px; 
  margin-top: -240px; 
}

#vhx-menu {
  margin-top: -5px;
  position: relative;
}

#vhx-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
  cursor: pointer;
}

#vhx-buy {
  position: absolute;
  top: 0;
  right: 0;
  width: 139px;
  height: 39px;
  cursor: pointer;
}

#buythefilm {
  background-color: #0099cc;
  padding: 0;
}

#buythefilm span {
  padding: 0 1em;
}

#awol {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -75px;
  padding-left: 2em;
}

#soundtrack_available {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -75px;
  padding-right: 2em;
}

#soundtrack_available img, #soundtrack_available a {
  display: block;
}

#available_online {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-top: -84px;
  margin-left: -186px;
  padding-bottom: 1em;
}
