﻿@charset "UTF-8";
@font-face {
  font-family: 'picto';
  src: url("../fonts/picto.ttf?lp81tf") format("truetype"), url("../fonts/picto.woff?lp81tf") format("woff"), url("../fonts/picto.svg?lp81tf#picto") format("svg");
  font-weight: normal;
  font-style: normal; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'picto' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.header_content {
  position: relative; }

.header_text {
  float: none;
  padding: 0;
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 90px;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box; }

.header_text_text {
  padding-left: 20px; }

.btn_more_info {
  margin: 0;
  width: 200px;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  color: #11203d; }
  .btn_more_info:hover {
    background-color: white; }

.large_panel {
  width: auto;
  height: 460px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 20px auto;
  background: #ffffff; }

.large_content {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  width: auto;
  max-width: 1160px;
  min-width: 760px;
  height: 460px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
  background-position: left top;
  background-repeat: no-repeat; }

.large_content_zombie {
  background-image: url(../images/WebHeroes.jpg); }

.large_content_aod {
  background-image: url(../images/aod_bg.jpg); }

.large_content_inner {
  padding: 20px;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .large_content_inner .large_text {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700; }
    .large_content_inner .large_text h2 {
      font-size: 35px;
      padding: 0;
      margin: 0;
      font-weight: 400; }

.faded-bg {
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%); }

.faded-bg-half {
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, transparent 50%); }

.faded-bg-full {
  background: rgba(0, 0, 0, 0.65); }

.minigames_col {
  border-radius: 12px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative; }

.minigames_text {
  float: none;
  width: 570px;
  height: auto;
  color: #ffffff;
  padding: 20px;
  margin: 0;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.references {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .references .reference-box {
    width: 14.285%;
    padding: 7px;
    box-sizing: border-box; }
    .references .reference-box img {
      width: 100%; }

.positions-block {
  text-align: left;
  font-size: 24px;
  margin-top: 40px; }
  .positions-block h3 {
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  .positions-block a, .positions-block a:visited, .positions-block a:link {
    color: #3b5998;
    text-decoration: none; }
    .positions-block a:hover, .positions-block a:visited:hover, .positions-block a:link:hover {
      text-decoration: underline; }
  .positions-block .position {
    display: flex;
    margin: 12px 0; }
    .positions-block .position .col-desc {
      flex: 0 0 80%;
      max-width: 80%; }
    .positions-block .position .col-link {
      flex: 0 0 20%;
      max-width: 20%;
      text-align: right; }

.footer_panel_content {
  padding: 0 50px; }

.social-button {
  border-radius: 8px;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  background: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none !important;
  color: #fff; }
  .social-button.fb {
    background-color: #3b5998; }
    .social-button.fb:hover {
      background-color: #4c70ba; }
  .social-button.tw {
    background-color: #00aced; }
    .social-button.tw:hover {
      background-color: #21c2ff; }
  .social-button.yt {
    background-color: #cc181e; }
    .social-button.yt:hover {
      background-color: #e73036; }
  .social-button span {
    font-size: 30px; }

/*# sourceMappingURL=app.css.map */