﻿* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  background: #000;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
body a {
  text-decoration: none;
}
body .error-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  display: none;
}
body .error-overlay .error {
  width: 700em;
  height: 160em;
  background: #FFF;
  margin: 20% auto;
  padding: 40em;
  text-align: center;
  border-radius: 10em;
  display: none;
}
body .error-overlay .error h1 {
  font-size: 25em;
  padding-bottom: 0.5em;
}
body .error-overlay .error h2 {
  font-size: 18em;
  padding-bottom: 23px;
}
body .error-overlay .error .browsers a {
  background-image: url(media/browsers.jpg);
  background-repeat: no-repeat;
  height: 57px;
  width: 59px;
  margin: 0em 20em;
  display: inline-block;
}
body .error-overlay .error .browsers a.browser-ie {
  background-position: 0 0;
}
body .error-overlay .error .browsers a.browser-chrome {
  background-position: -63px 0;
}
body .error-overlay .error .browsers a.browser-safari {
  background-position: -124px 1px;
}
body .error-overlay .error .browsers a.browser-firefox {
  background-position: -184px 0;
}
body .container {
  background: url(media/bg.jpg) no-repeat top center;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  /*max-width: 1400em;*/

  background-size: cover;
  overflow: auto;
  margin: 0 auto -60em;
  overflow: hidden;
}
body .container .play {
  background: url(media/play.png) no-repeat;
  width: 515em;
  height: 388em;
  margin: -14em auto 0 auto;
  display: block;
  background-size: 100%;
  position: relative;
  /*&:hover {
                background: url(media/play-hover.png) no-repeat;
                background-size: 100%;
            }*/

}
body .container .play .play-btn {
  height: 137em;
  width: 146em;
  border-radius: 100%;
  position: absolute;
  top: 210em;
  display: block;
  left: 182em;
}
body .container .play .play-btn:hover {
  background: url(media/play-btn-hover.png) no-repeat;
  background-size: 100%;
}
body .container .movie-logo {
  background: url(media/movie-logo.png) no-repeat;
  width: 9em;
  height: 7em;
  margin: 16em auto 0 auto;
  display: block;
  -moz-background-size: 100%;
  background-size: 100%;
  text-align: center;
  font-size: 30em;
}
body .footer {
  height: 50em;
  width: 100%;
  background: #000;
  padding: 5em 10em;
  z-index: 500;
  position: fixed;
  bottom: 0;
  font: bold "Helvetica", "Arial", sans-serif;
}
body .footer .logo-fox {
  background: url(media/icons-fox-pdi.jpg) no-repeat;
  width: 55em;
  height: 41em;
  background-size: 100%;
  float: left;
  margin-top: 5em;
}
body .footer .logo-rating {
  background: url(media/icons-rating.jpg) no-repeat;
  width: 114em;
  height: 47em;
  background-size: 100%;
  float: right;
  margin-right: 16em;
}
body .footer .logo-dreamworks {
  background: url(media/icons-dreamworks.jpg) no-repeat;
  width: 143em;
  height: 47em;
  background-size: 100%;
  float: right;
  margin-right: 12em;
}
body .footer a {
  float: left;
}
body .footer a.footer-link {
  text-transform: uppercase;
  color: #999;
  padding: 1em;
  font-size: 15em;
}
body .footer a.footer-link:hover {
  color: #3399cc;
}
body .footer a.more-games {
  background-image: url(media/b_more_games.png);
  background-size: 100%;
  width: 150em;
  height: 37em;
  float: right;
  margin: 6em 20em;
}
body .footer a.more-games:hover {
  background-position: 0 -48em;
}
body .footer span.copyright {
  color: #FFF;
  padding: 1.2em;
  font-size: 14em;
  float: left;
}
body .footer .volume {
  background: url(media/sound-on.jpg) no-repeat;
  width: 29em;
  height: 25em;
  float: right;
  margin: 13em 15em;
  background-size: 100%;
  display: none;
}
@media handheld, screen and (orientation: portrait) {
  body .container {
    margin: 0 auto -131em;
  }
  body .container .play {
    width: 750em;
    height: 540em;
  }
  body .container .play .play-btn {
    width: 216em;
    height: 202em;
    top: 306em;
    left: 263em;
  }
  body .container .movie-logo {
    width: 13.133333333333332em;
    height: 9.133333333333332em;
    position: absolute;
    bottom: 8em;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    padding-top: -2em;
  }
  body .footer {
    height: 130em;
    padding: 0;
  }
  body .footer a {
    position: absolute;
  }
  body .footer a.more-games {
    margin: 0;
    left: 10em;
    bottom: 13em;
  }
  body .footer .logo-fox {
    width: 85em;
    height: 73em;
    top: 5em;
    left: 5em;
    position: absolute;
  }
  body .footer .logo-rating {
    right: 10em;
    width: 100em;
    height: 42em;
    top: 60em;
    position: absolute;
  }
  body .footer .logo-dreamworks {
    right: 12em;
    top: 6em;
    width: 180em;
    height: 46em;
    position: absolute;
  }
  body .footer span.copyright {
    position: absolute;
    font-size: 24em;
    text-align: center;
    width: 100%;
    display: block;
    float: none;
    padding: 1em 0;
  }
  body .footer .legal {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  body .footer .legal a {
    display: inline-block;
    float: none;
    position: relative;
    margin-top: 2em;
    font-size: 25em;
  }
}
/*@media handheld, screen and (max-width: 882px) and (orientation: portrait) {
body {
    .footer {
        span.copyright {
            font-size: 8px;
        }
    }

}

}*/