/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  height: 100%;
}
body {
  line-height: 1;
  min-height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
.active-hyperlink {
  text-decoration: none;
  color: black;
  color: white;
}
a:visited,
.active-hyperlink:visited {
  color: white;
}
a:hover,
.active-hyperlink:hover {
  text-decoration: underline;
}
/* Standards */
*,
*:after,
*:before {
  box-sizing: border-box;
}
body {
  background: #282828;
  min-height: 100%;
}
#encapsule {
  position: relative;
  width: 100%;
  max-width: 1680px;
  max-width: 1920px;
  min-height: 100%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/assets/img/stary-blast.png) no-repeat;
  background-position: top center;
  background-size: 1920 990px;
  background-color: #0b0b0c;
}
encapsule {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/assets/img/bg-slope.png) no-repeat;
  background-position: top center;
  background-position-y: 400px;
  min-height: 100%;
}
.background.background-top {
  position: relative;
  height: 767px;
  background-position: top center;
  background-size: contain;
}
.background.background-culture {
  height: 653px;
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/background_culture.jpg) no-repeat;
  background-position: top center;
}
.background.background-last {
  background-position: bottom center;
}
.support-badge {
  position: absolute;
  right: 90px;
  top: 105px;
  z-index: 100000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.support-badge img {
  width: 208px;
  height: 212px;
  height: auto;
}
@media only screen and (max-width: 1181px) {
  .support-badge {
    top: 80px;
    right: 20px;
    width: 16.52542373%;
  }
  .support-badge img {
    width: 100%;
    height: auto;
  }
}
.support-badge:hover {
  transform: scale(1.25);
}
.eaten-support-badge {
  position: absolute;
  right: 30px;
  top: 100px;
  z-index: 100000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1181px) {
  .eaten-support-badge {
    top: 80px;
    right: 20px;
    width: 11.77966102%;
  }
  .eaten-support-badge img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 449px) {
  .eaten-support-badge {
    width: 80px;
    height: auto;
  }
}
.eaten-support-badge:hover {
  transform: scale(1.1);
}
.section.section-top .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  width: 80%;
  max-width: 304px;
  height: auto;
}
.section.section-top .characters {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 250px;
  width: 100%;
  max-width: 908px;
}
.section.section-jobs .enclosure {
  height: auto;
  overflow: auto;
  padding-bottom: 90px;
}
.section.section-jobs .enclosure ul {
  width: 48%;
  float: left;
  margin-right: 0;
}
.section.section-jobs .enclosure ul:nth-child(3n) {
  margin-left: 4%;
}
.section.section-jobs .enclosure ul:nth-child(2n) {
  margin-right: 0%;
}
.section.section-jobs .enclosure .element {
  border: 1px solid white;
  padding: 10px;
  font-family: 'Ubuntu', sans-serif;
  color: white;
  margin-bottom: 45px;
  overflow: auto;
}
.section.section-jobs .enclosure .element:hover {
  background: rgba(255, 255, 255, 0.2);
}
.section.section-jobs .enclosure .element:hover a {
  text-decoration: none;
}
.section.section-jobs .enclosure .element .image {
  width: 70px;
  height: 64px;
  float: left;
}
.section.section-jobs .enclosure .element .image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 449px) {
  .section.section-jobs .enclosure .element .image {
    display: none;
  }
}
.section.section-jobs .enclosure .element .location {
  text-transform: uppercase;
  font-size: 16px;
  padding: 6px 0;
  margin-left: 85px;
}
@media only screen and (max-width: 449px) {
  .section.section-jobs .enclosure .element .location {
    margin-left: 0;
  }
}
.section.section-jobs .enclosure .element .text {
  font-weight: 700;
  font-size: 26px;
  height: 26px;
  text-align: left;
  color: white;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 26px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 85px;
}
@media only screen and (max-width: 449px) {
  .section.section-jobs .enclosure .element .text {
    margin-left: 0;
  }
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up {
  float: none;
  clear: both;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up .element {
  border: none;
  padding: 0;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up .element:hover {
  background: none;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up .element .text {
  min-height: 26px !important;
  height: auto;
  margin-left: 0;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up .element .location {
  margin-left: 0;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up .element .mc-field-group {
  height: 3em;
  width: 100%;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up .element .mc-field-group input[type=email] {
  height: 3em;
  width: calc(100% - 150px);
  border: 0;
  padding: 0 15px;
  line-height: 1.75em;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up .element .mc-field-group input[type=email]:focus {
  outline: none;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up .element #mc-embedded-subscribe {
  border: 1px solid white;
  background: rgba(0, 0, 0, 0);
  color: white;
  height: 3em;
  text-align: center;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  padding: 0 15px;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up .element div.mce_inline_error {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  width: auto;
  display: inline-block;
  padding: 0;
  float: left;
  position: relative;
  left: 40%;
  transform: translateX(-50%);
  background: #6c0506;
  color: white;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up .element div#mce-success-response {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 {
  float: none;
  clear: both;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element {
  position: relative;
  overflow: unset !important;
  border: none;
  padding: 0;
  margin: 0;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element:hover {
  background: none;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element .text {
  min-height: 26px !important;
  height: auto;
  margin-left: 0;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element .location {
  margin-left: 0;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element .txt-jobs-location {
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 1181px) {
  .section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element .txt-jobs-location {
    font-size: 25px;
  }
}
@media only screen and (max-width: 649px) {
  .section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element .txt-jobs-location {
    font-size: 32px;
  }
}
@media only screen and (max-width: 449px) {
  .section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element .txt-jobs-location {
    font-size: 20px;
  }
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element .secondary-text {
  font-size: 18px;
  line-height: 1.3em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 449px) {
  .section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element .secondary-text {
    font-size: 16px;
  }
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element #mc_embed_signup .email-label {
  width: 100px;
  line-height: 2.5em;
  float: left;
  text-transform: uppercase;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element #mc_embed_signup #mc-embedded-subscribe {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid white;
  background: rgba(0, 0, 0, 0);
  color: white;
  text-align: left;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 26px;
  font-weight: bold;
  padding: 15px;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  background: #57339f;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element #mc_embed_signup #mc-embedded-subscribe span {
  display: block;
  color: white;
  float: right;
  background: none;
  border: 0px;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element #mc_embed_signup #mce-success-response {
  margin: 2em 0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element #mc_embed_signup #mce-success-response h3 {
  font-size: 40px;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element .mc-field-group {
  height: 3em;
  width: 100%;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element .mc-field-group input[type=email] {
  float: right;
  height: 3em;
  width: calc(100% - 100px);
  border: 0;
  padding: 0 15px;
  line-height: 1.75em;
  border: 1px solid white;
  background: #191b2b;
  color: white;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element .mc-field-group input[type=email]:focus {
  outline: none;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element div.mce_inline_error {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  width: auto;
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 0%;
  transform: translateY(125%);
  background: #6e1516;
  padding: 5px;
  color: white;
}
.section.section-jobs .enclosure ul#long-jobs.sign-me-up-2 .element div#mce-success-response {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 649px) {
  .section.section-jobs .enclosure ul {
    float: none;
    width: 100% !important;
    margin-right: 0;
  }
  .section.section-jobs .enclosure ul:nth-child(3n) {
    margin-left: 0%;
  }
  .section.section-jobs .enclosure ul:nth-child(2n) {
    margin-right: 0%;
  }
  .section.section-jobs .enclosure .element {
    margin-bottom: 20px;
  }
}
.section.section-office,
.section.section-culture {
  padding-bottom: 30px;
}
.section.section-office,
.section.section-culture,
.section.section-games {
  overflow: auto;
}
.section.section-office h2,
.section.section-culture h2,
.section.section-games h2 {
  margin-top: 0;
}
@media only screen and (max-width: 849px) {
  .section.section-office h2,
  .section.section-culture h2,
  .section.section-games h2 {
    font-size: 40px;
  }
}
.section.section-office .inner,
.section.section-culture .inner,
.section.section-games .inner {
  height: inherit;
}
.section.section-office .enclosure .office,
.section.section-culture .enclosure .office,
.section.section-games .enclosure .office,
.section.section-office .enclosure .culture,
.section.section-culture .enclosure .culture,
.section.section-games .enclosure .culture,
.section.section-office .enclosure .game-boxes,
.section.section-culture .enclosure .game-boxes,
.section.section-games .enclosure .game-boxes {
  overflow: auto;
}
.section.section-office .enclosure .office .collage,
.section.section-culture .enclosure .office .collage,
.section.section-games .enclosure .office .collage,
.section.section-office .enclosure .culture .collage,
.section.section-culture .enclosure .culture .collage,
.section.section-games .enclosure .culture .collage,
.section.section-office .enclosure .game-boxes .collage,
.section.section-culture .enclosure .game-boxes .collage,
.section.section-games .enclosure .game-boxes .collage {
  width: 100%;
  height: auto;
  position: relative;
  overflow: auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.section.section-office .enclosure .office .collage img,
.section.section-culture .enclosure .office .collage img,
.section.section-games .enclosure .office .collage img,
.section.section-office .enclosure .culture .collage img,
.section.section-culture .enclosure .culture .collage img,
.section.section-games .enclosure .culture .collage img,
.section.section-office .enclosure .game-boxes .collage img,
.section.section-culture .enclosure .game-boxes .collage img,
.section.section-games .enclosure .game-boxes .collage img {
  float: left;
  width: 100%;
  height: auto;
}
.section.section-office .enclosure .office .collage h3,
.section.section-culture .enclosure .office .collage h3,
.section.section-games .enclosure .office .collage h3,
.section.section-office .enclosure .culture .collage h3,
.section.section-culture .enclosure .culture .collage h3,
.section.section-games .enclosure .culture .collage h3,
.section.section-office .enclosure .game-boxes .collage h3,
.section.section-culture .enclosure .game-boxes .collage h3,
.section.section-games .enclosure .game-boxes .collage h3 {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.section.section-office .enclosure .office.office .collage img.left,
.section.section-culture .enclosure .office.office .collage img.left,
.section.section-games .enclosure .office.office .collage img.left,
.section.section-office .enclosure .culture.office .collage img.left,
.section.section-culture .enclosure .culture.office .collage img.left,
.section.section-games .enclosure .culture.office .collage img.left,
.section.section-office .enclosure .game-boxes.office .collage img.left,
.section.section-culture .enclosure .game-boxes.office .collage img.left,
.section.section-games .enclosure .game-boxes.office .collage img.left {
  float: left;
  width: 50%;
  height: auto;
}
.section.section-office .enclosure .office.office .collage img.right-top,
.section.section-culture .enclosure .office.office .collage img.right-top,
.section.section-games .enclosure .office.office .collage img.right-top,
.section.section-office .enclosure .culture.office .collage img.right-top,
.section.section-culture .enclosure .culture.office .collage img.right-top,
.section.section-games .enclosure .culture.office .collage img.right-top,
.section.section-office .enclosure .game-boxes.office .collage img.right-top,
.section.section-culture .enclosure .game-boxes.office .collage img.right-top,
.section.section-games .enclosure .game-boxes.office .collage img.right-top {
  width: 50%;
  height: auto;
}
.section.section-office .enclosure .office.office .collage img.right-bottom,
.section.section-culture .enclosure .office.office .collage img.right-bottom,
.section.section-games .enclosure .office.office .collage img.right-bottom,
.section.section-office .enclosure .culture.office .collage img.right-bottom,
.section.section-culture .enclosure .culture.office .collage img.right-bottom,
.section.section-games .enclosure .culture.office .collage img.right-bottom,
.section.section-office .enclosure .game-boxes.office .collage img.right-bottom,
.section.section-culture .enclosure .game-boxes.office .collage img.right-bottom,
.section.section-games .enclosure .game-boxes.office .collage img.right-bottom {
  width: 50%;
  height: auto;
}
.section.section-office .enclosure .office .one-game-box-container,
.section.section-culture .enclosure .office .one-game-box-container,
.section.section-games .enclosure .office .one-game-box-container,
.section.section-office .enclosure .culture .one-game-box-container,
.section.section-culture .enclosure .culture .one-game-box-container,
.section.section-games .enclosure .culture .one-game-box-container,
.section.section-office .enclosure .game-boxes .one-game-box-container,
.section.section-culture .enclosure .game-boxes .one-game-box-container,
.section.section-games .enclosure .game-boxes .one-game-box-container {
  position: relative;
}
.section.section-office .enclosure .office .one-game-box-container .logo,
.section.section-culture .enclosure .office .one-game-box-container .logo,
.section.section-games .enclosure .office .one-game-box-container .logo,
.section.section-office .enclosure .culture .one-game-box-container .logo,
.section.section-culture .enclosure .culture .one-game-box-container .logo,
.section.section-games .enclosure .culture .one-game-box-container .logo,
.section.section-office .enclosure .game-boxes .one-game-box-container .logo,
.section.section-culture .enclosure .game-boxes .one-game-box-container .logo,
.section.section-games .enclosure .game-boxes .one-game-box-container .logo {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
}
.section.section-office .enclosure .office .one-game-box-container.first,
.section.section-culture .enclosure .office .one-game-box-container.first,
.section.section-games .enclosure .office .one-game-box-container.first,
.section.section-office .enclosure .culture .one-game-box-container.first,
.section.section-culture .enclosure .culture .one-game-box-container.first,
.section.section-games .enclosure .culture .one-game-box-container.first,
.section.section-office .enclosure .game-boxes .one-game-box-container.first,
.section.section-culture .enclosure .game-boxes .one-game-box-container.first,
.section.section-games .enclosure .game-boxes .one-game-box-container.first {
  padding-top: 80px;
  padding-bottom: 12%;
  float: left;
}
.section.section-office .enclosure .office .one-game-box-container.first .logo,
.section.section-culture .enclosure .office .one-game-box-container.first .logo,
.section.section-games .enclosure .office .one-game-box-container.first .logo,
.section.section-office .enclosure .culture .one-game-box-container.first .logo,
.section.section-culture .enclosure .culture .one-game-box-container.first .logo,
.section.section-games .enclosure .culture .one-game-box-container.first .logo,
.section.section-office .enclosure .game-boxes .one-game-box-container.first .logo,
.section.section-culture .enclosure .game-boxes .one-game-box-container.first .logo,
.section.section-games .enclosure .game-boxes .one-game-box-container.first .logo {
  width: 80%;
  height: auto;
}
.section.section-office .enclosure .office .one-game-box-container.second,
.section.section-culture .enclosure .office .one-game-box-container.second,
.section.section-games .enclosure .office .one-game-box-container.second,
.section.section-office .enclosure .culture .one-game-box-container.second,
.section.section-culture .enclosure .culture .one-game-box-container.second,
.section.section-games .enclosure .culture .one-game-box-container.second,
.section.section-office .enclosure .game-boxes .one-game-box-container.second,
.section.section-culture .enclosure .game-boxes .one-game-box-container.second,
.section.section-games .enclosure .game-boxes .one-game-box-container.second {
  padding-top: 80px;
  padding-bottom: 10%;
  float: right;
}
.section.section-office .enclosure .office .one-game-box-container.second .logo,
.section.section-culture .enclosure .office .one-game-box-container.second .logo,
.section.section-games .enclosure .office .one-game-box-container.second .logo,
.section.section-office .enclosure .culture .one-game-box-container.second .logo,
.section.section-culture .enclosure .culture .one-game-box-container.second .logo,
.section.section-games .enclosure .culture .one-game-box-container.second .logo,
.section.section-office .enclosure .game-boxes .one-game-box-container.second .logo,
.section.section-culture .enclosure .game-boxes .one-game-box-container.second .logo,
.section.section-games .enclosure .game-boxes .one-game-box-container.second .logo {
  width: 80%;
  height: auto;
}
.section.section-office .enclosure .office .one-game-box-container.single,
.section.section-culture .enclosure .office .one-game-box-container.single,
.section.section-games .enclosure .office .one-game-box-container.single,
.section.section-office .enclosure .culture .one-game-box-container.single,
.section.section-culture .enclosure .culture .one-game-box-container.single,
.section.section-games .enclosure .culture .one-game-box-container.single,
.section.section-office .enclosure .game-boxes .one-game-box-container.single,
.section.section-culture .enclosure .game-boxes .one-game-box-container.single,
.section.section-games .enclosure .game-boxes .one-game-box-container.single {
  padding-bottom: 15px;
}
.section.section-office .enclosure .office .one-game-box-container.single .logo,
.section.section-culture .enclosure .office .one-game-box-container.single .logo,
.section.section-games .enclosure .office .one-game-box-container.single .logo,
.section.section-office .enclosure .culture .one-game-box-container.single .logo,
.section.section-culture .enclosure .culture .one-game-box-container.single .logo,
.section.section-games .enclosure .culture .one-game-box-container.single .logo,
.section.section-office .enclosure .game-boxes .one-game-box-container.single .logo,
.section.section-culture .enclosure .game-boxes .one-game-box-container.single .logo,
.section.section-games .enclosure .game-boxes .one-game-box-container.single .logo {
  bottom: -50px;
}
.section.section-office .enclosure .office .one-game-box-container .one-game-box,
.section.section-culture .enclosure .office .one-game-box-container .one-game-box,
.section.section-games .enclosure .office .one-game-box-container .one-game-box,
.section.section-office .enclosure .culture .one-game-box-container .one-game-box,
.section.section-culture .enclosure .culture .one-game-box-container .one-game-box,
.section.section-games .enclosure .culture .one-game-box-container .one-game-box,
.section.section-office .enclosure .game-boxes .one-game-box-container .one-game-box,
.section.section-culture .enclosure .game-boxes .one-game-box-container .one-game-box,
.section.section-games .enclosure .game-boxes .one-game-box-container .one-game-box {
  height: auto;
  position: relative;
  overflow: auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.section.section-office .enclosure .office .one-game-box-container .one-game-box .bg,
.section.section-culture .enclosure .office .one-game-box-container .one-game-box .bg,
.section.section-games .enclosure .office .one-game-box-container .one-game-box .bg,
.section.section-office .enclosure .culture .one-game-box-container .one-game-box .bg,
.section.section-culture .enclosure .culture .one-game-box-container .one-game-box .bg,
.section.section-games .enclosure .culture .one-game-box-container .one-game-box .bg,
.section.section-office .enclosure .game-boxes .one-game-box-container .one-game-box .bg,
.section.section-culture .enclosure .game-boxes .one-game-box-container .one-game-box .bg,
.section.section-games .enclosure .game-boxes .one-game-box-container .one-game-box .bg {
  float: left;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1181px) {
  .section.section-office .enclosure .office .one-game-box-container.first,
  .section.section-culture .enclosure .office .one-game-box-container.first,
  .section.section-games .enclosure .office .one-game-box-container.first,
  .section.section-office .enclosure .culture .one-game-box-container.first,
  .section.section-culture .enclosure .culture .one-game-box-container.first,
  .section.section-games .enclosure .culture .one-game-box-container.first,
  .section.section-office .enclosure .game-boxes .one-game-box-container.first,
  .section.section-culture .enclosure .game-boxes .one-game-box-container.first,
  .section.section-games .enclosure .game-boxes .one-game-box-container.first,
  .section.section-office .enclosure .office .one-game-box-container.second,
  .section.section-culture .enclosure .office .one-game-box-container.second,
  .section.section-games .enclosure .office .one-game-box-container.second,
  .section.section-office .enclosure .culture .one-game-box-container.second,
  .section.section-culture .enclosure .culture .one-game-box-container.second,
  .section.section-games .enclosure .culture .one-game-box-container.second,
  .section.section-office .enclosure .game-boxes .one-game-box-container.second,
  .section.section-culture .enclosure .game-boxes .one-game-box-container.second,
  .section.section-games .enclosure .game-boxes .one-game-box-container.second {
    width: 45%;
  }
  .section.section-office .enclosure .office .one-game-box-container.first,
  .section.section-culture .enclosure .office .one-game-box-container.first,
  .section.section-games .enclosure .office .one-game-box-container.first,
  .section.section-office .enclosure .culture .one-game-box-container.first,
  .section.section-culture .enclosure .culture .one-game-box-container.first,
  .section.section-games .enclosure .culture .one-game-box-container.first,
  .section.section-office .enclosure .game-boxes .one-game-box-container.first,
  .section.section-culture .enclosure .game-boxes .one-game-box-container.first,
  .section.section-games .enclosure .game-boxes .one-game-box-container.first {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 649px) {
  .section.section-office .enclosure .office .one-game-box-container.single .logo,
  .section.section-culture .enclosure .office .one-game-box-container.single .logo,
  .section.section-games .enclosure .office .one-game-box-container.single .logo,
  .section.section-office .enclosure .culture .one-game-box-container.single .logo,
  .section.section-culture .enclosure .culture .one-game-box-container.single .logo,
  .section.section-games .enclosure .culture .one-game-box-container.single .logo,
  .section.section-office .enclosure .game-boxes .one-game-box-container.single .logo,
  .section.section-culture .enclosure .game-boxes .one-game-box-container.single .logo,
  .section.section-games .enclosure .game-boxes .one-game-box-container.single .logo {
    width: 80%;
    height: auto;
  }
  .section.section-office .enclosure .office .one-game-box-container.first,
  .section.section-culture .enclosure .office .one-game-box-container.first,
  .section.section-games .enclosure .office .one-game-box-container.first,
  .section.section-office .enclosure .culture .one-game-box-container.first,
  .section.section-culture .enclosure .culture .one-game-box-container.first,
  .section.section-games .enclosure .culture .one-game-box-container.first,
  .section.section-office .enclosure .game-boxes .one-game-box-container.first,
  .section.section-culture .enclosure .game-boxes .one-game-box-container.first,
  .section.section-games .enclosure .game-boxes .one-game-box-container.first,
  .section.section-office .enclosure .office .one-game-box-container.second,
  .section.section-culture .enclosure .office .one-game-box-container.second,
  .section.section-games .enclosure .office .one-game-box-container.second,
  .section.section-office .enclosure .culture .one-game-box-container.second,
  .section.section-culture .enclosure .culture .one-game-box-container.second,
  .section.section-games .enclosure .culture .one-game-box-container.second,
  .section.section-office .enclosure .game-boxes .one-game-box-container.second,
  .section.section-culture .enclosure .game-boxes .one-game-box-container.second,
  .section.section-games .enclosure .game-boxes .one-game-box-container.second {
    width: 100%;
    padding-top: 40px;
    margin-right: 0;
    float: none;
  }
  .section.section-office .enclosure .office .one-game-box-container.first .one-game-box .bg img,
  .section.section-culture .enclosure .office .one-game-box-container.first .one-game-box .bg img,
  .section.section-games .enclosure .office .one-game-box-container.first .one-game-box .bg img,
  .section.section-office .enclosure .culture .one-game-box-container.first .one-game-box .bg img,
  .section.section-culture .enclosure .culture .one-game-box-container.first .one-game-box .bg img,
  .section.section-games .enclosure .culture .one-game-box-container.first .one-game-box .bg img,
  .section.section-office .enclosure .game-boxes .one-game-box-container.first .one-game-box .bg img,
  .section.section-culture .enclosure .game-boxes .one-game-box-container.first .one-game-box .bg img,
  .section.section-games .enclosure .game-boxes .one-game-box-container.first .one-game-box .bg img,
  .section.section-office .enclosure .office .one-game-box-container.second .one-game-box .bg img,
  .section.section-culture .enclosure .office .one-game-box-container.second .one-game-box .bg img,
  .section.section-games .enclosure .office .one-game-box-container.second .one-game-box .bg img,
  .section.section-office .enclosure .culture .one-game-box-container.second .one-game-box .bg img,
  .section.section-culture .enclosure .culture .one-game-box-container.second .one-game-box .bg img,
  .section.section-games .enclosure .culture .one-game-box-container.second .one-game-box .bg img,
  .section.section-office .enclosure .game-boxes .one-game-box-container.second .one-game-box .bg img,
  .section.section-culture .enclosure .game-boxes .one-game-box-container.second .one-game-box .bg img,
  .section.section-games .enclosure .game-boxes .one-game-box-container.second .one-game-box .bg img {
    width: 100%;
    height: auto;
  }
  .section.section-office .enclosure .office .one-game-box-container.first .one-game-box .logo,
  .section.section-culture .enclosure .office .one-game-box-container.first .one-game-box .logo,
  .section.section-games .enclosure .office .one-game-box-container.first .one-game-box .logo,
  .section.section-office .enclosure .culture .one-game-box-container.first .one-game-box .logo,
  .section.section-culture .enclosure .culture .one-game-box-container.first .one-game-box .logo,
  .section.section-games .enclosure .culture .one-game-box-container.first .one-game-box .logo,
  .section.section-office .enclosure .game-boxes .one-game-box-container.first .one-game-box .logo,
  .section.section-culture .enclosure .game-boxes .one-game-box-container.first .one-game-box .logo,
  .section.section-games .enclosure .game-boxes .one-game-box-container.first .one-game-box .logo,
  .section.section-office .enclosure .office .one-game-box-container.second .one-game-box .logo,
  .section.section-culture .enclosure .office .one-game-box-container.second .one-game-box .logo,
  .section.section-games .enclosure .office .one-game-box-container.second .one-game-box .logo,
  .section.section-office .enclosure .culture .one-game-box-container.second .one-game-box .logo,
  .section.section-culture .enclosure .culture .one-game-box-container.second .one-game-box .logo,
  .section.section-games .enclosure .culture .one-game-box-container.second .one-game-box .logo,
  .section.section-office .enclosure .game-boxes .one-game-box-container.second .one-game-box .logo,
  .section.section-culture .enclosure .game-boxes .one-game-box-container.second .one-game-box .logo,
  .section.section-games .enclosure .game-boxes .one-game-box-container.second .one-game-box .logo {
    padding-bottom: 0;
  }
  .section.section-office .enclosure .office .one-game-box-container.first,
  .section.section-culture .enclosure .office .one-game-box-container.first,
  .section.section-games .enclosure .office .one-game-box-container.first,
  .section.section-office .enclosure .culture .one-game-box-container.first,
  .section.section-culture .enclosure .culture .one-game-box-container.first,
  .section.section-games .enclosure .culture .one-game-box-container.first,
  .section.section-office .enclosure .game-boxes .one-game-box-container.first,
  .section.section-culture .enclosure .game-boxes .one-game-box-container.first,
  .section.section-games .enclosure .game-boxes .one-game-box-container.first {
    padding-top: 90px;
  }
}
.section.section-office .enclosure .office .columns,
.section.section-culture .enclosure .office .columns,
.section.section-games .enclosure .office .columns,
.section.section-office .enclosure .culture .columns,
.section.section-culture .enclosure .culture .columns,
.section.section-games .enclosure .culture .columns,
.section.section-office .enclosure .game-boxes .columns,
.section.section-culture .enclosure .game-boxes .columns,
.section.section-games .enclosure .game-boxes .columns {
  padding: 16px 0 82px 0;
  overflow: auto;
}
.section.section-office .enclosure .office .columns .column,
.section.section-culture .enclosure .office .columns .column,
.section.section-games .enclosure .office .columns .column,
.section.section-office .enclosure .culture .columns .column,
.section.section-culture .enclosure .culture .columns .column,
.section.section-games .enclosure .culture .columns .column,
.section.section-office .enclosure .game-boxes .columns .column,
.section.section-culture .enclosure .game-boxes .columns .column,
.section.section-games .enclosure .game-boxes .columns .column {
  width: 100%;
  overflow: auto;
}
.section.section-office .enclosure .office .columns .column p,
.section.section-culture .enclosure .office .columns .column p,
.section.section-games .enclosure .office .columns .column p,
.section.section-office .enclosure .culture .columns .column p,
.section.section-culture .enclosure .culture .columns .column p,
.section.section-games .enclosure .culture .columns .column p,
.section.section-office .enclosure .game-boxes .columns .column p,
.section.section-culture .enclosure .game-boxes .columns .column p,
.section.section-games .enclosure .game-boxes .columns .column p {
  width: 100%;
  text-align: left !important;
  color: white;
  font-size: 16px;
  line-height: 1.1em;
}
.section.section-office .enclosure .office .columns.column-num-1 .column-1,
.section.section-culture .enclosure .office .columns.column-num-1 .column-1,
.section.section-games .enclosure .office .columns.column-num-1 .column-1,
.section.section-office .enclosure .culture .columns.column-num-1 .column-1,
.section.section-culture .enclosure .culture .columns.column-num-1 .column-1,
.section.section-games .enclosure .culture .columns.column-num-1 .column-1,
.section.section-office .enclosure .game-boxes .columns.column-num-1 .column-1,
.section.section-culture .enclosure .game-boxes .columns.column-num-1 .column-1,
.section.section-games .enclosure .game-boxes .columns.column-num-1 .column-1 {
  width: 100%;
}
.section.section-office .enclosure .office .columns.column-num-2 .column-1,
.section.section-culture .enclosure .office .columns.column-num-2 .column-1,
.section.section-games .enclosure .office .columns.column-num-2 .column-1,
.section.section-office .enclosure .culture .columns.column-num-2 .column-1,
.section.section-culture .enclosure .culture .columns.column-num-2 .column-1,
.section.section-games .enclosure .culture .columns.column-num-2 .column-1,
.section.section-office .enclosure .game-boxes .columns.column-num-2 .column-1,
.section.section-culture .enclosure .game-boxes .columns.column-num-2 .column-1,
.section.section-games .enclosure .game-boxes .columns.column-num-2 .column-1,
.section.section-office .enclosure .office .columns.column-num-2 .column-2,
.section.section-culture .enclosure .office .columns.column-num-2 .column-2,
.section.section-games .enclosure .office .columns.column-num-2 .column-2,
.section.section-office .enclosure .culture .columns.column-num-2 .column-2,
.section.section-culture .enclosure .culture .columns.column-num-2 .column-2,
.section.section-games .enclosure .culture .columns.column-num-2 .column-2,
.section.section-office .enclosure .game-boxes .columns.column-num-2 .column-2,
.section.section-culture .enclosure .game-boxes .columns.column-num-2 .column-2,
.section.section-games .enclosure .game-boxes .columns.column-num-2 .column-2 {
  width: 50%;
}
.section.section-office .enclosure .office .columns.column-num-2 .column-1,
.section.section-culture .enclosure .office .columns.column-num-2 .column-1,
.section.section-games .enclosure .office .columns.column-num-2 .column-1,
.section.section-office .enclosure .culture .columns.column-num-2 .column-1,
.section.section-culture .enclosure .culture .columns.column-num-2 .column-1,
.section.section-games .enclosure .culture .columns.column-num-2 .column-1,
.section.section-office .enclosure .game-boxes .columns.column-num-2 .column-1,
.section.section-culture .enclosure .game-boxes .columns.column-num-2 .column-1,
.section.section-games .enclosure .game-boxes .columns.column-num-2 .column-1 {
  float: left;
  padding-right: 30px;
}
.section.section-office .enclosure .office .columns.column-num-2 .column-2,
.section.section-culture .enclosure .office .columns.column-num-2 .column-2,
.section.section-games .enclosure .office .columns.column-num-2 .column-2,
.section.section-office .enclosure .culture .columns.column-num-2 .column-2,
.section.section-culture .enclosure .culture .columns.column-num-2 .column-2,
.section.section-games .enclosure .culture .columns.column-num-2 .column-2,
.section.section-office .enclosure .game-boxes .columns.column-num-2 .column-2,
.section.section-culture .enclosure .game-boxes .columns.column-num-2 .column-2,
.section.section-games .enclosure .game-boxes .columns.column-num-2 .column-2 {
  float: right;
  padding-left: 30px;
}
@media only screen and (max-width: 649px) {
  .section.section-office .enclosure .office .columns.column-num-2,
  .section.section-culture .enclosure .office .columns.column-num-2,
  .section.section-games .enclosure .office .columns.column-num-2,
  .section.section-office .enclosure .culture .columns.column-num-2,
  .section.section-culture .enclosure .culture .columns.column-num-2,
  .section.section-games .enclosure .culture .columns.column-num-2,
  .section.section-office .enclosure .game-boxes .columns.column-num-2,
  .section.section-culture .enclosure .game-boxes .columns.column-num-2,
  .section.section-games .enclosure .game-boxes .columns.column-num-2 {
    width: 100%;
  }
  .section.section-office .enclosure .office .columns.column-num-2 .column-1,
  .section.section-culture .enclosure .office .columns.column-num-2 .column-1,
  .section.section-games .enclosure .office .columns.column-num-2 .column-1,
  .section.section-office .enclosure .culture .columns.column-num-2 .column-1,
  .section.section-culture .enclosure .culture .columns.column-num-2 .column-1,
  .section.section-games .enclosure .culture .columns.column-num-2 .column-1,
  .section.section-office .enclosure .game-boxes .columns.column-num-2 .column-1,
  .section.section-culture .enclosure .game-boxes .columns.column-num-2 .column-1,
  .section.section-games .enclosure .game-boxes .columns.column-num-2 .column-1 {
    float: none;
    padding: 0;
    width: 100%;
  }
  .section.section-office .enclosure .office .columns.column-num-2 .column-2,
  .section.section-culture .enclosure .office .columns.column-num-2 .column-2,
  .section.section-games .enclosure .office .columns.column-num-2 .column-2,
  .section.section-office .enclosure .culture .columns.column-num-2 .column-2,
  .section.section-culture .enclosure .culture .columns.column-num-2 .column-2,
  .section.section-games .enclosure .culture .columns.column-num-2 .column-2,
  .section.section-office .enclosure .game-boxes .columns.column-num-2 .column-2,
  .section.section-culture .enclosure .game-boxes .columns.column-num-2 .column-2,
  .section.section-games .enclosure .game-boxes .columns.column-num-2 .column-2 {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.section.section-office .enclosure .game-texts,
.section.section-culture .enclosure .game-texts,
.section.section-games .enclosure .game-texts {
  padding-top: 80px;
}
.section.section-office .enclosure .game-texts h2,
.section.section-culture .enclosure .game-texts h2,
.section.section-games .enclosure .game-texts h2 {
  text-align: center !important;
  font-size: 40px !important;
}
@media only screen and (max-width: 449px) {
  .section.section-office .enclosure .game-texts h2,
  .section.section-culture .enclosure .game-texts h2,
  .section.section-games .enclosure .game-texts h2 {
    width: 100%;
    text-align: left !important;
  }
}
.section.section-office .enclosure .game-texts p,
.section.section-culture .enclosure .game-texts p,
.section.section-games .enclosure .game-texts p {
  width: 80%;
  text-align: center !important;
  font-size: 16px !important;
  color: white;
}
@media only screen and (max-width: 449px) {
  .section.section-office .enclosure .game-texts p,
  .section.section-culture .enclosure .game-texts p,
  .section.section-games .enclosure .game-texts p {
    width: 100%;
    text-align: left !important;
  }
}
.section.section-social {
  position: relative;
  height: 266px;
}
.section.section-social .logo {
  margin-top: 1em;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
}
.section.section-social .btns {
  padding-top: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 349px) {
  .section.section-social .btns {
    width: 80%;
  }
}
.section.section-social .btns .links ul {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.section.section-social .btns .links ul li {
  text-transform: uppercase;
  color: white;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin: 5px 0;
}
.section.section-social .btns .links ul li:last-child {
  border-right: none;
}
@media only screen and (max-width: 349px) {
  .section.section-social .btns .links ul li:nth-child(2) {
    border-right: none;
  }
  .section.section-social .btns .links ul li:nth-child(3) {
    clear: left;
  }
}
.section.section-social .btns p {
  text-transform: uppercase;
  color: white;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
  width: 400px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}
@media only screen and (max-width: 449px) {
  .section.section-social .btns p {
    width: 80%;
  }
}
.section.section-social .btns .social-media ul {
  display: table;
  margin: 0 auto;
  text-align: center;
  height: 27px;
}
.section.section-social .btns .social-media ul li {
  float: left;
  margin-right: 8px;
}
.section h2 {
  text-align: left;
}
h2 {
  margin-top: 75px;
}
.inner {
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.inner .enclosure {
  padding: 20px 60px;
}
.inner .enclosure h2 {
  color: white;
  font-size: 55px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-shadow: -1px 3px 3px #000000;
}
@media only screen and (max-width: 1181px) {
  .inner .enclosure {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 849px) {
  .inner .enclosure {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 349px) {
  .inner .enclosure {
    padding: 10px 10px;
  }
  .inner .enclosure h2 {
    margin-bottom: 0.5em;
  }
}
#topbar {
  position: fixed;
  z-index: 200000;
  top: 0;
  left: 50%;
  max-width: 1680px;
  max-width: 1920px;
  transform: translateX(-50%);
  height: 62px;
  background: #29272a;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#topbar .dropdown-close {
  display: none;
}
#topbar a,
#topbar a:hover {
  text-decoration: none !important;
}
#topbar ul {
  padding-left: 60px;
  height: 62px;
}
@media only screen and (max-width: 1181px) {
  #topbar ul {
    padding-left: 10px;
  }
}
#topbar ul li {
  float: left;
  margin-right: 50px;
}
#topbar ul li a {
  display: inline-block;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media only screen and (max-width: 849px) {
  #topbar ul li a {
    font-size: 15px;
  }
}
#topbar ul li.selected a {
  color: grey;
}
#topbar ul.secondary {
  position: absolute;
  right: 5%;
  bottom: 0;
}
#topbar ul.secondary li {
  width: 100%;
  display: block;
}
#topbar ul.secondary li a {
  width: 100%;
  color: #b8ff47;
  display: block;
}
@media only screen and (max-width: 1181px) {
  #topbar ul.secondary li a {
    text-align: center;
  }
}
@media only screen and (max-width: 849px) {
  #topbar ul.secondary li a {
    text-align: right;
  }
  #topbar ul.secondary li span {
    display: none;
  }
}
@media only screen and (max-width: 649px) {
  #topbar ul.menu {
    display: none;
  }
}
#topbar .dropdown-enable {
  display: none;
}
@media only screen and (max-width: 649px) {
  #topbar .dropdown-enable {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 14px;
    left: 10px;
    width: 30px;
    height: 30px;
  }
  #topbar .dropdown-enable:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 30px;
    height: 5px;
    background: white;
    box-shadow: 0 10px 0 0 white,
				0 20px 0 0 white;
  }
}
.show-more #topbar .dropdown-enable {
  display: none;
}
@media only screen and (max-width: 649px) {
  body.show-more {
    margin-top: 160px;
  }
  body.show-more .dropdown-enable {
    display: none;
  }
  body.show-more #topbar {
    overflow: auto;
    height: 340px;
  }
  body.show-more #topbar .dropdown-close {
    display: block;
    float: right;
    color: white;
    font-size: 24px;
    font-weight: 800;
    border: 2px solid white;
    text-align: center;
    margin-right: 5%;
    width: 40px;
    cursor: pointer;
    height: 40px;
    margin-top: 20px;
    line-height: 30px;
  }
  body.show-more #topbar ul.menu {
    display: block;
  }
  body.show-more #topbar ul.menu li {
    width: 100%;
    float: none;
    display: block;
    width: 80%;
  }
  body.show-more #topbar ul.menu li a {
    padding-left: 6%;
    text-align: left;
  }
}
.footer-hover {
  display: none;
}
.footer-hover .close {
  display: block;
  content: '-';
  color: white;
  position: absolute;
  font-size: 20px;
  top: -25px;
  right: -1px;
  width: 24px;
  height: 24px;
  background: black;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  line-height: 22px;
  text-align: center;
}
.footer-hover.visible {
  display: block;
  width: 400px;
  margin-right: -50%;
  height: auto;
  position: absolute;
  bottom: 120px;
  background: #0b0b0c;
  border: 1px solid #f2fef1;
  border-radius: 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transform: translateX(-50%);
  left: 50%;
}
@media only screen and (max-width: 449px) {
  .footer-hover.visible {
    left: auto;
    transform: none;
  }
}
.footer-hover.visible p {
  width: 99% !important;
  padding: 10px;
  text-transform: none !important;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  text-align: left !important;
  line-height: 1.5em !important;
}
.footer-hover.visible a {
  color: white;
}
.footer-hover.visible a:hover {
  text-decoration: underline;
}
.footer-hover.visible ul {
  list-style: disc !important;
  margin-left: 2em;
  color: white;
}
.footer-hover.visible li {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5em !important;
}
@media only screen and (max-width: 1181px) {
  .footer-hover.visible {
    width: 100% !important;
  }
}
@media only screen and (max-width: 449px) {
  .footer-hover.visible {
    width: 80%;
    left: 0;
    margin-right: 0;
  }
}
.popup {
  cursor: pointer;
}
.popup:hover {
  text-decoration: underline;
}
.page-id-1067 h2,
.single-kiloo_support h2 {
  color: white;
  font-size: 55px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-shadow: -1px 3px 3px #000000;
  margin-bottom: 0.5em;
}
.page-id-1067 #wrapper,
.single-kiloo_support #wrapper,
.page-id-1067 #encapsule,
.single-kiloo_support #encapsule {
  min-height: 100%;
  background: none;
}
.page-id-1067 #encapsule,
.single-kiloo_support #encapsule {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/bg.jpg) no-repeat top center !important;
}
.page-id-1067 .main,
.single-kiloo_support .main {
  min-height: 100%;
  padding-top: 100px;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  overflow: auto;
  padding: 0 10px;
  height: 100%;
  line-height: 1.5em !important;
}
.page-id-1067 .one-support,
.single-kiloo_support .one-support {
  min-height: 100%;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 100px;
}
.page-id-1067 .one-support img.banner,
.single-kiloo_support .one-support img.banner {
  max-width: 1060px;
  width: 100%;
  height: auto;
}
.page-id-1067 .one-support .back,
.single-kiloo_support .one-support .back {
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.page-id-1067 .one-support .back a,
.single-kiloo_support .one-support .back a {
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
}
.page-id-1067 .one-support .back a:before,
.single-kiloo_support .one-support .back a:before {
  content: '◀';
  font-size: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
  padding-right: 10px;
}
.page-id-1067 .one-support .questions p,
.single-kiloo_support .one-support .questions p {
  text-align: left;
  line-height: 1.5em !important;
  width: 100%;
}
.page-id-1067 .one-support .questions .header,
.single-kiloo_support .one-support .questions .header {
  padding-top: 20px;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  cursor: pointer;
}
.page-id-1067 .one-support .questions .header:before,
.single-kiloo_support .one-support .questions .header:before {
  content: '+';
  position: relative;
  display: inline-block;
  padding-right: 10px;
  width: 15px;
}
.page-id-1067 .one-support .questions .header.visible:before,
.single-kiloo_support .one-support .questions .header.visible:before {
  content: '-';
}
.page-id-1067 .one-support .questions .explain,
.single-kiloo_support .one-support .questions .explain {
  display: none;
  padding: 20px 30px;
}
.page-id-1067 .one-support .questions .explain p,
.single-kiloo_support .one-support .questions .explain p {
  color: white;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 100;
  color: #ddd;
  line-height: 1.1em;
}
.page-id-1067 .one-support .questions .explain p a,
.single-kiloo_support .one-support .questions .explain p a {
  color: white;
}
.page-id-1067 .one-support .questions .explain p a:hover,
.single-kiloo_support .one-support .questions .explain p a:hover {
  text-decoration: underline;
}
.page-id-1067 .one-support .contact,
.single-kiloo_support .one-support .contact {
  margin-top: 30px;
  overflow: auto;
}
.page-id-1067 .one-support .contact .column,
.single-kiloo_support .one-support .contact .column {
  width: 45%;
  float: left;
}
.page-id-1067 .one-support .contact .column:first-child,
.single-kiloo_support .one-support .contact .column:first-child {
  margin-right: 10%;
}
@media only screen and (max-width: 649px) {
  .page-id-1067 .one-support .contact .column,
  .single-kiloo_support .one-support .contact .column {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .page-id-1067 .one-support .contact .column:first-child,
  .single-kiloo_support .one-support .contact .column:first-child {
    margin-right: 0;
  }
}
.page-id-1067 .one-support .contact .row p,
.single-kiloo_support .one-support .contact .row p {
  width: 100%;
  text-align: left;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  float: none;
}
.page-id-1067 .one-support .contact .row input,
.single-kiloo_support .one-support .contact .row input,
.page-id-1067 .one-support .contact .row textarea,
.single-kiloo_support .one-support .contact .row textarea {
  margin: 10px 0;
  width: 100%;
  height: 3em;
  border: 0;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
}
.page-id-1067 .one-support .contact .row textarea,
.single-kiloo_support .one-support .contact .row textarea {
  height: 200px;
}
.page-id-1067 .one-support .contact .row small,
.single-kiloo_support .one-support .contact .row small {
  float: right;
  color: #999;
  font-size: 12px;
}
.page-id-1067 .one-support .contact .row button,
.single-kiloo_support .one-support .contact .row button {
  background: none;
  border: 1px solid white;
  height: 26px !important;
  cursor: pointer;
  float: right;
}
.page-id-1067 .one-support .contact .row button span,
.single-kiloo_support .one-support .contact .row button span,
.page-id-1067 .one-support .contact .row button input,
.single-kiloo_support .one-support .contact .row button input {
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 10px;
  padding-right: 58px;
}
.page-id-1067 .one-support .contact .row button span:after,
.single-kiloo_support .one-support .contact .row button span:after,
.page-id-1067 .one-support .contact .row button input:after,
.single-kiloo_support .one-support .contact .row button input:after {
  content: '▶';
  display: block;
  float: right;
  text-transform: uppercase;
  padding-top: 2px;
  font-weight: 700;
  font-size: 8px;
  color: white;
}
.page-id-1067 .overview h1,
.page-id-1067 .overview h2 {
  padding-top: 1em;
}
.page-id-1067 .overview .overview-text {
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-family: 'Ubuntu', sans-serif !important;
  margin: 1em 0;
  color: white;
  font-weight: 100 !important;
  text-align: left;
  width: 75%;
  margin-bottom: 4em;
}
@media only screen and (max-width: 649px) {
  .page-id-1067 .overview .overview-text {
    width: 100%;
  }
}
.page-id-1067 .overview .games li {
  width: 320px;
  display: block;
  height: 200px;
  margin-right: 40px;
  margin-bottom: 40px;
  float: left;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}
.page-id-1067 .overview .games li:nth-child(3n) {
  margin-right: 0;
}
.page-id-1067 .overview .games li a {
  width: 100%;
  height: 100%;
  display: block;
}
.page-id-1067 .overview .games li.subwaysurfers {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/backgrounds/subway.jpg) no-repeat center center;
  background-size: cover;
}
.page-id-1067 .overview .games li.subwaysurfers a {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/logos/subway.png) no-repeat center center;
}
.page-id-1067 .overview .games li.tesla {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/backgrounds/tesla.jpg) no-repeat center center;
  background-size: cover;
}
.page-id-1067 .overview .games li.tesla a {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/logos/tesla-tubes.png) no-repeat center center;
}
.page-id-1067 .overview .games li.smashchamps {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/backgrounds/smashchamps.jpg) no-repeat center center;
  background-size: cover;
}
.page-id-1067 .overview .games li.smashchamps a {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/logos/smash-champs.png) no-repeat center center;
}
.page-id-1067 .overview .games li.spellbinders {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/backgrounds/spellbinders.jpg) no-repeat center center;
  background-size: cover;
}
.page-id-1067 .overview .games li.spellbinders a {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/logos/spellbinders.png) no-repeat center center;
}
.page-id-1067 .overview .games li.dawnbringer {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/backgrounds/dawnbringer.jpg) no-repeat center center;
  background-size: cover;
}
.page-id-1067 .overview .games li.dawnbringer a {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/logos/dawnbringer.png) no-repeat center center;
}
.page-id-1067 .overview .games li.stormblades {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/backgrounds/stormblades.jpg) no-repeat center center;
  background-size: cover;
}
.page-id-1067 .overview .games li.stormblades a {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/logos/storm-blades.png) no-repeat center center;
}
.page-id-1067 .overview .games li.frisbeeforever2 {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/backgrounds/frisbee2.jpg) no-repeat center center;
  background-size: cover;
}
.page-id-1067 .overview .games li.frisbeeforever2 a {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/logos/frisbee2.png) no-repeat center center;
}
.page-id-1067 .overview .games li.frisbeeforever {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/backgrounds/frisbee.jpg) no-repeat center center;
  background-size: cover;
}
.page-id-1067 .overview .games li.frisbeeforever a {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/logos/frisbee.png) no-repeat center center;
}
.page-id-1067 .overview .games li.bullettime {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/backgrounds/bullettime.jpg) no-repeat center center;
  background-size: cover;
}
.page-id-1067 .overview .games li.bullettime a {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/support/logos/bullettime.png) no-repeat center center;
}
@media only screen and (max-width: 740px) {
  .page-id-1067 .overview .games li {
    width: 30%;
    margin-right: 4.5%;
  }
}
@media only screen and (max-width: 1080px) {
  .page-id-1067 .overview .games li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .page-id-1067 .overview .games li:nth-child(3n) {
    margin-right: 4%;
  }
  .page-id-1067 .overview .games li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 649px) {
  .page-id-1067 .overview .games li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .page-id-1067 .overview .games li:nth-child(3n) {
    margin-right: 4%;
  }
  .page-id-1067 .overview .games li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 449px) {
  .page-id-1067 .overview .games li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-id-1067 .overview .games li:nth-child(3n) {
    margin-right: 0;
  }
  .page-id-1067 .overview .games li:nth-child(2n) {
    margin-right: 0;
  }
}
.error404 {
  height: 100%;
}
.error404 h2 {
  color: white;
  font-size: 55px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-shadow: -1px 3px 3px #000000;
  margin-bottom: 0em;
}
.error404 #wrapper,
.error404 #encapsule {
  min-height: 100%;
  background: none;
}
.error404 #encapsule {
  background: #09090a url('https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/404/bg.jpg') center 40px no-repeat !important;
  background-color: black;
  background-size: 100%;
  overflow: auto;
}
.error404 .main {
  min-height: 100%;
  padding-top: 100px;
  width: 100%;
  height: 100%;
  max-width: 1180px;
  margin: 0 auto;
  overflow: auto;
  padding: 0 10px;
  height: 700px;
}
.error404 .youve-been-404d {
  margin-top: 200px;
  margin-left: 10%;
  max-width: 559px;
  width: 80%;
}
.error404 .section.section-social {
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
}
.error404 .section.section-social .btns {
  -ms-transform: rotate(-2.1deg);
  /* IE 9 */
  -webkit-transform: rotate(-2.1deg);
  /* Safari */
  transform: rotate(-2.1deg);
}
.bg-back {
  background: rgba(0, 0, 0, 0.1);
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.bg-back.bg-back-1 {
  left: -592px;
}
@media (max-width: 1375px) {
  .bg-back.bg-back-1 {
    display: none;
  }
}
.bg-back.bg-back-2 {
  right: -592px;
}
@media (max-width: 1375px) {
  .bg-back.bg-back-2 {
    display: none;
  }
}
.jobs-template-default #encapsule {
  position: relative;
  background: none !important;
}
.jobs-template-default #encapsule #wrapper {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/new-bottom.jpg) no-repeat bottom center;
  background-color: #262629;
}
.jobs-template-default #encapsule #wrapper .section.section-the-job {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/new-top.jpg) no-repeat top center;
  background-position-y: 40px;
}
.jobs-template-default .wrap-tesla {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/jobs-tesla-top.png) no-repeat top center;
}
@media (max-width: 1375px) {
  .jobs-template-default .wrap-tesla {
    background-image: none !important;
  }
}
.jobs-template-default .wrap-subway {
  background: url(https://kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/jobs-subway-bottom.png) no-repeat bottom center;
}
@media (max-width: 1375px) {
  .jobs-template-default .wrap-subway {
    background-image: none !important;
  }
}
.jobs-template-default .jobs-right {
  position: absolute;
  top: 100px;
  right: 0;
}
.jobs-template-default .jobs-left {
  position: absolute;
  bottom: 840px;
  left: 0;
}
.jobs-template-default input[name="application"] {
  display: none;
}
.jobs-template-default em {
  font-style: italic;
}
.jobs-template-default .section-the-job .block {
  padding: 0 60px;
}
@media only screen and (max-width: 449px) {
  .jobs-template-default .section-the-job .block {
    padding: 0 15px;
  }
}
.jobs-template-default .section-the-job .block p,
.jobs-template-default .section-the-job .block li {
  color: white;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  font-weight: 300;
  padding-top: 10px;
  line-height: 1.5em;
}
@media only screen and (max-width: 449px) {
  .jobs-template-default .section-the-job .block p,
  .jobs-template-default .section-the-job .block li {
    font-size: 16px;
    padding-top: 5px;
  }
}
.jobs-template-default .section-the-job .block p {
  padding-bottom: 20px;
}
@media only screen and (max-width: 449px) {
  .jobs-template-default .section-the-job .block p {
    padding-bottom: 10px;
  }
}
.jobs-template-default .section-the-job .block h2,
.jobs-template-default .section-the-job .block h3 {
  color: white;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 48px;
  font-weight: 800;
  padding-top: 120px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 449px) {
  .jobs-template-default .section-the-job .block h2,
  .jobs-template-default .section-the-job .block h3 {
    font-size: 24px;
    padding-top: 70px;
    padding-bottom: 15px;
  }
}
.jobs-template-default .section-the-job .block ul {
  list-style: circle;
  margin-left: 30px;
}
@media only screen and (max-width: 449px) {
  .jobs-template-default .section-the-job .block ul {
    margin-left: 15px;
  }
}
.jobs-template-default .section-the-job .block li {
  padding-left: 0px;
}
.jobs-template-default .section-the-job .block ul {
  list-style: disc !important;
  margin-bottom: 1em !important;
}
.jobs-template-default h2 {
  margin-top: 0em !important;
  text-transform: uppercase !important;
}
.jobs-template-default h3 {
  font-size: 1.5em !important;
  margin-top: 0 !important;
  font-weight: 800 !important;
  padding-top: 2em !important;
  padding-bottom: 0.25em !important;
}
.jobs-template-default h2.job-headline {
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 0 black;
  font-size: 55px !important;
  padding-bottom: 440px !important;
}
.jobs-template-default h2.job-headline span {
  font-weight: bold;
  font-size: 85px !important;
  display: block;
  padding-bottom: 35px;
}
@media only screen and (max-width: 449px) {
  .jobs-template-default h2.job-headline {
    font-size: 35px !important;
  }
  .jobs-template-default h2.job-headline span {
    font-weight: bold;
    font-size: 55px !important;
  }
}
.jobs-template-default #print {
  margin-top: 20px;
}
.jobs-template-default #print:hover {
  cursor: pointer;
}
.jobs-template-default a {
  text-decoration: underline;
}
.jobs-template-default a:hover {
  text-decoration: none;
}
@media only print {
  .jobs-template-default .jobs-right {
    display: none;
  }
  .jobs-template-default .jobs-left {
    display: none;
  }
  .jobs-template-default #topbar {
    display: none;
  }
  .jobs-template-default .bg-back {
    display: none;
  }
  .jobs-template-default .kilooshare-social {
    display: none;
  }
  .jobs-template-default .application {
    display: none;
  }
  .jobs-template-default .section-social {
    display: none;
  }
  .jobs-template-default #print {
    display: none;
  }
  .jobs-template-default .section-the-job .block {
    padding: 0;
    padding: 0 10%;
  }
  .jobs-template-default .section-the-job .block p,
  .jobs-template-default .section-the-job .block li {
    color: white;
    font-weight: 100;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    color: black;
    font-weight: normal;
    font-size: 12px;
    font-weight: 300;
    padding-top: 10px;
    line-height: 1.5em;
  }
  .jobs-template-default .section-the-job .block p {
    padding-bottom: 10px;
  }
  .jobs-template-default .section-the-job .block h2,
  .jobs-template-default .section-the-job .block h3 {
    color: white;
    font-weight: 100;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 800;
    padding-top: 30px !important;
    padding-bottom: 15px !important;
  }
  .jobs-template-default .section-the-job .block ul {
    list-style: circle !important;
    font-weight: normal;
    margin-left: 25px !important;
  }
  .jobs-template-default .section-the-job .block li {
    font-weight: normal;
    padding-left: 25px !important;
  }
}
.home .txt-jobs-h2-headline {
  color: white;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}
