/*! style.css | MIT License | jakesiemer.com */

/** experience styles **/

html,
body {
  overflow: hidden;
}

.fancybox-overlay {
  background: url('/wcsstore/images/Cinmar/_media/images/texture/black_60.png');
  background: rgba(0, 0, 0, 0.6);
}

.fancybox-lock .fancybox-overlay {
  overflow: hidden;
}

.fancybox-wrap,
.fancybox-wrap * {
  -webkit-user-select: text!important;
  -moz-user-select: text!important;
  -ms-user-select: text!important;
  user-select: text!important;
}

.fancybox-skin {
  background-color: rgb(204, 204, 204);
  background-color: rgba(255, 255, 255, 0.8);
}

.fancybox-close {
  background: url('../images/UI_Close_Button_Dark.png') no-repeat center center!important;
  width: 20px;
  height: 22px;
  -webkit-transition: opacity 0.2s linear;
     -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
       -o-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}

.fancybox-close:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.swiper-controls button {
  background: none;
}

#error {
  display: none;
  position: fixed;
  z-index: 500;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.no-js #error {
  display: block;
}

#orientation {
  display: none;
  position: fixed;
  z-index: 400;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111;
}

@media screen and (orientation: portrait) {
  #orientation {
    display: block;
  }
}

#orientation img {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: none;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#loading {
  position: fixed;
  z-index: 300;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  text-align: center;
  padding: 0 15%;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

@media (max-width: 1024px) {
  #loading {
    padding: 0 1%;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  #loading {
    padding: 0 5%;
  }
}

#loading #intro {
  display: inline;
  display: inline-block;
  zoom: 1;
  width: 72.5%;
}

#loading #intro #actions {
  position: relative;
  display: inline;
  display: inline-block;
  zoom: 1;
  width: 28.5%;
  margin-top: -1.5%;
  margin-left: 7.5%;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

@media (max-width: 736px), (max-height: 414px) {
  #loading #intro #actions {
    width: 40.5%;
    font-size: 0.8em;
  }
}

#loading #intro #actions #status {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 1.4em;
  font-weight: bold;
  color: #aaa;
}

#loading #intro #actions [style*="filter: alpha(opacity=100);"] + #status,
#loading #intro #actions [style*="opacity: 1;"] + #status {
  color: transparent;
}

#loading #intro #actions #enter {
  position: relative;
  z-index: 200;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.975);
     -moz-transform: scale(0.975);
      -ms-transform: scale(0.975);
       -o-transform: scale(0.975);
          transform: scale(0.975);
}

#loading #intro #actions #enter:hover {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

#loading #intro #actions #enter:active,
#loading #intro #actions #enter:focus {
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

#loading #hand {
  display: inline;
  display: inline-block;
  zoom: 1;
  width: 22%;
  margin-left: -13%;
  position: relative;
  z-index: 300;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

@media (max-width: 736px), (max-height: 414px) {
  #loading #hand {
    width: 26%;
    margin-left: -17%;
  }
}

#layer {
  padding: 30px;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  z-index: 200;
}

.fancybox-lock #layer,
.map-lock #layer {
  z-index: 1;
}

#video {
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #000;
}

#interface {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}

#hotspots {
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (orientation: landscape) {
  .ios #hotspots {
    margin-top: -16.5px;
  }
}

#hotspots .hotspot {
  position: absolute;
}

#hotspots .hotspot button {
  background-repeat: no-repeat!important;
  background-size: contain!important;
  background-image: url("../images/UI_Hotspot_Bat.png")!important;
  width: 42px;
  height: 34px;
  margin-top: -17px!important;
  margin-left: -21px!important;
  filter: alpha(opacity=70);
  opacity: .7;
}

#hotspots .content button {
  background-image: url("../images/UI_Hotspot_Play.png")!important;
  width: 34px;
  height: 34px;
}

#hotspots .hotspot button:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

@media (max-width: 736px), (max-height: 414px) {
  #hotspots .hotspot button {
    width: 32px;
    height: 32px;
    margin-top: -16px!important;
    margin-left: -16px!important;
  }

  #hotspots .content button {
    width: 26px;
    height: 26px;
  }
}

.fancybox-content .fancybox-skin {
  padding: 0!important;
  margin: 30px;
}

.fancybox-content .fancybox-close {
  background-image: url('../images/UI_Close_Button_Light.png')!important;
  top: -24px;
  right: -22px;
}

#logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#logo img {
  padding: 6px 15px;
}

@media (max-width: 736px), (max-height: 414px) {
  #logo img {
    width: 75%;
  }
}

#interact {
  position: fixed;
  top: 0;
  left: 200px;
  z-index: 100;
}

#interact > * {
  display: inline;
  display: inline-block;
  zoom: 1;
}

#interact #social #share {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}

@media (max-width: 736px), (max-height: 414px) {
  #interact {
    left: 150px;
  }

  #interact #social #share {
    padding: 3px 0;
  }
}

#interact #social #share ~ #icons {
  display: none;
}

#interact #social #share.caret-x ~ #icons {
  display: inline-block;
}

#interact #social #icons {
  margin-left: 2px;
}

