body {
  font-size: 12px;
  background: #000000;
  font-family: 'Matterhorn', sans-serif;
}

@font-face{
  font-family:'Matterhorn';src:url("//a.dilcdn.com/a/m4-1a790d2fc6f4.eot#") format("eot"),url("//a.dilcdn.com/a/m4-64b108659f6f.woff") format("woff"),url("//a.dilcdn.com/a/m4-581a98a8f856.ttf") format("truetype"),url("//a.dilcdn.com/a/m4-99bfd55ea642.svg#Matterhorn") format("svg");
  font-weight:400;
  font-style:normal;
}

a, a:active, a:hover, a:visited, a:link {
  outline: 0;
}

/* ----- FADE ELEMENTS LEFT / RIGHT ----- */
#fadeToBlackLeft {
  position: absolute;
  top: 0;
  left: -50px;
  background: url(../images/shared/fadetoblack_left.png) top center no-repeat;
  width: 300px;
  height: 1200px;
  pointer-events: none;
  /*z-index: 5;*/
}

#fadeToBlackRight {
  position: absolute;
  top: 0;
  right: -50px;
  background: url(../images/shared/fadetoblack_right.png) top center no-repeat;
  width: 300px;
  height: 1200px;
  pointer-events: none;
  /*z-index: 5;*/
}

.wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 1290px;*/
  overflow: hidden;
  min-width: 1000px;
  /*min-height: 784px;*/
}
  .content {
    position: relative;
    width: 1544px;
    /*border-top: solid 1px #b09e4f;*/
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.container {
  position: relative;
  width: 1586px;
  margin: 0 auto;
}
  .background {
    background: url(../images/landofozadventure/background.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .frame-container {
    position: relative;
    margin: 0 auto;
    width: 1145px;
    height: 969px;
    background: url(../images/landofozadventure/frame.png) no-repeat;
  }
    .frame {
      position: absolute;
      top: 25px;
      right: 0;
      left: 0;
      width: 800px;
      height: 800px;
      margin: 0 auto;
    }
      .frame iframe {
        border: none;
      }
    .button-return {
      position: absolute;
      right: 0;
      left: 10px;
      bottom: 40px;
      margin: 0 auto;
      width: 395px;
      height: 95px;
      background: url(../images/landofozadventure/button_return.png) no-repeat;
    }
.click {
  cursor: pointer;
}

/* ----- FOOTER ----- */
#siteFooter {
  position: relative;
  /*top: 669px;*/
  left: 0;
  width: 100%;
  /*height: 620px;*/
  /*background: url(../images/footer/footer_bg.jpg) top center no-repeat;*/
  /*border-top: solid 1px #b09e4f;*/
  margin-bottom: 20px;
}

.imax {
  position: relative;
  width: 400px;
  height: 13px;
  margin: 30px auto 17px;
  color: #726C53;
  background: url(../images/footer/footer_Text_onBluRay.png) top center no-repeat;
}

.film-rating {
  position: relative;
  width: 292px;
  height: 61px;
  margin: 10px auto;
  background: url(../images/footer/footer_ratingBlock.png) top center no-repeat;
}

.bonus-material {
  position: relative;
  /*height: 40px;*/
  margin: 10px auto;
  text-align: center;
  color: #726C53;
}

.billing-block {
  position: relative;
  width: 629px;
  height: 89px;
  margin: 20px auto 10px auto;
  background: url(../images/footer/footer_billingBlock.png) top center no-repeat;
}

.legal {
  text-align: center;
  width: 100%;
  color: #726c54;
  font-size: 11px;
  line-height: 13px;
}

.legal-link {
  text-decoration: underline;
  color: #726C54;
}

.legal-link:hover {
  color: #ffffff;
}

.legal-copyright {
  margin-top: 2px;
}