.home .txt-jobs-location {
  color: white !important;
}
.home .txt-jobs-text {
  color: white !important;
  font-size: 22px !important;
}
.home .txt-office-h2-headline {
  color: white;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}
.home .txt-office-h3-headline {
  padding: 20px 40px;
  background: rgba(72, 49, 105, 0.7);
  color: white;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 849px) {
  .home .txt-office-h3-headline {
    padding: 10px 20px !important;
    font-size: 45px !important;
  }
}
@media only screen and (max-width: 449px) {
  .home .txt-office-h3-headline {
    padding: 10px 20px !important;
    font-size: 35px !important;
  }
}
.home .txt-office-paragraph,
.home .txt-office-paragraph p {
  color: white;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
  width: 400px;
  line-height: 1.5em !important;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}
@media only screen and (max-width: 649px) {
  .home .txt-office-paragraph,
  .home .txt-office-paragraph p {
    width: 80%;
    max-width: 400px;
  }
}
.home .txt-culture-h2-headline {
  color: white;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}
.home .txt-culture-paragraph,
.home .txt-culture-paragraph p {
  color: white;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
  width: 400px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5em !important;
  margin: 0 auto;
}
@media only screen and (max-width: 649px) {
  .home .txt-culture-paragraph,
  .home .txt-culture-paragraph p {
    width: 80%;
    max-width: 400px;
  }
}
.home .game-text-h2 {
  color: white;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}