@media (max-width: 736px), (max-height: 414px) {
  #interact #social #icons .glyphicon {
    padding: 0 3px;
  }
}

#interact #social #icons .glyphicon-google,
#interact #social #icons .glyphicon-email {
  display: none;
}

#interact #player {
  margin-left: 10px;
}

#interact #player #toggle {
  width: 34px;
  height: 27px;
  background-repeat: no-repeat!important;
  text-indent: 100%;
  overflow: hidden;
}

#interact #player #toggle:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#interact #player #toggle.is-playing/*,
#interact #player #toggle.is-paused:hover*/ {
  background-image: url(../images/UI_Sound_On.png)!important;
}

#interact #player #toggle.is-paused/*,
#interact #player #toggle.is-playing:hover*/ {
  background-image: url(../images/UI_Sound_Off.png)!important;
}

#title {
  position: fixed;
  top: 65px;
  left: 0;
  z-index: 200;
  padding: 5px 10px;
}

@media (max-width: 736px), (max-height: 414px) {
  #title {
    top: 55px;
  }
}

#title:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 20%;
  bottom: 0px;
  left: 0;
  right: 0;
  display: block;
  background-color: rgb(102, 102, 102);
  background-color: rgba(0, 0, 0, 0.4);
  height: 60%;
}

@media (max-width: 736px), (max-height: 414px) {
  #title:before {
    top: 0;
    height: 100%;
  }
}

#title .text {
  color: #fff;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
}

#portal {
  position: fixed;
  top: 165px;
  left: 0;
  z-index: 300;
  display: none; /* TEMPORARY */
}

@media (max-width: 736px), (max-height: 414px) {
  #portal {
    top: 105px;
  }

  #portal #gate {
    background-color: rgb(102, 102, 102)!important;
    background-color: rgba(0, 0, 0, 0.4)!important;
    padding: 8px 10px!important;
    margin-left: -1px!important;
    padding-left: 11px!important;
    text-transform: none;
  }
}

#portal #gate .text {
  color: #fff;
  font-weight: bold;
}

#portal #gate ~ #cards {
  display: none;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.95);
}

#portal #gate.is-open ~ #cards {
  display: inline-block;
}

#portal #gate ~ #cards button {
  width: 10vw;
}

#portal #gate ~ #cards button + button {
  padding-left: 10px!important;
}

#minimap {
  position: fixed;
  top: 150px;
  left: 0;
  z-index: 300;
  display: none; /* TEMPORARILY DISABLED */
}

@media (max-width: 736px), (max-height: 414px) {
  #minimap {
    top: 105px;
  }

  #minimap button {
    background-color: rgb(102, 102, 102)!important;
    background-color: rgba(0, 0, 0, 0.4)!important;
    padding: 8px 10px!important;
    margin-left: -1px!important;
    padding-left: 11px!important;
    text-transform: none;
  }
}

#minimap .text {
  color: #fff;
  font-weight: bold;
}

#nav {
  position: fixed;
  bottom: 80px;
  left: 0;
  z-index: 200;
  padding: 0 5px;
  min-width: 100px;
}

@media (max-width: 736px), (max-height: 414px) {
  #nav {
    bottom: 30px;
    padding: 0 10px;
    min-width: initial;
  }
}

#nav:before {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -55px;
  z-index: -1;
  width: 575px;
  height: 193px;
  background-size: 100% 100%;
  background-image: url("../images/UI_Nav_Fog.png");
  background-repeat: none;
  pointer-events: none;
}

@media (max-width: 736px), (max-height: 414px) {
  #nav:before {
    bottom: -48px;
    left: 0;
    right: -38px;
    width: auto;
    height: 128px;
  }
}

#nav button {
  color: #000;
  font-weight: bold;
  text-transform: none;
  min-height: 80px;
}

#nav button + button {
  margin-left: 1px!important;
  padding-left: 5px!important;
  border-left: 1px solid #333!important;
}

@media (max-width: 736px), (max-height: 414px) {
  #nav button {
    min-height: initial;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
  }

  #nav button + button {
    margin-left: 4px!important;
    padding-left: 8px!important;
    border-left: 1px solid #333!important;
  }
}

#nav button img[src*="Nav"] {
  padding: 0 10px;
}

#nav button img[src*="Back"] {
  margin-top: 10px;
}

#minicart {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 600;
  width: 75px;
  text-align: center;
}

@media (max-width: 736px), (max-height: 414px) {
  #minicart {
    display: none;
  }
}

#minicart:before {
  content: url("../images/UI_Cart_Underlay.png");
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#minicart a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin: 5px 0;
}

#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 500;
  text-align: center;
  width: 75px;
}

@media (max-width: 736px), (max-height: 414px) {
  #sidebar {
    bottom: auto;
    width: auto;
  }
}

#sidebar:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 168px;
  background-size: 100% 100%;
  background-image: url("../images/UI_Shop_Underlay.png");
  background-repeat: none;
  pointer-events: none;
}

@media (max-width: 736px), (max-height: 414px) {
  #sidebar:before {
    content: none;
  }
}

#sidebar #heading {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 15px 0;
}

