@font-face {
    font-family: 'agaramondpro-regular';
    src: url('../assets/fonts/agaramondpro/agaramondpro-regular.eot');
    src: url('../assets/fonts/agaramondpro/agaramondpro-regular.eot?#iefix') format('embedded-opentype'),        
         url('../assets/fonts/agaramondpro/agaramondpro-regular.woff') format('woff'),
         url('../assets/fonts/agaramondpro/agaramondpro-regular.ttf') format('truetype'),
         url('../assets/fonts/agaramondpro/agaramondpro-regular.svg#agaramondpro-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Franklin Gothic Extra Condensed';
    src: url('../assets/fonts/franklin/Franklin Gothic Extra Condensed.eot');
    src: url('../assets/fonts/franklin/Franklin Gothic Extra Condensed.eot?#iefix') format('embedded-opentype'),        
         url('../assets/fonts/franklin/Franklin Gothic Extra Condensed.woff') format('woff'),
         url('../assets/fonts/franklin/Franklin Gothic Extra Condensed.ttf') format('truetype'),
         url('../assets/fonts/franklin/Franklin Gothic Extra Condensed.svg#Franklin Gothic Extra Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}



html {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}
body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  background-color: #000;
  color: #fff;
  /*font-family: "adobe-garamond-pro", Georgia; */
  font-family:"agaramondpro-regular", "adobe-garamond-pro", Georgia;
  font-size: 13px;
  letter-spacing: 0.0075em;
  -webkit-font-smoothing: antialiased;
}
body[virtualscroll] {
  overflow-y: hidden;
}
*,
*:before,
*:after {
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
*:not(input) {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  border: none;
}
.no-touch .mobile-only,
.touch .desktop-only {
  display: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.scrollbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
}
.scrollbar .handle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: rgba(221, 229, 196, 0.6);
}
.scrollbar .handle:hover {
  background-color: #dde5c4;
}
.no-touch #landscape-lock {
  display: none;
}
.touch #landscape-lock {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 100000;
  text-align: center;
  display: none;
}
@media (orientation: landscape) and (max-height: 670px) {
  .touch #landscape-lock {
    display: block;
  }
}
@-webkit-keyframes device-rotate {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  10% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@keyframes device-rotate {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  10% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.touch #landscape-lock span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Franklin Gothic Extra Condensed", "franklin-gothic-ext-comp-urw", "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #808080;
  margin: 20px 0 0 0;
}
.touch #landscape-lock img {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation: device-rotate 2s infinite;
          animation: device-rotate 2s infinite;
}
nav .icon {
  position: absolute;
  z-index: 12002;
  top: 0px;
  left: 0px;
  cursor: pointer;
  width: 44px;
  height: 40px;
  display: block;
}
nav .icon li {
  position: absolute;
  width: 24px;
  height: 2px;
  left: 10px;
  pointer-events: none;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
nav .icon li:nth-child(1) {
  top: 10px;
  background-color: #dde5c4;
}
nav .icon li:nth-child(2) {
  top: 16px;
  background-color: #dde5c4;
}
nav .icon li:nth-child(3) {
  top: 22px;
  background-color: #dde5c4;
}
@media (min-width: 768px) {
  nav .icon-with-bar {
    display: none;
  }
}
nav .icon-close li:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav .icon-close li:nth-child(2) {
  opacity: 0;
}
nav .icon-close li:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav .menu,
nav .menubar {
  position: absolute;
  z-index: 12001;
  width: 240px;
  height: 100%;
  text-align: right;
  background-color: #000000;
  color: #dde5c4;
  box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-240px);
          transform: translateX(-240px);
}
nav .menu li,
nav .menubar li {
  position: relative;
  font-size: 13px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  letter-spacing: 0.05em;
  cursor: pointer;
  border-top: 6px solid transparent;
  transition: background-color 0.1s ease-out;
}
nav .menu li a,
nav .menubar li a {
  display: inline-block;
  width: 100%;
  padding: 10px 30px 16px 0;
}
.no-touch nav .menu li:hover,
.no-touch nav .menubar li:hover {
  color: #000;
  background-color: #dde5c4;
}
.no-touch nav .menu li:hover a,
.no-touch nav .menubar li:hover a {
  text-decoration: none;
}
nav .menu li.selected,
nav .menubar li.selected {
  cursor: default;
}
nav .menu li.selected:after,
nav .menubar li.selected:after {
  position: absolute;
  top: -6px;
  right: 0;
  width: 6px;
  height: 52px;
  background-color: #dde5c4;
  content: '';
  display: block;
}
@media (min-width: 768px) {
  nav .menubar li.selected {
    border-top: 6px solid #dde5c4;
  }
  nav .menubar li.selected:after {
    display: none;
  }
}
@media (min-width: 768px) {
  nav .menubar {
    z-index: 1200;
    width: 100%;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  nav .menubar li {
    float: left;
    border-bottom: none;
    font-size: 13px;
  }
  nav .menubar li a {
    padding: 0px 6px 0px 6px;
    line-height: 38px;
  }
}
@media (min-width: 1024px) {
  nav .menubar li {
    font-size: 14px;
  }
  nav .menubar li a {
    padding: 0px 18px 0px 18px;
  }
}
nav .social {
  position: absolute;
  z-index: 1202;
  top: 0;
  right: 0;
  margin: 10px 10px 10px 10px;
}
@media (min-width: 768px) {
  nav .social {
    margin: 17px 17px 10px 10px;
  }
}
nav .social li {
  float: left;
  margin-left: 1em;
  cursor: pointer;
}
nav .social img {
  opacity: 0.6;
  width: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
  height: auto;
}
footer,
.fallback-footer {
  position: absolute;
  z-index: 20010;
  font-family:"Franklin Gothic Extra Condensed", "franklin-gothic-ext-comp-urw", "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
  color: #808080;
  background-color: #000;
  left: 0;
  width: 100%;
  height: 140px;
  font-size: 11px;
  background-color: #000000;
}
@media (min-width: 768px) {
  footer,
  .fallback-footer {
    height: 190px;
    font-size: 14px;
  }
}
footer ul,
.fallback-footer ul {
  margin: 5px;
}
footer ul li,
.fallback-footer ul li {
  float: left;
}
.no-touch footer ul li.link:hover,
.no-touch .fallback-footer ul li.link:hover {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
footer .left,
.fallback-footer .left {
  margin: 24px 0 0 34px;
}
footer .left li,
.fallback-footer .left li {
  margin-right: 0.8em;
}
footer .left .rating img,
.fallback-footer .left .rating img {
  opacity: 0.75;
  position: relative;
  top: 2px;
  height: 14px;
  width: 100px;
}
footer .left .credits,
.fallback-footer .left .credits {
  display: none;
}
@media (min-width: 768px) {
  footer .left,
  .fallback-footer .left {
    margin: 5px;
    top: 0;
  }
  footer .left li,
  .fallback-footer .left li {
    margin-right: 0;
    margin-left: 1em;
  }
  footer .left .credits,
  .fallback-footer .left .credits {
    display: block;
    cursor: pointer;
    margin-right: 12px;
  }
  footer .left .credits:after,
  .fallback-footer .left .credits:after {
    position: relative;
    border-top: 1px solid #dde5c4;
    border-left: 1px solid #dde5c4;
    content: '';
    display: inline-block;
    top: -3px;
    left: 5px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    opacity: 0.5;
  }
  .no-touch footer .left .credits:hover,
  .no-touch .fallback-footer .left .credits:hover {
    color: #fff;
  }
  .no-touch footer .left .credits:hover:after,
  .no-touch .fallback-footer .left .credits:hover:after {
    border-top: 1px solid white;
    border-left: 1px solid white;
    opacity: 1;
  }
}
footer .right,
.fallback-footer .right {
  position: absolute;
  right: 0;
  top: 0;
}
footer .right li,
.fallback-footer .right li {
  margin-right: 0.8em;
  margin-left: 0;
}
footer .right .mute,
.fallback-footer .right .mute {
  opacity: 0.75;
  cursor: pointer;
  margin: -7px -8px 0 0;
  width: 22px;
  height: 22px;
}
.no-touch footer .right .mute:hover,
.no-touch .fallback-footer .right .mute:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  footer .right,
  .fallback-footer .right {
    left: auto;
    right: 0;
  }
  footer .right .mute,
  .fallback-footer .right .mute {
    margin: -5px 2px 0 -6px;
  }
  footer .right li,
  .fallback-footer .right li {
    margin-right: 0;
    margin-left: 0.75em;
  }
}
footer .more,
.fallback-footer .more {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
}
footer .more:after,
.fallback-footer .more:after {
  position: absolute;
  border-top: 1px solid white;
  border-left: 1px solid white;
  content: '';
  top: 2px;
  left: 4px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  opacity: 0.5;
}
@media (min-width: 768px) {
  footer .more,
  .fallback-footer .more {
    display: none;
  }
}
footer .billing,
.fallback-footer .billing {
  position: relative;
  top: 32px;
  left: 0px;
  height: 108px;
  width: 100%;
  background-image: url(../assets/tmp/billing.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  footer .billing,
  .fallback-footer .billing {
    height: 148px;
    background-position: center;
  }
}
@media (min-width: 769px) {
  footer .billing,
  .fallback-footer .billing {
    background-size: auto;
  }
}
footer {
  display: none;
}
.fallback-footer {
  bottom: 0;
}
#teaser {
  font-size: 7px;
}
@media (orientation: portrait) {
  #teaser {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  #teaser {
    font-size: 16px;
  }
}
#teaser .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
}
#teaser .background img {
  position: absolute;
}
#teaser .ship {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 860px;
  pointer-events: none;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
