html {
  font-size: 1vw; }
  @media (min-width: 764px) and (max-width: 1024px) {
    html {
      font-size: .45vw; } }
  @media (min-width: 1024px) {
    html {
      font-size: .625vw; } }

nav {
  position: fixed;
  left: 0rem;
  top: 0rem;
  font-size: 1.6rem;
  width: 100%;
  height: 13rem;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2999; }
  @media (min-width: 764px) and (max-width: 1024px) {
    nav {
      font-size: 1.6rem;
      background-color: transparent;
      height: 12rem; } }
  @media (min-width: 1024px) {
    nav {
      font-size: 1.6rem;
      background-color: transparent;
      height: 10rem; } }

#nav_toggle {
  position: absolute;
  color: #fff;
  cursor: pointer;
  top: 4rem;
  right: 4rem;
  font-size: 4rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #nav_toggle {
      font-size: 3rem;
      top: 3.8rem;
      right: 4.5rem; } }
  @media (min-width: 1024px) {
    #nav_toggle {
      font-size: 3rem;
      top: 3.8rem;
      right: 4.5rem; } }

#nav_btns_toggle {
  position: fixed;
  z-index: 2000;
  right: 0rem;
  top: 13rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  padding-top: 2rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #nav_btns_toggle {
      width: 100%;
      height: 100%;
      opacity: 0;
      right: 0rem;
      top: 13rem;
      background-color: rgba(0, 0, 0, 0.85);
      padding-top: 0rem; } }
  @media (min-width: 1024px) {
    #nav_btns_toggle {
      width: 0rem;
      height: 0rem;
      right: 4rem;
      top: 12rem;
      border: 1px solid rgba(255, 255, 255, 0.5);
      padding-top: 0rem; } }

#nav_holder {
  text-align: center;
  padding: 2rem;
  margin: .5rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #nav_holder {
      padding: 2rem;
      margin: .5rem;
      border: 1px solid rgba(255, 255, 255, 0.2); } }
  @media (min-width: 1024px) {
    #nav_holder {
      padding: 3rem 5rem;
      margin: .5rem;
      border: 1px solid rgba(255, 255, 255, 0.2); } }

#nav_holder a {
  display: block;
  color: #d7ceae;
  font-family: "Old Standard TT", serif;
  text-align: center;
  width: 100%;
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 6rem;
  line-height: 15rem;
  text-decoration: none; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #nav_holder a {
      opacity: .4;
      color: #b5d6d3;
      font-size: 1.8rem;
      line-height: 5rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
  @media (min-width: 1024px) {
    #nav_holder a {
      opacity: .4;
      color: #b5d6d3;
      font-size: 1.8rem;
      line-height: 5rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      transition-property: opacity, color;
      transition-duration: .5s;
      transition-timing-function: ease-out; } }
  #nav_holder a:last-child {
    border-bottom: none; }
  #nav_holder a:hover {
    transition-property: opacity, color;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    opacity: 1;
    color: #d7ceae; }

.nav_btn_icon {
  color: #ff1f08;
  font-size: 2.4rem;
  line-height: 3.5rem; }

#movie_title {
  position: absolute;
  display: none;
  top: 6rem;
  left: 55rem;
  width: 50.2rem;
  height: 10.7rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #movie_title {
      display: block;
      top: 6rem;
      left: 57rem;
      width: 46rem;
      height: 10.7rem; } }
  @media (min-width: 1024px) {
    #movie_title {
      display: block;
      top: 6rem;
      left: 57rem;
      width: 46rem;
      height: 10.7rem; } }

#movie_title_nav {
  position: absolute;
  display: block;
  opacity: 1;
  top: 0.8rem;
  left: 19rem;
  width: 63rem;
  height: 10.7rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #movie_title_nav {
      display: none;
      opacity: 0;
      top: 1.5rem;
      left: 57rem;
      width: 46rem;
      height: 10.7rem; } }
  @media (min-width: 1024px) {
    #movie_title_nav {
      display: none;
      opacity: 0;
      top: .8rem;
      left: 57rem;
      width: 46rem;
      height: 10.7rem; } }

#director_title {
  position: absolute;
  top: 16rem;
  left: 2rem;
  width: 100rem;
  height: 8rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #director_title {
      top: 2rem;
      left: 55rem;
      width: 50.2rem;
      height: 10.7rem; } }
  @media (min-width: 1024px) {
    #director_title {
      top: 2rem;
      left: 55rem;
      width: 50.2rem;
      height: 10.7rem; } }

#get_tickets_btn {
  position: absolute;
  border: 1px solid #fff !important;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  left: 3rem;
  top: 3rem;
  font-size: 2.5rem;
  padding: 1rem 1.5rem;
  width: 12rem;
  cursor: pointer;
  color: #fff; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #get_tickets_btn {
      left: 3rem;
      top: 3rem;
      font-size: 1.5rem;
      padding: 1rem 2rem;
      width: auto; } }
  @media (min-width: 1024px) {
    #get_tickets_btn {
      left: 3rem;
      top: 3rem;
      font-size: 1.5rem;
      padding: 1rem 2rem;
      width: auto;
      transition-property: background-color;
      transition-duration: 1s;
      transition-timing-function: ease-out;
      background-color: rgba(215, 206, 174, 0); } }
  #get_tickets_btn:hover {
    transition-property: background-color;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    background-color: rgba(215, 206, 174, 0.25); }

#home, #canvas_holder {
  width: 100%;
  height: 147rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #home, #canvas_holder {
      height: 90rem; } }
  @media (min-width: 764px) and (max-width: 1024px) {
    #home, #canvas_holder {
      height: 147rem; } }
  @media (min-width: 1024px) {
    #home, #canvas_holder {
      height: 90rem; } }

#canvas_holder {
  display: none; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #canvas_holder {
      display: none; } }
  @media (min-width: 1024px) {
    #canvas_holder {
      display: block; } }

#home {
  position: relative; }

#canvas_holder {
  position: absolute; }

