/* line 5, ../../../../../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 2, ../sass/_homepage.scss */
.homepage h1 {
  text-indent: -9999px;
  position: absolute;
}

/* line 3, ../sass/_press.scss */
.press .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 10%;
}
/* line 9, ../sass/_press.scss */
.press .container > aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding-right: 50px;
}
/* line 16, ../sass/_press.scss */
.press .container > aside p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 18px;
}
/* line 17, ../sass/_press.scss */
.press .container > aside li {
  margin-bottom: 30px;
}
/* line 20, ../sass/_press.scss */
.press .container > aside li.social span {
  display: block;
}
/* line 24, ../sass/_press.scss */
.press .container > .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 4;
  -webkit-flex: 4 1 75%;
  -moz-box-flex: 4;
  -moz-flex: 4 1 75%;
  -ms-flex: 4 1 75%;
  flex: 4 1 75%;
}
/* line 29, ../sass/_press.scss */
.press .container > .main section:first-of-type {
  margin-top: 0;
}
/* line 33, ../sass/_press.scss */
.press .screenshots {
  margin-top: 50px;
}
/* line 36, ../sass/_press.scss */
.press .screenshots ul {
  margin-top: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: ltr;
  -ms-flex-pack: ltr;
  -webkit-justify-content: ltr;
  -moz-justify-content: ltr;
  justify-content: ltr;
}
/* line 42, ../sass/_press.scss */
.press .screenshots ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  padding: 10px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.3%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 33.3%;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
}
/* line 49, ../sass/_press.scss */
.press .screenshots ul li img {
  width: 100%;
}
/* line 53, ../sass/_press.scss */
.press .logos {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: ltr;
  -ms-flex-pack: ltr;
  -webkit-justify-content: ltr;
  -moz-justify-content: ltr;
  justify-content: ltr;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 58, ../sass/_press.scss */
.press .logos .download {
  font-size: 14px;
}
/* line 59, ../sass/_press.scss */
.press .logos .item {
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 10px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
/* line 66, ../sass/_press.scss */
.press .logos .item a {
  display: inline-block;
  margin-left: 6px;
}
/* line 67, ../sass/_press.scss */
.press .logos .item img {
  width: 100%;
}
/* line 69, ../sass/_press.scss */
.press .logos .item.alt {
  background: #fff;
  color: #000;
}
/* line 72, ../sass/_press.scss */
.press .logos.divide .item img {
  margin: 0 auto 10px;
  width: 90%;
}
/* line 75, ../sass/_press.scss */
.press .trailer {
  margin-top: 30px;
}
/* line 77, ../sass/_press.scss */
.press .trailer a img {
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
}
/* line 80, ../sass/_press.scss */
.press .download-all {
  font-family: 'Lato', helvetica, sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-left: 7px;
}

@media screen and (max-width: 1280px) {
  /* line 85, ../sass/_press.scss */
  .press .screenshots ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media screen and (max-width: 978px) {
  /* line 90, ../sass/_press.scss */
  .press .logos .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 96, ../sass/_press.scss */
  .press .content h3, .press .content p {
    text-align: center;
  }
  /* line 98, ../sass/_press.scss */
  .press .container {
    -webkit-flex-wrap: wrap-reverse;
    -moz-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  /* line 101, ../sass/_press.scss */
  .press .container > aside {
    text-align: center;
    margin-top: 50px;
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  /* line 107, ../sass/_press.scss */
  .press .container > aside p {
    font-size: inherit;
    margin-bottom: inherit;
    line-height: inherit;
  }
  /* line 108, ../sass/_press.scss */
  .press .container > aside h4 {
    font-size: 24px;
  }
  /* line 110, ../sass/_press.scss */
  .press .container > .main {
    -webkit-box-flex: 4;
    -webkit-flex: 4 1 100%;
    -moz-box-flex: 4;
    -moz-flex: 4 1 100%;
    -ms-flex: 4 1 100%;
    flex: 4 1 100%;
  }
  /* line 115, ../sass/_press.scss */
  .press .screenshots ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  /* line 116, ../sass/_press.scss */
  .press .download-all {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 121, ../sass/_press.scss */
  .press .screenshots ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
/* line 11, ../sass/screen.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 16, ../sass/screen.scss */
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 23, ../sass/screen.scss */
strong {
  font-weight: bold;
}

/* line 24, ../sass/screen.scss */
em {
  font-style: italic;
}

/* line 25, ../sass/screen.scss */
body {
  background: #161616 url(../img/logo-bg.jpg) top center no-repeat;
  background-size: 963px 179px;
  border-top: 7px solid #ff6400;
  color: #fff;
  font-family: lato, helvetica, sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 30px;
}

/* line 35, ../sass/screen.scss */
ol {
  list-style: decimal;
  margin-left: 18px;
}

/* line 36, ../sass/screen.scss */
h1, h2, h3, h4, p, li {
  color: #e8e8e8;
}

/* line 37, ../sass/screen.scss */
h1, h2, h3, h4 {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 39, ../sass/screen.scss */
h1 {
  font-size: 36px;
}

/* line 40, ../sass/screen.scss */
h2 {
  font-size: 30px;
  text-align: center;
}

/* line 41, ../sass/screen.scss */
h3 {
  font-size: 24px;
}

/* line 42, ../sass/screen.scss */
h4 {
  font-size: 18px;
}

/* line 47, ../sass/screen.scss */
.blog .post a img, .blog .grid-item a img {
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 48, ../sass/screen.scss */
.blog .grid-item {
  padding-bottom: 40px;
  border-bottom: 1px dashed #444;
  margin-bottom: 40px;
}
/* line 52, ../sass/screen.scss */
.blog .grid-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 54, ../sass/screen.scss */
.blog h2 {
  text-align: left;
}
/* line 56, ../sass/screen.scss */
.blog a h2 {
  color: #00dfff;
}
/* line 57, ../sass/screen.scss */
.blog a:hover h2 {
  color: inherit;
}
/* line 59, ../sass/screen.scss */
.blog .meta {
  font-size: 16px;
  color: #999;
  padding-bottom: 5px;
  margin-bottom: 0;
}
/* line 65, ../sass/screen.scss */
.blog .post {
  margin-bottom: 60px;
}
/* line 67, ../sass/screen.scss */
.blog .post .signature {
  border-top: 1px dashed #444;
  margin-top: 30px;
  padding-top: 30px;
}

/* line 70, ../sass/screen.scss */
.icon-platform img {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  left: -10px;
  top: 4px;
  margin-left: 10px;
}

/* line 80, ../sass/screen.scss */
p {
  margin-bottom: 20px;
}

/* line 82, ../sass/screen.scss */
a {
  color: #00dfff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
}
/* line 87, ../sass/screen.scss */
a:hover {
  color: #7aeeff;
}

/* line 90, ../sass/screen.scss */
header {
  text-align: center;
  margin: 20px 0 0;
}
/* line 93, ../sass/screen.scss */
header div img {
  width: 320px;
}

/* line 95, ../sass/screen.scss */
.nav {
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
/* line 100, ../sass/screen.scss */
.nav ul {
  float: left;
  text-align: center;
}
/* line 103, ../sass/screen.scss */
.nav ul li {
  display: inline-block;
}
/* line 105, ../sass/screen.scss */
.nav ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 20px 14px;
}
/* line 111, ../sass/screen.scss */
.nav ul li a.active, .nav ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #00dfff;
}
/* line 118, ../sass/screen.scss */
.nav .buy {
  float: right;
}
/* line 120, ../sass/screen.scss */
.nav .buy a {
  background: #003791;
}
/* line 122, ../sass/screen.scss */
.nav .buy a:hover {
  background: #095ce4;
  color: #fff;
}
/* line 124, ../sass/screen.scss */
.nav .buy .steam a {
  background: #000;
}
/* line 126, ../sass/screen.scss */
.nav .buy .steam a:hover {
  background: #222;
}
/* line 128, ../sass/screen.scss */
.nav .buy .support a {
  text-transform: none;
  background: rgba(200, 200, 200, 0.1);
}
/* line 131, ../sass/screen.scss */
.nav .buy .support a:hover {
  background: rgba(200, 200, 200, 0.2);
}

/* Nav Media Queries */
@media screen and (max-width: 644px) {
  /* line 137, ../sass/screen.scss */
  .nav ul, .nav .buy {
    float: none;
    position: relative;
  }

  /* line 138, ../sass/screen.scss */
  .nav ul {
    top: -4px;
  }

  /* line 139, ../sass/screen.scss */
  .nav .buy {
    top: 3px;
  }

  /* line 140, ../sass/screen.scss */
  .nav ul li a {
    padding: 11px 20px;
  }

  /* line 141, ../sass/screen.scss */
  .nav .buy li {
    display: block;
  }

  /* line 142, ../sass/screen.scss */
  .nav .buy .support a {
    background: none;
  }

  /* line 143, ../sass/screen.scss */
  .nav .buy .steam {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
/* line 147, ../sass/screen.scss */
.hero {
  background: url(../img/hero-bg-dark.jpg);
  background-position: top center;
  background-size: cover;
  height: 381px;
  position: relative;
  width: 100%;
}
/* line 155, ../sass/screen.scss */
.hero .divide-logo img {
  height: 118px;
  width: 324px;
  position: absolute;
  left: 50%;
  top: 65px;
  margin-left: -162px;
}
/* line 163, ../sass/screen.scss */
.hero .release {
  color: #fff;
  font-family: 'Poppins';
  font-size: 16px;
  position: relative;
  top: 200px;
  text-align: center;
}
/* line 171, ../sass/screen.scss */
.hero .release a {
  background: #fff;
  border-radius: 7px;
  border: 1px solid #25549f;
  color: #00245e;
  padding: 10px 25px;
  text-decoration: none;
}
/* line 179, ../sass/screen.scss */
.hero .release a:hover {
  background: #25549f;
  color: #fff;
}
/* line 182, ../sass/screen.scss */
.hero a#open-popup {
  color: #fff;
  display: block;
  height: 71px;
  width: 230px;
  position: absolute;
  left: 50%;
  top: 195px;
  margin-left: -115px;
  cursor: pointer;
}
/* line 193, ../sass/screen.scss */
.hero a#open-popup img {
  height: 71px;
  width: 71px;
  position: relative;
  top: 30px;
  margin: 0 10px;
}

/* line 202, ../sass/screen.scss */
.content {
  padding-bottom: 50px;
}

/* line 203, ../sass/screen.scss */
section {
  width: 640px;
  margin: 50px auto 0;
}

/* line 204, ../sass/screen.scss */
.synopsis {
  text-align: center;
}
/* line 206, ../sass/screen.scss */
.synopsis h2 {
  margin: 15px 0;
}
/* line 207, ../sass/screen.scss */
.synopsis p {
  text-align: left;
}
/* line 209, ../sass/screen.scss */
.synopsis ul li {
  margin-bottom: 50px;
}
/* line 211, ../sass/screen.scss */
.synopsis ul li p {
  margin: 0 auto;
}
/* line 214, ../sass/screen.scss */
.synopsis ul img {
  cursor: pointer;
  width: 640px;
}

/* line 218, ../sass/screen.scss */
.team ul {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 223, ../sass/screen.scss */
.team ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  align-items: center;
  padding: 10px 30px;
}

/* line 232, ../sass/screen.scss */
footer {
  background: #3a3a3a;
  overflow: hidden;
  padding-bottom: 40px;
}
/* line 237, ../sass/screen.scss */
footer p {
  font-size: 16px;
}
/* line 240, ../sass/screen.scss */
footer p span {
  font-size: 12px;
}
/* line 242, ../sass/screen.scss */
footer .links {
  margin-left: 30px;
}
/* line 243, ../sass/screen.scss */
footer section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 80%;
}
/* line 248, ../sass/screen.scss */
footer section .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}
/* line 254, ../sass/screen.scss */
footer .share li {
  float: left;
}
/* line 256, ../sass/screen.scss */
footer .ets {
  -webkit-flex-shrink: 2;
  -moz-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  padding-right: 80px;
}
/* line 257, ../sass/screen.scss */
footer .esrb {
  width: 120px;
}
/* line 258, ../sass/screen.scss */
footer .icon img {
  display: block;
  float: left;
  margin-left: -50px;
  height: 32px;
  width: 32px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 880px) {
  /* line 265, ../sass/screen.scss */
  footer section {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 266, ../sass/screen.scss */
  footer .ets {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 644px) {
  /* line 270, ../sass/screen.scss */
  section {
    width: 100%;
    padding: 0 3%;
  }

  /* line 271, ../sass/screen.scss */
  .synopsis ul img {
    width: 100%;
  }
}