#teaser .ship .glow {
  position: absolute;
  top: 570px;
  left: 366px;
  height: 95px;
  width: 143px;
}
#teaser .neverland {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: red;
}
#teaser canvas {
  position: absolute;
  pointer-events: none;
}
#teaser header {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: auto;
  overflow: hidden;
  bottom: -85px;
  left: 20px;
  margin: 60px 0 0 0;
  color: #dde5c4;
}
#teaser header h3,
#teaser header h4 {
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.33);
}
#teaser header h3 {
  line-height: 1.4;
  font-size: 1em;
}
#teaser header h4 {
  line-height: 1.2;
  font-size: 1.6em;
}
@media (min-width: 768px) {
  #teaser header h4 {
    font-size: 1.9em;
  }
}
#teaser header .pan {
  position: relative;
  width: 140px;
  display: block;
}
#teaser header .pan .logo {
  width: 100%;
  height: auto;
}
#teaser header .pan .flare {
  position: absolute;
  width: 48px;
  height: 48px;
}
#teaser header .pan .flare-1 {
  top: -12px;
  left: -12px;
}
#teaser header .pan .flare-2 {
  top: 44%;
  left: 45%;
}
#teaser header .pan .flare-3 {
  top: -10px;
  left: 79%;
}
@media (min-width: 768px) and (min-height: 600px) {
  #teaser header .pan {
    width: 280px;
    margin-left: 60px;
  }
  #teaser header .pan .flare {
    width: 64px;
    height: 64px;
    opacity: 0.8;
  }
  #teaser header .pan .flare-1 {
    top: -12px;
    left: -12px;
  }
  #teaser header .pan .flare-2 {
    top: 54%;
    left: 49%;
  }
  #teaser header .pan .flare-3 {
    top: -10px;
    left: 82%;
  }
}
#teaser header button {
  position: relative;
  z-index: 0;
  top: -100px;
  left: 52%;
  background: none;
  border: none;
  width: 120px;
  padding: 1px;
  background-image: url('../assets/metal.jpg');
  background-color: #fff;
  margin: 8px 0 24px 0px;
  letter-spacing: 0.05em;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
}
#teaser header button img {
  width: 100%;
  height: auto;
  margin-left: 0px;
  display: none;
}
#teaser header button span {
  display: block;
  margin: 4px 0 1px 0;
  color: #000;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