#canvas_obj {
  width: 100%;
  height: 100%; }

#video_obj {
  width: 100%;
  height: 0;
  position: absolute;
  top: -100rem; }

#home_anim {
  display: block;
  position: relative;
  width: 100%;
  height: 147rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #home_anim {
      display: block;
      height: 160rem; } }
  @media (min-width: 764px) and (max-width: 1024px) {
    #home_anim {
      display: block;
      height: 90rem; } }
  @media (min-width: 1024px) {
    #home_anim {
      display: none; } }

.frame {
  opacity: 0; }

.frame {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%; }

#watch_trailer_btn {
  position: absolute;
  left: 27rem;
  top: 25rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #watch_trailer_btn {
      left: 66rem;
      top: 16rem; } }
  @media (min-width: 1024px) {
    #watch_trailer_btn {
      left: 66rem;
      top: 16rem; } }

#watch_trailer_btn .play_btn_icon {
  width: 10rem;
  height: 10rem;
  margin-right: 2rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #watch_trailer_btn .play_btn_icon {
      width: 5.2rem;
      height: 5.2rem;
      margin-right: 2rem; } }
  @media (min-width: 1024px) {
    #watch_trailer_btn .play_btn_icon {
      width: 5.2rem;
      height: 5.2rem;
      margin-right: 2rem; } }

#quotes {
  position: absolute;
  left: 10%;
  width: 80%;
  bottom: 27rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #quotes {
      left: 30%;
      width: 40%;
      bottom: 20rem; } }
  @media (min-width: 1024px) {
    #quotes {
      left: 30%;
      width: 40%;
      bottom: 20rem; } }

#quote {
  width: 100%;
  text-align: center; }

#quote_title {
  font-size: 3.5rem;
  line-height: 4rem;
  padding-bottom: 2rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #quote_title {
      font-size: 2rem;
      line-height: 2.5rem;
      padding-bottom: 1rem; } }
  @media (min-width: 1024px) {
    #quote_title {
      font-size: 2rem;
      line-height: 2.5rem;
      padding-bottom: 1rem; } }

#quote_author {
  font-size: 2.5rem;
  line-height: 3rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #quote_author {
      font-size: 1.5rem;
      line-height: 2rem; } }
  @media (min-width: 1024px) {
    #quote_author {
      font-size: 1.5rem;
      line-height: 2rem; } }

#promos {
  position: absolute;
  left: 0rem;
  bottom: 7rem;
  width: 100%;
  text-align: center; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #promos {
      bottom: 7rem; } }
  @media (min-width: 1024px) {
    #promos {
      bottom: 7rem; } }

#promos_holder {
  display: table;
  margin: 0 auto; }

#promos_content {
  display: table-cell;
  vertical-align: middle;
  width: 47rem;
  height: 15.4rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #promos_content {
      width: 80rem;
      height: 12.4rem; } }
  @media (min-width: 1024px) {
    #promos_content {
      width: 80rem;
      height: 12.4rem; } }

#promos_content_holder {
  position: relative;
  width: 100%; }

.promo {
  display: none;
  opacity: 0;
  border: 0.2rem solid rgba(255, 255, 255, 0.7);
  vertical-align: middle;
  cursor: pointer;
  margin: 0 2rem;
  padding: .2rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .promo {
      padding: .1rem; } }
  @media (min-width: 1024px) {
    .promo {
      padding: .1rem;
      transition-property: background-color;
      transition-duration: 1s;
      transition-timing-function: ease-out;
      background-color: rgba(215, 206, 174, 0); } }
  .promo:hover {
    transition-property: background-color;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    background-color: rgba(215, 206, 174, 0.25); }

.promo_border {
  border: 0.1rem solid rgba(255, 255, 255, 0.7);
  width: 40rem;
  height: 12.4rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .promo_border {
      width: 21.5rem;
      height: 6.9rem; } }
  @media (min-width: 1024px) {
    .promo_border {
      width: 21.5rem;
      height: 6.9rem; } }

.arrow {
  width: 10rem;
  height: 10rem;
  cursor: pointer; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .arrow {
      width: 5rem;
      height: 5rem; } }
  @media (min-width: 1024px) {
    .arrow {
      width: 5rem;
      height: 5rem; } }

.arrow_holder {
  display: table-cell;
  vertical-align: middle;
  width: 11rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .arrow_holder {
      width: 6rem;
      height: 5rem; } }
  @media (min-width: 1024px) {
    .arrow_holder {
      width: 6rem;
      height: 5rem; } }

#promos_l {
  display: none;
  opacity: 0; }

@media (min-width: 1024px) {
  #promos_l, #gallery_l_arrow {
    transition-property: margin-left;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    margin-left: 1rem; } }

#promos_l:hover, #gallery_l_arrow:hover {
  transition-property: margin-left;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  margin-left: 0rem; }

@media (min-width: 1024px) {
  #promos_r, #gallery_r_arrow {
    transition-property: margin-left;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    margin-left: 0rem; } }

#promos_r:hover, #gallery_r_arrow:hover {
  transition-property: margin-left;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  margin-left: 1rem; }

#footer {
  position: fixed;
  bottom: 0rem;
  left: 0rem;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
  padding: 0rem 0; }
  @media (min-width: 1024px) {
    #footer {
      font-size: 1.1rem;
      line-height: 2rem; } }

.footer_left {
  float: left;
  vertical-align: bottom;
  width: 16%;
  margin: 1% 1%; }

.footer_right {
  float: right;
  vertical-align: bottom;
  width: 6%;
  margin: 1% 1%; }

#copyright {
  color: #dfdbb4;
  float: left;
  width: 96%;
  padding: 1% 2%;
  text-align: center; }
  @media (min-width: 1024px) {
    #copyright {
      width: auto;
      text-align: left; } }

#footer_logos {
  float: left;
  width: 100%;
  text-align: center; }

@media (min-width: 1024px) {
  #footer_logos {
    width: 66.4rem;
    float: right;
    text-align: right; } }