.home .game-text-paragraph {
  color: white;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
  width: 400px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  line-height: 1.5em !important;
}
@media only screen and (max-width: 649px) {
  .home .game-text-paragraph {
    width: 80%;
    max-width: 400px;
  }
}
.application,
.contact {
  overflow: auto;
}
.application h3,
.contact h3 {
  text-transform: uppercase;
}
.application.application,
.contact.application {
  padding-top: 250px;
}
.application .column,
.contact .column {
  width: 45%;
  float: left;
  margin-right: 5%;
  margin-top: 20px;
}
.application .column:first-child,
.contact .column:first-child {
  margin-right: 10%;
}
@media only screen and (max-width: 649px) {
  .application .column,
  .contact .column {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .application .column:first-child,
  .contact .column:first-child {
    margin-right: 0;
  }
}
.application select,
.contact select {
  width: 100%;
  border: 0;
  background: white;
  height: 3em;
  font-size: 1em;
  border: none;
}
.application input,
.contact input {
  padding-left: 10px;
}
.application input[type='file'],
.contact input[type='file'] {
  padding-left: 0;
}
.application .row p.label,
.contact .row p.label {
  width: 100%;
  text-align: left;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  float: none;
  font-family: Ubuntu, sans-serif;
  font-size: 15px !important;
  font-style: normal !important;
  font-variant-caps: normal !important;
  font-weight: bold !important;
  height: 24px !important;
  line-height: 24px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  text-align: left !important;
  text-transform: uppercase !important;
  vertical-align: baseline !important;
}
.application .row p:nth-child(2n),
.contact .row p:nth-child(2n) {
  margin: 0;
  padding: 0;
}
.application .row p:nth-child(2n) input,
.contact .row p:nth-child(2n) input,
.application .row p:nth-child(2n) textarea,
.contact .row p:nth-child(2n) textarea {
  margin: 10px 0;
  width: 100%;
  height: 2em;
  border: 0;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
}
.application .row small,
.contact .row small {
  float: right;
  color: #999;
  font-size: 12px;
}
.application .row button,
.contact .row button,
.application .row .button,
.contact .row .button {
  float: right;
  background: none;
  border: 1px solid white;
  height: 26px !important;
  cursor: pointer;
}
.application .row button span,
.contact .row button span,
.application .row .button span,
.contact .row .button span,
.application .row button input,
.contact .row button input,
.application .row .button input,
.contact .row .button input {
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 10px;
  padding-right: 58px;
}
.application .row button span:after,
.contact .row button span:after,
.application .row .button span:after,
.contact .row .button span:after,
.application .row button input:after,
.contact .row button input:after,
.application .row .button input:after,
.contact .row .button input:after {
  content: '▶';
  display: block;
  float: right;
  text-transform: uppercase;
  padding-top: 2px;
  font-weight: 700;
  font-size: 8px;
  color: white;
}
.application.application button,
.contact.application button {
  float: left !important;
}
.application .wpcf7,
.contact .wpcf7 {
  height: 100% !important;
}
.application .wpcf7 form,
.contact .wpcf7 form {
  overflow: auto;
}
.application .wpcf7 .screen-reader-response,
.contact .wpcf7 .screen-reader-response {
  display: none;
}
.application .wpcf7 .wpcf7-not-valid-tip,
.contact .wpcf7 .wpcf7-not-valid-tip,
.application .wpcf7 .wpcf7-response-output,
.contact .wpcf7 .wpcf7-response-output {
  width: 90%;
  text-align: left;
  color: white;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: red;
  float: none;
  font-family: Ubuntu, sans-serif;
  font-size: 15px !important;
  font-style: normal !important;
  font-variant-caps: normal !important;
  font-weight: bold !important;
  height: 24px !important;
  line-height: 24px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  text-align: left !important;
  text-transform: uppercase !important;
  vertical-align: baseline !important;
  position: relative;
  top: -10px;
}
.application .wpcf7 .wpcf7-not-valid-tip.wpcf7-validation-errors,
.contact .wpcf7 .wpcf7-not-valid-tip.wpcf7-validation-errors,
.application .wpcf7 .wpcf7-response-output.wpcf7-validation-errors,
.contact .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  top: 10px;
}
.application .wpcf7 .wpcf7-not-valid-tip.wpcf7-mail-sent-ok,
.contact .wpcf7 .wpcf7-not-valid-tip.wpcf7-mail-sent-ok,
.application .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok,
.contact .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: white;
}
.application-secondary {
  padding-top: 200px;
  min-height: 1000px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: -100px;
}
.application-secondary .column {
  padding-bottom: 2em;
}
.application-secondary .row {
  padding: 0.5em;
  overflow: auto;
}
.application-secondary .row p.label {
  display: block;
  text-transform: uppercase;
  float: left;
  width: 40%;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 10px 5px 0;
}
.application-secondary .row p:not(.label) {
  margin-left: 40%;
  padding: 0;
  min-height: 30px;
  display: block;
}
.application-secondary .row p:not(.label) input.wpcf7-text {
  background: #444;
  color: white;
  padding: 0 5px;
  width: 100%;
  height: 30px;
}
.application-secondary .row p:not(.label) .wpcf7-not-valid-tip {
  display: block;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
}
.application-secondary .row p:not(.label) .wpcf7-file {
  padding-top: 10px;
  max-width: 100%;
}
.application-secondary .row #sending-output {
  display: block;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 24px;
  width: 100%;
  color: white;
  text-align: center;
}
.application-secondary .info h3 {
  font-family: Arial, Helvetica, Verdana, sans-serif !important;
  font-size: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.application-secondary .info .small {
  margin-top: -10px;
  font-family: Arial, Helvetica, Verdana, sans-serif !important;
  font-size: 14px !important;
}
.application-secondary .info p:not(.small) {
  display: none;
}
.application-secondary .column:nth-child(4) .row:last-of-type p:not(.label) {
  margin-left: 0%;
}
.application-secondary .wpcf7-submit {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid white;
  background: rgba(0, 0, 0, 0);
  color: white;
  text-align: left;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 26px;
  font-weight: bold;
  padding: 15px;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  background: #57339f;
}
.application-secondary .wpcf7-submit span {
  display: block;
  color: white;
  float: right;
  background: none;
  border: 0px;
}
.application-secondary .screen-reader-response[role='alert'] {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  color: white;
  border: 1px solid white;
  padding: 10px;
  margin: 10px 0;
}
.application-secondary .screen-reader-response[role='alert'] ul li {
  padding: 0 !important;
  margin: 0 !important;
  font-family: Arial, Helvetica, Verdana, sans-serif !important;
  font-size: 16px !important;
}
.application-secondary .wpcf7-response-output {
  font-family: Arial, Helvetica, Verdana, sans-serif !important;
  font-size: 16px !important;
  color: white;
  padding: 10px 0;
  text-align: center;
}
.application-secondary .wpcf7-response-output.wpcf7-mail-sent-ok {
  font-size: 24px !important;
}
/* Crunchy Link */
.kilooshare-social {
  margin: 20px 0px 25px 0px;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  float: right;
  margin-top: -52px;
  overflow: auto;
}
.kilooshare-social .kilooshare-link {
  float: left;
  cursor: pointer;
  display: block;
  margin-left: 10px;
  margin-bottom: 5px;
}
.kilooshare-social .kilooshare-print {
  background: none;
  border: 1px solid white;
  height: 26px !important;
  cursor: pointer;
}
.kilooshare-social .kilooshare-print span,
.kilooshare-social .kilooshare-print input {
  font-weight: 100;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 10px;
  padding-right: 58px;
}
.kilooshare-social .kilooshare-print span:after,
.kilooshare-social .kilooshare-print input:after {
  content: '▶';
  display: block;
  float: right;
  text-transform: uppercase;
  padding-top: 2px;
  font-weight: 700;
  font-size: 8px;
  color: white;
}
.kilooshare-social .kilooshare-twitter {
  width: 24px;
  height: 26px;
  background: url(https://www.kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/social/media-share-twitter.png) no-repeat top left;
}
.kilooshare-social .kilooshare-facebook {
  width: 24px;
  height: 26px;
  background: url(https://www.kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/social/media-share-facebook.png) no-repeat top left;
}
.kilooshare-social .kilooshare-googleplus {
  width: 26px;
  height: 26px;
  background: url(https://www.kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/social/media-share-google.png) no-repeat top left;
}
.kilooshare-social .kilooshare-linkedin {
  width: 25px;
  height: 26px;
  background: url(https://www.kiloogames.com/wp-content/themes/kiloo-build/stylesheet/../assets/img/social/media-share-linkedin.png) no-repeat top left;
}
#catapult-cookie-bar {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
}