@media (min-width: 500px) {
  #teaser header button {
    left: 0;
    top: 0;
    width: 140px;
  }
}
@media (min-width: 768px) and (min-height: 600px) {
  #teaser header button {
    margin: 20px 0 24px 0;
    width: 240px;
    font-size: 1.1em;
  }
}
.no-touch #teaser header button:hover {
  background-image: none;
}
@media (min-width: 500px) {
  #teaser header {
    bottom: 10px;
  }
}
@media (min-width: 768px) and (min-height: 600px) {
  #teaser header {
    width: 400px;
    bottom: auto;
    top: 65%;
    left: 250px;
    margin: -240px 0 0 -240px;
    display: block;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #teaser header {
    top: 50%;
  }
}
@media (min-width: 1100px) {
  #teaser header {
    margin: -240px 0 0 -180px;
  }
}
@media (min-width: 1200px) {
  #teaser header {
    margin: -240px 0 0 -160px;
  }
}
#teaser .no-trailer {
  top: auto;
  bottom: 40px;
}
@media (min-width: 768px) {
  #teaser .no-trailer {
    top: 60%;
    bottom: auto;
  }
}
#poster {
  display: none;
}
#poster .ui {
  color: #dde5c4;
}
#poster .ui li {
  position: absolute;
  cursor: pointer;
  display: block;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.no-touch #poster .ui li:hover {
  -webkit-transform: scaleX(1.2) scaleY(1.2);
          transform: scaleX(1.2) scaleY(1.2);
}
#poster .ui .arrow {
  position: relative;
  width: 16px;
  height: 16px;
  border-top: 3px solid #dde5c4;
  border-left: 3px solid #dde5c4;
}
#poster .ui li:nth-child(1) {
  left: 0;
  top: 50%;
  z-index: 1010;
  margin-left: 15px;
}
#poster .ui li:nth-child(1) .arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#poster .ui li:nth-child(2) {
  left: 50%;
  bottom: 50px;
  z-index: 1011;
  margin-left: -10px;
}
#poster .ui li:nth-child(2) img {
  width: 26px;
}
#poster .ui li:nth-child(3) {
  right: 0;
  top: 50%;
  z-index: 1012;
  margin-right: 15px;
}
#poster .ui li:nth-child(3) .arrow {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 768px) {
  #poster .ui {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0 0 0 480px;
  }
  #poster .ui li:nth-child(1) {
    left: -125px;
  }
  #poster .ui li:nth-child(2) {
    left: 75px;
    top: 200px;
  }
  #poster .ui li:nth-child(3) {
    left: 250px;
    right: auto;
  }
}
@media (min-width: 900px) {
  #poster .ui li:nth-child(1) {
    left: -110px;
  }
  #poster .ui li:nth-child(2) {
    left: 135px;
    top: 280px;
  }
  #poster .ui li:nth-child(3) {
    left: 340px;
  }
}
@media (min-width: 1024px) {
  #poster .ui li:nth-child(1) {
    left: -70px;
  }
  #poster .ui li:nth-child(2) {
    left: 195px;
    top: 280px;
  }
  #poster .ui li:nth-child(3) {
    left: 430px;
  }
}
@media (min-width: 1100px) {
  #poster .ui li:nth-child(1) {
    left: 20px;
  }
  #poster .ui li:nth-child(2) {
    left: 295px;
    top: 280px;
  }
  #poster .ui li:nth-child(3) {
    left: 520px;
  }
}
@media (min-width: 1280px) {
  #poster .ui li:nth-child(1) {
    left: 160px;
  }
  #poster .ui li:nth-child(2) {
    left: 475px;
    top: 300px;
  }
  #poster .ui li:nth-child(3) {
    left: 720px;
  }
}
#poster .fan {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  margin-left: -100px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
#poster .fan li {
  position: absolute;
  width: 240px;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  box-shadow: 0px 0px 20px black;
}
#poster .fan li img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #poster .fan {
    left: 0;
    margin: -240px 0 0 480px;
  }
  #poster .fan li {
    width: 240px;
  }
}
@media (min-width: 900px) {
  #poster .fan {
    margin: -260px 0 0 490px;
  }
  #poster .fan li {
    width: 320px;
  }
}
@media (min-width: 1024px) {
  #poster .fan {
    margin: -280px 0 0 550px;
  }
  #poster .fan li {
    width: 340px;
  }
}
@media (min-width: 1100px) {
  #poster .fan {
    margin: -280px 0 0 640px;
  }
}
@media (min-width: 1280px) {
  #poster .fan {
    margin: -300px 0 0 800px;
  }
  #poster .fan li {
    width: 380px;
  }
}
#videos {
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#videos iframe,
#videos video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  background-color: #000;
  z-index: 10000;
}
@media (min-width: 768px) {
  #videos iframe,
  #videos video {
    top: 86px;
  }
}
#videos iframe:active,
#videos iframe:focus {
  border: none;
  outline: none;
}
#videos object {
  outline: 0;
}
#videos ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 36px 0 0 6px;
  z-index: 10001;
  font-size: 13px;
}
#videos ul li {
  position: relative;
  color: #dde5c4;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  font-size: inherit;
}
#videos ul li .play-btn {
  width: 0;
  height: 0;
  display: none;
  position: relative;
  top: 7px;
  border: 1px solid #dde5c4;
  border-radius: 48px;
  width: 24px;
  height: 24px;
  margin: -12px 0px 0 0px;
}
#videos ul li .play-btn:before {
  position: absolute;
  content: '';
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #dde5c4;
  margin: 6px 0 0 8px;
}
#videos ul li h4 {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid transparent;
  margin: 0 0 0 4px;
  font-size: inherit;
}
#videos ul li:hover h4 {
  border-bottom: 1px solid #dde5c4;
}
#videos ul li:hover .bg {
  opacity: 0.8;
}
#videos ul li:hover .play-btn {
  background-color: #dde5c4;
}
#videos ul li:hover .play-btn:before {
  border-left: 8px solid #000;
}
#videos ul .disabled {
  cursor: normal;
  pointer-events: none;
}
#videos ul .disabled .play-btn {
  border: 2px solid rgba(221, 229, 196, 0.4);
}
#videos ul .disabled .play-btn:before {
  border-left: 16px solid rgba(221, 229, 196, 0.4);
}
@media (min-width: 768px) {
  #videos ul {
    margin: 50px 0 0 85px;
    font-size: 15px;
  }
  #videos ul li {
    margin-right: 30px;
  }
  #videos ul li .play-btn {
    display: inline-block;
  }
  #videos ul li h4 {
    margin: 0 0 0 8px;
  }
}
#games {
  font-size: 18px;
}
#games .panel {
  position: absolute;
  padding-top: 64px;
  left: 0;
  color: #dde5c4;
  text-align: center;
  width: 100%;
}
#games ul li {
  position: relative;
  width: 240px;
  margin: 15px;
  background-color: red;
  display: inline-block;
  background-image: url('../assets/metal.jpg');
  background-color: #fff;
  vertical-align: top;
}
#games ul li .cta {
  visibility: hidden;
}
#games ul li:hover .cta {
  visibility: visible;
}
#games ul li:hover .img {
  opacity: 0.33;
}
#games ul li:hover .cs {
  -webkit-transform: scaleX(1.1) scaleY(1.1);
          transform: scaleX(1.1) scaleY(1.1);
}
#games ul li.link {
  cursor: pointer;
}
#games ul .bg,
#games ul .img {
  top: 0;
  left: 0;
  margin: 1px;
  background-color: #000;
  width: 238px;
  height: 134px;
}
#games ul .bg {
  position: relative;
  background-color: #000;
}
#games ul .img {
  position: absolute;
  background-size: cover;
  transition: opacity 0.2s ease;
}
#games ul .img-disabled {
  opacity: 0.5;
}
#games ul span {
  width: 100%;
  text-align: center;
  display: block;
  font-family: "agaramondpro-regular", "adobe-garamond-pro", Georgia;
  color: #000;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  font-size: 1em;
  padding: 2px;
}
#games ul .cs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 150px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  font-size: 1.1em;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
#games h3 {
  font-size: 1.5em;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #games .panel {
    width: auto;
    max-width: 840px;
    left: 380px;
  }
}
@media (min-width: 900px) {
  #games .panel {
    left: 460px;
  }
}
@media (min-width: 1024px) {
  #games .panel {
    left: 540px;
  }
}
@media (min-width: 1200px) {
  #games .panel {
    left: 560px;
  }
}
@media (min-width: 1600px) {
  #games .panel {
    left: 660px;
  }
}
#downloads {
  position: absolute;
  top: 44px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#downloads .scrollbar {
  right: 0;
  left: auto;
}
#downloads ul.items {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  margin: 0 0 0 0;
}
#downloads ul.items > li {
  position: relative;
  font-size: 20px;
  color: #dde5c4;
  height: 160px;
  margin: 20px 0 20px 0;
  background-size: cover;
  cursor: pointer;
}
#downloads ul.items > li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
#downloads ul.items > li img {
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
#downloads ul.items > li h4 {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  margin: 0;
}
#downloads ul.items > li h6 {
  position: relative;
  font-size: 14px;
  margin: -2px 0 0 94px;
}
.no-touch #downloads ul.items > li:hover .overlay,
#downloads ul.items > li.active .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.no-touch #downloads ul.items > li:hover ul.links,
#downloads ul.items > li.active ul.links {
  opacity: 1;
}
@media (min-width: 768px) {
  #downloads ul.items {
    left: 0;
    margin: 0px 0 0 380px;
  }
  #downloads ul.items > li {
    width: 380px;
  }
}
@media (min-width: 900px) {
  #downloads ul.items {
    left: 0;
    margin: 0px 0 0 460px;
  }
  #downloads ul.items > li {
    width: 400px;
  }
}
@media (min-width: 1024px) {
  #downloads ul.items {
    margin: 0px 0 0 560px;
  }
}
@media (min-width: 1200px) {
  #downloads ul.items {
    margin: 0px 0 0 660px;
  }
  #downloads ul.items > li {
    width: 500px;
  }
}
#downloads ul.links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#downloads ul.links > li {
  position: relative;
  height: 100%;
  text-align: center;
  float: left;
  cursor: pointer;
}
#downloads ul.links > li img {
  position: relative;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease;
}
.no-touch #downloads ul.links > li img {
  opacity: 0.5;
}
.no-touch #downloads ul.links > li:hover img {
  opacity: 1;
  -webkit-transform: scaleX(1.1) scaleY(1.1);
          transform: scaleX(1.1) scaleY(1.1);
}
#about-film {
  position: absolute;
  display: none;
  top: 36px;
  overflow: hidden;
  width: 100%;
  font-size: 13px;
}
#about-film article {
  position: relative;
  width: 90%;
  margin: 0 0 0 5%;
  color: #dde5c4;
  padding: 1em 1.3em 1em 1em;
  pointer-events: none;
}
#about-film article p {
  line-height: 1.5;
  text-indent: 1em;
}
@media (min-width: 768px) {
  #about-film {
    top: 44px;
  }
  #about-film article {
    width: 400px;
    margin: 0px 0 0 360px;
  }
}
@media (min-width: 920px) {
  #about-film {
    font-size: 15px;
  }
  #about-film article {
    width: 500px;
    margin: 0px 0 0 410px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1100px) {
  #about-film {
    font-size: 16px;
  }
  #about-film article {
    width: 550px;
    margin: 0px 0 0 500px;
  }
}
@media (min-width: 1200px) {
  #about-film article {
    width: 600px;
    margin: 0px 0 0 620px;
  }
}
#video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20009;
  font-size: 20px;
  background-color: #000;
}
#video-player iframe,
#video-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  background-color: #000;
}
#video-player iframe:active,
#video-player iframe:focus {
  border: none;
  outline: none;
}
#video-player .close {
  position: absolute;
  z-index: 20000;
  top: 0;
  right: 0;
  color: #808080;
  font-family: "franklin-gothic-ext-comp-urw", "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
  padding: 4px 8px 0 24px;
  cursor: pointer;
  transition: color 0.2s ease;
}
#video-player .close span {
  display: inline-block;
  position: relative;
}
#video-player .close:before,
#video-player .close:after {
  position: absolute;
  top: 16px;
  left: 2px;
  content: '';
  display: block;
  background-color: #808080;
  width: 18px;
  height: 2px;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