#credits_hover a:link {
  border: none;
  color: #dfdbb4;
  text-decoration: none;
  outline: 0; }

#credits_hover a:visited {
  border: none;
  color: #dfdbb4;
  text-decoration: none;
  outline: 0; }

#credits_hover a:active {
  border: none;
  color: #dfdbb4;
  text-decoration: none;
  outline: 0; }

#credits_hover a:hover {
  border: none;
  color: #dfdbb4;
  text-decoration: none;
  outline: 0; }

#credits {
  float: left;
  width: 74.8rem;
  height: 13.9rem;
  padding: 2rem 7.6rem;
  background-color: #040d0e; }
  @media (min-width: 1024px) {
    #credits {
      width: 74.8rem;
      height: 13.9rem;
      padding: 2rem 42.6rem; } }

#credits_hover {
  position: fixed;
  z-index: 1000;
  bottom: -48rem;
  height: 48rem;
  background-color: #040d0e; }
  @media (min-width: 1024px) {
    #credits_hover {
      bottom: -50%;
      width: 74.8rem;
      height: 32rem;
      padding: 0rem 42.6rem; } }

#billing {
  float: left;
  width: 96%;
  padding: 2% 2%;
  text-align: center; }
  @media (min-width: 1024px) {
    #billing {
      width: 96%;
      padding: 1% 2%; } }

#logos {
  float: left;
  width: 96%;
  padding: 2% 2%;
  text-align: center; }
  @media (min-width: 1024px) {
    #logos {
      width: 96%;
      padding: 0% 2%; } }

#copyright_hover {
  color: #dfdbb4;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #copyright_hover {
      font-size: 1.2rem;
      line-height: 1.8rem; } }
  @media (min-width: 1024px) {
    #copyright_hover {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

#credits_close_btn {
  position: absolute;
  top: 0rem;
  right: 1rem; }

#credits_close_btn_txt, #credits_open_btn_txt {
  display: inline-block; }

#legal_nav {
  position: fixed;
  bottom: 1rem;
  left: 13rem;
  border-top: none;
  width: auto; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #legal_nav {
      border-top-width: 1px solid rgba(100, 100, 100, 0.7);
      bottom: 1rem;
      left: 1rem; } }
  @media (min-width: 1024px) {
    #legal_nav {
      border-top: 1px solid rgba(100, 100, 100, 0.7);
      bottom: 1rem;
      left: 1rem; } }

.credits_btn {
  font-size: 2.4rem;
  line-height: 2.4rem;
  cursor: pointer;
  color: #646464;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  padding: 2rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .credits_btn {
      font-size: 1.2rem;
      line-height: 2.4rem;
      padding: .25rem 1rem; } }
  @media (min-width: 1024px) {
    .credits_btn {
      font-size: 1.2rem;
      line-height: 2.4rem;
      padding: .25rem 1rem; } }

#privacy_btn, #terms_btn {
  border-right: none; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #privacy_btn, #terms_btn {
      border-right: 0.1rem solid rgba(100, 100, 100, 0.7); } }
  @media (min-width: 1024px) {
    #privacy_btn, #terms_btn {
      border-right: 0.1rem solid rgba(100, 100, 100, 0.7); } }

@media (min-width: 1024px) {
  #terms_btn {
    display: block;
    float: left; }
  #privacy_btn {
    display: block;
    float: left; } }

#social_holder {
  position: static;
  display: inline-block;
  width: 100%;
  text-align: center; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #social_holder {
      position: fixed;
      bottom: 1rem;
      left: 1rem;
      width: auto; } }
  @media (min-width: 1024px) {
    #social_holder {
      position: fixed;
      bottom: 5rem;
      left: 8rem;
      width: auto; } }

.social_btn {
  color: #d7ceae;
  display: inline-block;
  vertical-align: middle;
  font-size: 7rem;
  line-height: 7rem;
  padding: 4rem 4rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .social_btn {
      color: #646464;
      font-size: 1.4rem;
      line-height: 1.4rem;
      padding: 0rem 1rem; } }
  @media (min-width: 1024px) {
    .social_btn {
      color: #646464;
      font-size: 1.4rem;
      line-height: 1.4rem;
      padding: 0rem 1rem; } }

#share_btn {
  color: #646464;
  font-family: "Montserrat", sans-serif;
  position: fixed;
  vertical-align: middle;
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 2.4rem;
  left: 1rem;
  bottom: 1rem;
  padding: 2rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #share_btn {
      font-size: 1.2rem;
      line-height: 1.2rem;
      left: 1rem;
      bottom: 5rem;
      padding: 0rem 1rem; } }
  @media (min-width: 1024px) {
    #share_btn {
      font-size: 1.2rem;
      line-height: 1.2rem;
      left: 1rem;
      bottom: 5rem;
      padding: 0rem 1rem; } }

#share_nav {
  position: absolute;
  bottom: -25rem;
  left: 1rem;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: left;
  z-index: 1001; }
  @media (min-width: 1024px) {
    #share_nav {
      left: 1rem;
      padding: 1rem; } }

.share_btn_holder {
  padding: .5rem; }

#credits_open_btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #credits_open_btn {
      bottom: 1rem;
      right: 3rem; } }
  @media (min-width: 1024px) {
    #credits_open_btn {
      bottom: 1rem;
      right: 3rem; } }

#audio_btn {
  display: none;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  cursor: pointer; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #audio_btn {
      display: none;
      width: 2.4rem;
      height: 2.4rem; } }
  @media (min-width: 1024px) {
    #audio_btn {
      display: block;
      width: 2.4rem;
      height: 2.4rem; } }

#audio_btn .on {
  display: none;
  width: 100%;
  height: 100%; }

#audio_btn .off {
  display: none;
  width: 100%;
  height: 100%; }

.section_title {
  position: absolute;
  width: 100%; }

.section_title_holder {
  opacity: 1;
  margin-top: 4rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .section_title_holder {
      margin-top: 4rem; } }
  @media (min-width: 1024px) {
    .section_title_holder {
      margin-top: 4rem; } }

