/**
 * This .css file was generated from a stylus file (http://learnboost.github.io/stylus)
 * Edit the associated .styl file and run `npm run-script watch` at project root to recompile
 */
html,
body {
  height: 100%;
}
#ROBOCOP {
  position: relative;
  height: 100%;
  min-height: 578px;
  min-width: 960px;
  font-family: 'FG', sans-serif;
  background: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#ROBOCOP h1,
#ROBOCOP h2,
#ROBOCOP h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#ROBOCOP p {
  margin: 0;
  margin-bottom: 1em;
}
#ROBOCOP a {
  text-decoration: none;
  color: #fff;
}
#ROBOCOP a:active,
#ROBOCOP a:focus {
  outline: none;
}
#ROBOCOP .loader {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #303030;
  font-family: 'Changeling', Impact, sans-serif;
  color: #a7adb7;
  font-size: 28px;
  letter-spacing: 0.075em;
  text-shadow: 0 2px 0 rgba(0,0,0,0.75);
}
#ROBOCOP .loader .percentage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 23px 52px;
  border-top: 2000px solid #000;
}
#ROBOCOP .suspend {
  display: none;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("images/bg-video-overlay.png");
  font-family: 'Changeling', Impact, sans-serif;
  color: #a7adb7;
  font-size: 28px;
  letter-spacing: 0.075em;
  text-shadow: 0 2px 0 rgba(0,0,0,0.75);
  text-align: center;
}
#ROBOCOP .suspend .instructions {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}
#ROBOCOP .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 78px;
}
#ROBOCOP .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 78px;
  background: #fff;
  background: #e7e7e7 url("images/gradient-footer.png") repeat-x center top;
  font-family: arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #000;
}
#ROBOCOP .footer a {
  color: #000;
}
#ROBOCOP .footer .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#ROBOCOP .footer .logos {
  position: absolute;
  top: 5px;
  left: 70px;
  width: 404px;
  height: 50px;
  background: url("images/footer-logos.png") no-repeat left top;
}
#ROBOCOP .footer .links {
  position: absolute;
  top: 50px;
  left: 0;
}
#ROBOCOP .footer .links a {
  display: inline-block;
  line-height: 18px;
  background: #000;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 20px;
}
#ROBOCOP .footer .ratings-info {
  position: absolute;
  top: 12px;
  right: 0;
  width: 470px;
}
#ROBOCOP .footer .ratings-info a {
  text-decoration: underline;
}
#ROBOCOP .footer .copyright {
  position: absolute;
  top: 47px;
  right: 0;
  width: 620px;
}
#ROBOCOP .nav-main {
  position: absolute;
  top: 34px;
  left: 52px;
  width: 298px;
  z-index: 100;
}
#ROBOCOP .nav-main h2 a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-family: 'Changeling', Impact, sans-serif;
  font-size: 14px;
  color: #000;
  text-align: center;
  /*text-transform: uppercase;*/
  background: #dbdbdb url("images/gradient-nav1.png") repeat-x center top;
  border-bottom: 1px solid #b1b1b1;
}
#ROBOCOP .nav-main h2 .extra {
 
  font-size: 12px;
  
}
#ROBOCOP .nav-main .nav-toggle a {
  position: absolute;
  width: 100%;
  color: #fff;
  background: url("images/button-navigation.png") no-repeat;
  height: 40px;
  line-height: 40px;
  z-index: 2;
  border: none;
}
#ROBOCOP .nav-main .nav-toggle a:active {
  background-image: url("images/button-navigation-over.png");
}
#ROBOCOP .nav-main .spacer {
  height: 20px;
}
#ROBOCOP .nav-main .nav-dropdown {
  display: block;
  z-index: 1;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
}
#ROBOCOP .nav-main .nav-dropdown .spacer {
  height: 20px;
  background: #dbdbdb;
}
#ROBOCOP .nav-main .nav-bottom .nav-image {
  display: block;
  height: 180px;
  background: url("images/nav-image.jpg") no-repeat;
}
.tablet-layout #ROBOCOP .nav-main .nav-bottom .nav-image {
  display: none;
}
#ROBOCOP .nav-main .nav-bottom .nav-logo {
  display: block;
  height: 66px;
  border-top: 1px solid #fbfbfb;
  background: #dbdbdb url("images/gradient-nav2.png") repeat-x center top;
}
#ROBOCOP .nav-main .nav-bottom .nav-logo .logo {
  height: 66px;
  background: url("images/logo-nav-omnicorp.png") no-repeat center center;
}
#ROBOCOP .nav-main .section {
  position: relative;
  display: none;
  background: url("images/bg-section.png");
  color: #f6f6f6;
  text-shadow: 0px 1px #000;
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
  overflow: hidden;
}
#ROBOCOP .nav-main .section .scroll {
  position: relative;
  max-height: 300px;
  min-height: 100px;
  overflow: auto;
}
#ROBOCOP .nav-main .section .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: url("images/story-mask-bottom.png") repeat-x left bottom;
  z-index: 10;
  pointer-events: none;
}
.ie #ROBOCOP .nav-main .section .mask {
  display: none;
}
#ROBOCOP .nav-main .section-story .inner {
  padding: 20px 30px 50px 35px;
}
#ROBOCOP .nav-main .section-cast-and-crew {
  text-align: center;
  color: #868686;
  font-weight: 200;
  text-shadow: none;
  line-height: 17px;
}
#ROBOCOP .nav-main .section-cast-and-crew .inner {
  padding: 10px 18px;
}
#ROBOCOP .nav-main .section-cast-and-crew h3 {
  color: #e4e4e4;
  font-weight: normal;
}
#ROBOCOP .nav-main .section-cast-and-crew .role {
  padding: 10px;
  padding-bottom: 5px;
  margin-bottom: 2px;
  border: 1px solid #303030;
  border-color: rgba(137,137,137,0.18);
  border-left: none;
  border-right: none;
}
#ROBOCOP .nav-main .section-cast-and-crew .role:first-child {
  border-top: none;
}
#ROBOCOP .nav-main .section-cast-and-crew .role:last-child {
  border-bottom: none;
}
#ROBOCOP .nav-main .section-gallery .inner,
#ROBOCOP .nav-main .section-videos .inner {
  padding: 18px 20px;
}
#ROBOCOP .nav-main .section-gallery .inner a.thumb,
#ROBOCOP .nav-main .section-videos .inner a.thumb {
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
  border: 1px solid #6a6a6a;
}
#ROBOCOP .nav-main .section-gallery .inner a.thumb:last-child,
#ROBOCOP .nav-main .section-videos .inner a.thumb:last-child {
  margin-bottom: 0;
}
#ROBOCOP .nav-main .section-gallery .inner a.thumb .info,
#ROBOCOP .nav-main .section-videos .inner a.thumb .info {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 7px;
  line-height: 12px;
  padding-right: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'FG', sans-serif;
  font-weight: normal;
  font-size: 10px;
  text-shadow: 0px 1px #000;
  text-shadow: 0px 1px 1px #000, 1px 1px 1px #000;
  background: url("images/icon-play.png") no-repeat right bottom;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#ROBOCOP .nav-main .section-gallery .inner a.thumb .info em,