#video-player .close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#video-player .close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#video-player .close:hover {
  color: #ffffff;
}
#video-player .close:hover:before,
#video-player .close:hover:after {
  background-color: #ffffff;
}
#video-player .close:hover:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#video-player .close:hover:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#gallery {
  display: none;
}
#gallery ul {
  position: relative;
  left: 0;
  margin: 40px 0 0 0;
}
#gallery ul li {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
#gallery ul li img {
  width: 100%;
}
#gallery ul h1 {
  color: #dde5c4;
  margin-left: 10px;
}
@media (min-width: 768px) {
  #gallery ul {
    position: absolute;
    left: 0;
    margin: 50px 0 0 380px;
  }
  #gallery ul li {
    width: 400px;
  }
}
@media (min-width: 900px) {
  #gallery ul {
    position: absolute;
    left: 0;
    margin: 50px 0 0 460px;
  }
}
@media (min-width: 1024px) {
  #gallery ul {
    margin: 50px 0 0 560px;
  }
}
@media (min-width: 1200px) {
  #gallery ul {
    margin: 50px 0 0 660px;
  }
  #gallery ul li {
    width: 500px;
  }
}
#gallery .zoom {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#gallery .zoom .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 200% auto;
  background-position: center;
  background-color: #000;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #gallery .zoom .image {
    background-size: 100% auto;
  }
}
#gallery .close {
  z-index: 201;
}
#gallery .next,
#gallery .prev {
  position: absolute;
  top: 46%;
  z-index: 202;
  width: 52px;
  height: 52px;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