.bookend {
  text-align: center;
  margin: 0 auto;
  top: .1rem;
  width: 19.5rem;
  height: 24.8rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .bookend {
      top: .1rem;
      width: 19.5rem;
      height: 24.8rem; } }
  @media (min-width: 1024px) {
    .bookend {
      top: .1rem;
      width: 19.5rem;
      height: 24.8rem; } }

.bookend_top, .bookend_bottom {
  height: 0; }

.bookend_img {
  width: 19.5rem;
  height: 24.8rem; }

.title_title {
  width: 78.4rem;
  margin: 0 auto 2rem auto; }

.title_title_holder {
  position: relative; }

.title_quote {
  opacity: 0;
  font-family: "Old Standard TT", serif;
  text-align: center;
  color: #d8a13e;
  font-size: 10rem;
  line-height: 10rem;
  margin-top: 4rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .title_quote {
      font-size: 6rem;
      line-height: 6rem;
      margin-top: 4rem; } }
  @media (min-width: 1024px) {
    .title_quote {
      font-size: 6rem;
      line-height: 6rem;
      margin-top: 4rem; } }

.title_grunge {
  position: absolute;
  width: 78.4rem;
  height: 78.4rem;
  display: none; }

.title_txt {
  font-family: "Old Standard TT", serif;
  text-align: center;
  color: #3aa9a0;
  font-size: 10rem;
  line-height: 10rem;
  width: 78.4rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .title_txt {
      font-size: 10rem;
      line-height: 10rem; } }
  @media (min-width: 1024px) {
    .title_txt {
      font-size: 10rem;
      line-height: 10rem; } }

.title_author {
  text-align: center;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  color: #b5d6d3;
  opacity: .4;
  font-size: 3rem;
  line-height: 6rem;
  width: 78.4rem;
  margin-bottom: 3rem;
  letter-spacing: .3rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .title_author {
      font-size: 1.4rem;
      line-height: 3rem;
      width: 78.4rem;
      margin-bottom: 3rem;
      letter-spacing: .3rem; } }
  @media (min-width: 1024px) {
    .title_author {
      font-size: 1.4rem;
      line-height: 3rem;
      width: 78.4rem;
      margin-bottom: 3rem;
      letter-spacing: .3rem; } }

.play_btn {
  cursor: pointer; }

.play_btn_icon {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle; }

.play_btn_holder {
  position: relative;
  width: 100%;
  height: 100%; }

.play_btn_circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem; }

.play_btn_arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem; }

.play_btn_title {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-family: "Old Standard TT", serif;
  font-size: 3.5rem;
  letter-spacing: .3rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .play_btn_title {
      font-size: 1.9rem;
      letter-spacing: .1rem; } }
  @media (min-width: 1024px) {
    .play_btn_title {
      font-size: 1.9rem;
      letter-spacing: .1rem; } }

.pip {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-color: #707776;
  margin: 2rem;
  width: 1rem;
  height: 1rem;
  border-radius: .4rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .pip {
      margin: 2rem;
      width: 1rem;
      height: 1rem;
      border-radius: .4rem; } }
  @media (min-width: 1024px) {
    .pip {
      margin: 2rem;
      width: 1rem;
      height: 1rem;
      border-radius: .4rem; } }

#street {
  width: 100%;
  height: 328rem;
  opacity: 0; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #street {
      height: 220rem; } }
  @media (min-width: 1024px) {
    #street {
      height: 220rem; } }

#street_holder {
  position: relative; }

#street_bg, #street_fg {
  position: absolute;
  width: 150%;
  top: 30rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #street_bg, #street_fg {
      top: 20rem;
      width: 100%; } }
  @media (min-width: 1024px) {
    #street_bg, #street_fg {
      width: 100%;
      top: 20rem; } }

#flames {
  top: 154rem;
  left: 38rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #flames {
      top: 151.7rem;
      left: 40.3rem; } }
  @media (min-width: 1024px) {
    #flames {
      top: 151.7rem;
      left: 40.3rem; } }

.flame {
  opacity: 0; }

#flames, .flame {
  position: absolute;
  overflow: hidden;
  width: 20rem;
  height: 20rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #flames, .flame {
      width: 20rem;
      height: 20rem; } }
  @media (min-width: 1024px) {
    #flames, .flame {
      width: 20rem;
      height: 20rem; } }

#front_light {
  position: absolute;
  overflow: hidden;
  width: 27rem;
  height: 27rem;
  top: 126rem;
  left: .5rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #front_light {
      width: 30rem;
      height: 30rem;
      top: 122rem;
      left: -3.3rem; } }
  @media (min-width: 1024px) {
    #front_light {
      width: 30rem;
      height: 30rem;
      top: 121rem;
      left: 0rem; } }

#smoke_1 {
  position: absolute;
  overflow: hidden;
  opacity: 0.3;
  width: 30rem;
  height: 30rem;
  top: 152rem;
  left: -3.3rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #smoke_1 {
      width: 30rem;
      height: 30rem;
      top: 122rem;
      left: -3.3rem; } }
  @media (min-width: 1024px) {
    #smoke_1 {
      width: 102.5rem;
      height: 69.7rem;
      top: 121rem;
      left: 20rem; } }

#smoke_2 {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  width: 30rem;
  height: 30rem;
  top: 152rem;
  left: -3.3rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #smoke_2 {
      width: 30rem;
      height: 30rem;
      top: 122rem;
      left: -3.3rem; } }
  @media (min-width: 1024px) {
    #smoke_2 {
      width: 102.5rem;
      height: 69.7rem;
      top: 121rem;
      left: 60rem; } }

#smoke_3 {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  width: 30rem;
  height: 30rem;
  top: 152rem;
  left: -3.3rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #smoke_3 {
      width: 30rem;
      height: 30rem;
      top: 122rem;
      left: -3.3rem; } }
  @media (min-width: 1024px) {
    #smoke_3 {
      width: 102.5rem;
      height: 69.7rem;
      top: 121rem;
      left: 0rem; } }