@media (max-width: 736px), (max-height: 414px) {
  #sidebar #heading {
    position: static;
    margin: 0;
    padding: 5px;
    background-color: rgb(102, 102, 102);
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.fancybox-lock #sidebar #heading button:after {
  content: url(../images/UI_Shop_The_Scene_Close.png);
  display: inline;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  zoom: 1;
}

#sidebar #carousel {
  position: absolute;
  top: 71px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 20px  0;
}

@media (max-width: 736px), (max-height: 414px) {
  #sidebar #carousel {
    display: none;
  }
}

#sidebar #carousel button {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

#sidebar #carousel button:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#sidebar #carousel #up {
  top: 0;
}

#sidebar #carousel #down {
  bottom: 0;
}

#sidebar #carousel #products {
  display: block!important;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 30px 0;
}

#sidebar #carousel #products a {
  display: block;
  width: 100%;
  height: 11.1%;
  text-decoration: none;
  white-space: nowrap;
}

#sidebar #carousel #products a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media (max-height: 600px) {
  #sidebar #carousel #products a {
    height: 14.3%;
  }
}

#sidebar #carousel #products img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  display: inline;
  display: inline-block;
  zoom: 1;
}

#popouts {
  position: fixed;
  z-index: 400;
}

.no-csspointerevents #popouts {
  z-index: 500;
}

#popouts > div[id] {
  display: none;
}

#popouts .fancybox-overlay {
  background: url('/wcsstore/images/Cinmar/_media/images/texture/white_0.png');
  background: rgba(228, 228, 228, 0);
}

#popouts .fancybox-cart .fancybox-skin {
  margin-left: 15px;
  background-color: rgb(255, 255, 255);
}

#popouts .fancybox-cart .fancybox-close {
  right: auto;
  left: 15px;
}

#popouts #cart {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#popouts #cart #items {
  position: absolute;
  top: 35px;
  bottom: 50px;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

#popouts #cart #items .item {
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}

#popouts #cart #items .item + .item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

#popouts #cart #items .item:before,
#popouts #cart #items .item:after {
  content: " ";
  display: table;
}

#popouts #cart #items .item:after {
  clear: both;
}

.lt-ie8 #popouts #cart #items .item {
  zoom: 1;
}

#popouts #cart #items .item + .empty {
  display: none;
}

#popouts #cart #items .item > * {
  float: left;
  padding: 5px;
}

#popouts #cart #items .image {
  width: 20%;
}

#popouts #cart #items .details {
  width: 60%;
}

#popouts #cart #items .actions {
  width: 20%;
  text-align: right;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}

#popouts #cart #items .actions > * {
  display: block;
}

#popouts #cart #items .actions > * + * {
  margin-top: 10px;
}

#popouts #cart #items .refreshing .actions {
  background: url('/wcsstore/images/Cinmar/_media/images/interface/loader_spinner.gif') no-repeat 66% 66%;
}

#popouts #cart #items .refreshing .actions > * {
  display: none;
}

#popouts #cart #items .price {
  font-size: 1.2em;
  font-weight: bold;
}

#popouts #cart #items .quantity select {
  display: inline;
  display: inline-block;
  width: auto;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}

#popouts #cart #items .remove {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#popouts #cart #items .details > * {
  display: block;
}

#popouts #cart #items .details > * + * {
  margin-top: 10px;
}

#popouts #cart #items .details .title {
  margin-top: 0;
}

#popouts #cart #items .details .sku {
  font-size: 0.8em;
}

#popouts #cart #footer {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

#popouts #cart #footer #checkout {
  float: left;
}

#popouts #cart #footer #subtotal {
  float: right;
  font-size: 1.2em;
  height: 37px;
  line-height: 37px;
}

#popouts #cart #footer #subtotal span {
  font-weight: bold;
}

#map {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  position: fixed;
  z-index: 700;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('/wcsstore/images/Cinmar/_media/images/texture/black_60.png');
  background: rgba(0, 0, 0, 0.6);
}

#map .close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 3;
  background: url(../images/UI_Close_Button_Light.png) no-repeat center center;
  width: 20px;
  height: 22px;
  filter: alpha(opacity=70);
  opacity: .7;
}

#map .close:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

#map #overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  max-width: none;
  max-height: none;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#map #overlay #container {
  position: relative;
  display: inline;
  display: inline-block;
  zoom: 1;
}

#map #overlay #container .close {
  position: absolute;
  top: 21%;
  right: 18%;
}

@media (max-width: 736px), (max-height: 414px) {
  #map #overlay #container .close {
    top: 19%;
    right: 17%;
  }
}

#map #overlay #container #spacer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

#map #overlay #container #layers {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#map #overlay #container #layers .layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#map #overlay #container #layers .layer img {
  display: none;
}

#map #overlay #container #layers .layer img:first-child {
  display: inline-block;
}

#map #overlay #container #layers .layer.active img[src] {
  display: none;
}

#map #overlay #container #layers .layer.active img[src*="Active"] {
  display: inline-block;
}

#map #overlay #container #layers .layer.hover img[src] {
  display: none;
}

#map #overlay #container #layers .layer.hover img[src*="Hover"] {
  display: inline-block;
}