#ROBOCOP .nav-main .section-videos .inner a.thumb .info em {
  font-style: normal;
  font-weight: bold;
  margin-right: 10px;
}
#ROBOCOP .nav-main .section-gallery .inner a.thumb.selected b,
#ROBOCOP .nav-main .section-videos .inner a.thumb.selected b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/gallery-thumb-overlay.png");
}
#ROBOCOP .nav-main .section-gallery .inner a.thumb:hover,
#ROBOCOP .nav-main .section-videos .inner a.thumb:hover {
  border-color: #efefef;
}
#ROBOCOP .nav-main .section-gallery .inner a.thumb:hover .info,
#ROBOCOP .nav-main .section-videos .inner a.thumb:hover .info {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#ROBOCOP .nav-social {
  position: absolute;
  top: 34px;
  right: 52px;
  width: 99px;
  z-index: 100;
  font-family: 'Changeling', Impact, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
#ROBOCOP .nav-social .gradient {
  display: block;
  padding: 10px 14px;
  text-align: center;
  background: #dbdbdb url("images/gradient-nav1.png") repeat-x center top;
  font-family: 'FG', sans-serif;
  font-size: 11px;
  color: #5f5f5f;
}
#ROBOCOP .nav-social .gradientfollow {
  display: block;
  padding: 10px 10px;
  text-align: center;
  background: #dbdbdb url("images/gradient-nav1.png") repeat-x center top;
  font-family: 'FG', sans-serif;
  font-size: 11px;
  color: #5f5f5f;
}
#ROBOCOP .nav-social .gradientfollow {
  display: block;
  padding: 10px 10px;
  text-align: center;
  background: #dbdbdb url("images/gradient-nav1.png") repeat-x center top;
  font-family: 'FG', sans-serif;
  font-size: 11px;
  color: #5f5f5f;
}
#ROBOCOP .nav-social .justify {
  text-align: justify;
  line-height: 0;
}
#ROBOCOP .nav-social .justify a {
  display: inline-block;
}
#ROBOCOP .nav-social .justify .end {
  display: inline-block;
  pointer-events: none;
  width: 90%;
}
#ROBOCOP .nav-social .nav-toggle a {
  position: absolute;
  width: 100%;
  color: #fff;
  background: url("images/button-social.png") no-repeat;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  text-align: center;
  z-index: 2;
  border: none;
  cursor:default;
}
#ROBOCOP .nav-social .nav-toggle a:active {
  background-image: url("images/button-social-over.png");
}
#ROBOCOP .nav-social .spacer {
  height: 20px;
}
#ROBOCOP .nav-social .nav-dropdown1 {
  display: block;
  background: #dbdbdb;
  z-index: 1;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
}
#ROBOCOP .nav-social .nav-dropdown1 .spacer {
  height: 20px;
  background: #dbdbdb;
}
#ROBOCOP .bg-main {
  position: relative;
  height: 100%;
  z-index: 10;
}
#ROBOCOP .bg-main .section {
  position: relative;
  height: 100%;
  display: none;
}
#ROBOCOP .bg-main .section-home {
  background: url("images/home-bg-now.jpg") no-repeat left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.ie8 #ROBOCOP .bg-main .section-home {
  background-position: left -200px;
}
#ROBOCOP .bg-main .slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
}
#ROBOCOP .bg-main .slideshow .page-number {
  position: absolute;
  left: 52px;
  bottom: 23px;
  font-family: 'Changeling', Impact, sans-serif;
  font-size: 18px;
  letter-spacing: 0.075em;
  color: #a7adb7;
  text-shadow: 0 2px 0 rgba(0,0,0,0.75);
  z-index: 5;
}
#ROBOCOP .bg-main .slideshow .timer {
  position: absolute;
  bottom: 35px;
  height: 4px;
  left: 50%;
  width: 154px;
  margin-left: -77px;
  z-index: 5;
}
#ROBOCOP .bg-main .slideshow .timer .dots {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("images/timer-dot.png") repeat-x center;
}
#ROBOCOP .bg-main .slideshow .prev,
#ROBOCOP .bg-main .slideshow .next {
  display: none;
  position: absolute;
  left: 10px;
  top: 50%;
  text-indent: -100000px;
  background: url("images/arrow-left.png") no-repeat;
  width: 25px;
  height: 45px;
  margin-top: -25px;
  z-index: 5;
}
#ROBOCOP .bg-main .slideshow .next {
  left: auto;
  right: 10px;
  background: url("images/arrow-right.png") no-repeat;
}
#ROBOCOP .bg-main .slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000 no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
#ROBOCOP .bg-main .slide .bg .cover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000 no-repeat center top;
  z-index: 3;
}
.ie8 #ROBOCOP .bg-main .slide .bg .cover {
  display: block;
}
#ROBOCOP .bg-main .slide .bg .cover img {
  width: 100%;
}
#ROBOCOP .bg-main .slide .fg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 400px;
  right: 50px;
  z-index: 5;
}
#ROBOCOP .bg-main .slide .fg img {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 800px;
}
.ie8 #ROBOCOP .bg-main .slide .fg img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
/* IE8 */
  zoom: 1;
}
#ROBOCOP .bg-main .section-story .slide-1 .fg img {
  top: 50%;
}
#ROBOCOP .bg-main .section-story .slide-2 .fg img {
  top: 70%;
}
#ROBOCOP .bg-main .section-story .slide-3 .fg img {
  top: 77%;
}
#ROBOCOP .bg-main .section-story .slide-4 .fg img {
  top: 67%;
}
#ROBOCOP .bg-main .section-story .slide-5 .fg img {
  top: 60%;
}
#ROBOCOP .bg-main .section-story .slide-6 .fg img {
  top: 66%;
}
#ROBOCOP .bg-main .section-story .slide-7 .fg img {
  top: 61%;
}
#ROBOCOP .bg-main .section-cast-and-crew .slide-padilha .fg img {
  top: 70%;
}
#ROBOCOP .bg-main .section-cast-and-crew .slide-kinnaman .fg img {
  top: 73%;
}
#ROBOCOP .bg-main .section-cast-and-crew .slide-oldman .fg img {
  top: 72%;
}
#ROBOCOP .bg-main .section-cast-and-crew .slide-keaton .fg img {
  top: 72%;
}
#ROBOCOP .bg-main .section-cast-and-crew .slide-cornish .fg img {
  top: 75%;
}
#ROBOCOP .bg-main .section-cast-and-crew .slide-haley .fg img {
  top: 72%;
}
#ROBOCOP .bg-main .section-cast-and-crew .slide-williams .fg img {
  top: 72%;
}
#ROBOCOP .bg-main .section-cast-and-crew .slide-ehle .fg img {
  top: 72%;
}
#ROBOCOP .bg-main .section-cast-and-crew .slide-baruchel .fg img {
  top: 72%;
}
#ROBOCOP .bg-main .section-cast-and-crew .slide-jackson .fg img {
  top: 75%;
}
#ROBOCOP .bg-main .section-cast-and-crew .slide-garcia .fg img {
  top: 72%;
}
#ROBOCOP .bg-main .section-videos {
  background: url("images/video-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#ROBOCOP .bg-main .section-videos .video-container {
  position: absolute;
  top: 110px;
  left: 180px;
  right: 180px;
  height: 60%;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.nav-open #ROBOCOP .bg-main .section-videos .video-container {
  left: 400px;
  right: 100px;
}
#ROBOCOP .bg-main .section-videos .video-container .video-player {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 56.25%;
  overflow: hidden;
}
@media (min-aspect-ratio: 16/10) {
  #ROBOCOP .bg-main .section-videos .video-container .video-player {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 80%;
    height: 100%;
    padding: 0;
  }
}
#ROBOCOP .bg-main .section-gallery .prev,
#ROBOCOP .bg-main .section-gallery .next {
  display: block;
}
@media (max-width: 1024px) and (min-height: 1200px) {
  #ROBOCOP .bg-main .section-gallery .slide .bg {
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
}
#ROBOCOP .site-controls {
  position: absolute;
  bottom: 23px;
  right: 52px;
  z-index: 100;
}
#ROBOCOP .site-controls .hashtag {
  display: inline-block;
  width: 160px;
  height: 27px;
  background: url("images/logo-hashtag.png") no-repeat;
  margin-bottom: -6px;
  margin-right: 5px;
}
#ROBOCOP .site-controls .audio-toggle {
  display: inline-block;
  width: 32px;
  height: 24px;
  background: url("images/button-audio-on.png") no-repeat;
}
#ROBOCOP .site-controls .audio-toggle.off {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
#ROBOCOP .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ie #ROBOCOP .video-iframe {
  top: -1px;
  left: -1px;
  width: 100.4%;
  height: 100.6%;
}
#ROBOCOP #video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/bg-video-overlay.png");
  z-index: 150;
}
#ROBOCOP #video-overlay .video-container {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 676px;
  height: 396px;
  margin-left: -338px;
  background: #000;
}
#ROBOCOP #video-overlay .video-container .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ie #ROBOCOP #video-overlay .video-container .video-iframe {
  width: 678px;
  height: 398px;
}
#ROBOCOP #video-overlay .video-container .close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  background: url("images/button-close-overlay.png") no-repeat;
  z-index: 100;
}
#ROBOCOP .jspContainer {
  overflow: hidden;
  position: relative;
}
#ROBOCOP .jspPane {
  position: absolute;
}
#ROBOCOP .jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ie #ROBOCOP .jspVerticalBar {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#ROBOCOP .jspVerticalBar.number2 {
  right: auto;
  left: 0;
}
#ROBOCOP .jspContainer:hover .jspVerticalBar {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#ROBOCOP .jspHorizontalBar {
  display: none;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
}
#ROBOCOP .jspCap {
  display: none;
}
#ROBOCOP .jspHorizontalBar .jspCap {
  float: left;
}
#ROBOCOP .jspTrack {
  position: relative;
}
#ROBOCOP .jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
#ROBOCOP .jspDragTop {
  position: absolute;
  top: 0;
  height: 100%;
  background: #cacaca;
  right: -2px;
  width: 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#ROBOCOP .number2 .jspDragTop {
  right: auto;
  left: -2px;
}
#ROBOCOP .jspHorizontalBar .jspTrack,
#ROBOCOP .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
#ROBOCOP .jspArrow {
  background: none;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