#right_light {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  width: 10rem;
  height: 10rem;
  top: 137.5rem;
  left: 83.7rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #right_light {
      width: 30rem;
      height: 30rem;
      top: 122rem;
      left: -3.3rem; } }
  @media (min-width: 1024px) {
    #right_light {
      width: 10rem;
      height: 10rem;
      top: 134rem;
      left: 89rem; } }

#door_light {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  width: 8rem;
  height: 8rem;
  top: 145.5rem;
  left: 58rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #door_light {
      width: 30rem;
      height: 30rem;
      top: 122rem;
      left: -3.3rem; } }
  @media (min-width: 1024px) {
    #door_light {
      width: 7rem;
      height: 9rem;
      top: 143rem;
      left: 62.5rem; } }

#story {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  top: 230rem;
  left: 14rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #story {
      top: 145.1rem;
      left: 99rem; } }
  @media (min-width: 1024px) {
    #story {
      top: 145.1rem;
      left: 99rem; } }

#story_border {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.5);
  width: 70rem;
  margin: 1rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #story_border {
      width: 39rem;
      margin: .5rem; } }
  @media (min-width: 1024px) {
    #story_border {
      width: 39rem;
      margin: .5rem; } }

.content_title {
  text-align: center;
  font-family: "Old Standard TT", serif;
  color: #d7ceae;
  font-size: 7rem;
  line-height: 10rem;
  margin: 3rem 5rem 0rem 5rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .content_title {
      font-size: 3.4rem;
      line-height: 6rem;
      margin: 3rem 5rem 0rem 5rem; } }
  @media (min-width: 1024px) {
    .content_title {
      font-size: 3.4rem;
      line-height: 6rem;
      margin: 3rem 5rem 0rem 5rem; } }

#story_line {
  margin: 0 auto;
  width: 42rem;
  height: 3.2rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #story_line {
      width: 24.6rem;
      height: 1.9rem; } }
  @media (min-width: 1024px) {
    #story_line {
      width: 24.6rem;
      height: 1.9rem; } }

#story_desc {
  overflow-y: scroll;
  overflow-x: hidden;
  color: #7c8687;
  font-family: "Montserrat", sans-serif;
  height: 70rem;
  margin: 4rem 5rem;
  font-size: 3rem;
  line-height: 4.8rem;
  padding-right: 1rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #story_desc {
      height: 36rem;
      margin: 2rem;
      font-size: 1.5rem;
      line-height: 2.5rem;
      padding-right: 1rem; } }
  @media (min-width: 1024px) {
    #story_desc {
      height: 36rem;
      margin: 2rem;
      font-size: 1.5rem;
      line-height: 2.5rem;
      padding-right: 1rem; } }

@media (min-width: 1024px) {
  #story_desc::-webkit-scrollbar {
    width: .7rem; }
  #story_desc::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: transparent; }
  #story_desc::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #dfdbb4; } }

#castcrew_btn {
  text-align: center;
  font-family: "Old Standard TT", serif;
  cursor: pointer;
  color: #fff;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  font-size: 3rem;
  line-height: 5.5rem;
  margin: 2rem 5rem;
  transition-property: background-color;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  background-color: transparent; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #castcrew_btn {
      font-size: 1.5rem;
      line-height: 3.5rem;
      margin: 2rem; } }
  @media (min-width: 1024px) {
    #castcrew_btn {
      font-size: 1.5rem;
      line-height: 3.5rem;
      margin: 2rem; } }
  #castcrew_btn:hover {
    transition-property: background-color;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    background-color: rgba(223, 219, 180, 0.25); }

#videos {
  width: 100%;
  height: 80rem;
  text-align: center; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #videos {
      height: 91.5rem; } }
  @media (min-width: 1024px) {
    #videos {
      height: 91.5rem; } }

#videos_holder {
  position: relative; }

#video_poster {
  position: absolute;
  width: 100%;
  height: 63.2rem;
  left: 0rem;
  top: 18rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #video_poster {
      width: 147.5rem;
      height: 63.2rem;
      left: 6.25rem;
      top: 13rem; } }
  @media (min-width: 1024px) {
    #video_poster {
      width: 147.5rem;
      height: 63.2rem;
      left: 6.25rem;
      top: 13rem; } }

#video_poster_holder {
  width: 100%;
  height: 100%; }

#videos_nav {
  position: absolute;
  margin: 0% 50%;
  transform: translate(-50%, 0%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 73rem;
  height: 80rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #videos_nav {
      width: 52rem;
      height: 91.5rem; } }
  @media (min-width: 1024px) {
    #videos_nav {
      width: 52rem;
      height: 91.5rem; } }

#videos_btns_holder {
  position: relative;
  height: 17rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #videos_btns_holder {
      height: 13rem; } }
  @media (min-width: 1024px) {
    #videos_btns_holder {
      height: 13rem; } }

#videos_btns {
  display: table;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1rem; }

.video_btn {
  display: inline-block;
  color: #b5d6d3;
  opacity: .2;
  vertical-align: middle;
  cursor: pointer;
  margin: 1rem 2rem;
  font-size: 2rem;
  line-height: 2.5rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .video_btn {
      margin: 1rem 2rem;
      font-size: 1.8rem;
      line-height: 2rem; } }
  @media (min-width: 1024px) {
    .video_btn {
      margin: 1rem 2rem;
      font-size: 1.8rem;
      line-height: 2rem; } }

.video_btn_divider {
  display: inline-block;
  background-color: #454438;
  width: .5rem;
  vertical-align: middle;
  height: 1.8rem;
  margin: 1rem 2rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .video_btn_divider {
      width: .1rem;
      height: 1.8rem;
      margin: 2rem; } }
  @media (min-width: 1024px) {
    .video_btn_divider {
      width: .1rem;
      height: 1.8rem;
      margin: 1rem 2rem; } }

#video_info {
  width: 100%; }