#gallery .next:after,
#gallery .prev:after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border-top: 2px solid #dde5c4;
  border-left: 2px solid #dde5c4;
  transition: margin 0.3s ease;
}
.no-touch #gallery .next:hover,
.no-touch #gallery .prev:hover {
  background-color: #dde5c4;
}
.no-touch #gallery .next:hover:after,
.no-touch #gallery .prev:hover:after {
  border-top: 3px solid black;
  border-left: 3px solid black;
}
@media (min-width: 768px) {
  #gallery .next,
  #gallery .prev {
    top: 50%;
    width: 64px;
    height: 64px;
  }
  #gallery .next:after,
  #gallery .prev:after {
    width: 38px;
    height: 38px;
    border-top: 3px solid #dde5c4;
    border-left: 3px solid #dde5c4;
  }
}
#gallery .next {
  left: 0;
}
#gallery .next:after {
  margin: 13px 0 0 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.no-touch #gallery .next:hover:after {
  margin: 13px 0 0 24px;
}
@media (min-width: 768px) {
  #gallery .next:after {
    margin: 13px 0 0 28px;
  }
}
#gallery .prev {
  right: 0;
}
#gallery .prev:after {
  margin: 13px 0 0 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.no-touch #gallery .prev:hover:after {
  margin: 13px 0 0 4px;
}
@media (min-width: 768px) {
  #gallery .prev:after {
    margin: 13px 0 0 0px;
  }
}
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50000;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #dde5c4;
}
#preloader span {
  display: block;
  position: relative;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 4px;
  font-size: 16px;
  font-family: "Franklin Gothic Extra Condensed", "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;/*"franklin-gothic-ext-comp-urw", */
}
#preloader div {
  background-color: #dde5c4;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  opacity: 0;
}
#preloader img {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -25px;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
#preloader canvas {
  position: absolute;
  width: 120px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -65px 0 0 -60px;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#map div {
  position: absolute;
  top: 0;
  left: 0;
}
#map .vignette {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url('../assets/map/vignette.png');
  pointer-events: none;
}
#map .pin {
  text-align: center;
  background-size: cover;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  color: #dde5c4;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 2px 12px 2px 12px;
  font-size: 16px;
  cursor: pointer;
}
#map .pin:hover {
  background-color: #dde5c4;
  color: #000;
}
