@charset "UTF-8";
.admin-menu #overlay-container {
  margin-top: 20px;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after, .ab15-games-list:after {
  content: "";
  display: table;
  clear: both;
}

.comment-wrapper .filter-help,
.comment-wrapper .filter-guidelines {
  display: none;
}

.view-id-game_overview .views-exposed-widgets .description {
  display: none;
}

@font-face {
  font-family: "GT Walsheim";
  src: url("webfonts/GT-Walsheim-Regular.eot");
  src: local("GT Walsheim Regular"), local("GT-Walsheim-Regular"), url("webfonts/GT-Walsheim-Regular.woff") format("woff"), url("webfonts/GT-Walsheim-Regular.ttf") format("truetype"), url("webfonts/GT-Walsheim-Regular.svg#GT-Walsheim-Regular") format("svg");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

body {
  font-family: "GT Walsheim";
  font-size: 18px;
  overflow-y: scroll;
  background: white;
  margin-left: 1.11111em;
  margin-right: 1.11111em;
}
@media (min-width: 640px) {
  body {
    margin-left: 2.08333%;
    margin-right: 2.08333%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.3em;
  font-weight: normal;
}

table {
  width: 100%;
}

thead tr > * {
  padding-bottom: 1.2em;
}

th {
  text-align: left;
}

th,
td {
  vertical-align: top;
}

table pre {
  margin: 0;
  white-space: pre-line;
}

h1,
.ab15-site-title,
.block-title, .social-footer, .comment-wrapper h2.title {
  background: #ff0048;
  color: white;
  padding: 0.3em 0.4em 0.1em;
  margin: 0.2em -0.4em;
}
h1 a,
.ab15-site-title a,
.block-title a, .social-footer a, .comment-wrapper h2.title a {
  color: white;
}

a {
  color: #ff0048;
}

.view-images img {
  display: block;
  margin: 0 auto;
  position: relative;
}

html.js input.form-autocomplete {
  background-position: 100% 6px !important;
}

.js-display-region-content .ab15-body-content > * {
  display: none;
}
.js-display-region-content .region {
  display: none;
}
.js-display-region-content .region-content {
  display: block;
}

.ab15-body-content {
  max-width: 1024px;
  margin: 0 auto;
}

.region-content {
  margin-bottom: 2em;
}
.region-content .block {
  margin: 1.4em 0;
}

.copyright-footer {
  text-align: right;
}

button,
input[type=button], input[type=submit], .tabs a,
.item-list ul a, .node-game .links a, .ab15-game-jury-links a, .comment .links a {
  background: black;
  color: white;
  text-decoration: none;
  padding: 0.2em 1em;
}
button:active,
input[type=button]:active, input[type=submit]:active, .tabs a:active,
.item-list ul a:active, .node-game .links a:active, .ab15-game-jury-links a:active, .comment .links a:active {
  transform: translateY(2px);
}
button.active,
input.active[type=button], input.active[type=submit], .tabs a.active,
.item-list ul a.active, .node-game .links a.active, .ab15-game-jury-links a.active, .comment .links a.active {
  background: gray;
}

button,
input[type=button] {
  border: none;
}

input[type=submit] {
  border: none;
  background: #ff0048;
}

.tabs,
.item-list ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
.tabs li,
.item-list ul li {
  list-style: none;
}
.tabs a,
.item-list ul a {
  display: block;
  float: left;
  margin-right: 0.5em;
}

fieldset {
  border: none;
  padding: 0;
}

legend,
.form-type-media > label,
.form-type-managed-file > label,
.form-type-radios > label,
.form-type-checkboxes > label,
.form-type-textarea > label {
  width: 100%;
  display: block;
  margin-bottom: 0.8em;
  border-bottom: 1px solid black;
}

legend {
  float: left;
}

.page-node-add .form-wrapper,
.page-node-edit .form-wrapper {
  margin-bottom: 2em;
}
.page-node-add .form-item:not(.form-type-radio,.form-type-checkbox),
.page-node-edit .form-item:not(.form-type-radio,.form-type-checkbox) {
  margin-bottom: 2em;
}
.page-node-add .form-item:not(.form-type-radio,.form-type-checkbox) label,
.page-node-edit .form-item:not(.form-type-radio,.form-type-checkbox) label {
  display: inline-block;
}
.page-node-add .form-item:not(.form-type-radio,.form-type-checkbox) input,
.page-node-add .form-item:not(.form-type-radio,.form-type-checkbox) textarea,
.page-node-edit .form-item:not(.form-type-radio,.form-type-checkbox) input,
.page-node-edit .form-item:not(.form-type-radio,.form-type-checkbox) textarea {
  border: 1px solid black;
}
.page-node-add .form-type-radio,
.page-node-add .form-type-checkbox,
.page-node-edit .form-type-radio,
.page-node-edit .form-type-checkbox {
  margin-bottom: 0.8em;
}

.form-type-checkbox label {
  display: inline;
}

.form-required {
  display: none;
}

form .error:not(.vertical-tab-button) {
  background: #ff0048;
  color: white;
}

.messages,
.password-suggestions {
  border: 4px solid #2f3e39;
  padding: 0.2em;
  margin: 0.4em 0;
}

.messages.error {
  border: 4px dashed #ff0048;
  color: #ff0048;
}

td,
th {
  padding: 0.2em 0.4em;
}

/* Game form */
/* Tabs */
.node-game-form .vertical-tabs-list {
  padding: 0;
  border-bottom: 1px solid black;
}
.node-game-form .vertical-tab-button {
  display: inline;
}
.node-game-form .vertical-tab-button a {
  display: inline-block;
  padding: 0.2em 0.6em;
  text-decoration: none;
  margin: 0 0.4em;
  margin-bottom: -1px;
}
.node-game-form .vertical-tab-button strong {
  font-weight: normal;
}
.node-game-form .vertical-tab-button:not(.selected) a {
  color: #909090;
}
.node-game-form .vertical-tab-button:not(.selected) a:before {
  content: "➤ ";
}
.node-game-form .vertical-tab-button.selected a {
  border: 1px solid black;
  border-bottom: none;
  background: white;
  color: black;
}
.node-game-form .vertical-tab-button.error a {
  color: #ff0048;
}
.node-game-form .vertical-tabs-panes > fieldset > legend {
  display: none;
}

.password-strength {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

.password-strength-text {
  display: inline;
}

.password-strength-title {
  float: left;
}

.block-user {
  margin: 2em 0;
}
.block-user label,
.block-user input,
.block-user .form-item {
  float: left;
}
.block-user .form-item {
  margin-bottom: 0.8em;
}
@media (min-width: 640px) {
  .block-user .form-item {
    width: 50%;
  }
}
.block-user label {
  padding: 0.2em;
}
.block-user input {
  margin-right: 1em;
}
.block-user .item-list {
  float: left;
  clear: both;
}
.block-user .item-list ul,
.block-user .item-list li,
.block-user .item-list a {
  display: inline;
}
@media (max-width: 639px) {
  .block-user .item-list {
    width: 100%;
  }
}
.block-user .item-list a,
.block-user .form-submit {
  box-sizing: border-box;
}
@media (max-width: 639px) {
  .block-user .item-list a,
  .block-user .form-submit {
    width: 100%;
    display: block;
    margin: 0.2em 0;
  }
}

/* id because element has no other class */
#edit-revalidate {
  float: left;
  width: 100%;
  padding: 1em 0;
}

.description {
  font-size: 0.77778em;
}

.form-type-textfield input,
.form-item-pass input {
  width: 100%;
}
@media (min-width: 712px) {
  .form-type-textfield input,
  .form-item-pass input {
    width: 50%;
  }
}

.page-node-add .field-name-field-platform,
.page-node-edit .field-name-field-platform,
.page-user-edit .field-name-field-platform {
  width: 100%;
  float: left;
}
.page-node-add .field-name-field-platform label,
.page-node-edit .field-name-field-platform label,
.page-user-edit .field-name-field-platform label {
  margin-bottom: 0.8em;
}
.page-node-add .field-name-field-platform .form-type-checkbox,
.page-node-edit .field-name-field-platform .form-type-checkbox,
.page-user-edit .field-name-field-platform .form-type-checkbox {
  float: left;
  width: 50%;
  margin-bottom: 0.8em;
}
@media (min-width: 480px) {
  .page-node-add .field-name-field-platform .form-type-checkbox,
  .page-node-edit .field-name-field-platform .form-type-checkbox,
  .page-user-edit .field-name-field-platform .form-type-checkbox {
    width: 30%;
  }
}
@media (min-width: 712px) {
  .page-node-add .field-name-field-platform .form-type-checkbox,
  .page-node-edit .field-name-field-platform .form-type-checkbox,
  .page-user-edit .field-name-field-platform .form-type-checkbox {
    width: 20%;
  }
}
@media (min-width: 960px) {
  .page-node-add .field-name-field-platform .form-type-checkbox,
  .page-node-edit .field-name-field-platform .form-type-checkbox,
  .page-user-edit .field-name-field-platform .form-type-checkbox {
    width: 15%;
  }
}
.page-node-add .field-name-field-platform .description,
.page-node-edit .field-name-field-platform .description,
.page-user-edit .field-name-field-platform .description {
  clear: both;
}

/* game node */
.node-game img {
  width: 100%;
  height: auto;
}
.node-game .field-label-inline .field-label,
.node-game .field-label-inline .field-items,
.node-game .field-label-inline .field-item {
  display: inline;
}
.node-game .field {
  margin: 1em 0;
}
.node-game .links {
  padding: 0;
}
.node-game .links li {
  display: inline;
}

/* jury infos on game */
.ab15-game-jury-links > * {
  display: inline;
}
.ab15-game-jury-links .view-voting-details div {
  display: inline;
}

/*games list */
.ab15-games-list {
  margin: -0.9375%;
}

.ab15-game-item {
  float: left;
  width: 31.98294%;
  margin: 0.53305%;
  position: relative;
  padding-top: 17.99041%;
  padding-bottom: 2.22222em;
}
.ab15-game-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-width: 0.44444em;
  border-color: #eeeeee;
  border-style: solid;
  box-sizing: border-box;
}
.ab15-game-item a,
.ab15-game-item img {
  display: block;
}
.ab15-game-item a {
  text-decoration: none;
}
.ab15-game-item .ab16-item-footer {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  padding: 0 0.2em;
  color: #404040;
  background: rgba(238, 238, 238, 0.7);
}

.ab15-game-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  font-size: 1em;
  line-height: 1.11111em;
  padding: 0.55556em;
  background: #eeeeee;
}
.ab15-game-title a {
  color: black;
}