#video_title {
  width: 100%;
  color: #dfdbb4;
  font-family: "Old Standard TT", serif;
  font-size: 1.6rem;
  letter-spacing: .2rem;
  margin: 12rem 0rem 1rem 0rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #video_title {
      font-size: 1.6rem;
      letter-spacing: .2rem;
      margin: 20rem 0rem 1rem 0rem; } }
  @media (min-width: 1024px) {
    #video_title {
      font-size: 1.6rem;
      letter-spacing: .2rem;
      margin: 20rem 0rem .5rem 0rem; } }

#video_sub {
  width: 100%;
  color: #dfdbb4;
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  letter-spacing: .2rem;
  margin: 1rem 0rem 5rem 0rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #video_sub {
      font-size: 6rem;
      letter-spacing: .2rem;
      margin: .5rem 0rem 5rem 0rem; } }
  @media (min-width: 1024px) {
    #video_sub {
      font-size: 6rem;
      letter-spacing: .2rem;
      margin: .5rem 0rem 5rem 0rem; } }

#videos a:visited {
  border: none;
  color: #fff;
  text-decoration: none; }

#videos a:active {
  border: none;
  color: #fff;
  text-decoration: none; }

#videos a:hover {
  border: none;
  color: #fff;
  text-decoration: none; }

#videos_title {
  text-align: center;
  margin-bottom: 3rem; }

#video_play_btn {
  display: inline-block; }

#video_play_btn .play_btn_icon {
  width: 10rem;
  height: 10rem; }

#videos_overlay {
  position: absolute;
  z-index: 3001;
  width: 100%;
  height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.85); }

#video_nav {
  position: absolute;
  width: 100%;
  color: #308c89; }

.videos_article_btn {
  float: right;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #a4a4a4;
  font-size: 6rem;
  line-height: 7rem;
  margin: 1.6rem 3rem 1.6rem  0; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .videos_article_btn {
      font-size: 3.3rem;
      line-height: 4rem;
      margin: 3.6rem 4.4rem .7rem 0; } }
  @media (min-width: 1024px) {
    .videos_article_btn {
      font-size: 3.3rem;
      line-height: 4rem;
      margin: 3.6rem 4.4rem .7rem 0;
      transition-property: color;
      transition-duration: .5s;
      transition-timing-function: ease-out;
      color: #a4a4a4; } }
  .videos_article_btn:hover {
    transition-property: color;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    color: #fff; }

#videos_article {
  display: table;
  width: 100%;
  height: 75vh;
  min-height: 50rem;
  margin: 0 auto; }

@media (min-width: 900px) {
  #videos_article {
    width: 80%;
    height: 90vh;
    min-height: 72rem; } }

#videos_article_img {
  width: 90rem;
  height: 50rem;
  margin-bottom: 2rem;
  display: table-cell;
  vertical-align: middle; }

@media (min-width: 900px) {
  #videos_article_img {
    width: 80%;
    height: 72rem;
    margin: 0rem 10%; } }

#videos_article_img img {
  width: 100%;
  height: auto; }

#church {
  width: 100%;
  height: 197rem;
  opacity: 0; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #church {
      height: 215rem; } }
  @media (min-width: 1024px) {
    #church {
      height: 215rem; } }

#church_holder {
  position: relative; }

#church_bg {
  position: absolute;
  width: 115%;
  top: 50rem;
  height: 57rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #church_bg {
      top: 20rem;
      width: 100%;
      height: 57rem; } }
  @media (min-width: 1024px) {
    #church_bg {
      top: 20rem;
      width: 100%;
      height: 57rem; } }

#church_elle {
  position: absolute;
  width: 115rem;
  height: 57rem;
  left: -20rem;
  top: 120rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #church_elle {
      width: 140rem;
      height: 91rem;
      left: -20rem;
      top: 118rem; } }
  @media (min-width: 1024px) {
    #church_elle {
      width: 140rem;
      height: 91rem;
      left: -20rem;
      top: 118rem; } }

#church_light1 {
  position: absolute;
  opacity: 0;
  width: 11rem;
  height: 11rem;
  left: 10.5rem;
  top: 108rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #church_light1 {
      width: 11rem;
      height: 11rem;
      left: 10.5rem;
      top: 102rem; } }
  @media (min-width: 1024px) {
    #church_light1 {
      width: 11rem;
      height: 11rem;
      left: 10.5rem;
      top: 102rem; } }

#church_light2 {
  position: absolute;
  opacity: 0;
  width: 11rem;
  height: 11rem;
  left: 4.5rem;
  top: 126rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #church_light2 {
      width: 11rem;
      height: 11rem;
      left: 14.5rem;
      top: 106rem; } }
  @media (min-width: 1024px) {
    #church_light2 {
      width: 11rem;
      height: 11rem;
      left: 14.5rem;
      top: 106rem; } }

#church_light3 {
  position: absolute;
  opacity: 0;
  width: 11rem;
  height: 11rem;
  left: 10rem;
  top: 123rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #church_light3 {
      width: 11rem;
      height: 11rem;
      left: 21rem;
      top: 89rem; } }
  @media (min-width: 1024px) {
    #church_light3 {
      width: 11rem;
      height: 11rem;
      left: 21rem;
      top: 89rem; } }

#church_light4 {
  position: absolute;
  opacity: 0;
  width: 11.9rem;
  height: 11.9rem;
  left: 33rem;
  top: 117rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #church_light4 {
      width: 11.9rem;
      height: 11.9rem;
      left: 49rem;
      top: 113rem; } }
  @media (min-width: 1024px) {
    #church_light4 {
      width: 11.9rem;
      height: 11.9rem;
      left: 49rem;
      top: 113rem; } }

#church_light5 {
  position: absolute;
  opacity: 0;
  width: 30rem;
  height: 30rem;
  left: 65rem;
  top: 148rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #church_light5 {
      width: 30rem;
      height: 30rem;
      left: 92rem;
      top: 151rem; } }
  @media (min-width: 1024px) {
    #church_light5 {
      width: 30rem;
      height: 30rem;
      left: 92rem;
      top: 151rem; } }