#ROBOCOP .jspArrow.jspDisabled {
  cursor: default;
}
#ROBOCOP .jspVerticalBar .jspArrow {
  height: 16px;
}
#ROBOCOP .jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
#ROBOCOP .jspVerticalBar .jspArrow:focus {
  outline: none;
}
#ROBOCOP .jspCorner {
  float: left;
  height: 100%;
}

#gifcontainer {
  position: relative;
  top: 25px;
  left: -4px;
}

.gifs {
  position: relative;
}
.gifs.hide {
  display: none;
}
  .gifs > img {
    position: relative;
    z-index: 9;
  }

  .no-touch .gifs:hover div {display:block;}

  .gifs div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
  }

  .touch #playgamegif {
    display: none;
  }

  #downloadgif {
    background: url(../media/images/Robocop_download_static_nodrop_1.gif) no-repeat;
    width: 110%;
    height: 100%;
  }

  #downloadgif a {
    width: 76%;
    height: 35%;
    display: block;
    margin: 6px auto;
  }
  
  .touch #downloadgif a {
    display: none;
  }
  #soundtrack {
    background: url(../media/images/Robocop_soundtrack.png) no-repeat top center;
    width: 109px;
    height: 95px;
    display: block;
    padding-top:37px;
  }

  #soundtrack a {
    width: 76%;
    height: 32%;
    display: block;
    margin: 6px auto;
  }