.item-list .pager {
  text-align: center;
  margin-top: 1em;
}
.item-list .pager li {
  display: inline;
  margin: 0 0.4em;
}
.item-list .pager a {
  display: inline-block;
  float: none;
  margin: 0;
}

/* Comment block styling */
.comment-wrapper .indented {
  margin-left: 6.25%;
}

.title.comment-form {
  cursor: pointer;
  transition: background 0.3s;
}
.title.comment-form:hover {
  background: black;
}

.comment-form label {
  display: inline;
}
.comment-form label:after {
  content: ":";
}

.js .page-node#comment-form {
  display: none;
}
.js .page-node#comment-form.js-toggled {
  display: block;
}

.comment h3.title {
  margin: 0;
  font-size: 1em;
}
.comment h3.title,
.comment .submitted {
  float: left;
  margin: 1em 0;
  margin-right: 1em;
}
.comment .field-type-text-long {
  clear: both;
}
.comment .links {
  padding: 0;
}
.comment .links li {
  display: inline;
}

/* slideshow styling */
.ab16-slides {
  clear: both;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.ab16-slides .ab16-slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ab16-slides img {
  width: 100%;
  height: auto;
  display: block;
}

body:not(.js) .ab16-slide + .ab16-slide {
  /* hide any but 1st slide w/o js */
  display: none;
}

.ab16-slide-video .media-youtube-video {
  height: 0;
  padding-top: 56.25%;
  padding: relative;
}
.ab16-slide-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* only show pager w/ JS */
.js .ab16-slide-pager {
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  cursor: pointer;
  z-index: 110;
}
.js .ab16-slide-pager:before {
  display: block;
  position: absolute;
  font-size: 2em;
  padding: 0 0.4em;
  color: #ff0048;
  box-sizing: border-box;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1em;
  margin-top: -0.5em;
}
.js .ab16-slide-prev {
  left: 0;
}
.js .ab16-slide-prev:before {
  content: "◀";
  text-align: left;
}
.js .ab16-slide-next {
  right: 0;
}
.js .ab16-slide-next:before {
  content: "▶︎";
  text-align: right;
}