#hallway {
  width: 100%;
  height: 157rem;
  opacity: 0; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #hallway {
      height: 170rem; } }
  @media (min-width: 1024px) {
    #hallway {
      height: 170rem; } }

#hallway_holder {
  position: relative;
  width: 100%;
  height: 100%; }

#hallway_bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10rem;
  height: 190rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #hallway_bg {
      top: 0rem;
      height: 190rem; } }
  @media (min-width: 1024px) {
    #hallway_bg {
      top: 0rem;
      height: 190rem; } }

#hallway_mask {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45rem;
  height: 110rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #hallway_mask {
      top: 0rem;
      height: 240rem; } }
  @media (min-width: 1024px) {
    #hallway_mask {
      top: 0rem;
      height: 240rem; } }

#hallway_dust {
  position: absolute;
  width: 100%;
  height: 240rem;
  top: 10rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #hallway_dust {
      height: 240rem;
      top: 0rem; } }
  @media (min-width: 1024px) {
    #hallway_dust {
      height: 240rem;
      top: 0rem; } }

#hallway_man {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 110rem;
  left: 0rem;
  top: 60rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #hallway_man {
      height: 190rem;
      left: 0rem;
      top: 10rem; } }
  @media (min-width: 1024px) {
    #hallway_man {
      height: 190rem;
      left: 0rem;
      top: 10rem; } }

#prohibit {
  width: 100%;
  height: 258rem;
  opacity: 0; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #prohibit {
      height: 258rem; } }
  @media (min-width: 1024px) {
    #prohibit {
      height: 258rem; } }

#prohibit_holder {
  position: relative;
  width: 100%;
  height: 100%; }

#prohibit_ben {
  position: absolute;
  opacity: 0;
  width: 140%;
  left: -22rem;
  top: 156rem;
  height: 101rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #prohibit_ben {
      width: 100%;
      left: 0;
      top: 125rem;
      height: 129.5rem; } }
  @media (min-width: 1024px) {
    #prohibit_ben {
      width: 100%;
      left: 0;
      top: 125rem;
      height: 129.5rem; } }

#prohibit_bg {
  position: absolute;
  width: 100%;
  left: -30;
  top: 61rem;
  height: 101rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #prohibit_bg {
      top: 0rem;
      height: 237rem; } }
  @media (min-width: 1024px) {
    #prohibit_bg {
      top: 0rem;
      height: 237rem; } }

#prohibit_info {
  position: absolute;
  display: table;
  text-align: center;
  width: 90%;
  padding: 0 5%;
  opacity: 0;
  left: 0rem;
  top: 120rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #prohibit_info {
      top: 115rem; } }
  @media (min-width: 1024px) {
    #prohibit_info {
      top: 115rem; } }

#prohibit_sub {
  font-family: "Old Standard TT", serif;
  color: #d7ceae;
  font-size: 8rem;
  line-height: 8.5rem;
  padding-bottom: 3rem;
  letter-spacing: .2rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #prohibit_sub {
      font-size: 4.5rem;
      line-height: 5.5rem;
      padding-bottom: 1rem; } }
  @media (min-width: 1024px) {
    #prohibit_sub {
      font-size: 4.5rem;
      line-height: 7rem;
      padding-bottom: 1rem; } }

#prohibit_desc {
  font-family: "Montserrat", sans-serif;
  color: #7c8687;
  font-size: 3rem;
  line-height: 4rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #prohibit_desc {
      font-size: 2.6rem;
      line-height: 3.6rem; } }
  @media (min-width: 1024px) {
    #prohibit_desc {
      font-size: 2.6rem;
      line-height: 3.6rem; } }

#prohibit_btn {
  font-family: "Old Standard TT", serif;
  cursor: pointer;
  color: #7c8687;
  font-size: 3rem;
  padding: 1rem;
  width: 40rem;
  margin: 5rem auto;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition-property: background-color;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  background-color: transparent; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #prohibit_btn {
      font-size: 1.8rem;
      padding: 1rem 3rem;
      width: 30rem;
      border: 1px solid rgba(255, 255, 255, 0.6); } }
  @media (min-width: 1024px) {
    #prohibit_btn {
      font-size: 1.8rem;
      padding: 1rem 3rem;
      width: 30rem;
      border: 1px solid rgba(255, 255, 255, 0.6); } }
  #prohibit_btn:hover {
    transition-property: background-color;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    background-color: rgba(223, 219, 180, 0.25); }

#gallery {
  width: 100%;
  height: 83rem;
  text-align: center; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #gallery {
      height: 118rem; } }
  @media (min-width: 1024px) {
    #gallery {
      height: 118rem; } }

#gallery_holder {
  position: relative; }

#gallery_img {
  position: absolute;
  width: 90%;
  height: 50.7rem;
  left: 5%;
  top: 15rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #gallery_img {
      width: 147.5rem;
      height: 91.7rem;
      left: 6.25rem;
      top: 13rem; } }
  @media (min-width: 1024px) {
    #gallery_img {
      width: 147.5rem;
      height: 91.7rem;
      left: 6.25rem;
      top: 13rem; } }

#gallery_img_holder {
  width: 100%;
  height: 100%; }

#gallery_nav {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0% 50%;
  transform: translate(-50%, 0%);
  width: 73rem;
  height: 85rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #gallery_nav {
      width: 52rem;
      height: 118rem; } }
  @media (min-width: 1024px) {
    #gallery_nav {
      width: 52rem;
      height: 118rem; } }

#gallery_btns_holder {
  height: 13rem; }

#gallery_btns {
  display: table;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 6rem; }

#gallery_info {
  width: 100%; }

#gallery_title {
  width: 100%;
  color: #dfdbb4;
  font-family: "Old Standard TT", serif;
  text-align: center;
  font-size: 6rem;
  letter-spacing: .3rem;
  margin: 6rem 0rem 5rem 0rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #gallery_title {
      font-size: 3rem;
      letter-spacing: .3rem;
      margin: 8rem 0rem 5rem 0rem; } }
  @media (min-width: 1024px) {
    #gallery_title {
      font-size: 3rem;
      letter-spacing: .3rem;
      margin: 8rem 0rem 5rem 0rem; } }

#gallery_l {
  position: absolute;
  left: 3rem;
  top: 40rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #gallery_l {
      left: 7rem;
      top: 60rem; } }
  @media (min-width: 1024px) {
    #gallery_l {
      left: 7rem;
      top: 60rem; } }

#gallery_r {
  position: absolute;
  right: 3rem;
  top: 40rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #gallery_r {
      right: 7rem;
      top: 60rem; } }
  @media (min-width: 1024px) {
    #gallery_r {
      right: 7rem;
      top: 60rem; } }

#gallery_overlay {
  position: absolute;
  z-index: 2000;
  width: 100%;
  height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7); }

.gallery_article_btn {
  float: right;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 6rem;
  line-height: 7rem;
  margin: 1.6rem 3rem 1.6rem  0; }
  @media (min-width: 1024px) {
    .gallery_article_btn {
      float: right;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      font-size: 3.3rem;
      line-height: 4rem;
      margin: .7rem 3rem .7rem 0; } }

#tumblr_posts {
  position: fixed;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 3000; }

#posts {
  width: 90%;
  padding: 12% 5%; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #posts {
      width: 98%;
      padding: 5% 1%; } }
  @media (min-width: 1024px) {
    #posts {
      width: 98%;
      padding: 5% 1%; } }

.post {
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 2rem 0;
  width: 90%; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .post {
      width: 30rem;
      margin: 2rem; } }
  @media (min-width: 1024px) {
    .post {
      width: 30rem;
      margin: 2rem; } }

.video {
  width: 100%;
  height: 47rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .video {
      width: 100%;
      height: 17rem; } }
  @media (min-width: 1024px) {
    .video {
      width: 100%;
      height: 17rem; } }
  .video:hover .post_share {
    transition-property: opacity;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    opacity: 1; }

.post_share {
  width: 100%;
  height: 5rem;
  display: table;
  text-align: center; }

.like_and_reblog_buttons {
  display: table-cell;
  vertical-align: middle; }

.reblog_button, .like_button, .tumblr_share {
  display: inline-block !important;
  vertical-align: middle !important;
  cursor: pointer;
  font-size: 6rem;
  margin: 2rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    .reblog_button, .like_button, .tumblr_share {
      font-size: 2rem;
      margin: 2rem; } }
  @media (min-width: 1024px) {
    .reblog_button, .like_button, .tumblr_share {
      font-size: 2rem;
      margin: 2rem; } }

.tumblr_video_container {
  width: 100% !important;
  height: 100% !important; }

.tumblr_video_iframe {
  width: 100% !important;
  height: 100% !important; }

#tumblr_posts_close {
  position: fixed;
  cursor: pointer;
  right: 2.7rem;
  top: 2.7rem;
  font-size: 5rem; }
  @media (min-width: 764px) and (max-width: 1024px) {
    #tumblr_posts_close {
      right: 4.7rem;
      top: 4rem;
      font-size: 3rem; } }
  @media (min-width: 1024px) {
    #tumblr_posts_close {
      right: 4.7rem;
      top: 4rem;
      font-size: 3rem; } }

#preloader {
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 3001;
  background-color: #f7fdf4;
  display: table;
  text-align: center; }

#preloader_title_holder {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 4rem; }

#progress_bar {
  width: 55.9rem;
  height: 1.7rem;
  margin: 0 auto 2rem auto; }

#progress_holder {
  position: relative;
  width: 100%;
  height: 100%; }

#progress_back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-image: url(../img/preloader_progress.png);
  opacity: .2; }

#progress {
  position: absolute;
  width: 0%;
  height: 100%;
  background-size: auto 100%;
  background-image: url(../img/preloader_progress.png); }

#preloader .title_title, #preloader .title_txt {
  width: 85rem; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  color: #fff;
  word-spacing: normal;
  letter-spacing: normal;
  background-color: #000;
  font-family: "Montserrat", sans-serif; }

body {
  position: relative; }

img {
  border: 0;
  width: 100%;
  height: auto; }

a:link {
  border: none;
  color: transparent;
  text-decoration: none; }

a:visited {
  border: none;
  color: transparent;
  text-decoration: none; }

a:active {
  border: none;
  color: transparent;
  text-decoration: none; }

@media (min-width: 1024px) {
  a:hover {
    border: none;
    color: transparent;
    text-decoration: underline; } }

.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px; }

#site_holder {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none; }

#site_container {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  background-image: url(../img/bg.jpg);
  background-attachment: local;
  background-repeat: repeat;
  background-position: top left; }

#site_content {
  float: left;
  width: 100%; }

.desktop {
  display: none; }

.mobile {
  display: block; }

@media (min-width: 900px) {
  .desktop {
    display: block; }
  .mobile {
    display: none; } }

.black_txt {
  color: #000; }

.blue_txt {
  color: #0079bd; }

.white_txt {
  color: #fff; }

.yellow_txt {
  color: #d8a13e; }

.green_txt {
  color: #308c89; }

.desc_txt {
  font-family: 'sitefont';
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: .2rem; }

@media (min-width: 900px) {
  .desc_txt {
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: .1rem; } }

.tmblr-iframe {
  display: none; }

.tmblr-iframe--controls-phone-container {
  padding-top: 0px !important; }

.tmblr-iframe-pushdown {
  padding-top: 0px !important; }

#browser_error {
  width: 70%;
  margin: 0 auto;
  display: block; }

#rotate_device {
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: none; }
  @media (max-width: 764px) and (orientation: landscape) {
    #rotate_device {
      display: block; } }
  @media (min-width: 764px) and (orientation: portrait) {
    #rotate_device {
      display: block; } }
  @media (min-width: 1024px) {
    #rotate_device {
      display: none; } }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
