@charset "UTF-8";
/* $small-screen-min: 479px;
$medium-screen-min: 769px;
$medium-screen-min--landscape: 991px;
$large-screen-min: 1279px;
$x-large-screen-min: 1600px;
$xx-large-screen-min: 1920px;

$small-screen-max: 480px;
$medium-screen-max: 770px;
$medium-screen-max--landscape: 992px;
$large-screen-max: 1280px;
$x-large-screen-max: 1599px;
$xx-large-screen-max: 1919px; */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background: #2e2d34;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #2e2d34;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #2e2d34; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px;
    font-size: 13px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #2e2d34;
    padding: 4px;
    border-radius: 4px;
    background: #2e2d34;
    color: #FAFAFA; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td {
    font-weight: 300; }
    .daterangepicker td.available:hover {
      background-color: #C39A2A; }
    .daterangepicker td.off {
      opacity: 0.5; }
      .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
        background-color: transparent;
        border-color: transparent;
        color: #999; }
    .daterangepicker td.in-range {
      background-color: #3c3b42;
      border-color: transparent;
      color: #FAFAFA;
      border-radius: 0; }
    .daterangepicker td.start-date {
      border-radius: 0 0 0 0; }
    .daterangepicker td.end-date {
      border-radius: 0 0 0 0; }
    .daterangepicker td.start-date.end-date {
      border-radius: 0; }
    .daterangepicker td.active, .daterangepicker td.active:hover {
      background-color: #C39A2A;
      border-color: transparent;
      color: #FAFAFA; }
  .daterangepicker th {
    color: #C39A2A; }
    .daterangepicker th.available:hover {
      background-color: #3c3b42; }
    .daterangepicker th.month {
      width: auto;
      color: #FAFAFA; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    /*
    border: $daterangepicker-control-border-size solid $daterangepicker-control-border-color;
    border-radius: $daterangepicker-control-border-radius;
    color: $daterangepicker-control-color;
    */
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #FAFAFA;
    color: #a3a3a6; }
    .daterangepicker .input-mini.active {
      /*
      border: $daterangepicker-control-active-border-size solid $daterangepicker-control-active-border-color;
      border-radius: $daterangepicker-control-active-border-radius;
      */ }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 3px;
      top: 2px;
      font-size: 18px;
      color: #a3a3a6; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 3px; }
  .daterangepicker .calendar-time {
    /*text-align: center;*/
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select {
      width: auto;
      border: none;
      background: none;
      color: #a3a3a6;
      padding: 0;
      border-bottom: 1px solid #FAFAFA;
      height: 26px; }
      .daterangepicker .calendar-time select option {
        background: #fff;
        color: #111; }
      .daterangepicker .calendar-time select.disabled {
        color: #ccc;
        cursor: not-allowed; }
  .daterangepicker .icon {
    color: #FAFAFA; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #FAFAFA; }
    .ranges li.active {
      background: #08c;
      border: 1px solid #08c;
      color: #FAFAFA; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

.daterangepicker-parent {
  position: relative; }
  .daterangepicker-parent .daterangepicker {
    left: auto !important;
    /* positon hack */
    top: 100% !important;
    /* position hack */ }
  .daterangepicker-parent .helper-input {
    width: 0;
    height: 0;
    overflow: hidden;
    border: none;
    position: absolute;
    top: 0;
    left: 0; }

.daterangepicker .ranges {
  float: none !important;
  clear: both; }
  .daterangepicker .ranges .range_inputs {
    text-align: right; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0; }

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em; }

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em; } }

/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10; }

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10; }

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10; }

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto; }

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666; }

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none; }

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold; }

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff; }

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px; }

/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2; }

@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em; } }

/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative; }

.picker {
  width: auto;
  min-width: 250px;
  color: #FAFAFA; }
  .picker__select--year, .picker__select--month {
    width: auto;
    border: none;
    background: none;
    color: #FAFAFA;
    padding: 0; }
    .picker__select--year option, .picker__select--month option {
      background: #fff;
      color: #111; }
  .picker__day {
    display: inline-block;
    border-radius: 0;
    height: 25px;
    line-height: 25px;
    min-width: 32px;
    font-size: 13px;
    margin: 1px;
    width: calc(100% - 2px);
    padding: 0; }
    .picker__day--selected {
      background-color: #C39A2A !important;
      color: #FAFAFA; }
    .picker__day--outfocus {
      opacity: 0.3; }
    .picker__day--infocus:hover:not(.picker__day--disabled), .picker__day--outfocus:hover:not(.picker__day--disabled) {
      background-color: #3c3b42;
      color: #FAFAFA;
      opacity: 1; }
    .picker__day--highlighted {
      background-color: #C39A2A !important;
      color: #FAFAFA !important;
      border: none; }
    .picker__day--disabled {
      background: none !important;
      opacity: 0.3;
      border: none !important; }
  .picker__weekday {
    font-weight: bold;
    color: #C39A2A; }
  .picker__nav--prev, .picker__nav--next {
    color: #FAFAFA; }
    .picker__nav--prev:hover, .picker__nav--next:hover {
      background: none; }
  .picker__nav--prev::before {
    border-right: 0.5em solid #FAFAFA; }
  .picker__nav--prev:hover::before {
    border-right: 0.5em solid #C39A2A; }
  .picker__nav--next::before {
    border-left: 0.5em solid #FAFAFA; }
  .picker__nav--next:hover::before {
    border-left: 0.5em solid #C39A2A; }
  .picker__footer {
    padding-bottom: 10px; }
  .picker__button--today, .picker__button--clear, .picker__button--close {
    background: none;
    border: none;
    color: #FAFAFA; }
    .picker__button--today:hover, .picker__button--clear:hover, .picker__button--close:hover {
      background: #3c3b42;
      color: #FAFAFA; }
  .picker__holder {
    width: auto;
    border: none;
    padding-top: 10px;
    background: none; }
  .picker__frame {
    background: #2e2d34;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(17, 17, 17, 0.2);
    position: relative; }
    .picker__frame::after {
      content: '';
      display: block;
      position: absolute;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #2e2d34 transparent;
      left: 13px;
      top: -10px; }

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

@font-face {
  font-family: 'icomoon';
  src: url("../assets/icons/fonts/icomoon.eot?6ge68i");
  src: url("../assets/icons/fonts/icomoon.eot?6ge68i#iefix") format("embedded-opentype"), url("../assets/icons/fonts/icomoon.ttf?6ge68i") format("truetype"), url("../assets/icons/fonts/icomoon.woff?6ge68i") format("woff"), url("../assets/icons/fonts/icomoon.svg?6ge68i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-steam:before {
  content: "\e99b";
  color: #eee; }

.icon-paragraph:before {
  content: "\e954"; }

.icon-ninja:before {
  content: "\e99a"; }

.icon-account-key:before {
  content: "\e999"; }

.icon-resize-bottom-right:before {
  content: "\e98f"; }

.icon-creation:before {
  content: "\e998"; }

.icon-checkbox-marked-circle-outline:before {
  content: "\e997"; }

.icon-message-image:before {
  content: "\e996"; }

.icon-comment-question-outline:before {
  content: "\e990"; }

.icon-crown:before {
  content: "\e991"; }

.icon-ic_feedback_black_24px:before {
  content: "\e992"; }

.icon-shield-half-full:before {
  content: "\e993"; }

.icon-sword2:before {
  content: "\e994"; }

.icon-sword-cross:before {
  content: "\e995"; }

.icon-arrow-compress2:before {
  content: "\e98d"; }

.icon-arrow-expand2:before {
  content: "\e98e"; }

.icon-filter2:before {
  content: "\e987"; }

.icon-filter-variant:before {
  content: "\e988"; }

.icon-pin2:before {
  content: "\e989"; }

.icon-pin-off:before {
  content: "\e98a"; }

.icon-star2:before {
  content: "\e98b"; }

.icon-star-off:before {
  content: "\e98c"; }

.icon-Deathtrap-Game-Icon:before {
  content: "\e983";
  color: #d2a631; }

.icon-Neocore-Game-Icon:before {
  content: "\e984";
  color: #d2a631; }

.icon-Van-Helsing-Game-Icon:before {
  content: "\e985";
  color: #d2a631; }

.icon-warp-down:before {
  content: "\e986";
  color: #d0a42e; }

.icon-package-up:before {
  content: "\e982"; }

.icon-special-badge-adeptus:before {
  content: "\e964"; }

.icon-special-badge-aimbot:before {
  content: "\e965"; }

.icon-special-badge-bombermanus:before {
  content: "\e966"; }

.icon-special-badge-champion:before {
  content: "\e967"; }

.icon-special-badge-community-crusader:before {
  content: "\e968"; }

.icon-special-badge-cookie-monsta:before {
  content: "\e969"; }

.icon-special-badge-godlike:before {
  content: "\e96a"; }

.icon-special-badge-guardian-angel:before {
  content: "\e96b"; }

.icon-special-badge-hierophant:before {
  content: "\e96c"; }

.icon-special-badge-katarina-addict:before {
  content: "\e96d"; }

.icon-special-badge-lord-divine:before {
  content: "\e96e"; }

.icon-special-badge-lord-domovoy:before {
  content: "\e96f"; }

.icon-special-badge-lord-protector:before {
  content: "\e970"; }

.icon-special-badge-meatmachine:before {
  content: "\e971"; }

.icon-special-badge-metal-head:before {
  content: "\e972"; }

.icon-special-badge-mr-Robot:before {
  content: "\e973"; }

.icon-special-badge-mr-sound-head:before {
  content: "\e974"; }

.icon-special-badge-mystic-hunter:before {
  content: "\e975"; }

.icon-special-badge-neo-adventurer:before {
  content: "\e976"; }

.icon-special-badge-neo-inquisitor:before {
  content: "\e977"; }

.icon-special-badge-peace-maker:before {
  content: "\e978"; }

.icon-special-badge-pixel-hero:before {
  content: "\e979"; }

.icon-special-badge-polygon-hunter:before {
  content: "\e97a"; }

.icon-special-badge-space-cat:before {
  content: "\e97b"; }

.icon-special-badge-space-potato:before {
  content: "\e97c"; }

.icon-special-badge-tech-adept:before {
  content: "\e97d"; }

.icon-special-badge-the-pro:before {
  content: "\e97e"; }

.icon-special-badge-vip:before {
  content: "\e97f"; }

.icon-special-badge-web-knight:before {
  content: "\e980"; }

.icon-special-badge-xeno-eater:before {
  content: "\e981"; }

.icon-lock-plus:before {
  content: "\e963"; }

.icon-skull-number-4:before {
  content: "\e95f";
  color: #d0a42e; }

.icon-skull-number-3:before {
  content: "\e960";
  color: #d0a42e; }

.icon-skull-number-2:before {
  content: "\e961";
  color: #d0a42e; }

.icon-skull-number-1:before {
  content: "\e962";
  color: #d0a42e; }

.icon-ic_history_black_24px:before {
  content: "\e95d"; }

.icon-zoom-icon:before {
  content: "\e95e"; }

.icon-Close-Cookie-Square-ok4:before {
  content: "\e95c";
  color: #d0a42e; }

.icon-xbox:before {
  content: "\e955"; }

.icon-playstation:before {
  content: "\e956"; }

.icon-arrow-right-bold-hexagon-outline2:before {
  content: "\e957"; }

.icon-close-x .path1:before {
  content: "\e958";
  color: #858585; }

.icon-close-x .path2:before {
  content: "\e959";
  margin-left: -1em;
  color: white; }

.icon-DONE-Pipe-Square:before {
  content: "\e95a"; }

.icon-Mobile-View-HEXA-LOGGED-IN-Avatar:before {
  content: "\e95b"; }

.icon-format_quote_mirrored:before {
  content: "\e953"; }

.icon-account-card-details:before {
  content: "\e907"; }

.icon-arrange-send-backward:before {
  content: "\e910"; }

.icon-arrow-compress:before {
  content: "\e92c"; }

.icon-arrow-expand:before {
  content: "\e92d"; }

.icon-arrow-left-bold-hexagon-outline:before {
  content: "\e92e"; }

.icon-arrow-right-bold-hexagon-outline:before {
  content: "\e92f"; }

.icon-arrow-up-bold-hexagon-outline:before {
  content: "\e930"; }

.icon-at:before {
  content: "\e931"; }

.icon-calendar-check:before {
  content: "\e932"; }

.icon-calendar-clock:before {
  content: "\e933"; }

.icon-chevron-double-up:before {
  content: "\e934"; }

.icon-clock-end:before {
  content: "\e935"; }

.icon-clock-fast:before {
  content: "\e936"; }

.icon-clock-start:before {
  content: "\e937"; }

.icon-coin:before {
  content: "\e938"; }

.icon-facebook-about:before {
  content: "\e939"; }

.icon-facebook-share:before {
  content: "\e93a"; }

.icon-file-document-box:before {
  content: "\e93b"; }

.icon-google-plus-about:before {
  content: "\e93c"; }

.icon-heart-box:before {
  content: "\e93d"; }

.icon-heart-box-outline:before {
  content: "\e93e"; }

.icon-home:before {
  content: "\e93f"; }

.icon-human-female:before {
  content: "\e940"; }

.icon-human-male:before {
  content: "\e941"; }

.icon-link-variant-about:before {
  content: "\e942"; }

.icon-newspaper:before {
  content: "\e943"; }

.icon-pin:before {
  content: "\e944"; }

.icon-play-button:before {
  content: "\e945";
  color: #eaeaea; }

.icon-sale:before {
  content: "\e946"; }

.icon-scroll_or_die_arrows:before {
  content: "\e947";
  color: #d0a42e; }

.icon-shield:before {
  content: "\e948"; }

.icon-shopping:before {
  content: "\e949"; }

.icon-skull-Icon:before {
  content: "\e94a"; }

.icon-sword:before {
  content: "\e94b"; }

.icon-trophy-variant:before {
  content: "\e94c"; }

.icon-twitter-about:before {
  content: "\e94d"; }

.icon-twitter-share:before {
  content: "\e94e"; }

.icon-vk-share:before {
  content: "\e94f"; }

.icon-weather-sunny:before {
  content: "\e950"; }

.icon-youtube-about:before {
  content: "\e951"; }

.icon-youtube-view-channel:before {
  content: "\e952"; }

.icon-3d_rotation:before {
  content: "\e84d"; }

.icon-ac_unit:before {
  content: "\eb3b"; }

.icon-alarm:before {
  content: "\e855"; }

.icon-access_alarms:before {
  content: "\e191"; }

.icon-schedule:before {
  content: "\e8b5"; }

.icon-accessibility:before {
  content: "\e84e"; }

.icon-accessible:before {
  content: "\e914"; }

.icon-account_balance:before {
  content: "\e84f"; }

.icon-account_balance_wallet:before {
  content: "\e850"; }

.icon-account_box:before {
  content: "\e851"; }

.icon-account_circle:before {
  content: "\e853"; }

.icon-adb:before {
  content: "\e60e"; }

.icon-add:before {
  content: "\e145"; }

.icon-add_a_photo:before {
  content: "\e439"; }

.icon-alarm_add:before {
  content: "\e856"; }

.icon-add_alert:before {
  content: "\e003"; }

.icon-add_box:before {
  content: "\e146"; }

.icon-add_circle:before {
  content: "\e147"; }

.icon-control_point:before {
  content: "\e3ba"; }

.icon-add_location:before {
  content: "\e567"; }

.icon-add_shopping_cart:before {
  content: "\e854"; }

.icon-queue:before {
  content: "\e03c"; }

.icon-add_to_queue:before {
  content: "\e05c"; }

.icon-adjust:before {
  content: "\e39e"; }

.icon-airline_seat_flat:before {
  content: "\e630"; }

.icon-airline_seat_flat_angled:before {
  content: "\e631"; }

.icon-airline_seat_individual_suite:before {
  content: "\e632"; }

.icon-airline_seat_legroom_extra:before {
  content: "\e633"; }

.icon-airline_seat_legroom_normal:before {
  content: "\e634"; }

.icon-airline_seat_legroom_reduced:before {
  content: "\e635"; }

.icon-airline_seat_recline_extra:before {
  content: "\e636"; }

.icon-airline_seat_recline_normal:before {
  content: "\e637"; }

.icon-flight:before {
  content: "\e539"; }

.icon-airplanemode_inactive:before {
  content: "\e194"; }

.icon-airplay:before {
  content: "\e055"; }

.icon-airport_shuttle:before {
  content: "\eb3c"; }

.icon-alarm_off:before {
  content: "\e857"; }

.icon-alarm_on:before {
  content: "\e858"; }

.icon-album:before {
  content: "\e019"; }

.icon-all_inclusive:before {
  content: "\eb3d"; }

.icon-all_out:before {
  content: "\e90b"; }

.icon-android:before {
  content: "\e859"; }

.icon-announcement:before {
  content: "\e85a"; }

.icon-apps:before {
  content: "\e5c3"; }

.icon-archive:before {
  content: "\e149"; }

.icon-arrow_back:before {
  content: "\e5c4"; }

.icon-arrow_downward:before {
  content: "\e5db"; }

.icon-arrow_drop_down:before {
  content: "\e5c5"; }

.icon-arrow_drop_down_circle:before {
  content: "\e5c6"; }

.icon-arrow_drop_up:before {
  content: "\e5c7"; }

.icon-arrow_forward:before {
  content: "\e5c8"; }

.icon-arrow_upward:before {
  content: "\e5d8"; }

.icon-art_track:before {
  content: "\e060"; }

.icon-aspect_ratio:before {
  content: "\e85b"; }

.icon-poll:before {
  content: "\e801"; }

.icon-assignment:before {
  content: "\e85d"; }

.icon-assignment_ind:before {
  content: "\e85e"; }

.icon-assignment_late:before {
  content: "\e85f"; }

.icon-assignment_return:before {
  content: "\e860"; }

.icon-assignment_returned:before {
  content: "\e861"; }

.icon-assignment_turned_in:before {
  content: "\e862"; }

.icon-assistant:before {
  content: "\e39f"; }

.icon-flag:before {
  content: "\e153"; }

.icon-attach_file:before {
  content: "\e226"; }

.icon-attach_money:before {
  content: "\e227"; }

.icon-attachment:before {
  content: "\e2bc"; }

.icon-audiotrack:before {
  content: "\e3a1"; }

.icon-autorenew:before {
  content: "\e863"; }

.icon-av_timer:before {
  content: "\e01b"; }

.icon-backspace:before {
  content: "\e14a"; }

.icon-cloud_upload:before {
  content: "\e2c3"; }

.icon-battery_alert:before {
  content: "\e19c"; }

.icon-battery_charging_full:before {
  content: "\e1a3"; }

.icon-battery_std:before {
  content: "\e1a5"; }

.icon-battery_unknown:before {
  content: "\e1a6"; }

.icon-beach_access:before {
  content: "\eb3e"; }

.icon-beenhere:before {
  content: "\e52d"; }

.icon-block:before {
  content: "\e14b"; }

.icon-bluetooth:before {
  content: "\e1a7"; }

.icon-bluetooth_searching:before {
  content: "\e1aa"; }

.icon-bluetooth_connected:before {
  content: "\e1a8"; }

.icon-bluetooth_disabled:before {
  content: "\e1a9"; }

.icon-blur_circular:before {
  content: "\e3a2"; }

.icon-blur_linear:before {
  content: "\e3a3"; }

.icon-blur_off:before {
  content: "\e3a4"; }

.icon-blur_on:before {
  content: "\e3a5"; }

.icon-class:before {
  content: "\e86e"; }

.icon-turned_in:before {
  content: "\e8e6"; }

.icon-turned_in_not:before {
  content: "\e8e7"; }

.icon-border_all:before {
  content: "\e228"; }

.icon-border_bottom:before {
  content: "\e229"; }

.icon-border_clear:before {
  content: "\e22a"; }

.icon-border_color:before {
  content: "\e22b"; }

.icon-border_horizontal:before {
  content: "\e22c"; }

.icon-border_inner:before {
  content: "\e22d"; }

.icon-border_left:before {
  content: "\e22e"; }

.icon-border_outer:before {
  content: "\e22f"; }

.icon-border_right:before {
  content: "\e230"; }

.icon-border_style:before {
  content: "\e231"; }

.icon-border_top:before {
  content: "\e232"; }

.icon-border_vertical:before {
  content: "\e233"; }

.icon-branding_watermark:before {
  content: "\e06b"; }

.icon-brightness_1:before {
  content: "\e3a6"; }

.icon-brightness_2:before {
  content: "\e3a7"; }

.icon-brightness_3:before {
  content: "\e3a8"; }

.icon-brightness_4:before {
  content: "\e3a9"; }

.icon-brightness_low:before {
  content: "\e1ad"; }

.icon-brightness_medium:before {
  content: "\e1ae"; }

.icon-brightness_high:before {
  content: "\e1ac"; }

.icon-brightness_auto:before {
  content: "\e1ab"; }

.icon-broken_image:before {
  content: "\e3ad"; }

.icon-brush:before {
  content: "\e3ae"; }

.icon-bubble_chart:before {
  content: "\e6dd"; }

.icon-bug_report:before {
  content: "\e868"; }

.icon-build:before {
  content: "\e869"; }

.icon-burst_mode:before {
  content: "\e43c"; }

.icon-domain:before {
  content: "\e7ee"; }

.icon-business_center:before {
  content: "\eb3f"; }

.icon-cached:before {
  content: "\e86a"; }

.icon-cake:before {
  content: "\e7e9"; }

.icon-phone:before {
  content: "\e0cd"; }

.icon-call_end:before {
  content: "\e0b1"; }

.icon-call_made:before {
  content: "\e0b2"; }

.icon-merge_type:before {
  content: "\e252"; }

.icon-call_missed:before {
  content: "\e0b4"; }

.icon-call_missed_outgoing:before {
  content: "\e0e4"; }

.icon-call_received:before {
  content: "\e0b5"; }

.icon-call_split:before {
  content: "\e0b6"; }

.icon-call_to_action:before {
  content: "\e06c"; }

.icon-camera:before {
  content: "\e3af"; }

.icon-photo_camera:before {
  content: "\e412"; }

.icon-camera_enhance:before {
  content: "\e8fc"; }

.icon-camera_front:before {
  content: "\e3b1"; }

.icon-camera_rear:before {
  content: "\e3b2"; }

.icon-camera_roll:before {
  content: "\e3b3"; }

.icon-cancel:before {
  content: "\e5c9"; }

.icon-redeem:before {
  content: "\e8b1"; }

.icon-card_membership:before {
  content: "\e8f7"; }

.icon-card_travel:before {
  content: "\e8f8"; }

.icon-casino:before {
  content: "\eb40"; }

.icon-cast:before {
  content: "\e307"; }

.icon-cast_connected:before {
  content: "\e308"; }

.icon-center_focus_strong:before {
  content: "\e3b4"; }

.icon-center_focus_weak:before {
  content: "\e3b5"; }

.icon-change_history:before {
  content: "\e86b"; }

.icon-chat:before {
  content: "\e0b7"; }

.icon-chat_bubble:before {
  content: "\e0ca"; }

.icon-chat_bubble_outline:before {
  content: "\e0cb"; }

.icon-check:before {
  content: "\e5ca"; }

.icon-check_box:before {
  content: "\e834"; }

.icon-check_box_outline_blank:before {
  content: "\e835"; }

.icon-check_circle:before {
  content: "\e86c"; }

.icon-navigate_before:before {
  content: "\e408"; }

.icon-navigate_next:before {
  content: "\e409"; }

.icon-child_care:before {
  content: "\eb41"; }

.icon-child_friendly:before {
  content: "\eb42"; }

.icon-chrome_reader_mode:before {
  content: "\e86d"; }

.icon-close:before {
  content: "\e5cd"; }

.icon-clear_all:before {
  content: "\e0b8"; }

.icon-closed_caption:before {
  content: "\e01c"; }

.icon-wb_cloudy:before {
  content: "\e42d"; }

.icon-cloud_circle:before {
  content: "\e2be"; }

.icon-cloud_done:before {
  content: "\e2bf"; }

.icon-cloud_download:before {
  content: "\e2c0"; }

.icon-cloud_off:before {
  content: "\e2c1"; }

.icon-cloud_queue:before {
  content: "\e2c2"; }

.icon-code:before {
  content: "\e86f"; }

.icon-photo_library:before {
  content: "\e413"; }

.icon-collections_bookmark:before {
  content: "\e431"; }

.icon-palette:before {
  content: "\e40a"; }

.icon-colorize:before {
  content: "\e3b8"; }

.icon-comment:before {
  content: "\e0b9"; }

.icon-compare:before {
  content: "\e3b9"; }

.icon-compare_arrows:before {
  content: "\e915"; }

.icon-laptop:before {
  content: "\e31e"; }

.icon-confirmation_number:before {
  content: "\e638"; }

.icon-contact_mail:before {
  content: "\e0d0"; }

.icon-contact_phone:before {
  content: "\e0cf"; }

.icon-contacts:before {
  content: "\e0ba"; }

.icon-content_copy:before {
  content: "\e14d"; }

.icon-content_cut:before {
  content: "\e14e"; }

.icon-content_paste:before {
  content: "\e14f"; }

.icon-control_point_duplicate:before {
  content: "\e3bb"; }

.icon-copyright:before {
  content: "\e90c"; }

.icon-mode_edit:before {
  content: "\e254"; }

.icon-create_new_folder:before {
  content: "\e2cc"; }

.icon-payment:before {
  content: "\e8a1"; }

.icon-crop:before {
  content: "\e3be"; }

.icon-crop_16_9:before {
  content: "\e3bc"; }

.icon-crop_3_2:before {
  content: "\e3bd"; }

.icon-crop_landscape:before {
  content: "\e3c3"; }

.icon-crop_7_5:before {
  content: "\e3c0"; }

.icon-crop_din:before {
  content: "\e3c1"; }

.icon-crop_free:before {
  content: "\e3c2"; }

.icon-crop_original:before {
  content: "\e3c4"; }

.icon-crop_portrait:before {
  content: "\e3c5"; }

.icon-crop_rotate:before {
  content: "\e437"; }

.icon-crop_square:before {
  content: "\e3c6"; }

.icon-dashboard:before {
  content: "\e871"; }

.icon-data_usage:before {
  content: "\e1af"; }

.icon-date_range:before {
  content: "\e916"; }

.icon-dehaze:before {
  content: "\e3c7"; }

.icon-delete:before {
  content: "\e872"; }

.icon-delete_forever:before {
  content: "\e92b"; }

.icon-delete_sweep:before {
  content: "\e16c"; }

.icon-description:before {
  content: "\e873"; }

.icon-desktop_mac:before {
  content: "\e30b"; }

.icon-desktop_windows:before {
  content: "\e30c"; }

.icon-details:before {
  content: "\e3c8"; }

.icon-developer_board:before {
  content: "\e30d"; }

.icon-developer_mode:before {
  content: "\e1b0"; }

.icon-device_hub:before {
  content: "\e335"; }

.icon-phonelink:before {
  content: "\e326"; }

.icon-devices_other:before {
  content: "\e337"; }

.icon-dialer_sip:before {
  content: "\e0bb"; }

.icon-dialpad:before {
  content: "\e0bc"; }

.icon-directions:before {
  content: "\e52e"; }

.icon-directions_bike:before {
  content: "\e52f"; }

.icon-directions_boat:before {
  content: "\e532"; }

.icon-directions_bus:before {
  content: "\e530"; }

.icon-directions_car:before {
  content: "\e531"; }

.icon-directions_railway:before {
  content: "\e534"; }

.icon-directions_run:before {
  content: "\e566"; }

.icon-directions_transit:before {
  content: "\e535"; }

.icon-directions_walk:before {
  content: "\e536"; }

.icon-disc_full:before {
  content: "\e610"; }

.icon-dns:before {
  content: "\e875"; }

.icon-not_interested:before {
  content: "\e033"; }

.icon-do_not_disturb_alt:before {
  content: "\e611"; }

.icon-do_not_disturb_off:before {
  content: "\e643"; }

.icon-remove_circle:before {
  content: "\e15c"; }

.icon-dock:before {
  content: "\e30e"; }

.icon-done:before {
  content: "\e876"; }

.icon-done_all:before {
  content: "\e877"; }

.icon-donut_large:before {
  content: "\e917"; }

.icon-donut_small:before {
  content: "\e918"; }

.icon-drafts:before {
  content: "\e151"; }

.icon-drag_handle:before {
  content: "\e25d"; }

.icon-time_to_leave:before {
  content: "\e62c"; }

.icon-dvr:before {
  content: "\e1b2"; }

.icon-edit_location:before {
  content: "\e568"; }

.icon-eject:before {
  content: "\e8fb"; }

.icon-markunread:before {
  content: "\e159"; }

.icon-enhanced_encryption:before {
  content: "\e63f"; }

.icon-equalizer:before {
  content: "\e01d"; }

.icon-error:before {
  content: "\e000"; }

.icon-error_outline:before {
  content: "\e001"; }

.icon-euro_symbol:before {
  content: "\e926"; }

.icon-ev_station:before {
  content: "\e56d"; }

.icon-insert_invitation:before {
  content: "\e24f"; }

.icon-event_available:before {
  content: "\e614"; }

.icon-event_busy:before {
  content: "\e615"; }

.icon-event_note:before {
  content: "\e616"; }

.icon-event_seat:before {
  content: "\e903"; }

.icon-exit_to_app:before {
  content: "\e879"; }

.icon-expand_less:before {
  content: "\e5ce"; }

.icon-expand_more:before {
  content: "\e5cf"; }

.icon-explicit:before {
  content: "\e01e"; }

.icon-explore:before {
  content: "\e87a"; }

.icon-exposure:before {
  content: "\e3ca"; }

.icon-exposure_neg_1:before {
  content: "\e3cb"; }

.icon-exposure_neg_2:before {
  content: "\e3cc"; }

.icon-exposure_plus_1:before {
  content: "\e3cd"; }

.icon-exposure_plus_2:before {
  content: "\e3ce"; }

.icon-exposure_zero:before {
  content: "\e3cf"; }

.icon-extension:before {
  content: "\e87b"; }

.icon-face:before {
  content: "\e87c"; }

.icon-fast_forward:before {
  content: "\e01f"; }

.icon-fast_rewind:before {
  content: "\e020"; }

.icon-favorite:before {
  content: "\e87d"; }

.icon-favorite_border:before {
  content: "\e87e"; }

.icon-featured_play_list:before {
  content: "\e06d"; }

.icon-featured_video:before {
  content: "\e06e"; }

.icon-sms_failed:before {
  content: "\e626"; }

.icon-fiber_dvr:before {
  content: "\e05d"; }

.icon-fiber_manual_record:before {
  content: "\e061"; }

.icon-fiber_new:before {
  content: "\e05e"; }

.icon-fiber_pin:before {
  content: "\e06a"; }

.icon-fiber_smart_record:before {
  content: "\e062"; }

.icon-get_app:before {
  content: "\e884"; }

.icon-file_upload:before {
  content: "\e2c6"; }

.icon-filter:before {
  content: "\e3d3"; }

.icon-filter_1:before {
  content: "\e3d0"; }

.icon-filter_2:before {
  content: "\e3d1"; }

.icon-filter_3:before {
  content: "\e3d2"; }

.icon-filter_4:before {
  content: "\e3d4"; }

.icon-filter_5:before {
  content: "\e3d5"; }

.icon-filter_6:before {
  content: "\e3d6"; }

.icon-filter_7:before {
  content: "\e3d7"; }

.icon-filter_8:before {
  content: "\e3d8"; }

.icon-filter_9:before {
  content: "\e3d9"; }

.icon-filter_9_plus:before {
  content: "\e3da"; }

.icon-filter_b_and_w:before {
  content: "\e3db"; }

.icon-filter_center_focus:before {
  content: "\e3dc"; }

.icon-filter_drama:before {
  content: "\e3dd"; }

.icon-filter_frames:before {
  content: "\e3de"; }

.icon-terrain:before {
  content: "\e564"; }

.icon-filter_list:before {
  content: "\e152"; }

.icon-filter_none:before {
  content: "\e3e0"; }

.icon-filter_tilt_shift:before {
  content: "\e3e2"; }

.icon-filter_vintage:before {
  content: "\e3e3"; }

.icon-find_in_page:before {
  content: "\e880"; }

.icon-find_replace:before {
  content: "\e881"; }

.icon-fingerprint:before {
  content: "\e90d"; }

.icon-first_page:before {
  content: "\e5dc"; }

.icon-fitness_center:before {
  content: "\eb43"; }

.icon-flare:before {
  content: "\e3e4"; }

.icon-flash_auto:before {
  content: "\e3e5"; }

.icon-flash_off:before {
  content: "\e3e6"; }

.icon-flash_on:before {
  content: "\e3e7"; }

.icon-flight_land:before {
  content: "\e904"; }

.icon-flight_takeoff:before {
  content: "\e905"; }

.icon-flip:before {
  content: "\e3e8"; }

.icon-flip_to_back:before {
  content: "\e882"; }

.icon-flip_to_front:before {
  content: "\e883"; }

.icon-folder:before {
  content: "\e2c7"; }

.icon-folder_open:before {
  content: "\e2c8"; }

.icon-folder_shared:before {
  content: "\e2c9"; }

.icon-folder_special:before {
  content: "\e617"; }

.icon-font_download:before {
  content: "\e167"; }

.icon-format_align_center:before {
  content: "\e234"; }

.icon-format_align_justify:before {
  content: "\e235"; }

.icon-format_align_left:before {
  content: "\e236"; }

.icon-format_align_right:before {
  content: "\e237"; }

.icon-format_bold:before {
  content: "\e238"; }

.icon-format_clear:before {
  content: "\e239"; }

.icon-format_color_fill:before {
  content: "\e23a"; }

.icon-format_color_reset:before {
  content: "\e23b"; }

.icon-format_color_text:before {
  content: "\e23c"; }

.icon-format_indent_decrease:before {
  content: "\e23d"; }

.icon-format_indent_increase:before {
  content: "\e23e"; }

.icon-format_italic:before {
  content: "\e23f"; }

.icon-format_line_spacing:before {
  content: "\e240"; }

.icon-format_list_bulleted:before {
  content: "\e241"; }

.icon-format_list_numbered:before {
  content: "\e242"; }

.icon-format_paint:before {
  content: "\e243"; }

.icon-format_quote:before {
  content: "\e244"; }

.icon-format_shapes:before {
  content: "\e25e"; }

.icon-format_size:before {
  content: "\e245"; }

.icon-format_strikethrough:before {
  content: "\e246"; }

.icon-format_textdirection_l_to_r:before {
  content: "\e247"; }

.icon-format_textdirection_r_to_l:before {
  content: "\e248"; }

.icon-format_underlined:before {
  content: "\e249"; }

.icon-question_answer:before {
  content: "\e8af"; }

.icon-forward:before {
  content: "\e154"; }

.icon-forward_10:before {
  content: "\e056"; }

.icon-forward_30:before {
  content: "\e057"; }

.icon-forward_5:before {
  content: "\e058"; }

.icon-free_breakfast:before {
  content: "\eb44"; }

.icon-fullscreen:before {
  content: "\e5d0"; }

.icon-fullscreen_exit:before {
  content: "\e5d1"; }

.icon-functions:before {
  content: "\e24a"; }

.icon-g_translate:before {
  content: "\e927"; }

.icon-games:before {
  content: "\e021"; }

.icon-gavel:before {
  content: "\e90e"; }

.icon-gesture:before {
  content: "\e155"; }

.icon-gif:before {
  content: "\e908"; }

.icon-goat:before {
  content: "\e900"; }

.icon-golf_course:before {
  content: "\eb45"; }

.icon-my_location:before {
  content: "\e55c"; }

.icon-location_searching:before {
  content: "\e1b7"; }

.icon-location_disabled:before {
  content: "\e1b6"; }

.icon-star:before {
  content: "\e838"; }

.icon-gradient:before {
  content: "\e3e9"; }

.icon-grain:before {
  content: "\e3ea"; }

.icon-graphic_eq:before {
  content: "\e1b8"; }

.icon-grid_off:before {
  content: "\e3eb"; }

.icon-grid_on:before {
  content: "\e3ec"; }

.icon-people:before {
  content: "\e7fb"; }

.icon-group_add:before {
  content: "\e7f0"; }

.icon-group_work:before {
  content: "\e886"; }

.icon-hd:before {
  content: "\e052"; }

.icon-hdr_off:before {
  content: "\e3ed"; }

.icon-hdr_on:before {
  content: "\e3ee"; }

.icon-hdr_strong:before {
  content: "\e3f1"; }

.icon-hdr_weak:before {
  content: "\e3f2"; }

.icon-headset:before {
  content: "\e310"; }

.icon-headset_mic:before {
  content: "\e311"; }

.icon-healing:before {
  content: "\e3f3"; }

.icon-hearing:before {
  content: "\e023"; }

.icon-help:before {
  content: "\e887"; }

.icon-help_outline:before {
  content: "\e8fd"; }

.icon-high_quality:before {
  content: "\e024"; }

.icon-highlight:before {
  content: "\e25f"; }

.icon-highlight_off:before {
  content: "\e888"; }

.icon-restore:before {
  content: "\e8b3"; }

.icon-home2:before {
  content: "\e88a"; }

.icon-hot_tub:before {
  content: "\eb46"; }

.icon-local_hotel:before {
  content: "\e549"; }

.icon-hourglass_empty:before {
  content: "\e88b"; }

.icon-hourglass_full:before {
  content: "\e88c"; }

.icon-http:before {
  content: "\e902"; }

.icon-lock:before {
  content: "\e897"; }

.icon-photo:before {
  content: "\e410"; }

.icon-image_aspect_ratio:before {
  content: "\e3f5"; }

.icon-import_contacts:before {
  content: "\e0e0"; }

.icon-import_export:before {
  content: "\e0c3"; }

.icon-important_devices:before {
  content: "\e912"; }

.icon-inbox:before {
  content: "\e156"; }

.icon-indeterminate_check_box:before {
  content: "\e909"; }

.icon-info:before {
  content: "\e88e"; }

.icon-info_outline:before {
  content: "\e88f"; }

.icon-input:before {
  content: "\e890"; }

.icon-insert_comment:before {
  content: "\e24c"; }

.icon-insert_drive_file:before {
  content: "\e24d"; }

.icon-tag_faces:before {
  content: "\e420"; }

.icon-link:before {
  content: "\e157"; }

.icon-invert_colors:before {
  content: "\e891"; }

.icon-invert_colors_off:before {
  content: "\e0c4"; }

.icon-iso:before {
  content: "\e3f6"; }

.icon-keyboard:before {
  content: "\e312"; }

.icon-keyboard_arrow_down:before {
  content: "\e313"; }

.icon-keyboard_arrow_left:before {
  content: "\e314"; }

.icon-keyboard_arrow_right:before {
  content: "\e315"; }

.icon-keyboard_arrow_up:before {
  content: "\e316"; }

.icon-keyboard_backspace:before {
  content: "\e317"; }

.icon-keyboard_capslock:before {
  content: "\e318"; }

.icon-keyboard_hide:before {
  content: "\e31a"; }

.icon-keyboard_return:before {
  content: "\e31b"; }

.icon-keyboard_tab:before {
  content: "\e31c"; }

.icon-keyboard_voice:before {
  content: "\e31d"; }

.icon-kitchen:before {
  content: "\eb47"; }

.icon-label:before {
  content: "\e892"; }

.icon-label_outline:before {
  content: "\e893"; }

.icon-language:before {
  content: "\e894"; }

.icon-laptop_chromebook:before {
  content: "\e31f"; }

.icon-laptop_mac:before {
  content: "\e320"; }

.icon-laptop_windows:before {
  content: "\e321"; }

.icon-last_page:before {
  content: "\e5dd"; }

.icon-open_in_new:before {
  content: "\e89e"; }

.icon-layers:before {
  content: "\e53b"; }

.icon-layers_clear:before {
  content: "\e53c"; }

.icon-leak_add:before {
  content: "\e3f8"; }

.icon-leak_remove:before {
  content: "\e3f9"; }

.icon-lens:before {
  content: "\e3fa"; }

.icon-library_books:before {
  content: "\e02f"; }

.icon-library_music:before {
  content: "\e030"; }

.icon-lightbulb_outline:before {
  content: "\e90f"; }

.icon-line_style:before {
  content: "\e919"; }

.icon-line_weight:before {
  content: "\e91a"; }

.icon-linear_scale:before {
  content: "\e260"; }

.icon-linked_camera:before {
  content: "\e438"; }

.icon-list:before {
  content: "\e896"; }

.icon-live_help:before {
  content: "\e0c6"; }

.icon-live_tv:before {
  content: "\e639"; }

.icon-local_play:before {
  content: "\e553"; }

.icon-local_airport:before {
  content: "\e53d"; }

.icon-local_atm:before {
  content: "\e53e"; }

.icon-local_bar:before {
  content: "\e540"; }

.icon-local_cafe:before {
  content: "\e541"; }

.icon-local_car_wash:before {
  content: "\e542"; }

.icon-local_convenience_store:before {
  content: "\e543"; }

.icon-restaurant_menu:before {
  content: "\e561"; }

.icon-local_drink:before {
  content: "\e544"; }

.icon-local_florist:before {
  content: "\e545"; }

.icon-local_gas_station:before {
  content: "\e546"; }

.icon-shopping_cart:before {
  content: "\e8cc"; }

.icon-local_hospital:before {
  content: "\e548"; }

.icon-local_laundry_service:before {
  content: "\e54a"; }

.icon-local_library:before {
  content: "\e54b"; }

.icon-local_mall:before {
  content: "\e54c"; }

.icon-theaters:before {
  content: "\e8da"; }

.icon-local_offer:before {
  content: "\e54e"; }

.icon-local_parking:before {
  content: "\e54f"; }

.icon-local_pharmacy:before {
  content: "\e550"; }

.icon-local_pizza:before {
  content: "\e552"; }

.icon-print:before {
  content: "\e8ad"; }

.icon-local_shipping:before {
  content: "\e558"; }

.icon-local_taxi:before {
  content: "\e559"; }

.icon-location_city:before {
  content: "\e7f1"; }

.icon-location_off:before {
  content: "\e0c7"; }

.icon-room:before {
  content: "\e8b4"; }

.icon-lock_open:before {
  content: "\e898"; }

.icon-lock_outline:before {
  content: "\e899"; }

.icon-looks:before {
  content: "\e3fc"; }

.icon-looks_3:before {
  content: "\e3fb"; }

.icon-looks_4:before {
  content: "\e3fd"; }

.icon-looks_5:before {
  content: "\e3fe"; }

.icon-looks_6:before {
  content: "\e3ff"; }

.icon-looks_one:before {
  content: "\e400"; }

.icon-looks_two:before {
  content: "\e401"; }

.icon-sync:before {
  content: "\e627"; }

.icon-loupe:before {
  content: "\e402"; }

.icon-low_priority:before {
  content: "\e16d"; }

.icon-loyalty:before {
  content: "\e89a"; }

.icon-mail_outline:before {
  content: "\e0e1"; }

.icon-map:before {
  content: "\e55b"; }

.icon-markunread_mailbox:before {
  content: "\e89b"; }

.icon-memory:before {
  content: "\e322"; }

.icon-menu:before {
  content: "\e5d2"; }

.icon-message:before {
  content: "\e0c9"; }

.icon-mic:before {
  content: "\e029"; }

.icon-mic_none:before {
  content: "\e02a"; }

.icon-mic_off:before {
  content: "\e02b"; }

.icon-mms:before {
  content: "\e618"; }

.icon-mode_comment:before {
  content: "\e253"; }

.icon-monetization_on:before {
  content: "\e263"; }

.icon-money_off:before {
  content: "\e25c"; }

.icon-monochrome_photos:before {
  content: "\e403"; }

.icon-mood_bad:before {
  content: "\e7f3"; }

.icon-more:before {
  content: "\e619"; }

.icon-more_horiz:before {
  content: "\e5d3"; }

.icon-more_vert:before {
  content: "\e5d4"; }

.icon-motorcycle:before {
  content: "\e91b"; }

.icon-mouse:before {
  content: "\e323"; }

.icon-move_to_inbox:before {
  content: "\e168"; }

.icon-movie_creation:before {
  content: "\e404"; }

.icon-movie_filter:before {
  content: "\e43a"; }

.icon-multiline_chart:before {
  content: "\e6df"; }

.icon-music_note:before {
  content: "\e405"; }

.icon-music_video:before {
  content: "\e063"; }

.icon-nature:before {
  content: "\e406"; }

.icon-nature_people:before {
  content: "\e407"; }

.icon-navigation:before {
  content: "\e55d"; }

.icon-near_me:before {
  content: "\e569"; }

.icon-network_cell:before {
  content: "\e1b9"; }

.icon-network_check:before {
  content: "\e640"; }

.icon-network_locked:before {
  content: "\e61a"; }

.icon-network_wifi:before {
  content: "\e1ba"; }

.icon-new_releases:before {
  content: "\e031"; }

.icon-next_week:before {
  content: "\e16a"; }

.icon-nfc:before {
  content: "\e1bb"; }

.icon-no_encryption:before {
  content: "\e641"; }

.icon-signal_cellular_no_sim:before {
  content: "\e1ce"; }

.icon-note:before {
  content: "\e06f"; }

.icon-note_add:before {
  content: "\e89c"; }

.icon-notifications:before {
  content: "\e7f4"; }

.icon-notifications_active:before {
  content: "\e7f7"; }

.icon-notifications_none:before {
  content: "\e7f5"; }

.icon-notifications_off:before {
  content: "\e7f6"; }

.icon-notifications_paused:before {
  content: "\e7f8"; }

.icon-offline_pin:before {
  content: "\e90a"; }

.icon-ondemand_video:before {
  content: "\e63a"; }

.icon-opacity:before {
  content: "\e91c"; }

.icon-open_in_browser:before {
  content: "\e89d"; }

.icon-open_with:before {
  content: "\e89f"; }

.icon-c_schoolpages:before {
  content: "\e7f9"; }

.icon-pageview:before {
  content: "\e8a0"; }

.icon-pan_tool:before {
  content: "\e925"; }

.icon-panorama:before {
  content: "\e40b"; }

.icon-radio_button_unchecked:before {
  content: "\e836"; }

.icon-panorama_horizontal:before {
  content: "\e40d"; }

.icon-panorama_vertical:before {
  content: "\e40e"; }

.icon-panorama_wide_angle:before {
  content: "\e40f"; }

.icon-party_mode:before {
  content: "\e7fa"; }

.icon-pause:before {
  content: "\e034"; }

.icon-pause_circle_filled:before {
  content: "\e035"; }

.icon-pause_circle_outline:before {
  content: "\e036"; }

.icon-people_outline:before {
  content: "\e7fc"; }

.icon-perm_camera_mic:before {
  content: "\e8a2"; }

.icon-perm_contact_calendar:before {
  content: "\e8a3"; }

.icon-perm_data_setting:before {
  content: "\e8a4"; }

.icon-perm_device_information:before {
  content: "\e8a5"; }

.icon-person_outline:before {
  content: "\e7ff"; }

.icon-perm_media:before {
  content: "\e8a7"; }

.icon-perm_phone_msg:before {
  content: "\e8a8"; }

.icon-perm_scan_wifi:before {
  content: "\e8a9"; }

.icon-person:before {
  content: "\e7fd"; }

.icon-person_add:before {
  content: "\e7fe"; }

.icon-person_pin:before {
  content: "\e55a"; }

.icon-person_pin_circle:before {
  content: "\e56a"; }

.icon-personal_video:before {
  content: "\e63b"; }

.icon-pets:before {
  content: "\e91d"; }

.icon-phone_android:before {
  content: "\e324"; }

.icon-phone_bluetooth_speaker:before {
  content: "\e61b"; }

.icon-phone_forwarded:before {
  content: "\e61c"; }

.icon-phone_in_talk:before {
  content: "\e61d"; }

.icon-phone_iphone:before {
  content: "\e325"; }

.icon-phone_locked:before {
  content: "\e61e"; }

.icon-phone_missed:before {
  content: "\e61f"; }

.icon-phone_paused:before {
  content: "\e620"; }

.icon-phonelink_erase:before {
  content: "\e0db"; }

.icon-phonelink_lock:before {
  content: "\e0dc"; }

.icon-phonelink_off:before {
  content: "\e327"; }

.icon-phonelink_ring:before {
  content: "\e0dd"; }

.icon-phonelink_setup:before {
  content: "\e0de"; }

.icon-photo_album:before {
  content: "\e411"; }

.icon-photo_filter:before {
  content: "\e43b"; }

.icon-photo_size_select_actual:before {
  content: "\e432"; }

.icon-photo_size_select_large:before {
  content: "\e433"; }

.icon-photo_size_select_small:before {
  content: "\e434"; }

.icon-picture_as_pdf:before {
  content: "\e415"; }

.icon-picture_in_picture:before {
  content: "\e8aa"; }

.icon-picture_in_picture_alt:before {
  content: "\e911"; }

.icon-pie_chart:before {
  content: "\e6c4"; }

.icon-pie_chart_outlined:before {
  content: "\e6c5"; }

.icon-pin_drop:before {
  content: "\e55e"; }

.icon-play_arrow:before {
  content: "\e037"; }

.icon-play_circle_filled:before {
  content: "\e038"; }

.icon-play_circle_outline:before {
  content: "\e039"; }

.icon-play_for_work:before {
  content: "\e906"; }

.icon-playlist_add:before {
  content: "\e03b"; }

.icon-playlist_add_check:before {
  content: "\e065"; }

.icon-playlist_play:before {
  content: "\e05f"; }

.icon-plus_one:before {
  content: "\e800"; }

.icon-polymer:before {
  content: "\e8ab"; }

.icon-pool:before {
  content: "\eb48"; }

.icon-portable_wifi_off:before {
  content: "\e0ce"; }

.icon-portrait:before {
  content: "\e416"; }

.icon-power:before {
  content: "\e63c"; }

.icon-power_input:before {
  content: "\e336"; }

.icon-power_settings_new:before {
  content: "\e8ac"; }

.icon-pregnant_woman:before {
  content: "\e91e"; }

.icon-present_to_all:before {
  content: "\e0df"; }

.icon-priority_high:before {
  content: "\e645"; }

.icon-public:before {
  content: "\e80b"; }

.icon-publish:before {
  content: "\e255"; }

.icon-queue_music:before {
  content: "\e03d"; }

.icon-queue_play_next:before {
  content: "\e066"; }

.icon-radio:before {
  content: "\e03e"; }

.icon-radio_button_checked:before {
  content: "\e837"; }

.icon-rate_review:before {
  content: "\e560"; }

.icon-receipt:before {
  content: "\e8b0"; }

.icon-recent_actors:before {
  content: "\e03f"; }

.icon-record_voice_over:before {
  content: "\e91f"; }

.icon-redo:before {
  content: "\e15a"; }

.icon-refresh:before {
  content: "\e5d5"; }

.icon-remove:before {
  content: "\e15b"; }

.icon-remove_circle_outline:before {
  content: "\e15d"; }

.icon-remove_from_queue:before {
  content: "\e067"; }

.icon-visibility:before {
  content: "\e8f4"; }

.icon-remove_shopping_cart:before {
  content: "\e928"; }

.icon-reorder:before {
  content: "\e8fe"; }

.icon-repeat:before {
  content: "\e040"; }

.icon-repeat_one:before {
  content: "\e041"; }

.icon-replay:before {
  content: "\e042"; }

.icon-replay_10:before {
  content: "\e059"; }

.icon-replay_30:before {
  content: "\e05a"; }

.icon-replay_5:before {
  content: "\e05b"; }

.icon-reply:before {
  content: "\e15e"; }

.icon-reply_all:before {
  content: "\e15f"; }

.icon-report:before {
  content: "\e160"; }

.icon-warning:before {
  content: "\e002"; }

.icon-restaurant:before {
  content: "\e56c"; }

.icon-restore_page:before {
  content: "\e929"; }

.icon-ring_volume:before {
  content: "\e0d1"; }

.icon-room_service:before {
  content: "\eb49"; }

.icon-rotate_90_degrees_ccw:before {
  content: "\e418"; }

.icon-rotate_left:before {
  content: "\e419"; }

.icon-rotate_right:before {
  content: "\e41a"; }

.icon-rounded_corner:before {
  content: "\e920"; }

.icon-router:before {
  content: "\e328"; }

.icon-rowing:before {
  content: "\e921"; }

.icon-rss_feed:before {
  content: "\e0e5"; }

.icon-rv_hookup:before {
  content: "\e642"; }

.icon-satellite:before {
  content: "\e562"; }

.icon-save:before {
  content: "\e161"; }

.icon-scanner:before {
  content: "\e329"; }

.icon-school:before {
  content: "\e80c"; }

.icon-screen_lock_landscape:before {
  content: "\e1be"; }

.icon-screen_lock_portrait:before {
  content: "\e1bf"; }

.icon-screen_lock_rotation:before {
  content: "\e1c0"; }

.icon-screen_rotation:before {
  content: "\e1c1"; }

.icon-screen_share:before {
  content: "\e0e2"; }

.icon-sd_storage:before {
  content: "\e1c2"; }

.icon-search:before {
  content: "\e8b6"; }

.icon-security:before {
  content: "\e32a"; }

.icon-select_all:before {
  content: "\e162"; }

.icon-send:before {
  content: "\e163"; }

.icon-sentiment_dissatisfied:before {
  content: "\e811"; }

.icon-sentiment_neutral:before {
  content: "\e812"; }

.icon-sentiment_satisfied:before {
  content: "\e813"; }

.icon-sentiment_very_dissatisfied:before {
  content: "\e814"; }

.icon-sentiment_very_satisfied:before {
  content: "\e815"; }

.icon-settings:before {
  content: "\e8b8"; }

.icon-settings_applications:before {
  content: "\e8b9"; }

.icon-settings_backup_restore:before {
  content: "\e8ba"; }

.icon-settings_bluetooth:before {
  content: "\e8bb"; }

.icon-settings_brightness:before {
  content: "\e8bd"; }

.icon-settings_cell:before {
  content: "\e8bc"; }

.icon-settings_ethernet:before {
  content: "\e8be"; }

.icon-settings_input_antenna:before {
  content: "\e8bf"; }

.icon-settings_input_composite:before {
  content: "\e8c1"; }

.icon-settings_input_hdmi:before {
  content: "\e8c2"; }

.icon-settings_input_svideo:before {
  content: "\e8c3"; }

.icon-settings_overscan:before {
  content: "\e8c4"; }

.icon-settings_phone:before {
  content: "\e8c5"; }

.icon-settings_power:before {
  content: "\e8c6"; }

.icon-settings_remote:before {
  content: "\e8c7"; }

.icon-settings_system_daydream:before {
  content: "\e1c3"; }

.icon-settings_voice:before {
  content: "\e8c8"; }

.icon-share:before {
  content: "\e80d"; }

.icon-shop:before {
  content: "\e8c9"; }

.icon-shop_two:before {
  content: "\e8ca"; }

.icon-shopping_basket:before {
  content: "\e8cb"; }

.icon-short_text:before {
  content: "\e261"; }

.icon-show_chart:before {
  content: "\e6e1"; }

.icon-shuffle:before {
  content: "\e043"; }

.icon-signal_cellular_4_bar:before {
  content: "\e1c8"; }

.icon-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd"; }

.icon-signal_cellular_null:before {
  content: "\e1cf"; }

.icon-signal_cellular_off:before {
  content: "\e1d0"; }

.icon-signal_wifi_4_bar:before {
  content: "\e1d8"; }

.icon-signal_wifi_4_bar_lock:before {
  content: "\e1d9"; }

.icon-signal_wifi_off:before {
  content: "\e1da"; }

.icon-sim_card:before {
  content: "\e32b"; }

.icon-sim_card_alert:before {
  content: "\e624"; }

.icon-skip_next:before {
  content: "\e044"; }

.icon-skip_previous:before {
  content: "\e045"; }

.icon-slideshow:before {
  content: "\e41b"; }

.icon-slow_motion_video:before {
  content: "\e068"; }

.icon-stay_primary_portrait:before {
  content: "\e0d6"; }

.icon-smoke_free:before {
  content: "\eb4a"; }

.icon-smoking_rooms:before {
  content: "\eb4b"; }

.icon-textsms:before {
  content: "\e0d8"; }

.icon-snooze:before {
  content: "\e046"; }

.icon-sort:before {
  content: "\e164"; }

.icon-sort_by_alpha:before {
  content: "\e053"; }

.icon-spa:before {
  content: "\eb4c"; }

.icon-space_bar:before {
  content: "\e256"; }

.icon-speaker:before {
  content: "\e32d"; }

.icon-speaker_group:before {
  content: "\e32e"; }

.icon-speaker_notes:before {
  content: "\e8cd"; }

.icon-speaker_notes_off:before {
  content: "\e92a"; }

.icon-speaker_phone:before {
  content: "\e0d2"; }

.icon-spellcheck:before {
  content: "\e8ce"; }

.icon-star_border:before {
  content: "\e83a"; }

.icon-star_half:before {
  content: "\e839"; }

.icon-stars:before {
  content: "\e8d0"; }

.icon-stay_primary_landscape:before {
  content: "\e0d5"; }

.icon-stop:before {
  content: "\e047"; }

.icon-stop_screen_share:before {
  content: "\e0e3"; }

.icon-storage:before {
  content: "\e1db"; }

.icon-store_mall_directory:before {
  content: "\e563"; }

.icon-straighten:before {
  content: "\e41c"; }

.icon-streetview:before {
  content: "\e56e"; }

.icon-strikethrough_s:before {
  content: "\e257"; }

.icon-style:before {
  content: "\e41d"; }

.icon-subdirectory_arrow_left:before {
  content: "\e5d9"; }

.icon-subdirectory_arrow_right:before {
  content: "\e5da"; }

.icon-subject:before {
  content: "\e8d2"; }

.icon-subscriptions:before {
  content: "\e064"; }

.icon-subtitles:before {
  content: "\e048"; }

.icon-subway:before {
  content: "\e56f"; }

.icon-supervisor_account:before {
  content: "\e8d3"; }

.icon-surround_sound:before {
  content: "\e049"; }

.icon-swap_calls:before {
  content: "\e0d7"; }

.icon-swap_horiz:before {
  content: "\e8d4"; }

.icon-swap_vert:before {
  content: "\e8d5"; }

.icon-swap_vertical_circle:before {
  content: "\e8d6"; }

.icon-switch_camera:before {
  content: "\e41e"; }

.icon-switch_video:before {
  content: "\e41f"; }

.icon-sync_disabled:before {
  content: "\e628"; }

.icon-sync_problem:before {
  content: "\e629"; }

.icon-system_update:before {
  content: "\e62a"; }

.icon-system_update_alt:before {
  content: "\e8d7"; }

.icon-tab:before {
  content: "\e8d8"; }

.icon-tab_unselected:before {
  content: "\e8d9"; }

.icon-tablet:before {
  content: "\e32f"; }

.icon-tablet_android:before {
  content: "\e330"; }

.icon-tablet_mac:before {
  content: "\e331"; }

.icon-tap_and_play:before {
  content: "\e62b"; }

.icon-text_fields:before {
  content: "\e262"; }

.icon-text_format:before {
  content: "\e165"; }

.icon-texture:before {
  content: "\e421"; }

.icon-thumb_down:before {
  content: "\e8db"; }

.icon-thumb_up:before {
  content: "\e8dc"; }

.icon-thumbs_up_down:before {
  content: "\e8dd"; }

.icon-timelapse:before {
  content: "\e422"; }

.icon-timeline:before {
  content: "\e922"; }

.icon-timer:before {
  content: "\e425"; }

.icon-timer_10:before {
  content: "\e423"; }

.icon-timer_3:before {
  content: "\e424"; }

.icon-timer_off:before {
  content: "\e426"; }

.icon-title:before {
  content: "\e264"; }

.icon-toc:before {
  content: "\e8de"; }

.icon-today:before {
  content: "\e8df"; }

.icon-toll:before {
  content: "\e8e0"; }

.icon-tonality:before {
  content: "\e427"; }

.icon-touch_app:before {
  content: "\e913"; }

.icon-toys:before {
  content: "\e332"; }

.icon-track_changes:before {
  content: "\e8e1"; }

.icon-traffic:before {
  content: "\e565"; }

.icon-train:before {
  content: "\e570"; }

.icon-tram:before {
  content: "\e571"; }

.icon-transfer_within_a_station:before {
  content: "\e572"; }

.icon-transform:before {
  content: "\e428"; }

.icon-translate:before {
  content: "\e8e2"; }

.icon-trending_down:before {
  content: "\e8e3"; }

.icon-trending_flat:before {
  content: "\e8e4"; }

.icon-trending_up:before {
  content: "\e8e5"; }

.icon-tune:before {
  content: "\e429"; }

.icon-tv:before {
  content: "\e333"; }

.icon-unarchive:before {
  content: "\e169"; }

.icon-undo:before {
  content: "\e166"; }

.icon-unfold_less:before {
  content: "\e5d6"; }

.icon-unfold_more:before {
  content: "\e5d7"; }

.icon-update:before {
  content: "\e923"; }

.icon-usb:before {
  content: "\e1e0"; }

.icon-verified_user:before {
  content: "\e8e8"; }

.icon-vertical_align_bottom:before {
  content: "\e258"; }

.icon-vertical_align_center:before {
  content: "\e259"; }

.icon-vertical_align_top:before {
  content: "\e25a"; }

.icon-vibration:before {
  content: "\e62d"; }

.icon-video_call:before {
  content: "\e070"; }

.icon-video_label:before {
  content: "\e071"; }

.icon-video_library:before {
  content: "\e04a"; }

.icon-videocam:before {
  content: "\e04b"; }

.icon-videocam_off:before {
  content: "\e04c"; }

.icon-videogame_asset:before {
  content: "\e338"; }

.icon-view_agenda:before {
  content: "\e8e9"; }

.icon-view_array:before {
  content: "\e8ea"; }

.icon-view_carousel:before {
  content: "\e8eb"; }

.icon-view_column:before {
  content: "\e8ec"; }

.icon-view_comfy:before {
  content: "\e42a"; }

.icon-view_compact:before {
  content: "\e42b"; }

.icon-view_day:before {
  content: "\e8ed"; }

.icon-view_headline:before {
  content: "\e8ee"; }

.icon-view_list:before {
  content: "\e8ef"; }

.icon-view_module:before {
  content: "\e8f0"; }

.icon-view_quilt:before {
  content: "\e8f1"; }

.icon-view_stream:before {
  content: "\e8f2"; }

.icon-view_week:before {
  content: "\e8f3"; }

.icon-vignette:before {
  content: "\e435"; }

.icon-visibility_off:before {
  content: "\e8f5"; }

.icon-voice_chat:before {
  content: "\e62e"; }

.icon-voicemail:before {
  content: "\e0d9"; }

.icon-volume_down:before {
  content: "\e04d"; }

.icon-volume_mute:before {
  content: "\e04e"; }

.icon-volume_off:before {
  content: "\e04f"; }

.icon-volume_up:before {
  content: "\e050"; }

.icon-vpn_key:before {
  content: "\e0da"; }

.icon-vpn_lock:before {
  content: "\e62f"; }

.icon-wallpaper:before {
  content: "\e1bc"; }

.icon-watch:before {
  content: "\e334"; }

.icon-watch_later:before {
  content: "\e924"; }

.icon-wb_auto:before {
  content: "\e42c"; }

.icon-wb_incandescent:before {
  content: "\e42e"; }

.icon-wb_iridescent:before {
  content: "\e436"; }

.icon-wb_sunny:before {
  content: "\e430"; }

.icon-wc:before {
  content: "\e63d"; }

.icon-web:before {
  content: "\e051"; }

.icon-web_asset:before {
  content: "\e069"; }

.icon-weekend:before {
  content: "\e16b"; }

.icon-whatshot:before {
  content: "\e80e"; }

.icon-widgets:before {
  content: "\e1bd"; }

.icon-wifi:before {
  content: "\e63e"; }

.icon-wifi_lock:before {
  content: "\e1e1"; }

.icon-wifi_tethering:before {
  content: "\e1e2"; }

.icon-work:before {
  content: "\e8f9"; }

.icon-wrap_text:before {
  content: "\e25b"; }

.icon-youtube_searched_for:before {
  content: "\e8fa"; }

.icon-zoom_in:before {
  content: "\e8ff"; }

.icon-zoom_out:before {
  content: "\e901"; }

.icon-zoom_out_map:before {
  content: "\e56b"; }

.icon-icon-helmet:before {
  content: "\e99e";
  color: #d2a631; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  /*height: 28px;*/
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  /*padding-left: 8px;
      padding-right: 20px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  /*padding-right: 8px;
    padding-left: 20px;*/ }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  /*padding-left: 8px;*/
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  /*
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  */
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  /*border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; */ }

.select2-container--open .select2-dropdown--below {
  /*border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;*/ }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  /*background-color: #fff;*/
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  /*background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;*/ }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  /*color: #444;
    line-height: 28px;*/ }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  /*color: #999;*/ }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  /*right: 1px;
    height: 26px;
    top: 1px;
    width: 20px;*/ }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0; }
  @media (min-width: 1280px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      margin-top: -2px; } }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  /*background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;*/
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  /*color: #999;*/
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  /*background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;*/
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  /*color: #999;*/
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  /*color: #333;*/ }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  /*border: 1px solid #aaa;*/ }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  /*color: #999*/ }

.select2-container--default .select2-results__option[aria-selected=true] {
  /*background-color: #ddd*/ }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  /*background-color: #5897fb;
  color: white;*/ }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  /*background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;*/
  outline: 0;
  /*background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);*/ }

.select2-container--classic .select2-selection--single:focus {
  /*border: 1px solid #5897fb;*/ }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  /*color: #444;
    line-height: 28px;*/ }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  /*color: #999;*/ }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  /*background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;*/
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  /*background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);*/ }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  /*background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);*/ }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /*background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);*/ }

.select2-container--classic .select2-selection--multiple {
  /*background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;*/
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  /*border: 1px solid #5897fb; */ }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  /*background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;*/
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  /*color: #888;*/
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  /*border: 1px solid #5897fb;*/ }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  /*border: 1px solid #aaa;*/
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  /*color: grey;*/ }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  /*background-color: #3875d7;*/
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  /*border-color: #5897fb;*/ }

::selection {
  background: #C39A2A;
  color: #fff; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.style--lower-font-size {
  font-size: 10px; }
  @media (min-width: 770px) {
    .style--lower-font-size {
      font-size: 13px; } }

.style--higher-font-size {
  font-size: 14px;
  line-height: 1.3em; }
  @media (min-width: 770px) {
    .style--higher-font-size {
      font-size: 18px; } }

.style--fs-16 {
  font-size: 16px; }

.style--default-color {
  color: #C39A2A; }

.style--uppercase {
  text-transform: uppercase; }

.style--lowercase {
  text-transform: none; }

.style--bold {
  font-weight: 700 !important; }

.style--normal {
  font-weight: 400; }

.style--italic {
  font-style: italic; }

.style--align-center {
  text-align: center; }

.style--align-right {
  text-align: right; }

.style--align-left {
  text-align: left; }

.style--white {
  color: #fff; }

.style--gray {
  color: #eee; }

.style--pink {
  color: #e81d62; }

.style--dark-pink {
  color: #bb1854; }

.style--gold {
  color: #C39A2A; }

.style--blue {
  color: #2979ff; }

.style--green {
  color: #00a64d; }

.style--underline {
  text-decoration: underline; }

.style--low-letterspacing {
  letter-spacing: 1px; }

.style--medium-letterspacing {
  letter-spacing: 2px; }

.style--high-letterspacing {
  letter-spacing: 3px; }

.style--full-width {
  width: 100%; }

.style--break-word {
  word-wrap: break-word; }

.profile-link--blue {
  color: #2979ff !important; }

.profile-link--red {
  color: #E91E63 !important; }

a.profile-link--blue {
  transition: color 0.2s; }
  a.profile-link--blue:hover {
    color: #8fb9ff !important; }

a.profile-link--red {
  transition: color 0.2s; }
  a.profile-link--red:hover {
    color: #f27ba3 !important; }

/*
body {
	font-family: 'Roboto', sans-serif;
}*/
.profile-title {
  padding: 8px 15px 9px;
  background-color: #16151a;
  position: relative;
  z-index: 20; }
  @media (min-width: 1280px) {
    .profile-title {
      padding: 8px 28px 12px; } }
  .profile-title::before {
    content: '';
    background: url("../assets/images/black-twill.png") top left repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: .6;
    z-index: 2; }
  .profile-title.is-open .profile-title__toggler {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: .2s;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
  .profile-title.is-dropdown {
    padding: 8px 15px 4px; }
    @media (min-width: 1280px) {
      .profile-title.is-dropdown {
        padding: 8px 28px 4px; } }
  .profile-title__toggler {
    font-size: 19px;
    float: right;
    position: relative;
    z-index: 5;
    margin-top: -1px;
    cursor: pointer;
    transition: .2s; }
    .profile-title__toggler:hover {
      color: #C39A2A; }
    @media (min-width: 1280px) {
      .profile-title__toggler {
        font-size: 25px;
        margin-top: 2px; } }
  .profile-title__icon {
    color: #C39A2A;
    margin-right: 8px;
    font-size: 17px;
    position: relative;
    bottom: -2px;
    z-index: 5; }
    @media (min-width: 1280px) {
      .profile-title__icon {
        font-size: 20px; } }
  .profile-title__title {
    color: #FAFAFA;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    z-index: 5; }
    @media (min-width: 1280px) {
      .profile-title__title {
        font-size: 15px; } }
  .profile-title__filter-one {
    display: inline-block;
    position: relative;
    top: 2px; }
    @media (min-width: 1280px) {
      .profile-title__filter-one {
        top: 4px; } }
    .profile-title__filter-one .icon {
      color: #fff;
      font-size: 14px;
      line-height: 14px; }
      @media (min-width: 1280px) {
        .profile-title__filter-one .icon {
          font-size: 24px;
          line-height: 24px; } }
  .profile-title .dropdown {
    z-index: 10;
    padding-bottom: 7px; }
    .profile-title .dropdown--left {
      width: 240px; }
    .profile-title .dropdown__container {
      top: 100%; }
    .profile-title .dropdown .form-group {
      text-transform: none;
      padding: 5px 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1280px) {
        .profile-title .dropdown .form-group {
          padding: 10px 20px; } }
      .profile-title .dropdown .form-group .label {
        text-align: left; }
        .profile-title .dropdown .form-group .label__title {
          display: block;
          font-weight: 700; }
        .profile-title .dropdown .form-group .label__subtitle {
          display: block;
          color: #c1c1c2; }
    @media (max-width: 1279px) {
      .profile-title .dropdown input[type="checkbox"].default + label:before,
      .profile-title .dropdown input[type="radio"].default + label:before {
        width: 14px;
        height: 14px;
        top: 2px; }
      .profile-title .dropdown input[type="checkbox"].default:checked + label:after {
        width: 4px;
        height: 8px;
        left: 5px;
        top: 4px; } }
  .profile-title .dropdown__container:after {
    left: 67px; }
    @media (min-width: 1280px) {
      .profile-title .dropdown__container:after {
        right: 73px; } }

.profile-content {
  padding: 0;
  max-height: 0;
  overflow: hidden; }
  @media (min-width: 1280px) {
    .profile-content {
      padding: 0 28px; } }
  .profile-content.is-open {
    max-height: 3000px;
    padding: 0; }
    @media (min-width: 1280px) {
      .profile-content.is-open {
        padding: 12px 28px; } }
  .profile-content.is-single {
    padding: 0 15px; }
  .profile-content.is-save-btn {
    text-align: center;
    margin-top: 20px; }
    .profile-content.is-save-btn .button--blue {
      background: transparent;
      border: 1px solid #2979ff; }
  .profile-content .user-setting-row:last-of-type {
    border-bottom: none; }

.simple-btn {
  border: none;
  border-radius: 2px;
  position: relative;
  height: 32px;
  margin: 0;
  min-width: 64px;
  padding: 0 12px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  white-space: nowrap; }
  .simple-btn__icon {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    bottom: -4px; }

.simple-btn--white-bordered {
  background: transparent;
  color: white;
  border: 1px solid white; }
  .simple-btn--white-bordered:hover, .simple-btn--white-bordered:focus, .simple-btn--white-bordered:active {
    color: #212121;
    background: white; }

.simple-btn--white {
  background: white;
  color: #212121; }
  .simple-btn--white:hover, .simple-btn--white:focus, .simple-btn--white:active {
    color: #fff;
    background: #C39A2A; }

.simple-btn--disabled {
  background: #616161;
  color: #212121; }
  .simple-btn--disabled:hover, .simple-btn--disabled:focus, .simple-btn--disabled:active {
    color: #212121;
    background: #616161; }

.simple-btn--yellow {
  background: #C39A2A;
  color: #fff; }
  .simple-btn--yellow:hover, .simple-btn--yellow:focus, .simple-btn--yellow:active {
    color: #fff;
    background: #a17f23; }

.simple-btn--blue {
  background: #2979ff;
  color: #fff;
  transition: background .3s; }
  .simple-btn--blue:hover, .simple-btn--blue:focus, .simple-btn--blue:active {
    color: #fff;
    background: #005fff;
    transition: background .3s; }

.simple-btn--red {
  background: #E91E63;
  color: #fff;
  transition: background .3s; }
  .simple-btn--red:hover, .simple-btn--red:focus, .simple-btn--red:active {
    color: #fff;
    background: #ca1452;
    transition: background .3s; }

.simple-btn--no-border-radius {
  border-radius: 0; }

.simple-btn--wide {
  min-width: 170px; }

.container--profile {
  margin-top: 30px !important;
  color: #eeeeee;
  margin: 0 !important; }
  @media (min-width: 1280px) {
    .container--profile {
      margin: 30px auto 0 !important; } }

.col-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px; }
  @media (min-width: 1280px) {
    .col-container {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      font-size: 15px; } }
  .col-container .col-sidebar {
    width: 100%;
    padding: 0;
    position: relative; }
    .col-container .col-sidebar .info-section {
      font-size: 14px;
      font-weight: 500;
      padding: 15px;
      background: rgba(17, 17, 17, 0.9); }
      @media (min-width: 1280px) {
        .col-container .col-sidebar .info-section {
          padding: 25px 35px; } }
      .col-container .col-sidebar .info-section.timeline-info-section {
        margin: 0; }
    .col-container .col-sidebar .account-linking {
      background: rgba(17, 17, 17, 0.9);
      margin-top: 1px;
      padding: 0 20px; }
      .col-container .col-sidebar .account-linking__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .col-container .col-sidebar .account-linking__item:last-of-type {
          border-bottom: 0; }
    .col-container .col-sidebar .social-icons {
      background: rgba(17, 17, 17, 0.9);
      margin-top: 1px; }
      @media (min-width: 1280px) {
        .col-container .col-sidebar .social-icons {
          padding: 20px 35px; } }
    @media (min-width: 1280px) {
      .col-container .col-sidebar {
        width: 25%;
        margin-right: 2px; } }
  .col-container .col-content {
    width: 100%; }
    @media (min-width: 1280px) {
      .col-container .col-content {
        width: 75%; } }
    .col-container .col-content__inside {
      background: rgba(17, 17, 17, 0.9); }

.info-section {
  color: #FAFAFA; }
  .info-section ul {
    margin: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .info-section__item {
    list-style: none;
    margin-bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .info-section__item:last-child {
      margin-bottom: 0; }
    @media (min-width: 480px) {
      .info-section__item {
        width: 50%; } }
    @media (min-width: 770px) {
      .info-section__item {
        width: 25%; } }
    @media (min-width: 1280px) {
      .info-section__item {
        width: 100%; } }
  @media (max-width: 479px) {
    .info-section__text {
      font-weight: normal; } }
  .info-section__icon {
    color: #C39A2A;
    font-size: 18px;
    position: relative;
    top: -1px;
    margin-right: 10px; }
  .info-section a {
    color: #ddd; }
    .info-section a:hover, .info-section a:focus, .info-section a:active {
      color: #C39A2A; }
    .info-section a.is-active {
      color: #C39A2A; }

.user-info {
  color: #FAFAFA;
  font-size: 13px;
  font-weight: 600; }
  .user-info__member-type {
    color: #fff;
    display: inline-block;
    padding: 4px 4px 2px;
    border-radius: 2px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    margin-top: 6px; }
    @media (min-width: 1280px) {
      .user-info__member-type {
        font-size: 12px;
        padding: 6px 8px;
        margin-bottom: 4px;
        line-height: 13px;
        margin-top: 0; } }
  .user-info__type {
    color: #C39A2A;
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 140px;
    font-size: 10px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    white-space: nowrap; }
    @media (min-width: 1280px) {
      .user-info__type {
        font-size: 12px;
        margin-bottom: 2px; } }
  .user-info__name {
    font-weight: 700;
    margin-bottom: 2px;
    letter-spacing: 0.018em;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 100%;
    word-wrap: break-word;
    margin-top: 4px; }
    @media (min-width: 480px) {
      .user-info__name {
        margin-top: 0; } }
    .user-info__name--is-online, .user-info__name--is-offline {
      position: relative; }
      .user-info__name--is-online::before, .user-info__name--is-offline::before {
        content: '';
        width: 6px;
        height: 6px;
        position: absolute;
        left: -15px;
        top: 6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media (min-width: 1280px) {
          .user-info__name--is-online::before, .user-info__name--is-offline::before {
            width: 7px;
            height: 7px; } }
    .user-info__name--is-online::before {
      background: #04812f; }
    .user-info__name--is-offline::before {
      background: #616161; }
  .user-info__posts {
    color: #b2b2b5;
    margin-bottom: 4px;
    display: inline-block; }
  .user-info__comments {
    color: #b2b2b5;
    margin-bottom: 4px;
    display: inline-block; }
  .user-info__icon {
    color: #C39A2A;
    font-size: 16px;
    position: relative;
    bottom: -2px;
    margin-right: 5px;
    margin-left: -3px;
    margin-bottom: 4px; }
  .user-info__post-counter {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500; }
  .user-info-v2 {
    padding-left: 10px;
    font-size: 10px;
    font-weight: 600;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 480px) and (max-width: 1279px) {
      .user-info-v2 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 14px; } }
    @media (min-width: 1280px) {
      .user-info-v2 {
        padding-left: 62px;
        font-size: 12px;
        display: block; } }
    .user-info-v2 .user-info__icon {
      margin-right: 0;
      bottom: -1px;
      font-size: 12px; }
      @media (min-width: 1280px) {
        .user-info-v2 .user-info__icon {
          font-size: 16px;
          bottom: -2px; } }
    .user-info-v2 .user-info__name {
      display: block;
      margin-left: 15px;
      margin-bottom: 0;
      font-size: 10px; }
      @media (min-width: 1280px) {
        .user-info-v2 .user-info__name {
          margin-bottom: 2px;
          font-size: 14px; } }
    .user-info-v2 .user-info__posts {
      margin-bottom: 0;
      margin-right: 5px;
      letter-spacing: 0.02em; }
      @media (min-width: 1280px) {
        .user-info-v2 .user-info__posts {
          margin-bottom: 4px;
          margin-right: 0;
          display: block; } }
    .user-info-v2 .user-info__comments {
      margin-bottom: 0;
      letter-spacing: 0.02em; }
      @media (min-width: 1280px) {
        .user-info-v2 .user-info__comments {
          margin-bottom: 4px; } }
    .user-info-v2__first-col {
      margin-left: 10px;
      margin-right: 10px;
      padding-right: 7px;
      position: relative; }
      .user-info-v2__first-col::before {
        content: '';
        position: absolute;
        top: 5px;
        right: 0;
        bottom: 3px;
        width: 1px;
        display: block;
        background: rgba(255, 255, 255, 0.1); }
      @media (min-width: 480px) {
        .user-info-v2__first-col {
          margin: 0;
          padding: 0;
          border: none; }
          .user-info-v2__first-col::before {
            display: none; } }
    @media (min-width: 480px) {
      .user-info-v2__second-col {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .user-info-v2 .level {
      width: 62px;
      height: 62px;
      line-height: 62px;
      position: absolute;
      top: 24px;
      left: -62px; }
      @media (max-width: 1280px) {
        .user-info-v2 .level {
          width: 22px;
          height: 22px;
          line-height: 22px;
          position: absolute;
          top: 16px;
          left: -24px;
          background: none;
          font-size: 12px; } }
    .user-info-v2 .avatar {
      width: 38px;
      height: 49px;
      padding: 6px 0 0 2px; }
      .user-info-v2 .avatar::before {
        display: none; }
        @media (min-width: 1280px) {
          .user-info-v2 .avatar::before {
            display: block; } }
      .user-info-v2 .avatar svg {
        width: 35px;
        height: 39px; }
      @media (min-width: 1280px) {
        .user-info-v2 .avatar {
          width: 85px;
          height: 108px;
          padding: 6px 0 0 2px; }
          .user-info-v2 .avatar svg {
            width: 82px;
            height: 96px; } }
    .user-info-v2__avatar {
      position: relative; }
      @media (min-width: 1280px) {
        .user-info-v2__avatar {
          margin-bottom: 10px; } }
    .user-info-v2 .user-info__name {
      color: #FAFAFA; }
      .user-info-v2 .user-info__name a {
        color: #FAFAFA;
        transition: color 0.3s; }
        .user-info-v2 .user-info__name a:hover {
          color: #C39A2A;
          transition: color 0.3s; }

.profile-header {
  height: 150px;
  background: rgba(255, 255, 255, 0.2);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  overflow: hidden; }
  @media (min-width: 1280px) {
    .profile-header {
      margin-bottom: 15px;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 300px; } }
  .profile-header::before {
    content: '';
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: -100px;
    bottom: -100px;
    left: -100px;
    display: block;
    z-index: 2;
    width: calc(100% + 100px); }
    @media (min-width: 1280px) {
      .profile-header::before {
        width: 400px;
        -webkit-transform: rotate(14deg);
        -ms-transform: rotate(14deg);
        transform: rotate(14deg); } }
  .profile-header .simple-btn {
    z-index: 5; }
    .profile-header .simple-btn.is-error::after {
      content: attr(data-error-text);
      position: absolute;
      right: 0;
      top: -120%;
      color: #E91E63;
      font-weight: 700;
      width: 200px; }
  .profile-header__image-btns-wrapper {
    position: absolute;
    right: 15px;
    bottom: 15px; }
    @media (min-width: 1280px) {
      .profile-header__image-btns-wrapper {
        right: 30px; } }
    @media (max-width: 1279px) {
      .profile-header__image-btns-wrapper .simple-btn {
        min-width: 44px;
        font-size: 13px; }
      .profile-header__image-btns-wrapper .simple-btn__icon {
        font-size: 18px;
        margin-right: 0;
        position: relative;
        bottom: -3px; } }
  .profile-header__edit-image-btn {
    margin-left: 10px; }
  .profile-header .userbox__button {
    position: relative; }
    @media (min-width: 1280px) {
      .profile-header .userbox__button {
        margin-bottom: 15px; } }
  .profile-header .user-info-v2 .user-info__name {
    margin-left: 0; }
    .profile-header .user-info-v2 .user-info__name--is-offline {
      margin-left: 15px; }
  .profile-header .user-info {
    padding-left: 40px;
    position: relative;
    z-index: 5;
    margin-top: 20px; }
    @media (min-width: 1280px) {
      .profile-header .user-info {
        margin-left: 60px;
        padding-left: 60px;
        margin-top: 0; } }
  .profile-header__header-preview-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: .5s; }
    .profile-header__header-preview-wrapper.is-open {
      visibility: visible;
      opacity: 1;
      transition: .4s .3s; }
  .profile-header__header-preview {
    position: relative;
    width: 1170px;
    height: 300px; }

.tab-navigation-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  .tab-navigation-wrapper.is-collapsed .latest-dot-link {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  @media (max-width: 1279px) {
    .tab-navigation-wrapper .tab-navigation {
      width: 100%; }
      .tab-navigation-wrapper .tab-navigation.is-row-two {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1; }
      .tab-navigation-wrapper .tab-navigation.is-row-three {
        background: rgba(17, 17, 17, 0.75) !important; }
      .tab-navigation-wrapper .tab-navigation .latest-dot-link {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
  @media (min-width: 1280px) {
    .tab-navigation-wrapper {
      display: block; } }
  @media (min-width: 1280px) {
    .tab-navigation-wrapper.is-collapsed .tab-navigation.is-row-two,
    .tab-navigation-wrapper.is-collapsed .tab-navigation.is-row-three {
      display: none !important; }
    .tab-navigation-wrapper.is-collapsed .community-main-tab__select {
      display: none !important; } }

.tab-navigation-wrapper.is-collapsed {
  margin-bottom: 10px; }

.tab-navigation-wrapper.is-collapsed.has-content-banner {
  margin-bottom: 0; }

.tab-navigation {
  background: rgba(17, 17, 17, 0.9);
  margin-bottom: 2px;
  text-align: center; }
  @media (min-width: 1280px) {
    .tab-navigation {
      height: 56px; } }
  .tab-navigation.is-row-two .tab-navigation__item:after {
    height: 2px !important; }
  .tab-navigation.is-community-main {
    background: rgba(17, 17, 17, 0.75) !important; }
  .tab-navigation.is-community-secondary {
    background: rgba(17, 17, 17, 0.55) !important; }
  .tab-navigation.is-align-left {
    text-align: left; }
  .tab-navigation.is-lowercase .tab-navigation__item {
    text-transform: inherit; }
  .tab-navigation.is-inverse .tab-navigation__item::after {
    display: none; }
  .tab-navigation.is-inverse .tab-navigation__item.is-active {
    color: #C39A2A; }
  .tab-navigation.is-light {
    background: rgba(17, 17, 17, 0.65); }
  @media (min-width: 1280px) {
    .tab-navigation.is-small {
      height: 48px; } }
  .tab-navigation.is-small .tab-navigation__item {
    margin-left: 0;
    margin-right: 5px;
    height: 48px;
    line-height: 48px;
    padding-left: 10px;
    padding-right: 10px; }
  .tab-navigation.is-medium {
    height: 50px; }
    @media (min-width: 1280px) {
      .tab-navigation.is-medium {
        height: 70px; } }
    .tab-navigation.is-medium .tab-navigation__item {
      font-size: 18px;
      margin-left: 0;
      margin-right: 10px;
      height: 70px;
      line-height: 70px;
      padding-left: 25px;
      padding-right: 25px; }
      .tab-navigation.is-medium .tab-navigation__item:after {
        height: 4px; }
  .tab-navigation.with-search-and-filter:not(.is-small) {
    height: auto; }
  .tab-navigation.with-search-and-filter .container {
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 			.tab-navigation__search-wrapper {
				width: calc(100% - 45px);
				display: block;
				height: 50px;

				@media (min-width: $large-screen-min) {
					width: auto;
			        height: 70px;
			        display: inline-block;
			    }
			} */ }
    .tab-navigation.with-search-and-filter .container .community-main-tab__select {
      display: none; }
      @media (min-width: 1280px) {
        .tab-navigation.with-search-and-filter .container .community-main-tab__select {
          display: inline-block; } }
    .tab-navigation.with-search-and-filter .container .tab-navigation__item {
      display: none; }
      @media (min-width: 1280px) {
        .tab-navigation.with-search-and-filter .container .tab-navigation__item {
          display: inline-block; } }
    @media (min-width: 1280px) {
      .tab-navigation.with-search-and-filter .container {
        display: block;
        height: 70px; } }
    .tab-navigation.with-search-and-filter .container .tab-navigation__search-wrapper::before {
      top: 50%; }
    .tab-navigation.with-search-and-filter .container .tab-navigation__icon-btns {
      width: 100%;
      float: none;
      height: 50px;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 1280px) {
        .tab-navigation.with-search-and-filter .container .tab-navigation__icon-btns {
          float: right;
          height: 70px;
          width: auto; } }
      @media (min-width: 1280px) {
        .tab-navigation.with-search-and-filter .container .tab-navigation__icon-btns.is-small {
          height: 48px; } }
    .tab-navigation.with-search-and-filter .container .community__add-new-post-btn {
      width: 100%;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1;
      height: 50px;
      line-height: 48px;
      display: block;
      font-size: 14px; }
      @media (min-width: 1280px) {
        .tab-navigation.with-search-and-filter .container .community__add-new-post-btn {
          font-size: 18px;
          width: auto;
          height: 62px;
          line-height: 60px; } }
  .tab-navigation__search-wrapper {
    padding-left: 45px;
    position: relative;
    height: 50px;
    display: inline-block;
    min-width: 35%;
    width: calc(100% - 45px); }
    @media (min-width: 1280px) {
      .tab-navigation__search-wrapper {
        width: auto;
        height: 70px; } }
    .tab-navigation__search-wrapper .store-main-tab__search {
      min-width: 100%;
      font-size: 14px;
      margin-top: 6px;
      text-align: center; }
      @media (min-width: 1280px) {
        .tab-navigation__search-wrapper .store-main-tab__search {
          min-width: calc(100% - 50px);
          font-size: 18px;
          margin-top: 17px;
          text-align: left; } }
    .tab-navigation__search-wrapper::before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !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;
      content: '\e8b6';
      font-size: 20px;
      color: #a9a9a9;
      position: absolute;
      top: 50%;
      left: 10px;
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
  .tab-navigation__item {
    line-height: 56px;
    height: 56px;
    color: #FAFAFA;
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 5px;
    color: rgba(255, 255, 255, 0.55);
    transition: all 0.3s;
    position: relative; }
    .tab-navigation__item:after {
      content: '';
      display: block;
      height: 2px;
      background: #C39A2A;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0;
      width: 0;
      transition: width 0.3s; }
    .tab-navigation__item:active, .tab-navigation__item:focus {
      color: #FAFAFA; }
    .tab-navigation__item:hover {
      color: #FAFAFA; }
    .tab-navigation__item.is-active {
      color: #FAFAFA; }
      .tab-navigation__item.is-active:after {
        width: 100%; }
    .tab-navigation__item.is-disabled {
      pointer-events: none;
      color: rgba(255, 255, 255, 0.3); }
    .tab-navigation__item.is-hidden {
      position: relative; }
      .tab-navigation__item.is-hidden::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -10px;
        width: 1px;
        background: #31323b;
        height: 100%;
        display: block; }
    .tab-navigation__item .latest-dot {
      position: absolute;
      top: 12px;
      right: 6px; }
  .tab-navigation__icon-btns {
    float: right;
    height: 70px;
    margin: 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .tab-navigation__icon-btns.is-small {
      height: 48px; }
    .tab-navigation__icon-btns > a:not(.latest-dot-link),
    .tab-navigation__icon-btns > span:not(.latest-dot-link) {
      margin: 0 11px;
      opacity: .55;
      transition: .3s;
      backface-visibilty: hidden;
      display: inline-block;
      cursor: pointer; }
      .tab-navigation__icon-btns > a:not(.latest-dot-link).is-resize,
      .tab-navigation__icon-btns > span:not(.latest-dot-link).is-resize {
        display: none; }
        @media (min-width: 1280px) {
          .tab-navigation__icon-btns > a:not(.latest-dot-link).is-resize,
          .tab-navigation__icon-btns > span:not(.latest-dot-link).is-resize {
            display: inline-block; } }
      .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon,
      .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon {
        font-size: 15px;
        backface-visibilty: hidden; }
        @media (min-width: 770px) {
          .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon,
          .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon {
            font-size: 18px; } }
        .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon.icon-list, .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon.icon-view_list,
        .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon.icon-list,
        .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon.icon-view_list {
          font-size: 18px; }
          @media (min-width: 770px) {
            .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon.icon-list, .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon.icon-view_list,
            .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon.icon-list,
            .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon.icon-view_list {
              font-size: 20px; } }
        .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon.is-star,
        .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon.is-star {
          font-size: 17px;
          line-height: 18px;
          position: relative;
          bottom: -2px; }
          @media (min-width: 770px) {
            .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon.is-star,
            .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon.is-star {
              font-size: 20px;
              bottom: 0; } }
        .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon.is-pin,
        .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon.is-pin {
          font-size: 20px;
          display: inline-block;
          position: relative;
          top: 1px;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
          @media (min-width: 770px) {
            .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon.is-pin,
            .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon.is-pin {
              font-size: 23px; } }
        .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon.is-filter-variant,
        .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon.is-filter-variant {
          font-size: 21px;
          position: relative;
          top: 1px; }
          @media (min-width: 770px) {
            .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon.is-filter-variant,
            .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon.is-filter-variant {
              font-size: 24px; } }
        .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon.is-resize,
        .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon.is-resize {
          font-size: 10px;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          display: inline-block; }
          @media (min-width: 770px) {
            .tab-navigation__icon-btns > a:not(.latest-dot-link) .icon.is-resize,
            .tab-navigation__icon-btns > span:not(.latest-dot-link) .icon.is-resize {
              font-size: 13px; } }
      .tab-navigation__icon-btns > a:not(.latest-dot-link):hover, .tab-navigation__icon-btns > a:not(.latest-dot-link).is-active,
      .tab-navigation__icon-btns > span:not(.latest-dot-link):hover,
      .tab-navigation__icon-btns > span:not(.latest-dot-link).is-active {
        opacity: 1; }
      .tab-navigation__icon-btns > a:not(.latest-dot-link).is-active .is-resize,
      .tab-navigation__icon-btns > span:not(.latest-dot-link).is-active .is-resize {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }
      .tab-navigation__icon-btns > a:not(.latest-dot-link).is-disabled,
      .tab-navigation__icon-btns > span:not(.latest-dot-link).is-disabled {
        pointer-events: none;
        opacity: .4;
        display: none; }
    .tab-navigation__icon-btns .latest-dot-link {
      position: relative;
      margin: 0 11px;
      height: 22px;
      display: none;
      pointer-events: none;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .tab-navigation__icon-btns .latest-dot-link.is-enabled {
        pointer-events: all; }
        .tab-navigation__icon-btns .latest-dot-link.is-enabled:after {
          opacity: 1; }
      @media (min-width: 1280px) {
        .tab-navigation__icon-btns .latest-dot-link {
          margin: 0 24px 0 11px; }
          .tab-navigation__icon-btns .latest-dot-link:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: -20px;
            width: 1px;
            background: #31323b;
            height: 100%;
            display: block;
            opacity: 0;
            transition: opacity 0.3s; } }
  .tab-navigation .filter-dropdown-button {
    position: relative; }
    .tab-navigation .filter-dropdown-button.is-open {
      opacity: 1; }
      .tab-navigation .filter-dropdown-button.is-open .filter-dropdown {
        display: block; }
  .tab-navigation .filter-dropdown {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1000;
    display: none; }
    @media (min-width: 1600px) {
      .tab-navigation .filter-dropdown {
        left: 0;
        right: auto; } }
    .tab-navigation .filter-dropdown .list-item-dropdown__user-list {
      display: block; }
  .tab-navigation .select2--clear-default + .select2 .select2-selection__arrow {
    right: 10px; }
  .tab-navigation__media-filter {
    height: 50px;
    display: inline-block;
    width: 25px;
    position: relative;
    vertical-align: top;
    text-align: center; }
    .tab-navigation__media-filter .icon {
      top: calc(50% - 12px);
      position: relative;
      font-size: 15px; }
      @media (min-width: 770px) {
        .tab-navigation__media-filter .icon {
          font-size: 18px; } }

.logo-wrapper__item {
  float: left;
  display: block; }
  .logo-wrapper__item svg {
    width: 60px;
    height: 60px; }

.logo-wrapper__facebook:hover #facebook-icon-background {
  fill: #3c5a99 !important; }

.logo-wrapper__twitch:hover #twitch-icon-background {
  fill: #6441a5 !important; }

.logo-wrapper__googleplus:hover #googleplus-icon-background {
  fill: #dc4a38 !important; }

.logo-wrapper__twitter:hover #twitter-icon-background {
  fill: #1da1f2 !important; }

.logo-wrapper__youtube:hover #youtube-icon-background {
  fill: #c8312b !important; }

.logo-wrapper__vk:hover #vk-icon-background {
  fill: #c8312b !important; }

.logo-wrapper__reddit:hover #reddit-icon-background {
  fill: #ff4500 !important; }

@media (max-width: 479px) {
  .site-footer__logos {
    text-align: center; }
    .site-footer__logos .logo-wrapper--social-logos {
      margin-top: 60px;
      display: inline-block; }
    .site-footer__logos .logo-wrapper__item {
      margin-left: -30px; }
      .site-footer__logos .logo-wrapper__item:first-of-type {
        margin-left: 0; }
      .site-footer__logos .logo-wrapper__item:nth-child(2n+2) {
        margin-top: -30px; } }

.form-label {
  color: #FAFAFA;
  font-weight: 700;
  text-transform: uppercase; }
  .form-label--full-width {
    display: block;
    margin-bottom: 20px; }

.profile-summary {
  padding: 10px 15px; }
  @media (min-width: 1280px) {
    .profile-summary {
      padding: 40px 28px; } }
  .profile-summary__col-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 770px) {
      .profile-summary__col-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .profile-summary__col {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    text-align: center; }
    @media (min-width: 770px) {
      .profile-summary__col {
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        width: 33%; } }
  .profile-summary__col--left {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    .profile-summary__col--left::before {
      content: '';
      position: absolute;
      left: calc(50% - 50px);
      bottom: 0;
      height: 1px;
      width: 100px;
      background: rgba(238, 238, 238, 0.15);
      display: block; }
    @media (min-width: 770px) {
      .profile-summary__col--left {
        padding: 0;
        margin: 0; }
        .profile-summary__col--left::before {
          display: none; } }
  @media (min-width: 770px) {
    .profile-summary__col--left, .profile-summary__col--right {
      margin-top: 70px; } }
  .profile-summary__row {
    width: 100%; }
  .profile-summary__title {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #FAFAFA; }
    @media (min-width: 770px) {
      .profile-summary__title {
        margin: 0 0 25px 0;
        font-size: 28px;
        letter-spacing: 7px; } }
  .profile-summary__subtitle {
    font-weight: 300;
    letter-spacing: 7px;
    font-size: 14px;
    margin: 0 0 3px;
    color: #FAFAFA; }
    @media (min-width: 770px) {
      .profile-summary__subtitle {
        font-size: 18px;
        margin: 0 0 7px; } }
  .profile-summary__title--level {
    position: relative; }
    .profile-summary__title--level .title-inline {
      position: relative; }
      .profile-summary__title--level .title-inline::before {
        content: '';
        position: absolute;
        top: 5px;
        left: -30px;
        height: 2px;
        width: 7px;
        background: #C39A2A;
        display: block;
        top: 50%;
        margin-top: -1px; }
      .profile-summary__title--level .title-inline::after {
        content: '';
        position: absolute;
        top: 5px;
        right: -25px;
        height: 2px;
        width: 7px;
        background: #C39A2A;
        display: block;
        top: 50%;
        margin-top: -1px; }
  .profile-summary .hexabar {
    margin: 15px 0 40px;
    position: relative; }
    @media (max-width: 770px) {
      .profile-summary .hexabar {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8); } }
    .profile-summary .hexabar::before {
      content: '';
      position: absolute;
      left: calc(50% - 50px);
      bottom: -25px;
      height: 1px;
      width: 100px;
      background: rgba(238, 238, 238, 0.15);
      display: block; }
    @media (min-width: 770px) {
      .profile-summary .hexabar {
        margin: 0; }
        .profile-summary .hexabar::before {
          display: none; } }
  .profile-summary__level-up-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 1280px) {
      .profile-summary__level-up-info {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .profile-summary__level-up-text {
    width: 100%; }
    @media (min-width: 1280px) {
      .profile-summary__level-up-text {
        width: auto; } }
  .profile-summary__level-up-icon {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 48px;
    text-align: center;
    line-height: 48px;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 25px;
    margin-bottom: 30px;
    position: relative;
    z-index: 5; }
    .profile-summary__level-up-icon::before {
      content: '';
      position: absolute;
      top: -25px;
      bottom: -25px;
      left: calc(50% - 1px);
      width: 2px;
      display: block;
      background: #C39A2A;
      z-index: -1; }
    @media (min-width: 1280px) {
      .profile-summary__level-up-icon {
        margin-left: 30px;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5; }
        .profile-summary__level-up-icon::before {
          display: none; } }
    .profile-summary__level-up-icon span {
      color: #C39A2A;
      font-size: 32px;
      line-height: 48px;
      width: 48px;
      height: 48px;
      background: #fff;
      display: inline-block;
      border-radius: 50%; }
  .profile-summary__xp-info {
    width: 100px;
    height: 60px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 500;
    margin-top: 20px; }
    .profile-summary__xp-info::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: rotate(134deg) translateY(31px);
      -ms-transform: rotate(134deg) translateY(31px);
      transform: rotate(134deg) translateY(31px);
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      border-top: 2px solid #C39A2A; }
      @media (min-width: 1280px) {
        .profile-summary__xp-info::before {
          -webkit-transform: rotate(134deg) translateY(39px);
          -ms-transform: rotate(134deg) translateY(39px);
          transform: rotate(134deg) translateY(39px); } }
    @media (min-width: 1280px) {
      .profile-summary__xp-info {
        width: 130px;
        height: 80px;
        margin-top: 0; } }
  .profile-summary__current-xp {
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 1279px) {
      .profile-summary__current-xp {
        font-size: 16px;
        font-weight: normal; } }
  .profile-summary__level-xp {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (max-width: 1279px) {
      .profile-summary__level-xp {
        font-size: 16px;
        font-weight: bold; } }
  .profile-summary__info-items {
    text-align: center;
    margin-top: 20px; }
    @media (min-width: 1280px) {
      .profile-summary__info-items {
        margin-top: 50px; } }
  .profile-summary__info-item {
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
    display: inline-block; }
    .profile-summary__info-item [class^="icon"] {
      color: #C39A2A;
      font-size: 20px;
      font-weight: normal;
      position: relative;
      bottom: -3px;
      margin-right: 8px; }

.hexabar {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 230px; }
  .hexabar .hexabar__level {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 72px;
    line-height: 1em;
    color: #C39A2A;
    font-weight: bold; }
  .hexabar #svg-border {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .14; }
  .hexabar #svg-path {
    position: absolute;
    top: 0;
    left: 0; }
  .hexabar #maskCircle {
    /* transform: rotate(-90deg) translateX(-46px) translateY(24px) scale(1.25); */
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
  .hexabar #svg-circle {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background: transparent; }
  .hexabar #svg-circle circle {
    fill: transparent;
    stroke: #C39A2A;
    stroke-width: 240;
    stroke-dashoffset: 754;
    stroke-dasharray: 754;
    transition: stroke-dashoffset 1s; }

.social-icons {
  text-align: center;
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 15px 6px; }
  @media (min-width: 1280px) {
    .social-icons {
      text-align: left;
      border: none;
      padding: 0; } }
  .social-icons__item {
    font-size: 18px;
    color: #88888c;
    display: inline-block;
    margin: 0 7px; }
    @media (min-width: 1280px) {
      .social-icons__item {
        margin: 0 3px; } }
    .social-icons__item:hover {
      color: #fff; }

.user-setting-row {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 11px; }
  @media (min-width: 1280px) {
    .user-setting-row {
      padding: 30px 10px;
      font-size: 15px; } }
  .user-setting-row.is-disabled-row {
    opacity: 0.5;
    pointer-events: none; }
  .user-setting-row.is-disabled-clickable-row {
    opacity: 0.5; }
  @media (max-width: 1280px) {
    .user-setting-row.is-mobile--full-width {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .user-setting-row.is-mobile--full-width .user-setting-row__label-col {
        width: 100%;
        margin-bottom: 5px; }
      .user-setting-row.is-mobile--full-width .user-setting-row__main-col {
        width: 100% !important;
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        margin-left: 0;
        margin-bottom: 5px;
        text-align: left; }
      .user-setting-row.is-mobile--full-width .user-setting-row__option-col {
        width: 100% !important;
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left; }
    .user-setting-row.is-mobile--description {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .user-setting-row.is-mobile--description .user-setting-row__main-col {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin: 0;
        margin-top: 5px;
        text-align: left; }
    .user-setting-row .simple-btn {
      height: 26px;
      line-height: 26px;
      padding: 0 10px;
      font-size: 12px; } }
  .user-setting-row--small {
    border-bottom: 0;
    padding: 5px 15px; }
    @media (min-width: 1280px) {
      .user-setting-row--small {
        padding: 15px 10px; } }
  .user-setting-row--2-col .user-setting-row__main-col {
    -webkit-flex: 0 0 calc(80% - 50px);
    -ms-flex: 0 0 calc(80% - 50px);
    flex: 0 0 calc(80% - 50px);
    width: calc(80% - 50px);
    margin-right: 0; }
  .user-setting-row--full-width {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .user-setting-row--full-width .user-setting-row__label-col {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%; }
    .user-setting-row--full-width .user-setting-row__main-col {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%; }
      @media (min-width: 1280px) {
        .user-setting-row--full-width .user-setting-row__main-col {
          margin: 20px 0 0 0; } }
  .user-setting-row__label-col {
    font-size: 14px;
    font-weight: 500;
    color: #FAFAFA;
    white-space: nowrap; }
    @media (min-width: 1280px) {
      .user-setting-row__label-col {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%; } }
  .user-setting-row__main-col {
    font-weight: 600;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    text-align: center; }
    .user-setting-row__main-col.is-align-center--mobile {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 1280px) {
        .user-setting-row__main-col.is-align-center--mobile {
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
    .user-setting-row__main-col.is-no-margin--mobile {
      margin-left: 0;
      margin-right: 0; }
    @media (min-width: 1280px) {
      .user-setting-row__main-col {
        -webkit-flex: 0 0 calc(58% - 100px);
        -ms-flex: 0 0 calc(58% - 100px);
        flex: 0 0 calc(58% - 100px);
        width: calc(58% - 100px);
        margin-left: 50px;
        margin-right: 50px;
        text-align: left; } }
    .user-setting-row__main-col label[for='game_tester'] {
      font-size: 14px;
      font-weight: 500; }
  .user-setting-row__option-col {
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    width: 22%;
    text-align: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

@media (min-width: 1280px) {
  .is-big-label .user-setting-row__label-col {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%; }
  .is-big-label .user-setting-row__main-col {
    -webkit-flex: 0 0 calc(48% - 100px);
    -ms-flex: 0 0 calc(48% - 100px);
    flex: 0 0 calc(48% - 100px);
    width: calc(48% - 100px); } }

.h--ml15 {
  margin-left: 15px; }

.h--mb20 {
  margin-bottom: 20px; }

.h--w20 {
  width: 20%; }

.h--w30 {
  width: 30%; }

.h--w40 {
  width: 40%; }

.h--w50 {
  width: 50%; }

.h--w60 {
  width: 60%; }

.h--w70 {
  width: 70%; }

.h--w80 {
  width: 80%; }

.h--w90 {
  width: 90%; }

.h--w100 {
  width: 100%; }

.info-bubble {
  margin-left: 15px;
  font-size: 17px;
  display: none; }
  @media (min-width: 1280px) {
    .info-bubble {
      display: inline-block; } }

@media (max-width: 1280px) {
  .setting-input {
    width: 100% !important; } }

.setting-input input,
.setting-input .select2-selection__rendered {
  border: none;
  padding-bottom: 1px;
  background: none;
  width: 100%;
  line-height: 36px;
  height: 34px;
  color: #C39A2A;
  text-align: center; }
  @media (min-width: 1280px) {
    .setting-input input,
    .setting-input .select2-selection__rendered {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }

.setting-input textarea {
  border: none;
  background: none;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  color: #fff;
  font-weight: 400;
  display: block; }
  @media (min-width: 1280px) {
    .setting-input textarea {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }

.setting-input .select2 {
  width: 100% !important; }

.setting-input input:focus,
.setting-input .select2-container--open .select2-selection__rendered,
.setting-input .picker__input--active {
  padding-bottom: 0; }
  @media (min-width: 1280px) {
    .setting-input input:focus,
    .setting-input .select2-container--open .select2-selection__rendered,
    .setting-input .picker__input--active {
      border-bottom: 2px solid #C39A2A; } }

.setting-input .select2-selection__arrow {
  height: 22px;
  top: 10px;
  right: 16px;
  color: #fff; }

.setting-input input::-webkit-input-placeholder,
.setting-input textarea::-webkit-input-placeholder {
  color: #b9b9b9;
  opacity: 1; }

.setting-input input:-moz-placeholder,
.setting-input textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #b9b9b9;
  opacity: 1; }

.setting-input input::-moz-placeholder,
.setting-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #b9b9b9;
  opacity: 1; }

.setting-input input:-ms-input-placeholder,
.setting-input textarea:-ms-input-placeholder {
  color: #b9b9b9;
  opacity: 1; }

.account-linking__img {
  width: 50px;
  margin-right: 26px; }
  .account-linking__img img {
    width: 50px;
    border-radius: 50%;
    overflow: hidden; }

.account-linking__icon {
  width: 50px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  border-radius: 50%;
  text-align: center; }

.account-linking__icon-fb {
  background: #4267b2; }

.account-linking__icon-steam {
  font-size: 28px;
  background: #333843; }

.account-linking__icon-xbox {
  background: #0f760f; }

.account-linking__icon-psn {
  background: #2772f0; }

.account-linking__profile {
  font-weight: 500; }

.account-linking__nick {
  display: block;
  color: #616161; }

.account-linking__nick-fb {
  color: #4267b2; }

.account-linking__nick-steam {
  color: #777777; }

.account-linking__nick-xbox {
  color: #0f760f; }

.account-linking__nick-psn {
  color: #2772f0; }

.setting-account-linking {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .setting-account-linking__label {
    display: block; }
  .setting-account-linking__social-share {
    font-size: 13px; }

.style--small {
  font-size: 12px; }

.switch {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  height: 10px; }
  .switch label {
    font-size: 14px;
    font-weight: 500; }
  .switch label::before {
    display: none !important; }
  @media (min-width: 1280px) {
    .switch {
      height: auto; }
      .switch.is-on-off .switch__label::before {
        content: attr(data-off); }
      .switch.is-on-off .switch__input:checked ~ label .switch__label::before {
        content: attr(data-on); } }
  .switch__input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100; }
  .switch__label {
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    letter-spacing: 0.077em; }
  .switch__trail-wrapper {
    width: 20px;
    height: 10px;
    position: relative;
    display: inline-block; }
    @media (min-width: 1280px) {
      .switch__trail-wrapper {
        width: 32px;
        height: 13px; } }
    .switch__trail-wrapper::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 4px;
      background: #68686e;
      border-radius: 20px;
      position: relative;
      top: -6px; }
      @media (min-width: 480px) {
        .switch__trail-wrapper::before {
          top: -7px; } }
      @media (min-width: 1280px) {
        .switch__trail-wrapper::before {
          width: 32px;
          height: 13px;
          top: 1px; } }
    .switch__trail-wrapper::after {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 19px;
      background: #97979b;
      display: inline-block;
      position: absolute;
      top: -1px;
      left: 0;
      transition: .2s;
      box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5); }
      @media (min-width: 1280px) {
        .switch__trail-wrapper::after {
          width: 19px;
          height: 19px;
          top: -1px;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } }
  .switch__input:checked ~ label .switch__label {
    color: #fff; }
  .switch__input:checked ~ label .switch__trail-wrapper::before {
    background: #C39A2A; }
    @media (min-width: 1280px) {
      .switch__input:checked ~ label .switch__trail-wrapper::before {
        background: #68686e; } }
  .switch__input:checked ~ label .switch__trail-wrapper::after {
    background: #bc9934;
    left: 10px;
    transition: .2s; }
    @media (min-width: 1280px) {
      .switch__input:checked ~ label .switch__trail-wrapper::after {
        left: 15px; } }

.alert {
  padding: 8px 15px;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 10;
  font-size: 11px; }
  @media (min-width: 770px) {
    .alert {
      padding: 12px 28px;
      font-size: 14px; } }
  .alert--success {
    background: #00C853; }
  .alert--warning {
    background: #2979ff; }
  .alert--error {
    background: #E91E63; }
  .alert--light {
    font-weight: 400; }
  .alert__close {
    font-size: 18px !important;
    color: #fff !important;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 0;
    cursor: pointer; }
  .alert__icon {
    font-size: 18px;
    position: relative;
    margin-right: 8px;
    top: -1px; }
  .alert .alert__container {
    width: 1170px;
    max-width: 100%;
    margin-left: auto;
    position: relative;
    margin-right: auto; }
  .alert.alert--with-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 769px) {
      .alert.alert--with-cols {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .alert__left-col {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 769px) {
      .alert__left-col {
        width: calc(100% - 20px); } }
    @media (min-width: 770px) {
      .alert__left-col {
        width: 80%; } }
  .alert__right-col {
    width: 100%;
    text-align: center; }
    @media (min-width: 770px) {
      .alert__right-col {
        width: 20%;
        text-align: right; } }

.setting-popup .alert {
  margin-bottom: 20px; }

.setting-popup .mfp-content {
  background: #13111d;
  max-width: 340px;
  padding: 25px 15px;
  text-align: center;
  position: relative; }
  @media (min-width: 770px) {
    .setting-popup .mfp-content {
      padding: 25px; } }
  .setting-popup .mfp-content::before {
    content: '';
    background: url("../assets/images/pw_maze_black.png") top left repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: .6;
    z-index: 2; }

.setting-popup--wide .mfp-content {
  max-width: 740px; }

.setting-popup--medium-wide .mfp-content {
  max-width: 500px; }

.setting-popup .highlighted-title {
  letter-spacing: 0.06em; }

.setting-popup .avatar--large {
  width: 59px;
  height: 75px;
  padding: 6px 0 0 2px; }
  .setting-popup .avatar--large svg {
    width: 57px;
    height: 62px; }
  @media (min-width: 770px) {
    .setting-popup .avatar--large {
      width: 85px;
      height: 108px;
      padding: 6px 0 0 2px; }
      .setting-popup .avatar--large svg {
        width: 82px;
        height: 96px; } }

.setting-popup #post-form {
  position: relative;
  z-index: 10;
  font-size: 12px; }
  @media (min-width: 770px) {
    .setting-popup #post-form {
      font-size: 15px; } }
  .setting-popup #post-form h3 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px; }
    @media (min-width: 770px) {
      .setting-popup #post-form h3 {
        font-size: 16px; } }
  .setting-popup #post-form h4 {
    color: #7a7a80;
    margin-top: 0;
    margin-bottom: 15px; }
    @media (min-width: 770px) {
      .setting-popup #post-form h4 {
        margin-bottom: 25px; } }
  .setting-popup #post-form p {
    font-weight: 600; }
  .setting-popup #post-form hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 60%; }
    @media (min-width: 770px) {
      .setting-popup #post-form hr {
        margin-top: 30px;
        margin-bottom: 30px; } }
  .setting-popup #post-form .fr-element p {
    font-weight: 400; }
  .setting-popup #post-form .account-layer__forgot-password {
    margin-top: 20px;
    font-size: 12px; }
    .setting-popup #post-form .account-layer__forgot-password a {
      font-size: 12px; }
    @media (min-width: 770px) {
      .setting-popup #post-form .account-layer__forgot-password {
        margin-top: 30px;
        font-size: 15px; }
        .setting-popup #post-form .account-layer__forgot-password a {
          font-size: 15px; } }
  .setting-popup #post-form .form-group {
    margin-bottom: 20px; }
  .setting-popup #post-form .account-layer__forgot-password {
    margin-bottom: 0; }
  .setting-popup #post-form .avatar {
    display: inline-block; }
    .setting-popup #post-form .avatar svg {
      -webkit-filter: none;
      filter: none; }

.setting-popup .alert-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #C39A2A;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  color: #fff; }

@media (max-width: 479px) {
  .setting-popup .order-item {
    margin: 0 -15px; } }

.setting-popup--community.mfp-wrap {
  z-index: 10061; }

.setting-popup--community .mfp-content::before {
  content: '';
  background: url("../assets/images/pw_maze_black.png") top left repeat; }

.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1; }

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.order-item {
  position: relative; }
  .order-item .list-item-dropdown {
    top: 0;
    text-align: left;
    text-decoration: none; }
    @media (max-width: 1280px) {
      .order-item .list-item-dropdown {
        width: 100%;
        position: relative;
        background: rgba(17, 17, 17, 0.75); } }
    @media (min-width: 1800px) {
      .order-item .list-item-dropdown {
        left: calc(100% - 20px); } }

.orders-list-container {
  font-size: 11px; }
  @media (min-width: 1280px) {
    .orders-list-container {
      font-size: 15px; } }

.order-item-title {
  padding: 4px 15px 2px;
  background-color: #1e1e20;
  background-image: url("../assets/images/black-twill.png");
  position: relative;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .order-item-title::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 1280px) {
    .order-item-title {
      padding: 8px 28px 6px; } }
  .order-item-title__col-left {
    position: relative;
    width: 50%;
    font-size: 12px;
    font-weight: 500; }
    @media (min-width: 770px) {
      .order-item-title__col-left {
        font-size: 14px; } }
  .order-item-title__id {
    display: block; }
  .order-item-title__date {
    display: block; }
  .order-item-title__col-right {
    position: relative;
    width: 50%;
    text-align: right;
    padding-right: 21px; }
    @media (min-width: 1280px) {
      .order-item-title__col-right {
        padding-right: 40px; } }
  .order-item-title__status {
    display: block;
    font-size: 14px;
    font-weight: 500; }
  .order-item-title__sum {
    display: block;
    text-transform: uppercase; }
  .order-item-title__menu {
    display: block !important;
    left: auto !important;
    right: -30px; }
    .order-item-title__menu .icon {
      font-size: 16px; }
      @media (min-width: 1280px) {
        .order-item-title__menu .icon {
          font-size: 24px; } }

.order-item-product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  border-bottom: 1px solid #1a1a1c;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 15px; }
  @media (min-width: 480px) {
    .order-item-product {
      min-height: 100px; } }
  @media (min-width: 770px) {
    .order-item-product {
      font-size: 14px; } }
  @media (min-width: 1280px) {
    .order-item-product {
      padding: 0;
      background-image: none !important; } }
  .order-item-product::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1; }
  .order-item-product::before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: transparent;
    transition: 0.3s; }
  @media (min-width: 1280px) {
    .order-item-product:hover {
      background-color: #2b2b2e;
      transition: 0.3s; }
      .order-item-product:hover::before {
        background-color: #c5a44b;
        transition: 0.3s; }
      .order-item-product:hover .order-item-product__image-wrapper {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: 0.3s; } }
  .order-item-product__image-wrapper {
    display: none;
    transition: 0.3s; }
    @media (min-width: 1280px) {
      .order-item-product__image-wrapper {
        width: 200px;
        display: block; } }
  .order-item-product__image {
    width: 100%;
    height: auto;
    display: block; }
  .order-item-product__title-wrapper {
    width: 75%;
    padding-left: 0;
    padding-right: 15px; }
    @media (min-width: 1280px) {
      .order-item-product__title-wrapper {
        padding-left: 30px;
        padding-right: 30px;
        width: 65%; } }
  .order-item-product__title {
    color: #fff; }
    .order-item-product__title:hover, .order-item-product__title:focus {
      color: #C39A2A; }
  .order-item-product__category {
    display: block; }
  .order-item-product__price-wrapper {
    width: 35%;
    text-align: right; }
    @media (min-width: 1280px) {
      .order-item-product__price-wrapper {
        padding-right: 69px; } }
    .order-item-product__price-wrapper.has-upgrade-icon {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 1280px) {
        .order-item-product__price-wrapper.has-upgrade-icon {
          -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          padding-right: 23px; } }
  .order-item-product .upgrade-product-btn {
    color: #2196f3;
    font-size: 22px;
    margin-left: calc( 100% - 22px);
    position: relative;
    top: -2px; }
    @media (min-width: 1280px) {
      .order-item-product .upgrade-product-btn {
        display: inline-block;
        margin-left: 23px; } }
    .order-item-product .upgrade-product-btn:hover {
      color: #51adf6; }
  .order-item-product__price {
    font-weight: 700; }
    @media (max-width: 1279px) {
      .order-item-product__price {
        margin-left: auto; } }

.timeline__items {
  position: relative; }

.timeline__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .timeline__item:before, .timeline__item:after {
    content: '';
    display: block;
    width: 2px;
    height: 40px;
    margin: 0 auto;
    background-color: #C39A2A; }
    @media (min-width: 1280px) {
      .timeline__item:before, .timeline__item:after {
        height: 50px; } }
  .timeline__item:before {
    margin-bottom: 30px; }
  .timeline__item:after {
    margin-top: 0; }
    @media (min-width: 1280px) {
      .timeline__item:after {
        margin-top: 30px; } }
  .timeline__item:first-of-type {
    padding-top: 0; }
    .timeline__item:first-of-type:before {
      height: 80px; }
  .timeline__item:last-of-type:after {
    display: none; }

.timeline__card {
  width: 100%; }
  @media (min-width: 480px) and (max-width: 1279px) {
    .timeline__card {
      margin: 0 auto;
      width: calc(100% - 40px); } }
  @media (max-width: 769px) {
    .timeline__card .store-productbox--default {
      width: 50%; } }
  @media (min-width: 1280px) {
    .timeline__card > * {
      max-width: 370px; } }

.timeline__icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #C39A2A;
  font-size: 17px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -90px; }
  @media (min-width: 1280px) {
    .timeline__icon {
      width: 48px;
      height: 48px;
      line-height: 48px;
      font-size: 20px;
      top: 0; } }
  .timeline__icon .icon-chevron-double-up {
    font-size: 24px;
    line-height: 1; }

.timeline__marked-link {
  font-weight: bold; }

.timeline__info {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -62px; }
  @media (min-width: 1280px) {
    .timeline__info {
      margin-top: 0; } }

.timeline__info-date {
  font-weight: bold;
  margin-bottom: 4px; }

.timeline__info-description {
  font-size: 12px;
  line-height: 14px; }

.timeline__load-more-wrapper {
  margin-top: 35px;
  text-align: center; }

.timeline-mobile-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s; }
  .timeline-mobile-filter.is-open {
    max-height: 600px;
    transition: 0.3s; }
  @media (min-width: 1280px) {
    .timeline-mobile-filter {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-height: 600px; } }
  .timeline-mobile-filter .default-separator {
    width: 100%; }
  .timeline-mobile-filter__col {
    margin: 15px;
    width: 50%; }
    @media (min-width: 1280px) {
      .timeline-mobile-filter__col {
        margin: 0;
        width: 100%; } }

.timeline-info-section .profile-title {
  cursor: pointer; }

.timeline-profile-title .profile-title__filter-one {
  transition: 0.3s; }

.timeline-profile-title.is-open .profile-title__filter-one {
  transition: 0.3s;
  -webkit-transform: rotate(180deg) translateY(5px);
  -ms-transform: rotate(180deg) translateY(5px);
  transform: rotate(180deg) translateY(5px); }

@media (min-width: 1280px) {
  .timeline__items {
    padding-top: 65px; }
    .timeline__items:before {
      content: '';
      display: block;
      width: 2px;
      background-color: #C39A2A;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -1px; }
  .timeline__item {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-bottom: 60px; }
    .timeline__item:before, .timeline__item:after {
      display: none; }
  .timeline__card {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: calc( (100% - 48px)/2);
    padding: 0 40px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .timeline__icon {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px; }
  .timeline__info {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: calc( (100% - 48px)/2);
    margin-top: 21px;
    text-align: left;
    padding: 0 0 0 40px; }
  .timeline__item:nth-child(2n+2) .timeline__card {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding: 0 0 0 40px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .timeline__item:nth-child(2n+2) .timeline__info {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 40px 0 0;
    text-align: right; } }

.timeline-info-section .default-separator {
  margin: 2px 5px 15px 5px; }

.timeline-custom-box {
  width: 100%;
  background: rgba(17, 17, 17, 0.9);
  padding: 16px 19px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .timeline-custom-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 0;
    width: 2px;
    background: #C39A2A; }
  .timeline-custom-box.is-visited {
    opacity: 0.55; }
    .timeline-custom-box.is-visited:before {
      display: none; }
  .timeline-custom-box .community-cover-story__category.is-small {
    margin-bottom: 4px; }
  .timeline-custom-box__content {
    width: 100%; }
  .timeline-custom-box__categories {
    margin-bottom: 4px; }
  .timeline-custom-box__subtitle {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    line-height: 1.2em;
    word-wrap: break-word; }
    @media (min-width: 480px) {
      .timeline-custom-box__subtitle {
        font-size: 20px;
        line-height: 30px; } }
    @media (min-width: 1280px) {
      .timeline-custom-box__subtitle {
        display: block; } }
    .timeline-custom-box__subtitle a {
      font-weight: 700; }
  .timeline-custom-box__meta-wrapper {
    color: #FAFAFA; }
    @media (max-width: 769px) {
      .timeline-custom-box__meta-wrapper {
        padding-bottom: 24px; } }
    @media (min-width: 1280px) {
      .timeline-custom-box__meta-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .timeline-custom-box__meta-wrapper-first-row {
    display: inline;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.15em;
    font-weight: 400;
    position: relative;
    font-size: 10px;
    line-height: 14px;
    padding-bottom: 3px; }
    @media (min-width: 1280px) {
      .timeline-custom-box__meta-wrapper-first-row {
        display: block; }
        .timeline-custom-box__meta-wrapper-first-row::before {
          content: '';
          position: absolute;
          right: 3px;
          bottom: 0;
          left: 0;
          height: 1px;
          width: calc(100% - 3px);
          background: #C39A2A; } }
  .timeline-custom-box__meta-wrapper-second-row {
    display: inline;
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.15em;
    margin-top: -5px; }
    @media (min-width: 1280px) {
      .timeline-custom-box__meta-wrapper-second-row {
        display: block;
        margin-top: -2px; } }
    .timeline-custom-box__meta-wrapper-second-row .icon-reply {
      color: #C39A2A;
      font-size: 17px;
      margin-right: 5px;
      position: relative;
      top: 2px; }
    .timeline-custom-box__meta-wrapper-second-row .timeline-custom-box__reply-by a {
      font-weight: 700;
      color: #fff; }
      .timeline-custom-box__meta-wrapper-second-row .timeline-custom-box__reply-by a:hover {
        color: #C39A2A; }
  .timeline-custom-box__description {
    color: #f4f4f0;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 300; }
  .timeline-custom-box__comment {
    display: block;
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: #FAFAFA;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(17, 17, 17, 0.9);
    padding: 7px 10px; }
    .timeline-custom-box__comment .icon {
      color: #C39A2A;
      font-size: 15px;
      line-height: 15px;
      position: relative;
      top: 2px;
      margin-right: 7px; }
    .timeline-custom-box__comment .comment-text {
      color: #FAFAFA; }
  .timeline-custom-box--new-community-post .timeline-custom-box__meta-wrapper-second-row {
    margin-bottom: 36px; }

.timeline-level-up {
  padding: 20px;
  display: block;
  position: relative;
  font-family: "Bank Gothic", sans-serif;
  box-shadow: 0 0 0 1px rgba(173, 174, 176, 0.25);
  width: calc( 100% - 4px);
  max-width: 370px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 2px; }
  @media (min-width: 770px) {
    .timeline-level-up {
      margin: 0;
      width: 100%; } }
  .timeline-level-up__title {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 1280px) {
      .timeline-level-up__title {
        font-size: 24px;
        line-height: 1;
        margin-top: 2px; } }
  .timeline-level-up__description {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 1280px) {
      .timeline-level-up__description {
        font-size: 40px;
        line-height: 1; } }
  .timeline-level-up__level {
    color: #C39A2A; }

/*
** Át kell szervezni a helyére
*/
input.default--clear {
  color: #C39A2A;
  text-transform: none;
  font-weight: normal; }

.bracket-corners {
  position: relative; }
  .bracket-corners__helper-tl, .bracket-corners__helper-tr, .bracket-corners__helper-bl, .bracket-corners__helper-br {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    position: absolute; }
  .bracket-corners__helper-tl {
    top: 0;
    left: 0;
    border-right: 0;
    border-bottom: 0; }
  .bracket-corners__helper-tr {
    top: 0;
    right: 0;
    border-left: 0;
    border-bottom: 0; }
  .bracket-corners__helper-bl {
    bottom: 0;
    left: 0;
    border-right: 0;
    border-top: 0; }
  .bracket-corners__helper-br {
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0; }
  .bracket-corners--yellow .bracket-corners__helper-tl,
  .bracket-corners--yellow .bracket-corners__helper-tr,
  .bracket-corners--yellow .bracket-corners__helper-bl,
  .bracket-corners--yellow .bracket-corners__helper-br {
    border-color: #C39A2A; }
  .bracket-corners--outer-corners .bracket-corners__helper-tl {
    top: -2px;
    left: -2px; }
  .bracket-corners--outer-corners .bracket-corners__helper-tr {
    top: -2px;
    right: -2px; }
  .bracket-corners--outer-corners .bracket-corners__helper-bl {
    bottom: -2px;
    left: -2px; }
  .bracket-corners--outer-corners .bracket-corners__helper-br {
    bottom: -2px;
    right: -2px; }

/*
** Timeline sidebar layout override
*/
/*
@media (min-width: $medium-screen-min){
	.container--profile-timeline {
		.col-container {
			.col-sidebar {
				width: 210px;
				margin-right: 30px;
			}
			.col-content {
				width: calc(100% - 240px);
			}
		}
	}
}*/
@media (min-width: 1280px) {
  .container--profile-timeline .col-container .col-sidebar {
    width: 270px;
    margin-right: 30px;
    transition: 0.3s;
    min-height: 55px; }
    .container--profile-timeline .col-container .col-sidebar .info-section {
      opacity: 1;
      max-height: 1000px;
      transition: 0.4s 0.1s;
      overflow: hidden; }
    .container--profile-timeline .col-container .col-sidebar .timeline-collapse-button {
      transition: 0.3s; }
  .container--profile-timeline .col-container .col-content {
    width: calc(100% - 300px);
    transition: 0.3s; }
  .container--profile-timeline .col-container.is-timeline-collapsed .col-sidebar {
    width: 70px;
    transition: 0.3s;
    padding: 18px 26px;
    min-height: 55px; }
    .container--profile-timeline .col-container.is-timeline-collapsed .col-sidebar .info-section {
      opacity: 0;
      max-height: 0;
      transition: 0.2s; }
    .container--profile-timeline .col-container.is-timeline-collapsed .col-sidebar .timeline-collapse-button {
      right: 24px;
      bottom: 14px;
      transition: 0.3s; }
  .container--profile-timeline .col-container.is-timeline-collapsed .col-content {
    width: calc(100% - 100px);
    transition: 0.3s; } }

.profile--comunity-page .community-list-item__avatar-col {
  position: relative;
  z-index: 0; }

.timeline-collapse-button {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #C39A2A;
  display: inline-block; }
  .timeline-collapse-button:hover span {
    color: #fff; }
  .timeline-collapse-button span {
    color: #C39A2A;
    font-size: 20px; }

.latest-dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #C39A2A;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s; }
  .latest-dot.is-active {
    opacity: 1; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow-x: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 8px;
  padding-bottom: 8px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 0;
    padding-right: 0; } }

.mfp-content {
  max-width: 800px; }

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
  z-index: 10020; }
  @media (min-width: 1280px) {
    .tooltipster-base {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 300px;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
  animation: tooltipster-fading 400ms; }

/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
  animation: tooltipster-rotating 600ms; }

/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #2e2d34;
  border-radius: 4px;
  font-size: 14px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 8px 14px 6px; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #2e2d34;
  left: 0px;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #2e2d34;
  left: -3px;
  top: 0px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #2e2d34;
  left: 3px;
  top: 0px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #2e2d34;
  left: 0px;
  top: -3px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #2e2d34; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #2e2d34; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #2e2d34; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #2e2d34; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltipster-base .icon {
  font-size: 19px;
  line-height: 21px;
  vertical-align: middle;
  margin-right: 3px;
  position: relative;
  top: -2px; }

.tooltipster-base .icon__text {
  vertical-align: middle;
  display: inline-block; }

.medium-gray.tooltipster-sidetip .tooltipster-box {
  background: #4f4f4f;
  font-weight: 700;
  font-size: 12px; }

.medium-gray.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #4f4f4f; }

.medium-gray.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #4f4f4f; }

.medium-gray.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #4f4f4f; }

.medium-gray.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #4f4f4f; }

.medium-gray.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #4f4f4f; }

.medium-gray.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #4f4f4f; }

.medium-gray.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #4f4f4f; }

.medium-gray.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #4f4f4f; }

.blue.tooltipster-sidetip .tooltipster-box {
  background: #2196f3;
  font-weight: 700;
  font-size: 12px;
  color: #fff; }

.blue.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #2196f3; }

.blue.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #2196f3; }

.blue.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #2196f3; }

.blue.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #2196f3; }

.blue.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #2196f3; }

.blue.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #2196f3; }

.blue.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #2196f3; }

.blue.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #2196f3; }

.inverse.tooltipster-sidetip .tooltipster-box {
  background: #fff; }

.inverse.tooltipster-sidetip .tooltipster-content {
  color: #2e2d34; }

.inverse.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff; }

.inverse.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff; }

.inverse.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff; }

.inverse.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff; }

.inverse.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff; }

.inverse.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff; }

.inverse.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff; }

.inverse.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff; }

@-webkit-keyframes buttonSpinnerRotate {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg); } }

@keyframes buttonSpinnerRotate {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg); } }

@-webkit-keyframes buttonSpinnerRotateInverse {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
  to {
    -webkit-transform: translateY(-50%) rotate(-360deg);
    transform: translateY(-50%) rotate(-360deg); } }

@keyframes buttonSpinnerRotateInverse {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
  to {
    -webkit-transform: translateY(-50%) rotate(-360deg);
    transform: translateY(-50%) rotate(-360deg); } }

.animate--out {
  -webkit-animation-name: main-container-animate-out;
  animation-name: main-container-animate-out;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.animate--in {
  -webkit-animation-name: main-container-animate-in;
  animation-name: main-container-animate-in;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.useragent-a-gc .animate--in {
  -webkit-animation-name: none;
  animation-name: none; }

.animate--in-scale {
  -webkit-animation-name: animate-in-scale;
  animation-name: animate-in-scale;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.animate--out-scale {
  -webkit-animation-name: animate-out-scale;
  animation-name: animate-out-scale;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

@-webkit-keyframes main-container-animate-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes main-container-animate-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes main-container-animate-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes main-container-animate-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes animate-in-scale {
  0% {
    max-height: 0; }
  100% {
    max-height: 100px; } }

@keyframes animate-in-scale {
  0% {
    max-height: 0; }
  100% {
    max-height: 100px; } }

@-webkit-keyframes animate-out-scale {
  0% {
    max-height: 100px; }
  100% {
    max-height: 0; } }

@keyframes animate-out-scale {
  0% {
    max-height: 100px; }
  100% {
    max-height: 0; } }

.select2-container .select2-dropdown {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.select2-container--open .select2-dropdown {
  -webkit-animation-name: select2in;
  animation-name: select2in;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.select2-container--open.select2-dropdown--animate-out .select2-dropdown {
  -webkit-animation-name: select2out;
  animation-name: select2out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes select2in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes select2in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes select2out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes select2out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

div#comments {
  position: relative;
  top: -40px; }

.community-content-banner .display-banner {
  margin-top: 20px; }

.grid-item--cover-story.is-visited {
  opacity: .55; }

.square-btn {
  width: 54px;
  height: 54px;
  position: relative;
  display: inline-block; }
  .square-btn > svg {
    width: 54px !important;
    height: 54px !important; }
  .square-btn[data-spinner="right"].is-spinning .hover-state--arrow,
  .square-btn[data-spinner="right"].is-spinning .normal-state--arrow {
    opacity: 0 !important; }
  .square-btn[data-spinner="right"].is-spinning .hover-state {
    opacity: 1 !important; }
  .square-btn[data-spinner="right"].is-spinning .spinner-text {
    display: inline-block;
    z-index: 20;
    background: #d2a631;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px; }
    .square-btn[data-spinner="right"].is-spinning .spinner-text svg {
      width: 18px;
      height: 18px;
      display: block;
      vertical-align: middle;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -9px;
      margin-right: -9px;
      fill: #FAFAFA;
      z-index: 20;
      -webkit-animation-name: buttonSpinnerRotate;
      animation-name: buttonSpinnerRotate;
      -webkit-animation-duration: 0.7s;
      animation-duration: 0.7s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }
  .square-btn:hover .hover-state {
    opacity: 1;
    transition: opacity 0.3s; }
  .square-btn .normal-state,
  .square-btn .hover-state {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0; }
  .square-btn .normal-state {
    width: 53px;
    height: 53px; }
  .square-btn .normal-state--border {
    fill: #d2a631; }
  .square-btn .normal-state--arrow {
    fill: #ffffff; }
  .square-btn .hover-state {
    opacity: 0;
    transition: opacity 0.3s; }
    .square-btn .hover-state--bg {
      fill: #d2a631; }
    .square-btn .hover-state--arrow {
      fill: #ffffff; }

.css-icon--plus {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block; }
  .css-icon--plus::before {
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    top: 4px;
    left: 0;
    background: #fff;
    display: block; }
  .css-icon--plus::after {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 4px;
    background: #fff;
    display: block; }

.community-main-tab {
  margin-bottom: 0;
  margin-top: 20px; }
  .community-main-tab__select {
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-left: 40px; }
  .community-main-tab__select-title {
    display: block;
    color: #8a8a8a;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
  .community-main-tab .ghost-btn {
    height: 62px;
    line-height: 60px;
    float: right;
    margin-top: 4px; }

@media (min-width: 770px) {
  .community-secondary-tab {
    margin-bottom: 10px; } }

.load-more-wrapper {
  padding-bottom: 40px;
  text-align: center; }
  @media (min-width: 770px) {
    .load-more-wrapper {
      padding-bottom: 70px; } }

.ghost-btn {
  font-family: "Open Sans", sans-serif;
  height: 54px;
  line-height: 54px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border: 1px solid #C39A2A;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all .3s;
  text-align: center;
  position: relative; }
  .ghost-btn--small {
    height: 40px;
    line-height: 38px;
    font-size: 14px; }
  .ghost-btn--x-small {
    height: 34px;
    line-height: 32px;
    font-size: 13px;
    padding-right: 10px;
    padding-left: 10px; }
  .ghost-btn:hover {
    background: #C39A2A;
    color: #fff;
    transition: all .3s; }
    .ghost-btn:hover .ghost-btn__icon {
      color: #fff; }
  .ghost-btn[data-spinner="left"].is-spinning .spinner-text, .ghost-btn[data-spinner="right"].is-spinning .spinner-text {
    position: relative;
    line-height: 22px;
    display: inline-block; }
    .ghost-btn[data-spinner="left"].is-spinning .spinner-text svg, .ghost-btn[data-spinner="right"].is-spinning .spinner-text svg {
      width: 22px;
      height: 22px;
      display: block;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      fill: #FAFAFA;
      -webkit-animation-name: buttonSpinnerRotate;
      animation-name: buttonSpinnerRotate;
      -webkit-animation-duration: 0.7s;
      animation-duration: 0.7s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }
  .ghost-btn[data-spinner="left"].is-spinning .spinner-text {
    padding-left: 25px; }
    .ghost-btn[data-spinner="left"].is-spinning .spinner-text svg {
      left: 0; }
  .ghost-btn[data-spinner="right"].is-spinning .spinner-text {
    padding-right: 25px; }
    .ghost-btn[data-spinner="right"].is-spinning .spinner-text svg {
      right: 0; }
  .ghost-btn .spinner-text {
    padding: 0 0 0 20px; }
  .ghost-btn__icon {
    color: #C39A2A;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px; }
  .ghost-btn--following {
    height: 45px;
    line-height: 45px;
    font-size: 16px; }
    .ghost-btn--following .ghost-btn__icon {
      margin-right: 0; }
  .ghost-btn--faq {
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    text-transform: none; }
    @media (min-width: 770px) {
      .ghost-btn--faq {
        font-size: 18px;
        height: 45px;
        line-height: 45px; } }
    .ghost-btn--faq:hover {
      background: #b38f2a;
      border: 1px solid #b38f2a; }
    .ghost-btn--faq .ghost-btn__icon {
      margin-right: 0;
      font-size: 20px;
      line-height: 20px;
      color: #FAFAFA;
      position: relative;
      top: 10%;
      left: 0; }
      @media (max-width: 769px) {
        .ghost-btn--faq .ghost-btn__icon {
          top: 5%; } }
      @media (min-width: 770px) {
        .ghost-btn--faq .ghost-btn__icon {
          font-size: 24px;
          line-height: 24px; } }
  .ghost-btn--blue {
    border: 1px solid #226ff4; }
    .ghost-btn--blue:hover {
      background: #2671f1;
      border: 1px solid #2671f1; }

.community-edit-post-wrapper {
  text-align: center;
  margin-top: 5px; }

.community-edit-post {
  display: inline-block;
  text-align: center;
  opacity: .55;
  transition: opacity 0.3s; }
  .community-edit-post:hover, .community-edit-post:focus {
    opacity: 1;
    transition: opacity 0.3s; }
  .community-edit-post__icon {
    color: #C39A2A;
    margin-right: 5px;
    font-size: 13px;
    position: relative;
    top: 1px; }
    @media (min-width: 770px) {
      .community-edit-post__icon {
        font-size: 15px; } }
    @media (min-width: 1280px) {
      .community-edit-post__icon {
        font-size: 19px; } }
    .community-edit-post__icon--right {
      margin-left: 5px;
      margin-right: 0; }
  .community-edit-post__text {
    display: inline-block;
    color: #fafafa;
    font-size: 11px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.09em; }
    @media (min-width: 770px) {
      .community-edit-post__text {
        font-size: 13px; } }
    @media (min-width: 1280px) {
      .community-edit-post__text {
        font-size: 15px; } }

.community-list-wrapper {
  padding-bottom: 30px; }
  @media (min-width: 770px) {
    .community-list-wrapper {
      padding-bottom: 70px; } }

.community-list-item {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .community-list-item.is-sticky .community-list-item__avatar-col,
  .community-list-item.is-sticky .community-list-item__body-col,
  .community-list-item.is-sticky .community-list-item__comment-col {
    background: #2b0e3e;
    opacity: 1 !important; }
  .community-list-item.is-sticky.is-visited .community-list-item__avatar-col,
  .community-list-item.is-sticky.is-visited .community-list-item__body-col,
  .community-list-item.is-sticky.is-visited .community-list-item__comment-col {
    opacity: .55 !important; }
  .community-list-item.is-sticky:hover .community-list-item__avatar-col,
  .community-list-item.is-sticky:hover .community-list-item__body-col,
  .community-list-item.is-sticky:hover .community-list-item__comment-col, .community-list-item.is-sticky.is-active .community-list-item__avatar-col,
  .community-list-item.is-sticky.is-active .community-list-item__body-col,
  .community-list-item.is-sticky.is-active .community-list-item__comment-col {
    background: #422a4e;
    opacity: 1 !important; }
  .community-list-item:hover .community-list-item__follow .icon-favorite_border {
    display: block; }
  .community-list-item:hover .list-item-dropdown-button {
    display: block; }
  .community-list-item:hover .list-item-buttons {
    opacity: 1; }
  .community-list-item.is-visited::before {
    display: none; }
  .community-list-item.is-visited .community-list-item__avatar-col,
  .community-list-item.is-visited .community-list-item__body-col,
  .community-list-item.is-visited .community-list-item__comment-col {
    opacity: .55; }
  .community-list-item:hover .community-list-item__avatar-col,
  .community-list-item:hover .community-list-item__body-col,
  .community-list-item:hover .community-list-item__comment-col, .community-list-item.is-active .community-list-item__avatar-col,
  .community-list-item.is-active .community-list-item__body-col,
  .community-list-item.is-active .community-list-item__comment-col {
    background: #2f2e35;
    opacity: 1; }
  .community-list-item.is-dev .avatar {
    position: relative; }
    .community-list-item.is-dev .avatar::after {
      content: '';
      background: url(../assets/images/dev-logo-bg--list.png) no-repeat center center;
      width: 70px;
      height: 65px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -32px;
      margin-top: -32px;
      background-size: cover;
      opacity: .05;
      z-index: 5; }
      @media (min-width: 770px) {
        .community-list-item.is-dev .avatar::after {
          width: 120px;
          height: 115px;
          margin-left: -60px;
          margin-top: -53px; } }
  .community-list-item.is-dev .avatar--tiny::after {
    width: 57px;
    height: 53px;
    margin-left: -28px;
    margin-top: -25px; }
  .community-list-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 0;
    width: 2px;
    background: #C39A2A; }
  .community-list-item__avatar-col {
    background: rgba(17, 17, 17, 0.9);
    padding: 15px 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: all 0.2s;
    transition-property: opacity, background; }
    @media (min-width: 770px) {
      .community-list-item__avatar-col {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 25px; } }
    .community-list-item__avatar-col .avatar--small {
      width: 38px;
      height: 49px;
      padding: 6px 0 0 2px; }
      .community-list-item__avatar-col .avatar--small svg {
        width: 35px;
        height: 39px; }
      @media (min-width: 770px) {
        .community-list-item__avatar-col .avatar--small {
          width: 59px;
          height: 75px;
          padding: 6px 0 0 2px; }
          .community-list-item__avatar-col .avatar--small svg {
            width: 57px;
            height: 62px; } }
    .community-list-item__avatar-col .avatar--tiny {
      width: 31px;
      height: 40px;
      padding: 5px 0 0 1px; }
      .community-list-item__avatar-col .avatar--tiny svg {
        width: 29px;
        height: 32px; }
  .community-list-item__body-col {
    background: rgba(17, 17, 17, 0.9);
    padding: 15px 15px 15px 0;
    width: 100%;
    min-width: 50%;
    position: relative;
    transition: all 0.2s;
    transition-property: opacity, background; }
    @media (min-width: 1280px) {
      .community-list-item__body-col {
        padding: 15px 60px 15px 0; } }
  .community-list-item__comment-col {
    background: rgba(17, 17, 17, 0.9);
    padding: 15px;
    margin-left: 2px;
    min-width: 100px;
    font-family: "Open Sans", sans-serif;
    transition: all 0.2s;
    transition-property: opacity, background; }
  .community-list-item__title-wrapper {
    margin-bottom: 3px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 52px; }
    @media (min-width: 770px) {
      .community-list-item__title-wrapper {
        margin-bottom: 8px;
        min-height: auto; } }
  .community-list-item__title-inside {
    max-width: 100%; }
    @media (min-width: 770px) {
      .community-list-item__title-inside {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .community-list-item__text-wrapper {
    margin-left: -46px;
    width: calc(100% + 50px);
    position: relative; }
    @media (min-width: 770px) {
      .community-list-item__text-wrapper {
        margin-left: auto;
        width: 100%; } }
  .community-list-item__mobile-comment {
    position: absolute;
    right: 0;
    bottom: -3px; }
  .community-list-item__category {
    height: 15px;
    border: 1px solid #fff;
    border-radius: 2px;
    line-height: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 0.077em;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 4px;
    position: relative;
    top: -2px;
    white-space: nowrap;
    transition: all .3s; }
    @media (min-width: 770px) {
      .community-list-item__category {
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        height: 24px;
        line-height: 24px;
        margin-right: 10px;
        top: -1px; } }
    .community-list-item__category:hover {
      transition: all .3s; }
  .community-list-item__title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.025em;
    margin: 0;
    line-height: 1.2em;
    display: inline;
    min-width: 30%;
    position: relative;
    word-wrap: break-word; }
    @media (min-width: 770px) {
      .community-list-item__title {
        font-size: 22px;
        display: block; } }
    .community-list-item__title a {
      font-weight: 700; }
  .community-list-item__follow {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -11px;
    display: none; }
    @media (min-width: 770px) {
      .community-list-item__follow {
        display: inline-block; } }
    .community-list-item__follow .icon-favorite_border {
      display: none; }
    .community-list-item__follow .icon {
      font-size: 22px;
      line-height: 22px;
      cursor: pointer;
      transition: color 0.3s; }
      .community-list-item__follow .icon:hover {
        transition: color 0.3s; }
  .community-list-item__meta-wrapper {
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    margin-bottom: 8px;
    color: #fff;
    line-height: 12px; }
    @media (min-width: 770px) {
      .community-list-item__meta-wrapper {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 6px; } }
    .community-list-item__meta-wrapper .icon-reply {
      font-size: 14px;
      position: relative;
      top: 2px;
      margin-right: 2px;
      color: #C39A2A; }
      @media (min-width: 770px) {
        .community-list-item__meta-wrapper .icon-reply {
          font-size: 18px; } }
    .community-list-item__meta-wrapper a {
      color: #fff;
      font-weight: 700; }
      .community-list-item__meta-wrapper a:hover, .community-list-item__meta-wrapper a:focus, .community-list-item__meta-wrapper a:active {
        color: #C39A2A; }
  .community-list-item__posted-by {
    font-weight: 700; }
  .community-list-item__reply-by {
    font-weight: 700; }
  .community-list-item__description-wrapper {
    color: #c2c2c3;
    font-weight: 300;
    font-size: 11px;
    padding-right: 60px; }
    @media (min-width: 770px) {
      .community-list-item__description-wrapper {
        font-size: 14px; } }
    @media (min-width: 770px) {
      .community-list-item__description-wrapper {
        padding-right: 0; } }
  .community-list-item__comment-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #FFF;
    display: none; }
    @media (min-width: 1280px) {
      .community-list-item__comment-col {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    .community-list-item__comment-col .icon {
      color: #C39A2A;
      font-size: 16px;
      margin-right: 10px; }
    .community-list-item__comment-col .comment-text {
      font-size: 14px; }
  .community-list-item__is-pinned {
    color: #e1e1e1;
    font-size: 16px;
    margin-right: 2px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    margin-top: 0; }
    @media (min-width: 1280px) {
      .community-list-item__is-pinned {
        font-size: 22px;
        margin-right: 10px;
        position: relative;
        top: -2px; } }
  .community-list-item__is-locked {
    color: #97979a;
    font-size: 17px;
    position: relative;
    top: -2px;
    display: inline-block; }
  .community-list-item--half-sized .community-list-item__avatar-col {
    padding: 5px 10px; }
    @media (min-width: 1280px) {
      .community-list-item--half-sized .community-list-item__avatar-col {
        padding: 5px 42px; } }
  .community-list-item--half-sized .community-list-item__body-col {
    padding: 15px 15px 15px 0; }
    @media (min-width: 1280px) {
      .community-list-item--half-sized .community-list-item__body-col {
        padding: 7px 30px 7px 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .community-list-item--half-sized .community-list-item__text-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto; }
    @media (max-width: 1279px) {
      .community-list-item--half-sized .community-list-item__text-wrapper {
        margin-left: 0; } }
    @media (min-width: 770px) and (max-width: 1279px) {
      .community-list-item--half-sized .community-list-item__text-wrapper {
        margin-top: 8px; } }
  .community-list-item--half-sized .community-list-item__meta-wrapper {
    text-align: right;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0; }
    .community-list-item--half-sized .community-list-item__meta-wrapper .icon-reply {
      font-size: 14px; }
  .community-list-item--half-sized .community-list-item__meta-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (min-width: 1280px) {
      .community-list-item--half-sized .community-list-item__meta-row {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .community-list-item--half-sized .community-list-item__meta-row span {
      margin-right: 0.3em; }
  .community-list-item--half-sized .community-list-item__title-wrapper {
    min-height: auto;
    margin-right: 10px;
    margin-bottom: 0;
    min-width: 50%; }
    @media (max-width: 769px) {
      .community-list-item--half-sized .community-list-item__title-wrapper {
        margin-bottom: 8px; } }
  @media (min-width: 770px) {
    .community-list-item--half-sized .community-list-item__title {
      font-size: 16px;
      display: block; } }
  .community-list-item--half-sized .community-list-item__is-locked {
    top: 0px; }
  .community-list-item--half-sized .community-list-item__comment-col {
    padding: 13px; }
  .community-list-item--half-sized .community-list-item__comment-col .icon-mode_comment {
    position: relative;
    top: 1px; }

.list-item-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.2s; }
  .list-item-buttons--left {
    right: 100%;
    padding-right: 2px; }
  .list-item-buttons--right {
    left: 100%;
    padding-left: 2px; }
  .list-item-buttons__button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    background: #2f2e35;
    height: calc( 50% - 1px);
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .list-item-buttons__button--big {
      height: 100%; }
    .list-item-buttons__button .icon {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 20px;
      transition: color 0.3s; }
    .list-item-buttons__button.is-goldy {
      transition: background 0.3s; }
      .list-item-buttons__button.is-goldy:hover {
        background: #C39A2A; }
        .list-item-buttons__button.is-goldy:hover .icon {
          color: white; }
    .list-item-buttons__button.is-red {
      transition: background 0.3s; }
      .list-item-buttons__button.is-red:hover {
        background: #e53935; }
        .list-item-buttons__button.is-red:hover .icon {
          color: white; }
  .list-item-buttons.is-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-item-buttons.is-horizontal .list-item-buttons__button {
      width: 30px;
      height: auto; }
      .list-item-buttons.is-horizontal .list-item-buttons__button:first-of-type {
        margin-right: 2px; }

.list-item-dropdown-button {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 67px; }
  .list-item-dropdown-button .icon {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 20px;
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    cursor: pointer;
    color: #FAFAFA;
    transition: all .3s; }
    .list-item-dropdown-button .icon:hover {
      background: #2e2d34;
      transition: all .3s; }
  .list-item-dropdown-button--opened .icon-keyboard_arrow_down {
    transition: 0.3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.list-item-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  background: #2e2d34;
  border-radius: 4px;
  padding: 6px 0;
  box-shadow: 0 2px 2px 0 rgba(17, 17, 17, 0.2);
  width: 180px;
  z-index: 40; }
  @media (min-width: 1280px) {
    .list-item-dropdown {
      width: 270px;
      padding: 12px 0; } }
  .list-item-dropdown::before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 100%;
    height: 20px;
    background: transparent; }
  .list-item-dropdown::after {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    bottom: 0;
    width: 40px;
    height: 100%;
    background: transparent; }
  @media (min-width: 1800px) {
    .list-item-dropdown {
      right: auto;
      left: calc(100% + 20px);
      top: auto; }
      .list-item-dropdown::before {
        content: '';
        position: absolute;
        top: 0;
        left: -20px;
        right: auto;
        bottom: 0;
        width: 20px;
        height: 100%;
        background: transparent; } }
  .list-item-dropdown__arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #C39A2A;
    z-index: 30; }
    .list-item-dropdown__arrow:hover {
      border-right-color: #FAFAFA; }
  .list-item-dropdown__user-list, .list-item-dropdown__edit-list {
    display: none; }
  .list-item-dropdown[data-display-type="user"] .list-item-dropdown__user-list {
    display: block; }
  .list-item-dropdown[data-display-type="edit"] .list-item-dropdown__edit-list {
    display: block; }
  .list-item-dropdown__button {
    cursor: pointer; }
  .list-item-dropdown__container {
    display: none; }
  .list-item-dropdown.opened .dropdown__container {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 10910; }
  .list-item-dropdown__linkrow {
    display: block;
    font-size: 11px;
    line-height: 14px;
    color: #cccccc;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
    padding: 5px 10px; }
    @media (min-width: 1280px) {
      .list-item-dropdown__linkrow {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0.12em;
        padding: 5px 20px; } }
    .list-item-dropdown__linkrow span {
      display: block; }
    .list-item-dropdown__linkrow strong {
      color: #FAFAFA; }
    .list-item-dropdown__linkrow .inline-content--unread,
    .list-item-dropdown__linkrow .inline-content--read {
      display: none; }
    .list-item-dropdown__linkrow[data-type="read"] .inline-content--unread {
      display: block; }
    .list-item-dropdown__linkrow[data-type="unread"] .inline-content--read {
      display: block; }
    .list-item-dropdown__linkrow .icon-holder {
      display: block;
      width: 30px;
      min-width: 30px;
      text-align: center; }
      @media (min-width: 1280px) {
        .list-item-dropdown__linkrow .icon-holder {
          width: 40px;
          min-width: 40px; } }
      .list-item-dropdown__linkrow .icon-holder .icon {
        font-size: 13px;
        line-height: 13px; }
        @media (min-width: 1280px) {
          .list-item-dropdown__linkrow .icon-holder .icon {
            font-size: 18px;
            line-height: 18px; } }
    .list-item-dropdown__linkrow:hover {
      background: #3c3b42;
      box-shadow: 0 0 4px 0 rgba(17, 17, 17, 0.2);
      color: #cccccc; }
    .list-item-dropdown__linkrow--centered-icon {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .list-item-dropdown .separator {
    margin: 10px auto;
    width: 195px;
    height: 1px;
    background-image: -webkit-repeating-linear-gradient(left, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px);
    background-image: repeating-linear-gradient(to right, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px);
    background-image: -ms-repeating-linear-gradient(left, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px); }

.community-cover-story-helper.is-empty {
  height: 0; }
  .community-cover-story-helper.is-empty .community-toggle {
    display: none; }

.community-cover-story {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  transition: .3s; }
  @media (min-width: 770px) {
    .community-cover-story {
      padding: 6px 10px 6px 14px;
      letter-spacing: 4px;
      font-size: 13px; } }
  @media (min-width: 1280px) {
    .community-cover-story {
      margin-top: 75px;
      margin-bottom: 75px; } }
  .community-cover-story.is-visited {
    opacity: .55; }
  .community-cover-story.is-compact {
    margin-top: 30px;
    margin-bottom: 30px; }
    .community-cover-story.is-compact .community-cover-story__subtitle {
      font-size: 13px;
      letter-spacing: 2px;
      margin-bottom: 4px; }
      @media (min-width: 770px) {
        .community-cover-story.is-compact .community-cover-story__subtitle {
          font-size: 20px;
          letter-spacing: 4px;
          margin-bottom: 0; } }
    .community-cover-story.is-compact .community-cover-story__title {
      font-size: 22px;
      margin-bottom: 5px; }
      @media (min-width: 770px) {
        .community-cover-story.is-compact .community-cover-story__title {
          font-size: 28px; } }
    .community-cover-story.is-compact .community-cover-story__category {
      margin-bottom: 8px;
      padding: 4px 6px 4px 10px;
      font-size: 11px; }
      @media (min-width: 770px) {
        .community-cover-story.is-compact .community-cover-story__category {
          padding: 9px 12px 9px 16px;
          margin-bottom: 10px; } }
    .community-cover-story.is-compact .community-cover-story__comment {
      padding: 3px 6px; }
      @media (min-width: 770px) {
        .community-cover-story.is-compact .community-cover-story__comment {
          padding: 5px 8px; } }
    .community-cover-story.is-compact .community-cover-story__read-more {
      display: none !important; }
    .community-cover-story.is-compact .comment-text__suffix {
      display: none; }
  .community-cover-story:hover {
    opacity: 1 !important;
    transition: .3s; }
  .community-cover-story__play-video {
    margin: 0 auto 30px auto; }
    @media (min-width: 1280px) {
      .community-cover-story__play-video {
        margin: 0 auto 86px auto; } }
  .community-cover-story .community-edit-post-wrapper {
    margin-top: 20px; }
  .community-cover-story__read-more {
    margin-top: 15px;
    display: block;
    width: 56px;
    height: 56px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1280px) {
      .community-cover-story__read-more {
        margin-top: 30px; } }
    .community-cover-story__read-more svg {
      display: block;
      width: 56px !important;
      height: 56px !important;
      margin: 0 auto; }
      .community-cover-story__read-more svg:hover #arrow-bg {
        fill: #C39A2A; }
      .community-cover-story__read-more svg:hover #arrow-icon {
        fill: #fff; }
  .community-cover-story__subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #C39A2A;
    letter-spacing: 0.07em;
    line-height: 1.3em;
    font-size: 13px;
    margin: 0 0 4px;
    word-break: break-word; }
    @media (min-width: 770px) {
      .community-cover-story__subtitle {
        font-size: 17px; } }
    @media (min-width: 1280px) {
      .community-cover-story__subtitle {
        font-size: 34px;
        margin: 0; } }
  .community-cover-story__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FAFAFA;
    line-height: 1.3em;
    font-size: 22px;
    letter-spacing: 0.09em;
    margin: 0 0 4px 0;
    word-break: break-word; }
    @media (min-width: 770px) {
      .community-cover-story__title {
        font-size: 32px; } }
    @media (min-width: 1280px) {
      .community-cover-story__title {
        font-size: 55px;
        margin: 0 0 10px 0; } }
    .community-cover-story__title a {
      color: #FAFAFA; }
      .community-cover-story__title a:hover, .community-cover-story__title a:focus, .community-cover-story__title a:active {
        color: #C39A2A; }
  .community-cover-story__category {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    border: 1px solid #FAFAFA;
    letter-spacing: 0.077em;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    font-size: 9px;
    color: #FAFAFA;
    margin: 0 3.5px 8px;
    padding: 4px 6px 4px 10px;
    line-height: 1em;
    transition: all .3s; }
    @media (min-width: 770px) {
      .community-cover-story__category {
        padding: 6px 10px 6px 14px;
        letter-spacing: 4px;
        font-size: 13px; } }
    @media (min-width: 1280px) {
      .community-cover-story__category {
        padding: 10px 16px 10px 20px;
        font-size: 18px;
        margin: 0 3.5px 20px; } }
    .community-cover-story__category.is-small {
      font-size: 11px;
      margin: 0 7px 8px 0;
      padding: 4px 6px 4px 10px; }
      @media (min-width: 770px) {
        .community-cover-story__category.is-small {
          padding: 6px 4px 6px 8px;
          font-size: 13px;
          letter-spacing: 0.077em;
          margin: 0 7px 0 0; } }
    .community-cover-story__category:hover, .community-cover-story__category:focus, .community-cover-story__category:active {
      color: #C39A2A;
      background: #FAFAFA;
      transition: all .3s; }
  .community-cover-story__meta-wrapper {
    margin-bottom: 10px;
    color: #FAFAFA; }
    @media (min-width: 770px) {
      .community-cover-story__meta-wrapper {
        margin-bottom: 20px; } }
  .community-cover-story__meta-wrapper-first-row {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.12em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    font-size: 10px;
    padding-bottom: 2px;
    margin-bottom: 2px; }
    @media (min-width: 770px) {
      .community-cover-story__meta-wrapper-first-row {
        font-size: 12px;
        padding-bottom: 3px;
        margin-bottom: 3px; } }
    .community-cover-story__meta-wrapper-first-row::before {
      content: '';
      position: absolute;
      right: 3px;
      bottom: 0;
      left: 0;
      height: 1px;
      width: calc(100% - 3px);
      background: #C39A2A; }
  .community-cover-story__meta-wrapper-second-row {
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.12em; }
    @media (min-width: 770px) {
      .community-cover-story__meta-wrapper-second-row {
        font-size: 12px; } }
    .community-cover-story__meta-wrapper-second-row .icon-reply {
      color: #C39A2A;
      font-size: 17px;
      margin-right: 5px;
      position: relative;
      top: 2px; }
  .community-cover-story__reply-by a {
    color: #FAFAFA;
    font-weight: 700; }
  .community-cover-story__reply-by a:hover,
  .community-cover-story__reply-by a:focus,
  .community-cover-story__reply-by a:active {
    color: #C39A2A; }
  .community-cover-story__comment {
    background: rgba(17, 17, 17, 0.9);
    padding: 3px 6px;
    display: inline-block;
    color: #FAFAFA;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 1.4em; }
    @media (min-width: 770px) {
      .community-cover-story__comment {
        padding: 5px 8px;
        font-size: 15px; } }
    @media (min-width: 1280px) {
      .community-cover-story__comment {
        padding: 8px 19px; } }
    .community-cover-story__comment .icon {
      color: #C39A2A;
      font-size: 13px;
      line-height: 13px;
      position: relative;
      top: 2px;
      margin-right: 3px; }
      @media (min-width: 770px) {
        .community-cover-story__comment .icon {
          font-size: 17px;
          line-height: 17px;
          margin-right: 7px; } }
    .community-cover-story__comment .comment-text {
      color: #FAFAFA;
      font-size: 14px; }

.highlighted-carousel .grid-item--highlighted {
  padding: 15px;
  margin: 0; }

.highlighted-carousel.is-compact .slick-dots {
  position: relative;
  top: -22px; }

.highlighted-carousel.is-compact .slick-arrow.slick-prev {
  left: 25%; }

.highlighted-carousel.is-compact .slick-arrow.slick-next {
  right: 25%; }

.highlighted-carousel.slick-slider .slick-dots {
  margin-top: 0 !important;
  margin-bottom: 15px; }
  @media (min-width: 1280px) {
    .highlighted-carousel.slick-slider .slick-dots {
      margin-top: 20px !important;
      margin-bottom: 0; } }

.slick-container {
  margin-left: -15px !important;
  margin-right: -15px !important;
  position: relative !important;
  width: calc(100% + 30px) !important; }
  .slick-container .slick-dots {
    margin-top: 20px !important; }
  .slick-container .slick-arrow {
    top: calc( 50% - 45px) !important; }

.community-highlighted-item {
  position: relative;
  background: #000;
  transition: .3s; }
  .community-highlighted-item.is-visited {
    opacity: .55; }
  .community-highlighted-item:hover {
    opacity: 1;
    transition: .3s; }
  .community-highlighted-item:hover .community-highlighted-item__image-item,
  .community-highlighted-item:hover .community-highlighted-item__bg-helper {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s; }
  .community-highlighted-item:hover .community-highlighted-item__image::before, .community-highlighted-item:hover .community-highlighted-item__image::after {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s; }
  .community-highlighted-item:hover .community-highlighted-item__image-inside::before, .community-highlighted-item:hover .community-highlighted-item__image-inside::after {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: .3s; }
  .community-highlighted-item__bg-helper {
    transition: .3s; }
  .community-highlighted-item__content {
    padding: 0 0 20px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .community-highlighted-item__image {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .community-highlighted-item__image img {
      width: 100%;
      height: auto;
      display: block; }
    .community-highlighted-item__image::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      box-shadow: 0 0 0 1px rgba(96, 72, 23, 0.55) inset;
      z-index: 8;
      pointer-events: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .community-highlighted-item__image::after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      width: 19px;
      height: 18px;
      background: url("../assets/images/home-product-card-corner.png") center center no-repeat;
      pointer-events: none;
      z-index: 10;
      pointer-events: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .community-highlighted-item__image-item {
    transition: .3s; }
  .community-highlighted-item__image-inside {
    position: relative; }
  .community-highlighted-item__categories {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 2px; }
  .community-highlighted-item__subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #C39A2A;
    letter-spacing: 0.083em;
    line-height: 1.1em;
    font-size: 12px;
    margin: 0 0 5px 0;
    display: block; }
    @media (min-width: 770px) {
      .community-highlighted-item__subtitle {
        font-size: 14px; } }
    .community-highlighted-item__subtitle a {
      display: block;
      padding-left: 20px;
      padding-right: 20px; }
      .community-highlighted-item__subtitle a span {
        display: block;
        max-width: 90%; }
        @media (min-width: 770px) {
          .community-highlighted-item__subtitle a span {
            max-width: 75%; } }
  .community-highlighted-item__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FAFAFA;
    line-height: 1.1em;
    font-size: 17px;
    letter-spacing: 0.117em;
    margin: 0;
    max-width: calc(100% - 30px);
    display: block; }
    @media (min-width: 770px) {
      .community-highlighted-item__title {
        font-size: 22px;
        max-width: calc(100% - 70px); } }
    .community-highlighted-item__title a {
      color: #fff;
      display: block;
      padding-left: 20px;
      padding-right: 20px; }
      .community-highlighted-item__title a span {
        display: block; }
      .community-highlighted-item__title a:hover, .community-highlighted-item__title a:focus, .community-highlighted-item__title a:active {
        color: #C39A2A; }
  .community-highlighted-item__meta-wrapper {
    color: #FAFAFA;
    max-width: 80%;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 770px) {
      .community-highlighted-item__meta-wrapper {
        max-width: 75%; } }
  .community-highlighted-item__meta-wrapper-first-row {
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.15em;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 0; }
    .community-highlighted-item__meta-wrapper-first-row::before {
      content: '';
      position: absolute;
      right: 1px;
      bottom: 0;
      left: 0;
      height: 1px;
      width: calc(100% - 3px);
      background: #C39A2A; }
  .community-highlighted-item__meta-wrapper-second-row {
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.15em; }
    .community-highlighted-item__meta-wrapper-second-row .icon-reply {
      color: #C39A2A;
      font-size: 12px;
      margin-right: 5px;
      position: relative;
      top: 2px; }
  .community-highlighted-item__reply-by a {
    color: #FAFAFA;
    font-weight: 700; }
  .community-highlighted-item__reply-by a:hover,
  .community-highlighted-item__reply-by a:focus,
  .community-highlighted-item__reply-by a:active {
    color: #C39A2A; }
  .community-highlighted-item__comment {
    display: inline-block;
    color: #FAFAFA;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgba(17, 17, 17, 0.9);
    padding: 3px 6px;
    line-height: 1.4em;
    font-size: 10px; }
    @media (min-width: 770px) {
      .community-highlighted-item__comment {
        padding: 5px 8px;
        font-size: 14px; } }
    @media (min-width: 1280px) {
      .community-highlighted-item__comment {
        padding: 6px 10px; } }
    .community-highlighted-item__comment .icon {
      color: #C39A2A;
      font-size: 13px;
      line-height: 13px;
      position: relative;
      top: 2px;
      margin-right: 3px; }
      @media (min-width: 770px) {
        .community-highlighted-item__comment .icon {
          font-size: 15px;
          line-height: 15px;
          margin-right: 7px; } }
    .community-highlighted-item__comment .comment-text {
      color: #FAFAFA; }

.community-highlighted-item.is-fix-height .community-highlighted-item__bg-helper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.grid-item--storelist-4 .community-highlighted-item.is-fix-height {
  height: 210px; }
  .grid-item--storelist-4 .community-highlighted-item.is-fix-height .community-highlighted-item__subtitle {
    line-height: 1.2em;
    font-size: 18px; }
  .grid-item--storelist-4 .community-highlighted-item.is-fix-height .community-highlighted-item__link-helper {
    height: 210px;
    display: block; }

.grid-item--storelist-5 .community-highlighted-item.is-fix-height,
.grid-item--storelist-7 .community-highlighted-item.is-fix-height {
  height: 460px; }
  .grid-item--storelist-5 .community-highlighted-item.is-fix-height .community-highlighted-item__title,
  .grid-item--storelist-7 .community-highlighted-item.is-fix-height .community-highlighted-item__title {
    line-height: 1.2em;
    font-size: 40px; }
    @media (max-width: 479px) {
      .grid-item--storelist-5 .community-highlighted-item.is-fix-height .community-highlighted-item__title,
      .grid-item--storelist-7 .community-highlighted-item.is-fix-height .community-highlighted-item__title {
        font-size: 32px;
        margin-bottom: 20px; } }
  .grid-item--storelist-5 .community-highlighted-item.is-fix-height .community-highlighted-item__subtitle,
  .grid-item--storelist-7 .community-highlighted-item.is-fix-height .community-highlighted-item__subtitle {
    line-height: 1.2em;
    font-size: 26px; }
    @media (max-width: 479px) {
      .grid-item--storelist-5 .community-highlighted-item.is-fix-height .community-highlighted-item__subtitle,
      .grid-item--storelist-7 .community-highlighted-item.is-fix-height .community-highlighted-item__subtitle {
        font-size: 24px; } }
  .grid-item--storelist-5 .community-highlighted-item.is-fix-height .community-highlighted-item__link-helper,
  .grid-item--storelist-7 .community-highlighted-item.is-fix-height .community-highlighted-item__link-helper {
    height: 460px;
    display: block; }

.scroll-to-content-wrapper {
  margin-top: 20px;
  text-align: center;
  display: none; }
  @media (min-width: 770px) {
    .scroll-to-content-wrapper {
      margin-top: 30px; } }
  @media (min-width: 1280px) {
    .scroll-to-content-wrapper {
      display: block; } }

.scroll-to-content {
  display: inline-block;
  width: 150px;
  text-align: center;
  height: 45px;
  cursor: pointer; }
  .scroll-to-content:hover .scroll-to-content__title,
  .scroll-to-content:hover .scroll-to-content__icon {
    color: #C39A2A; }
  .scroll-to-content__title {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.55); }
  .scroll-to-content__icon {
    display: inline-block;
    font-size: 28px;
    color: #c3c2c7;
    height: 20px;
    margin-top: -2px; }
    .scroll-to-content__icon--colored {
      color: #C39A2A;
      opacity: 0.55; }
  .scroll-to-content:hover .scroll-to-content__icon--colored {
    color: #FAFAFA;
    opacity: 1; }

.discord-banner {
  margin-bottom: 10px; }
  .discord-banner img {
    display: block; }

.featured-div__title {
  border-bottom: 1px solid #C39A2A;
  padding: 16px 6px; }
  @media (min-width: 770px) {
    .featured-div__title {
      padding: 22px 10px; } }
  .featured-div__title .icon {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    top: -2px; }
    @media (min-width: 770px) {
      .featured-div__title .icon {
        font-size: 24px;
        line-height: 24px; } }
    @media (min-width: 1280px) {
      .featured-div__title .icon {
        font-size: 32px;
        line-height: 32px; } }
  .featured-div__title .community-post-function-bar__title {
    font-size: 20px;
    line-height: 20px; }
    @media (min-width: 770px) {
      .featured-div__title .community-post-function-bar__title {
        font-size: 30px;
        line-height: 30px; } }
    @media (min-width: 1280px) {
      .featured-div__title .community-post-function-bar__title {
        font-size: 40px;
        line-height: 40px; } }

.featured-div__content {
  background: #171717;
  border-bottom: 1px solid #C39A2A;
  position: relative; }
  .featured-div__content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../assets/images/aquila.png);
    background-size: 300px 111px;
    width: 300px;
    height: 111px;
    margin-left: -150px;
    margin-top: -55px;
    z-index: 10;
    opacity: .9; }
    @media (min-width: 1280px) {
      .featured-div__content::before {
        width: 820px;
        height: 304px;
        margin-left: -410px;
        margin-top: -152px;
        background-size: 820px 304px; } }
  .featured-div__content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(17, 17, 17, 0.75) url(../assets/images/pw_maze_black.png) top left repeat;
    opacity: .5;
    z-index: 5; }
  .featured-div__content .commentlist-item--highlighted::before {
    display: none; }
  .featured-div__content .commentlist-item {
    border: none;
    position: relative;
    z-index: 30;
    padding-top: 20px;
    padding-bottom: 20px; }
    .featured-div__content .commentlist-item.editor-opened {
      padding: 0; }
    @media (min-width: 1280px) {
      .featured-div__content .commentlist-item {
        padding-top: 60px;
        padding-bottom: 60px; } }

.community-card {
  padding: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  @media (min-width: 770px) {
    .community-card {
      padding: 25px; } }
  .community-card:hover .community-card__bg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s; }
  .community-card:hover .community-card__icon-wrapper {
    opacity: 1;
    transition: all 0.3s; }
  .community-card__btn {
    color: #cccccc !important;
    font-size: 11px !important;
    border: none !important;
    padding: 0 !important; }
    @media (min-width: 770px) {
      .community-card__btn {
        font-size: 13px !important; } }
  .community-card__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 5;
    transition: .3s; }
    .community-card__bg::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      pointer-events: none;
      background: rgba(0, 0, 0, 0.2);
      z-index: 6; }
  .community-card.is-large {
    height: 120px; }
    @media (min-width: 770px) {
      .community-card.is-large {
        height: 200px; } }
    .community-card.is-large .community-card__icon-wrapper {
      margin-right: 15px; }
    .community-card.is-large .community-card__icon {
      font-size: 40px;
      color: #C39A2A; }
      @media (min-width: 770px) {
        .community-card.is-large .community-card__icon {
          font-size: 60px; } }
  .community-card.is-smaller-height {
    height: 70px; }
    @media (min-width: 770px) {
      .community-card.is-smaller-height {
        height: 140px; } }
  .community-card.is-ps .community-card__bg::after {
    background: rgba(0, 112, 199, 0.05); }
  .community-card.is-ps .community-card__icon {
    color: #fff; }
  .community-card.is-xbox .community-card__bg::after {
    background: rgba(0, 153, 0, 0.05); }
  .community-card.is-xbox .community-card__icon {
    color: #fff;
    font-size: 34px; }
    @media (min-width: 770px) {
      .community-card.is-xbox .community-card__icon {
        font-size: 54px; } }
  .community-card.is-small {
    height: 70px; }
    @media (min-width: 770px) {
      .community-card.is-small {
        height: 140px; } }
    .community-card.is-small .community-card__icon-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 770px) {
        .community-card.is-small .community-card__icon-wrapper {
          margin-top: 10px; } }
    .community-card.is-small .community-card__icon {
      font-size: 18px;
      margin-right: 8px;
      color: #C39A2A; }
      @media (min-width: 770px) {
        .community-card.is-small .community-card__icon {
          font-size: 23px;
          margin-right: 12px; } }
    .community-card.is-small .community-card__title {
      margin: 0;
      font-size: 14px; }
      @media (min-width: 770px) {
        .community-card.is-small .community-card__title {
          font-size: 30px; } }
  .community-card__data {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10; }
  .community-card__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    display: block; }
  .community-card__title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 5px 0 0 0; }
    @media (min-width: 770px) {
      .community-card__title {
        font-size: 30px;
        margin: 5px 0 8px 0; } }
  .community-card__select-icon {
    color: #C39A2A !important;
    opacity: .75;
    transition: all 0.3s;
    z-index: 10;
    position: relative; }
    .community-card__select-icon:hover {
      opacity: 1;
      transition: all 0.3s; }
  .community-card__select {
    position: absolute !important;
    top: 10px;
    right: 10px;
    display: none; }
    @media (min-width: 770px) {
      .community-card__select {
        display: block; } }
    .community-card__select .dropdown__container {
      right: -6px !important; }
      .community-card__select .dropdown__container::after {
        top: -7px !important;
        right: 9px !important; }
  .community-card__select-icon {
    position: relative;
    z-index: 20; }
  .community-card__excerpt {
    color: #cccccc;
    text-align: center;
    margin-top: 10px;
    display: none; }
    @media (min-width: 770px) {
      .community-card__excerpt {
        display: block; } }
    .community-card__excerpt p {
      margin: 0; }
  .community-card__icon-wrapper {
    opacity: .75;
    transition: all 0.3s; }
  .community-card .dropdown__container {
    z-index: 20;
    padding: 6px 0; }
  @media (min-width: 1600px) {
    .community-card .dropdown .dropdown__container {
      left: -8px;
      width: 180px; }
    .community-card .community-card__select .dropdown__container::after {
      right: auto;
      left: 9px !important; } }

.community-toggle {
  font-size: 18px;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 30; }
  @media (min-width: 1280px) {
    .community-toggle {
      font-size: 22px; } }
  .community-toggle:hover, .community-toggle:focus, .community-toggle:active {
    opacity: 1;
    color: #C39A2A; }

.is-relative {
  position: relative; }

body #js-community-cover-story-container {
  max-height: 1400px;
  overflow: hidden; }

.community-content-banner-wrapper {
  margin-top: 20px; }
  .community-content-banner-wrapper .grid-item--storelist-12 {
    margin-bottom: 15px !important; }
  .community-content-banner-wrapper .display-banner {
    margin-top: 0 !important; }

.cm-post-editor {
  color: #eeeeee; }
  .cm-post-editor .post-edit-input {
    width: 100%;
    margin-bottom: 20px;
    position: relative; }
    .cm-post-editor .post-edit-input .icon {
      color: #fff;
      font-size: 13px;
      position: absolute;
      top: 0;
      left: 0; }
    .cm-post-editor .post-edit-input input {
      padding-left: 20px;
      color: #C39A2A; }

.cm-post-editor-accordion__title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  background-color: #16151a;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .cm-post-editor-accordion__title::before {
    content: '';
    background: url(../assets/images/black-twill.png) top left repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: .6;
    z-index: -1; }
  .cm-post-editor-accordion__title > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.cm-post-editor-accordion__title-text {
  margin-top: 1px; }

.cm-post-editor-accordion__title-icon {
  font-size: 15px !important;
  line-height: 1em !important;
  color: #C39A2A !important;
  margin-right: 10px; }

.cm-post-editor-accordion__open-arrow {
  font-size: 10px;
  transition: 0.4s; }

.cm-post-editor-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s; }

.cm-post-editor-accordion.is-open .cm-post-editor-accordion__content {
  max-height: 800px;
  transition: 0.4s; }

.cm-post-editor-accordion.is-open .cm-post-editor-accordion__open-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.4s; }

.cm-animation-helper {
  max-height: 2000px; }
  .cm-animation-helper.cm-hidden {
    max-height: 0;
    overflow: hidden; }
    .cm-animation-helper.cm-hidden.image-upload-wrapper {
      margin-bottom: 0; }

.cm-post-editor-input-row {
  padding: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden; }
  .cm-post-editor-input-row.is-turned-off .cm-post-editor-input-row__title,
  .cm-post-editor-input-row.is-turned-off .post-edit-input {
    opacity: 0.55; }
  .cm-post-editor-input-row__inside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px; }
  .cm-post-editor-input-row__title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative; }
    .cm-post-editor-input-row__title.is-sub {
      padding-left: 20px; }
      .cm-post-editor-input-row__title.is-sub::before {
        content: '';
        position: absolute;
        top: calc(50% - 4px);
        left: 6px;
        background: #C39A2A;
        width: 6px;
        height: 6px; }
  .cm-post-editor-input-row__settings {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.switch--mobile {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 4px;
  display: inline-block;
  height: 10px; }
  .switch--mobile label::before {
    display: none !important; }
  .switch--mobile__input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100; }
  .switch--mobile__trail-wrapper {
    width: 20px;
    height: 10px;
    position: relative;
    display: inline-block; }
    .switch--mobile__trail-wrapper::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 4px;
      background: #56565c;
      border-radius: 20px;
      position: relative;
      top: -7px; }
    .switch--mobile__trail-wrapper::after {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 10px;
      border: 2px solid #56565c;
      background: #15131d;
      display: inline-block;
      position: absolute;
      top: 0px;
      left: 0;
      transition: .2s;
      box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5); }
  .switch--mobile__input ~ label {
    display: block;
    height: 10px; }
  .switch--mobile__input:checked ~ label .switch--mobile__label {
    color: #fff; }
  .switch--mobile__input:checked ~ label .switch--mobile__trail-wrapper::before {
    background: #C39A2A; }
  .switch--mobile__input:checked ~ label .switch--mobile__trail-wrapper::after {
    background: #C39A2A;
    border-color: #C39A2A;
    left: 10px;
    transition: .2s; }

.cm-post-editor-thumbnails {
  text-align: center;
  margin: 15px 0 0 0; }
  .cm-post-editor-thumbnails .image-upload-wrapper {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    width: 290px; }

.cm-post-editor-setting-bar {
  height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: #0e0e15;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .cm-post-editor-setting-bar label {
    margin: 0 10px;
    display: inline-block; }
  .cm-post-editor-setting-bar .is-zero-landing {
    display: inline-block; }
  .cm-post-editor-setting-bar .icon {
    font-size: 15px; }

.cm-post-editor-submit {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px; }
  .cm-post-editor-submit .store-atc-popup__view-my-cart {
    font-size: 12px;
    width: 80px;
    padding-top: 14px;
    margin-top: 20px; }

.cm-post-editor-base-data {
  margin: 20px; }
  .cm-post-editor-base-data .editable-field-wrapper .icon {
    font-size: 13px;
    color: #fff; }
  .cm-post-editor-base-data .post-subtitle,
  .cm-post-editor-base-data .post-title {
    font-size: 12px;
    line-height: 18px;
    padding-top: 8px; }
  .cm-post-editor-base-data .post-lead {
    font-size: 12px;
    line-height: 18px;
    padding-top: 4px; }

.cm-post-editor-title {
  min-height: 47px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: #0d0c14;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cm-post-editor-title {
  padding-left: 15px;
  padding-right: 15px; }
  .cm-post-editor-title.is-not-selected .has-label {
    display: none; }
  .cm-post-editor-title.is-not-selected .no-label {
    display: inline-block; }
  .cm-post-editor-title.is-not-selected .cm-post-editor-title__text {
    display: block; }
  .cm-post-editor-title.is-not-selected .mobile-filter-tags {
    display: none; }
  .cm-post-editor-title.is-selected .has-label {
    display: inline-block; }
  .cm-post-editor-title.is-selected .no-label {
    display: none; }
  .cm-post-editor-title.is-selected .cm-post-editor-title__text {
    display: none; }
  .cm-post-editor-title.is-selected .mobile-filter-tags {
    display: block; }
  .cm-post-editor-title__text {
    font-size: 14px;
    text-transform: uppercase;
    color: #eeeeee;
    font-weight: 700; }
    .cm-post-editor-title__text::before, .cm-post-editor-title__text::after {
      display: inline-block;
      content: '';
      width: 3px;
      height: 2px;
      background: #C39A2A;
      position: relative;
      top: -3px; }
    .cm-post-editor-title__text::before {
      margin-right: 3px; }
    .cm-post-editor-title__text::after {
      margin-left: 3px; }
    .cm-post-editor-title__text:hover, .cm-post-editor-title__text:focus, .cm-post-editor-title__text:active {
      color: #eee; }
  .cm-post-editor-title__label-icon .has-label {
    color: #C39A2A; }
  .cm-post-editor-title__label-icon .no-label {
    color: #919195; }
  .cm-post-editor-title__favorite-icon {
    min-width: 15px; }
    .cm-post-editor-title__favorite-icon span {
      color: #4a494f; }

.mobile-filter-tag {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  border: 1px dashed #fff;
  border-radius: 2px;
  display: inline-block;
  padding: 4px;
  line-height: 1em;
  margin: 0 2px;
  cursor: default; }
  .mobile-filter-tag.is-game {
    border-color: #fff;
    color: #C39A2A; }
    .mobile-filter-tag.is-game:empty {
      display: none; }
  .mobile-filter-tag.is-category {
    border-color: #C39A2A;
    color: #fff; }
    .mobile-filter-tag.is-category:empty {
      display: none; }

@media (min-width: 1280px) {
  .cm-mobile-post-editor-wrapper {
    display: none !important; } }

.cm-desktop-post-editor-wrapper {
  display: none; }
  @media (min-width: 1280px) {
    .cm-desktop-post-editor-wrapper {
      display: block !important; } }

.hatched {
  /*background: url("../assets/images/black-twill.png") top left repeat;*/
  background-color: rgba(22, 22, 29, 0.75);
  /*overflow: auto;*/ }
  .hatched.is-highlighted {
    background-color: transparent; }
  .hatched.is-dev > .container {
    position: relative; }
    .hatched.is-dev > .container::before {
      content: '';
      background: url("../assets/images/dev-logo-bg.png") no-repeat center center;
      width: 125px;
      height: 120px;
      display: block;
      position: absolute;
      top: -20px;
      left: -30px;
      background-size: cover;
      opacity: .3;
      z-index: 5; }
      @media (min-width: 1280px) {
        .hatched.is-dev > .container::before {
          width: 556px;
          height: 532px;
          left: -150px; } }

.flex-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex-wrapper--vertical-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.community-post-function-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .community-post-function-bar .is-zero-landing {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .community-post-function-bar__left, .community-post-function-bar__right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px; }
  .community-post-function-bar__title-icon {
    color: #C39A2A;
    font-size: 31px;
    line-height: 45px;
    margin-right: 10px; }
  .community-post-function-bar__title {
    font-size: 20px;
    line-height: 20px;
    color: #FAFAFA;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-block;
    margin-right: 20px; }
    @media (min-width: 770px) {
      .community-post-function-bar__title {
        font-size: 30px;
        line-height: 30px; } }
    @media (min-width: 1280px) {
      .community-post-function-bar__title {
        font-size: 45px;
        line-height: 45px; } }
  .community-post-function-bar__separator {
    height: 28px;
    width: 1px;
    background: rgba(173, 174, 176, 0.25);
    display: inline-block;
    vertical-align: middle; }
  .community-post-function-bar label {
    padding-left: 0; }
  .community-post-function-bar__icon.icon {
    color: #FAFAFA;
    opacity: 0.55; }
    .community-post-function-bar__icon.icon.active {
      color: #C39A2A;
      opacity: 1; }
  .community-post-function-bar__icon--button {
    cursor: pointer; }
  .community-post-function-bar__icon-check {
    display: none; }
    .community-post-function-bar__icon-check + label i {
      color: #FAFAFA;
      opacity: 0.55;
      cursor: pointer;
      display: block; }
    .community-post-function-bar__icon-check:checked + label i {
      color: #C39A2A;
      opacity: 1; }
  .community-post-function-bar__left .community-post-function-bar__icon,
  .community-post-function-bar__left .community-post-function-bar__icon-check + label,
  .community-post-function-bar__left .community-post-function-bar__separator,
  .community-post-function-bar__left .switch {
    margin-right: 10px; }
    @media (min-width: 1280px) {
      .community-post-function-bar__left .community-post-function-bar__icon,
      .community-post-function-bar__left .community-post-function-bar__icon-check + label,
      .community-post-function-bar__left .community-post-function-bar__separator,
      .community-post-function-bar__left .switch {
        margin-right: 20px; } }
  .community-post-function-bar__right .community-post-function-bar__icon,
  .community-post-function-bar__right .community-post-function-bar__icon-check + label,
  .community-post-function-bar__right .community-post-function-bar__separator {
    margin-left: 10px; }
    @media (min-width: 1280px) {
      .community-post-function-bar__right .community-post-function-bar__icon,
      .community-post-function-bar__right .community-post-function-bar__icon-check + label,
      .community-post-function-bar__right .community-post-function-bar__separator {
        margin-left: 20px; } }
  .community-post-function-bar__right .icon-pin {
    display: block;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 14px;
    line-height: 1; }
    @media (min-width: 1280px) {
      .community-post-function-bar__right .icon-pin {
        font-size: 26px; } }
  .community-post-function-bar__right .icon-fullscreen {
    font-size: 20px;
    line-height: 1; }
    @media (min-width: 1280px) {
      .community-post-function-bar__right .icon-fullscreen {
        font-size: 34px; } }
  .community-post-function-bar__right .icon-delete_forever {
    font-size: 18px;
    line-height: 1; }
    @media (min-width: 1280px) {
      .community-post-function-bar__right .icon-delete_forever {
        font-size: 24px; } }
  .community-post-function-bar__right .icon-close {
    font-size: 20px;
    line-height: 1; }
    @media (min-width: 1280px) {
      .community-post-function-bar__right .icon-close {
        font-size: 34px; } }
  @media (min-width: 1280px) {
    .community-post-function-bar__right .icon-close-small {
      font-size: 24px; } }

.community-post-edit {
  padding-bottom: 50px; }
  .community-post-edit .community-post-function-bar {
    padding: 22px 0; }
  .community-post-edit #game.select2--dashed + .select2,
  .community-post-edit #category.select2--dashed + .select2 {
    margin-bottom: 10px; }
    .community-post-edit #game.select2--dashed + .select2 .select2-selection__rendered,
    .community-post-edit #category.select2--dashed + .select2 .select2-selection__rendered {
      width: 140px;
      text-align: center;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipse; }
  .community-post-edit .icon--post-title {
    color: #FAFAFA;
    font-size: 17px;
    line-height: 32px; }
  .community-post-edit .icon--post-subtitle {
    color: #FAFAFA;
    font-size: 17px;
    line-height: 32px; }
  .community-post-edit .icon--post-lead {
    color: #FAFAFA;
    font-size: 15px;
    line-height: 19px; }
  .community-post-edit .post-title,
  .community-post-edit .post-subtitle {
    margin-bottom: 6px; }
  .community-post-edit .post-title {
    margin-top: -4px; }
  .community-post-edit .base-data {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .community-post-edit .base-data__left {
      width: 200px;
      min-width: 200px; }
    .community-post-edit .base-data__right {
      width: 100%; }
  .community-post-edit .bottom-data {
    margin-top: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .community-post-edit .bottom-data__left {
      width: 200px;
      min-width: 200px; }
    .community-post-edit .bottom-data__right {
      width: calc(100% - 200px); }
  .community-post-edit .info-with-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .community-post-edit .info-with-image__left {
      width: 300px;
      min-width: 300px; }
    .community-post-edit .info-with-image__right {
      width: 100%; }
  .community-post-edit .form-group {
    margin-bottom: 10px; }
    .community-post-edit .form-group__label {
      padding-right: 10px; }
    .community-post-edit .form-group--flexed {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .community-post-edit .flexed-full__label {
    white-space: nowrap; }
  .community-post-edit .flexed-full__field {
    width: 100%; }
  .community-post-edit .post-edit-input--limit-clicks-num {
    width: 100px;
    text-align: center;
    position: relative; }
    .community-post-edit .post-edit-input--limit-clicks-num .icon {
      position: absolute;
      top: 2px;
      left: 0;
      opacity: 0.5;
      font-size: 16px;
      line-height: 16px; }
    .community-post-edit .post-edit-input--limit-clicks-num input {
      padding-left: 20px;
      padding-right: 20px;
      text-align: center; }
      .community-post-edit .post-edit-input--limit-clicks-num input:focus {
        color: #FAFAFA; }
        .community-post-edit .post-edit-input--limit-clicks-num input:focus + .icon {
          opacity: 1; }
  .community-post-edit .highlighted_cover_video-wrapper {
    margin: 3px 0; }
  .community-post-edit [class^="post-mode--"] {
    display: none; }
  .community-post-edit[data-layout-type="default"] .post-mode--default {
    display: block; }
  .community-post-edit[data-layout-type="default"] .info-with-image--top .info-with-image__left {
    display: none; }
  .community-post-edit[data-layout-type="url"] .post-mode--url {
    display: block; }
  .community-post-edit[data-layout-type="url"] .base-data {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .community-post-edit[data-layout-type="url"] .info-with-image--top .info-with-image__left {
    display: none; }
  .community-post-edit[data-layout-type="blog"] .post-mode--blog {
    display: block; }
  .community-post-edit[data-layout-type="blog"] .base-data {
    display: block; }
    .community-post-edit[data-layout-type="blog"] .base-data__left {
      width: 100%; }
      .community-post-edit[data-layout-type="blog"] .base-data__left #game.select2--dashed + .select2 {
        margin-right: 5px; }
  .community-post-edit[data-layout-type="blog"] .post-title {
    margin-top: 0; }
  .community-post-edit .highlighted-options__feature {
    display: none; }
  .community-post-edit[data-highlighted-options="true"] .highlighted-options__feature {
    display: block; }

.post-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #C39A2A;
  letter-spacing: 0.01em;
  min-height: 32px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

.post-subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #FAFAFA;
  letter-spacing: 0.01em;
  min-height: 32px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

.post-lead {
  font-size: 15px;
  line-height: 19px;
  color: #FAFAFA;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

.post-edit-label {
  cursor: pointer; }
  .post-edit-label span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FAFAFA;
    vertical-align: middle; }
  .post-edit-label .icon {
    display: inline-block;
    line-height: 18px;
    font-size: 18px;
    vertical-align: middle;
    width: 22px;
    cursor: pointer; }

.post-edit-input input,
.post-edit-input .select2-selection__rendered {
  border: none;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  width: 100%;
  line-height: 22px;
  height: 22px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px; }

.post-edit-input textarea {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  display: block; }

.post-edit-input .select2 {
  width: 100% !important; }

.post-edit-input input:focus,
.post-edit-input .select2-container--open .select2-selection__rendered,
.post-edit-input .picker__input--active {
  padding-bottom: 0;
  border-bottom: 2px solid #C39A2A;
  color: #FAFAFA; }

.post-edit-input .select2-selection__arrow {
  height: 22px;
  top: 0px;
  right: 16px;
  color: #fff; }

.post-edit-input input::-webkit-input-placeholder,
.post-edit-input textarea::-webkit-input-placeholder {
  color: #b9b9b9;
  opacity: 1; }

.post-edit-input input:-moz-placeholder,
.post-edit-input textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #b9b9b9;
  opacity: 1; }

.post-edit-input input::-moz-placeholder,
.post-edit-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #b9b9b9;
  opacity: 1; }

.post-edit-input input:-ms-input-placeholder,
.post-edit-input textarea:-ms-input-placeholder {
  color: #b9b9b9;
  opacity: 1; }

.switch-separator {
  margin: 10px 0; }

.switch--smaller-text label {
  display: block; }

.switch--smaller-text .switch__label {
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  margin-right: 5px; }

.switch--smaller-text .switch__trail-wrapper {
  vertical-align: middle; }
  .switch--smaller-text .switch__trail-wrapper::before {
    display: block;
    top: 0; }
  .switch--smaller-text .switch__trail-wrapper::after {
    display: block;
    top: -3px; }

.switch--smaller-text .icon {
  display: inline-block;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
  width: 22px;
  cursor: pointer; }

.community-post-input input,
.community-post-input .select2-selection__rendered {
  border: none;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  width: 100%;
  line-height: 36px;
  height: 34px;
  color: rgba(255, 255, 255, 0.55); }

.community-post-input textarea {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  color: #fff;
  font-weight: 400;
  display: block; }

.community-post-input .select2 {
  width: 100% !important; }

.community-post-input input:focus,
.community-post-input .select2-container--open .select2-selection__rendered,
.community-post-input .picker__input--active {
  padding-bottom: 0;
  border-bottom: 2px solid #C39A2A; }

.community-post-input .select2-selection__arrow {
  height: 22px;
  top: 10px;
  right: 16px;
  color: #fff; }

.community-post-input input::-webkit-input-placeholder,
.community-post-input textarea::-webkit-input-placeholder {
  color: #b9b9b9;
  opacity: 1; }

.community-post-input input:-moz-placeholder,
.community-post-input textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #b9b9b9;
  opacity: 1; }

.community-post-input input::-moz-placeholder,
.community-post-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #b9b9b9;
  opacity: 1; }

.community-post-input input:-ms-input-placeholder,
.community-post-input textarea:-ms-input-placeholder {
  color: #b9b9b9;
  opacity: 1; }

.community-post {
  padding-bottom: 20px; }
  .community-post img {
    max-width: 100%;
    height: auto; }
  .community-post__holder {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 15px;
    padding-top: 20px; }
    @media (min-width: 770px) {
      .community-post__holder {
        margin-bottom: 32px; } }
    @media (min-width: 1280px) {
      .community-post__holder {
        margin-bottom: 32px;
        padding-top: 76px; } }
  .community-post__author {
    min-width: 230px; }
  .community-post__separator {
    width: 96px;
    border-bottom: 1px solid #C39A2A;
    margin: 0 auto; }
  .community-post__last-modified {
    padding: 20px 0 10px 0;
    text-align: center;
    font-style: italic;
    font-size: 10px;
    letter-spacing: 0.02em; }
    @media (min-width: 1280px) {
      .community-post__last-modified {
        font-size: 13px;
        padding: 50px 0 30px 0; } }
    .community-post__last-modified a {
      font-weight: bold; }

.community-post-highlighted__description-info {
  color: #FAFAFA;
  margin: 0 0 50px 130px; }

.community-post-highlighted__images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 56px; }
  .community-post-highlighted__images .image-holder {
    width: calc(50% - 15px);
    position: relative;
    display: block;
    cursor: pointer; }
    .community-post-highlighted__images .image-holder img {
      width: 100%;
      height: auto;
      display: block; }
    .community-post-highlighted__images .image-holder span {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      color: #FAFAFA;
      padding: 0 20px 10px 20px;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      font-weight: bold;
      letter-spacing: 0.2em; }
    .community-post-highlighted__images .image-holder:hover span {
      display: block; }

.community-post-highlighted__disclaimer-info {
  color: #FAFAFA;
  margin: 0 130px 24px 130px; }

.community-post-navbar {
  margin: 0;
  z-index: 30;
  padding: 24px 0 30px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (min-width: 1280px) {
    .community-post-navbar {
      margin: 0 -32px;
      padding: 44px 0; } }
  .community-post-navbar a {
    text-transform: uppercase;
    color: #FAFAFA;
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 0.12px; }
    .community-post-navbar a span {
      vertical-align: middle;
      font-size: 18px;
      line-height: 22px;
      display: none; }
      @media (min-width: 1280px) {
        .community-post-navbar a span {
          display: inline; } }
    .community-post-navbar a:hover {
      color: #C39A2A; }
    .community-post-navbar a i {
      color: #C39A2A;
      display: inline-block;
      width: 32px;
      vertical-align: middle;
      font-size: 19px; }
      @media (min-width: 1280px) {
        .community-post-navbar a i {
          font-size: 24px; } }
  .community-post-navbar__next {
    position: absolute;
    right: 0; }
    .community-post-navbar__next i {
      text-align: right; }
  .community-post-navbar__prev {
    position: absolute;
    left: 0; }

.community-post-image-upload {
  position: relative;
  cursor: pointer;
  display: block;
  width: 270px; }
  .community-post-image-upload--dashed {
    border: 1px dashed #bdbdbf;
    margin-left: -1px;
    box-sizing: content-box; }
  .community-post-image-upload__icon.icon {
    font-size: 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    pointer-events: none;
    z-index: 10; }
  .community-post-image-upload__image {
    display: block; }
  .community-post-image-upload__title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 6px 20px;
    text-align: center;
    color: #FAFAFA;
    font-weight: bold;
    font-size: 14px;
    background: rgba(17, 17, 17, 0.75); }
  .community-post-image-upload__input {
    display: none; }
  .community-post-image-upload__play-button {
    display: block;
    width: 46px;
    height: 46px;
    background: url("../assets/images/community/edit-post-video-play-button.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px; }

.image-upload-wrapper {
  position: relative;
  display: inline-block; }
  .image-upload-wrapper__delete-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 50;
    cursor: pointer; }
    .image-upload-wrapper__delete-icon .icon {
      font-size: 20px;
      line-height: 20px; }

.community-comment-editor .user-info-v2 {
  margin-bottom: 15px; }
  @media (min-width: 1280px) {
    .community-comment-editor .user-info-v2 {
      margin-bottom: 0; } }

.js-commentlist-item__posted-time {
  transition: 0.3s; }
  .js-commentlist-item__posted-time:hover {
    transition: 0.3s;
    color: #EEE;
    cursor: pointer; }

.community-post-newcomment {
  position: relative; }
  .community-post-newcomment__comment-counter {
    position: absolute;
    text-align: center;
    top: -14px;
    width: 100%;
    z-index: 1000; }
    .community-post-newcomment__comment-counter a {
      line-height: 29px;
      font-size: 10px;
      font-weight: bold;
      display: inline-block;
      font-family: "Open Sans", sans-serif;
      color: #FAFAFA;
      background: #111;
      position: relative;
      z-index: 10;
      letter-spacing: 0.017em; }
      @media (min-width: 1280px) {
        .community-post-newcomment__comment-counter a {
          font-size: 14px; } }
      .community-post-newcomment__comment-counter a::before, .community-post-newcomment__comment-counter a::after {
        content: '-';
        color: #C39A2A;
        letter-spacing: 0;
        display: inline-block;
        margin: 0 8px;
        line-height: 27px;
        font-size: 15px; }
    .community-post-newcomment__comment-counter:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      top: 14px;
      background: #C39A2A;
      z-index: 1; }
  .community-post-newcomment .community-post-function-bar {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1280px) {
      .community-post-newcomment .community-post-function-bar {
        padding-top: 22px;
        padding-bottom: 22px;
        padding-left: 0;
        padding-right: 0; } }
  .community-post-newcomment .community-comment-editor {
    padding-bottom: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px); }
    @media (min-width: 1280px) {
      .community-post-newcomment .community-comment-editor {
        font-size: 15px;
        margin-left: 0;
        margin-right: 0;
        width: auto; } }
    .community-post-newcomment .community-comment-editor__left {
      width: 200px;
      min-width: 200px; }
    .community-post-newcomment .community-comment-editor__right {
      width: 100%; }
    .community-post-newcomment .community-comment-editor__reply-to {
      letter-spacing: 0.12em; }
  .community-post-newcomment .editor-quote-box {
    display: none; }
  .community-post-newcomment .editor-reply-box {
    display: none; }
  .community-post-newcomment__edit-comment {
    height: 0;
    overflow: hidden; }
  .community-post-newcomment__show-editor {
    cursor: pointer; }
    .community-post-newcomment__show-editor:hover .community-post-function-bar__title {
      color: #C39A2A; }

.community-post-commentlist-navbar {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1280px) {
    .community-post-commentlist-navbar {
      padding-left: 0;
      padding-right: 0; } }
  .community-post-commentlist-navbar > a {
    display: inline-block;
    color: #FAFAFA;
    line-height: 56px;
    height: 56px;
    font-weight: 700;
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    transition: all 0.3s;
    position: relative;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.017em; }
    @media (min-width: 1280px) {
      .community-post-commentlist-navbar > a {
        font-size: 14px;
        padding-left: 25px;
        padding-right: 25px; } }
    .community-post-commentlist-navbar > a:hover, .community-post-commentlist-navbar > a.is-active {
      opacity: 1;
      color: #C39A2A; }
      .community-post-commentlist-navbar > a:hover:after, .community-post-commentlist-navbar > a.is-active:after {
        width: 100%; }
    .community-post-commentlist-navbar > a::after {
      content: '';
      display: block;
      height: 3px;
      background: #C39A2A;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0;
      width: 0;
      transition: width 0.3s; }
  .community-post-commentlist-navbar .tab-navigation {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    background: none;
    margin: 0; }
    .community-post-commentlist-navbar .tab-navigation .tab-navigation__icon-btns {
      height: 56px;
      margin: 0 5px; }
      @media (min-width: 1280px) {
        .community-post-commentlist-navbar .tab-navigation .tab-navigation__icon-btns {
          margin: 0 20px; } }

.community-post-create-new-comment {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0; }
  @media (min-width: 1280px) {
    .community-post-create-new-comment {
      padding: 35px 0; } }
  .community-post-create-new-comment .create-new-comment {
    background: #0b0f18;
    color: #FAFAFA;
    padding: 10px 20px;
    box-shadow: 0 0 5px rgba(97, 97, 97, 0.25);
    min-height: 50px;
    font-size: 12px; }
    @media (min-width: 1280px) {
      .community-post-create-new-comment .create-new-comment {
        padding: 25px 35px;
        min-height: 108px;
        font-size: 14px;
        letter-spacing: 0.018em; } }
    .community-post-create-new-comment .create-new-comment__button {
      display: inline-block;
      background-color: #FAFAFA;
      line-height: 10px;
      font-size: 10px;
      color: #111;
      font-weight: bold;
      letter-spacing: 0.018em;
      padding: 4px 8px 4px 25px;
      border-radius: 2px;
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6);
      position: relative;
      margin-bottom: 6px;
      cursor: pointer;
      transition: all 0.3s; }
      @media (min-width: 1280px) {
        .community-post-create-new-comment .create-new-comment__button {
          line-height: 25px;
          font-size: 14px;
          padding: 0 8px 0 30px;
          margin-bottom: 12px;
          line-height: 20px; } }
      .community-post-create-new-comment .create-new-comment__button .icon {
        font-size: 13px;
        line-height: 13px;
        color: #111;
        position: absolute;
        left: 8px;
        top: 50%;
        -webkit-transform: translateY(calc(-50% - 2px));
        -ms-transform: translateY(calc(-50% - 2px));
        transform: translateY(calc(-50% - 2px));
        transition: all 0.3s; }
        @media (min-width: 1280px) {
          .community-post-create-new-comment .create-new-comment__button .icon {
            font-size: 18px;
            line-height: 18px; } }
      .community-post-create-new-comment .create-new-comment__button:hover {
        background-color: #C39A2A;
        color: #FAFAFA;
        transition: all 0.3s; }
        .community-post-create-new-comment .create-new-comment__button:hover .icon {
          color: #FAFAFA;
          transition: all 0.3s; }
  .community-post-create-new-comment .user-info-v2__avatar {
    margin-bottom: 0; }

.community-post-commentlist {
  padding-bottom: 70px; }

.commentlist-item {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 15px 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 12px;
  z-index: 1;
  position: relative; }
  .commentlist-item img {
    max-width: 100%;
    height: auto; }
  @media (min-width: 1280px) {
    .commentlist-item {
      padding: 35px 35px 35px 0;
      font-size: 14px; } }
  .commentlist-item__modify-data {
    margin-bottom: 5px;
    display: block;
    letter-spacing: 0.018em; }
  .commentlist-item .dropdown.opened .dropdown__container {
    top: 130%;
    right: -11px; }
  .commentlist-item .dropdown .dropdown__container {
    right: -11px;
    top: 130%; }
  .commentlist-item.is-op .user-info-v2 {
    position: relative; }
    .commentlist-item.is-op .user-info-v2::before {
      content: '';
      display: block;
      background-image: url("../assets/images/op-icon.svg");
      background-size: 16px 19px;
      background-repeat: no-repeat;
      width: 16px;
      height: 19px;
      position: absolute;
      top: -6px;
      left: 0px; }
      @media (min-width: 1280px) {
        .commentlist-item.is-op .user-info-v2::before {
          width: 30px;
          height: 35px;
          background-size: 30px 35px; } }
  .commentlist-item--highlighted {
    position: relative;
    background-color: rgba(59, 59, 65, 0.1); }
    .commentlist-item--highlighted::before {
      content: '';
      display: block;
      background-image: url("../assets/images/logo.svg");
      background-size: 250px 243px;
      background-position: -5px -60px;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.02; }
      @media (min-width: 1280px) {
        .commentlist-item--highlighted::before {
          background-size: 550px 543px;
          background-position: -14px -120px; } }
  .commentlist-item--disabled > * {
    opacity: 0.4; }
  .commentlist-item__head {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 15px;
    position: relative;
    margin-top: 10px; }
    @media (min-width: 1280px) {
      .commentlist-item__head {
        margin-bottom: 20px;
        margin-top: 0; } }
  .commentlist-item__dropdown-menu {
    position: absolute;
    right: 0;
    top: -55px; }
    @media (min-width: 1280px) {
      .commentlist-item__dropdown-menu {
        top: 0; } }
    .commentlist-item__dropdown-menu .dropdown__button .icon {
      color: #FAFAFA;
      opacity: 0.55;
      transition: opacity 0.3s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .commentlist-item__dropdown-menu .dropdown__button .icon:hover {
        opacity: 1;
        transition: opacity 0.3s; }
  .commentlist-item__posted-time {
    letter-spacing: 0.018em;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    color: #a3a3a6;
    font-weight: 400; }
    .commentlist-item__posted-time:hover {
      color: #FAFAFA; }
    .commentlist-item__posted-time::after {
      content: '';
      display: block;
      background: #C39A2A;
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 1px; }
  .commentlist-item__rate-value {
    font-weight: bold;
    color: #FAFAFA;
    position: relative;
    padding-left: 23px;
    margin-right: 10px;
    display: inline-block; }
    .commentlist-item__rate-value i {
      font-size: 17px;
      line-height: 19px;
      color: #C39A2A;
      position: absolute;
      left: 0;
      top: 0; }
    .commentlist-item__rate-value.positive i {
      top: -3px; }
    .commentlist-item__rate-value.negative i {
      color: #ff5722; }
  .commentlist-item__highly-rated {
    background: #C39A2A;
    line-height: 25px;
    font-size: 13px;
    text-transform: uppercase;
    color: #FAFAFA;
    padding: 0 8px;
    font-weight: 500;
    border-radius: 2px;
    display: inline-block;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6); }
  .commentlist-item__comment-text {
    color: #FAFAFA;
    margin-bottom: 5px; }
    @media (min-width: 1280px) {
      .commentlist-item__comment-text {
        margin-bottom: 20px; } }
    .commentlist-item__comment-text p:first-of-type {
      margin-top: 0; }
    .commentlist-item__comment-text p:last-of-type {
      margin-bottom: 0; }
  .commentlist-item__foot {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    @media (min-width: 1280px) {
      .commentlist-item__foot {
        position: absolute;
        bottom: 0;
        right: 0; } }
    .commentlist-item__foot .add-positive-feedback,
    .commentlist-item__foot .add-negative-feedback {
      color: #b8b8ba;
      cursor: pointer;
      opacity: 1;
      transition: opacity 0.3s, color 0.3s;
      font-size: 18px; }
      @media (min-width: 1280px) {
        .commentlist-item__foot .add-positive-feedback,
        .commentlist-item__foot .add-negative-feedback {
          font-size: 24px; } }
      .commentlist-item__foot .add-positive-feedback.is-disabled,
      .commentlist-item__foot .add-negative-feedback.is-disabled {
        pointer-events: none; }
      .commentlist-item__foot .add-positive-feedback.is-inactive,
      .commentlist-item__foot .add-negative-feedback.is-inactive {
        opacity: 0.25;
        transition: opacity 0.3s; }
      .commentlist-item__foot .add-positive-feedback.is-active,
      .commentlist-item__foot .add-negative-feedback.is-active {
        transition: color 0.3s; }
      .commentlist-item__foot .add-positive-feedback:not(.is-inactive):not(.is-active):hover,
      .commentlist-item__foot .add-negative-feedback:not(.is-inactive):not(.is-active):hover {
        color: #FAFAFA;
        transition: color 0.3s; }
      .commentlist-item__foot .add-positive-feedback.is-inactive, .commentlist-item__foot .add-positive-feedback.is-active,
      .commentlist-item__foot .add-negative-feedback.is-inactive,
      .commentlist-item__foot .add-negative-feedback.is-active {
        cursor: default; }
    .commentlist-item__foot .add-positive-feedback {
      margin: -4px 14px 0 0; }
      @media (min-width: 1280px) {
        .commentlist-item__foot .add-positive-feedback {
          margin-right: 5px; } }
      .commentlist-item__foot .add-positive-feedback.is-active {
        color: #C39A2A; }
    .commentlist-item__foot .add-negative-feedback {
      margin: 6px 20px 0 0; }
      .commentlist-item__foot .add-negative-feedback.is-active {
        color: #ff5722; }
    .commentlist-item__foot .button-comment--reply {
      margin-left: 10px; }
  .commentlist-item .user-info__name {
    margin-bottom: 0; }
  .commentlist-item__edit-comment {
    width: 100%; }
  .commentlist-item .community-post-function-bar {
    margin-left: 0; }
    @media (min-width: 1280px) {
      .commentlist-item .community-post-function-bar {
        margin-left: 20px; } }
  .commentlist-item__hided-content {
    display: none; }
    .commentlist-item__hided-content.commentlist-item__hided-content--on {
      display: block; }

.commentlist-noresult {
  padding: 40px 0; }

.comment-reply-to {
  display: inline-block;
  background: #C39A2A;
  line-height: 20px;
  font-size: 10px;
  color: #FAFAFA;
  font-weight: bold;
  letter-spacing: 0.018em;
  padding: 0 6px 0 24px;
  border-radius: 2px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6);
  position: relative;
  margin-bottom: 4px;
  cursor: pointer; }
  @media (min-width: 1280px) {
    .comment-reply-to {
      padding: 0 8px 0 30px;
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 8px; } }
  .comment-reply-to .icon {
    font-size: 14px;
    line-height: 14px;
    color: #FAFAFA;
    position: absolute;
    left: 8px;
    top: 2px; }
    @media (min-width: 1280px) {
      .comment-reply-to .icon {
        font-size: 18px;
        line-height: 18px; } }
  .comment-reply-to:hover {
    background: #e1c372;
    color: #FAFAFA; }

.comment-quote {
  margin-bottom: 10px; }
  @media (min-width: 1280px) {
    .comment-quote {
      margin-bottom: 20px; } }
  .comment-quote__from {
    letter-spacing: 0.018em;
    margin-bottom: 6px; }
    .comment-quote__from a {
      font-weight: bold; }
  .comment-quote__text {
    background: #0d111a;
    box-shadow: 0 0 5px rgba(97, 97, 97, 0.25);
    padding: 15px 30px;
    color: #FAFAFA;
    position: relative; }
    @media (min-width: 1280px) {
      .comment-quote__text {
        padding: 20px 35px; } }
    .comment-quote__text p:first-of-type {
      margin-top: 0; }
    .comment-quote__text p:last-of-type {
      margin-bottom: 0; }
    .comment-quote__text .icon.quote-start,
    .comment-quote__text .icon.quote-end {
      position: absolute;
      color: #FAFAFA;
      font-size: 16px;
      line-height: 16px; }
      @media (min-width: 1280px) {
        .comment-quote__text .icon.quote-start,
        .comment-quote__text .icon.quote-end {
          font-size: 24px;
          line-height: 24px; } }
    .comment-quote__text .icon.quote-start {
      top: 8px;
      left: 10px; }
    .comment-quote__text .icon.quote-end {
      bottom: 8px;
      right: 10px; }
    .comment-quote__text--deleted-comment {
      text-align: center;
      font-style: italic;
      color: #a3a3a6; }

.community-post-custom-grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1280px) {
    .community-post-custom-grid {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding-left: 0;
      padding-right: 0; } }
  .community-post-custom-grid.is-create-new-comment {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 30px;
    padding-right: 30px; }
    .community-post-custom-grid.is-create-new-comment .community-post-custom-grid__left {
      min-width: 0px;
      margin-left: 9px;
      margin-right: 8px; }
      @media (min-width: 1280px) {
        .community-post-custom-grid.is-create-new-comment .community-post-custom-grid__left {
          min-width: 175px;
          margin: 0 35px 0 15px; } }
  .community-post-custom-grid__left {
    min-width: 80px;
    margin: 0 35px 0 15px;
    position: relative;
    z-index: 10; }
    @media (min-width: 1280px) {
      .community-post-custom-grid__left {
        min-width: 175px; } }
  .community-post-custom-grid__right {
    width: 100%;
    position: relative;
    z-index: 10;
    min-width: 0; }
    @media (min-width: 1280px) {
      .community-post-custom-grid__right {
        margin-right: 15px;
        padding-bottom: 60px; } }

.community-post-html-content,
.community-post-html-editor .fr-wrapper {
  color: #FAFAFA;
  font-size: 12px;
  word-wrap: break-word; }
  @media (min-width: 1280px) {
    .community-post-html-content,
    .community-post-html-editor .fr-wrapper {
      font-size: 13px; } }
  @media (min-width: 1280px) {
    .community-post-html-content,
    .community-post-html-editor .fr-wrapper {
      font-size: 15px; } }
  .community-post-html-content img,
  .community-post-html-editor .fr-wrapper img {
    max-width: 100% !important;
    height: auto !important; }
  .community-post-html-content h2,
  .community-post-html-editor .fr-wrapper h2 {
    color: #FAFAFA;
    font-size: 17px;
    line-height: 21px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0; }
    .community-post-html-content h2:before,
    .community-post-html-editor .fr-wrapper h2:before {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      background: #C39A2A;
      margin: 0 8px 2px 0; }
    @media (min-width: 1280px) {
      .community-post-html-content h2,
      .community-post-html-editor .fr-wrapper h2 {
        font-size: 35px;
        line-height: 41px; }
        .community-post-html-content h2:before,
        .community-post-html-editor .fr-wrapper h2:before {
          width: 10px;
          height: 10px;
          margin: 0 10px 7px 0; } }
  .community-post-html-content p,
  .community-post-html-content .fr-element p,
  .community-post-html-content p.fr-tag,
  .community-post-html-editor .fr-wrapper p,
  .community-post-html-editor .fr-wrapper .fr-element p,
  .community-post-html-editor .fr-wrapper p.fr-tag {
    margin: 16px 0; }
  .community-post-html-content blockquote,
  .community-post-html-editor .fr-wrapper blockquote {
    color: #FAFAFA;
    font-size: 25px;
    line-height: 31px;
    font-style: italic;
    font-weight: 300;
    position: relative;
    padding: 50px 54px;
    margin: 0;
    overflow: hidden; }
    .community-post-html-content blockquote:before, .community-post-html-content blockquote:after,
    .community-post-html-editor .fr-wrapper blockquote:before,
    .community-post-html-editor .fr-wrapper blockquote:after {
      color: #FAFAFA;
      font-size: 75px;
      line-height: 75px;
      display: block;
      position: absolute;
      font-family: 'Times New Roman', sans-serif;
      letter-spacing: 0; }
    .community-post-html-content blockquote:before,
    .community-post-html-editor .fr-wrapper blockquote:before {
      content: '“';
      top: 16px;
      left: -12px; }
    .community-post-html-content blockquote:after,
    .community-post-html-editor .fr-wrapper blockquote:after {
      content: '”';
      bottom: -14px;
      right: 0px; }
    .community-post-html-content blockquote .pinned,
    .community-post-html-editor .fr-wrapper blockquote .pinned {
      color: #C39A2A;
      text-transform: uppercase;
      font-weight: 500; }
  .community-post-html-content .image-holder,
  .community-post-html-editor .fr-wrapper .image-holder {
    margin: 0;
    position: relative; }

.community-hotbar-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  @media (min-width: 770px) {
    .community-hotbar-container {
      margin-top: 15px !important;
      margin-bottom: 15px !important; } }
  @media (min-width: 1280px) {
    .community-hotbar-container {
      margin-top: 30px !important;
      margin-bottom: 30px !important; } }

.community-hotbar {
  border-top: 1px solid #484852;
  border-bottom: 1px solid #484852;
  text-align: center;
  z-index: 20;
  height: 44px;
  position: relative;
  top: auto; }
  @media (min-width: 1280px) {
    .community-hotbar {
      height: 86px; } }
  .community-hotbar.is-fixed {
    height: auto;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 10049;
    background: rgba(17, 17, 17, 0.98);
    border-color: rgba(255, 255, 255, 0.1); }
    @media (max-width: 1279px) {
      .community-hotbar.is-fixed {
        border-top: none; } }
    .community-hotbar.is-fixed .community-hotbar__inside {
      width: 1170px;
      margin: 0 auto;
      padding: 0;
      height: 44px;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 100%; }
    .community-hotbar.is-fixed .community-hotbar-item-helper {
      height: 44px;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 15px;
      padding: 0px 7px; }
      @media (min-width: 1280px) {
        .community-hotbar.is-fixed .community-hotbar-item-helper {
          width: 160px;
          margin: 0;
          padding: 0px; } }
    .community-hotbar.is-fixed .community-hotbar-item {
      margin: 0 8px;
      padding-top: 0; }
      @media (min-width: 1280px) {
        .community-hotbar.is-fixed .community-hotbar-item {
          margin: 0 20px; } }
    .community-hotbar.is-fixed .community-hotbar-item__title {
      visibility: hidden;
      opacity: 0;
      height: 0px;
      margin: 0; }
    .community-hotbar.is-fixed .community-hotbar-item__icon > .icon {
      transition: .3s; }
    .community-hotbar.is-fixed .community-hotbar-item__icon > .icon:hover {
      opacity: 0.85;
      transition: .3s; }
  .community-hotbar__inside {
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative; }
    @media (min-width: 1280px) {
      .community-hotbar__inside {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .community-hotbar-item {
    display: inline-block;
    text-align: center;
    margin: 0 8px;
    cursor: pointer;
    padding-top: 5px; }
    @media (min-width: 1280px) {
      .community-hotbar-item {
        margin: 0 20px; } }
    .community-hotbar-item.is-share {
      display: none; }
      @media (min-width: 1280px) {
        .community-hotbar-item.is-share {
          display: inline-block; } }
    .community-hotbar-item-helper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-right: 1px dashed #484852;
      height: 43px;
      padding-top: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: 0; }
      .community-hotbar-item-helper .community-hotbar-item {
        margin: 0 15px; }
      @media (min-width: 1280px) {
        .community-hotbar-item-helper {
          height: 86px;
          padding-top: 5px; }
          .community-hotbar-item-helper .community-hotbar-item {
            margin: 0 10px; } }
    .community-hotbar-item.is-edit {
      padding-top: 0; }
      @media (min-width: 1280px) {
        .community-hotbar-item.is-edit {
          padding-top: 5px;
          margin-left: 100px;
          margin-right: 40px; } }
    .community-hotbar-item.is-rating {
      width: 62px;
      padding-top: 5px; }
      @media (min-width: 1280px) {
        .community-hotbar-item.is-rating {
          width: 72px; } }
    .community-hotbar-item.is-rating.is-active {
      cursor: default; }
    .community-hotbar-item.has-hover:hover .community-hotbar-item__title, .community-hotbar-item.is-active .community-hotbar-item__title {
      color: #C39A2A;
      opacity: 1; }
    .community-hotbar-item__title {
      color: #eeeeee;
      font-weight: 600;
      display: block;
      text-align: center;
      margin-bottom: 5px;
      transition: color 0.3s;
      opacity: .75;
      letter-spacing: 0.017em;
      display: none; }
      @media (min-width: 1280px) {
        .community-hotbar-item__title {
          display: block; } }
    .community-hotbar-item__icon .icon {
      font-size: 15px;
      color: #C39A2A; }
      @media (min-width: 1280px) {
        .community-hotbar-item__icon .icon {
          font-size: 18px; } }
  @media (min-width: 1280px) {
    .community-hotbar .tricky-button__default,
    .community-hotbar .tricky-button__secondary {
      width: 136px; } }

.post-rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .post-rating .icon {
    color: #8d8d91;
    opacity: 1;
    transition: color 0.3s, opacity 0.3s;
    font-size: 22px; }
    @media (min-width: 1280px) {
      .post-rating .icon {
        font-size: 26px; } }
    .post-rating .icon:not(.is-disabled) {
      cursor: pointer; }
    .post-rating .icon:not(.is-disabled):hover {
      color: #C39A2A;
      transition: color 0.3s; }
    .post-rating .icon.is-disabled {
      transition: opacity 0.3s;
      pointer-events: none; }
    .post-rating .icon.is-active.is-disabled {
      color: #C39A2A; }
  .post-rating .post-rate {
    font-size: 15px;
    margin: 0 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #C39A2A; }
    @media (min-width: 1280px) {
      .post-rating .post-rate {
        font-size: 17px; } }

.tooltip-share .sticky-sidebar__social-icon {
  margin: 0 5px; }

.share-tooltip {
  pointer-events: all !important; }

.atwho-inserted span {
  color: #C39A2A;
  font-weight: 700; }

.mention-tag--community {
  color: #2979FF !important;
  font-weight: 500 !important; }

.store-category {
  position: relative;
  color: #b9b8bc;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px; }
  @media (max-width: 769px) {
    .store-category {
      font-size: 10px; } }
  .store-category a {
    color: inherit;
    font-weight: inherit;
    transition: color 0.3s; }
    .store-category a:hover, .store-category a:focus, .store-category a:active {
      color: #FAFAFA;
      transition: color 0.3s; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.store-cover-story {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 770px) {
    .store-cover-story {
      margin-top: 115px;
      margin-bottom: 95px; } }
  .store-cover-story__purchase-info {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    line-height: 1.3em;
    font-size: 12px;
    letter-spacing: 0.1em;
    background-color: #FAFAFA;
    display: inline-block;
    padding: 0.4em;
    margin-bottom: 5px;
    transition: color 0.3s, background-color 0.3s; }
    .store-cover-story__purchase-info::before, .store-cover-story__purchase-info::after {
      display: inline-block;
      content: '-';
      letter-spacing: 0; }
    .store-cover-story__purchase-info::before {
      margin-right: 16px; }
    .store-cover-story__purchase-info::after {
      margin-left: 16px; }
    .store-cover-story__purchase-info:hover {
      background-color: #111;
      color: #FAFAFA;
      transition: color 0.3s, background-color 0.3s; }
    @media (min-width: 769px) {
      .store-cover-story__purchase-info {
        font-size: 20px; } }
  .store-cover-story__subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #C39A2A;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.3em;
    margin: 0; }
    @media (min-width: 769px) {
      .store-cover-story__subtitle {
        font-size: 34px; } }
  .store-cover-story__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FAFAFA;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 0.036em;
    margin: 0 0 10px 0; }
    @media (min-width: 769px) {
      .store-cover-story__title {
        font-size: 55px; } }
    .store-cover-story__title a {
      color: #FAFAFA; }
      .store-cover-story__title a:hover {
        color: #C39A2A; }
  .store-cover-story__separator {
    width: 170px;
    height: 2px;
    background: #C39A2A;
    margin: 16px auto 20px auto; }
    .store-cover-story__separator.is-light {
      height: 1px; }
  .store-cover-story__button-store {
    margin-bottom: 10px; }
    @media (max-width: 769px) {
      .store-cover-story__button-store {
        font-size: 15px;
        margin-top: 10px; } }
  .store-cover-story__special {
    display: inline-block;
    background: rgba(17, 17, 17, 0.5);
    color: #FAFAFA;
    font-weight: normal;
    padding: 0 20px;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.06em; }
    @media (min-width: 770px) {
      .store-cover-story__special {
        font-size: 16px;
        line-height: 29px; } }
    .store-cover-story__special strong {
      color: #C39A2A; }
    .store-cover-story__special:hover {
      color: #FAFAFA;
      background: #111; }
  .store-cover-story__special-v2 span {
    color: #C39A2A; }
  .store-cover-story__read-more {
    margin-top: 30px;
    display: block;
    width: 56px;
    height: 56px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -60px; }
    .store-cover-story__read-more svg {
      display: block;
      width: 56px;
      height: 56px;
      margin: 0 auto; }
      .store-cover-story__read-more svg:hover #arrow-bg {
        fill: #C39A2A; }
      .store-cover-story__read-more svg:hover #arrow-icon {
        fill: #fff; }

.store-container {
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 40px; }
  .store-container .tab-navigation {
    margin-top: 0; }
    .store-container .tab-navigation .container {
      padding: 0 35px; }
  .store-container .banner--type-2 {
    height: 560px; }

@media (max-width: 769px) {
  .grid-container--store-main .grid-item--storelist-4:last-of-type .store-productbox__edition {
    display: inline-block; }
  .grid-container--store-main .grid-item--storelist-12 .store-productbox__edition,
  .grid-container--store-main .grid-item--storelist-13 .store-productbox__edition {
    display: inline-block; } }

.store-main-tab {
  margin-bottom: 0;
  margin-top: 20px;
  padding: 0; }
  @media (min-width: 770px) {
    .store-main-tab {
      padding: 0 35px; } }
  .store-main-tab__search {
    border: none;
    background: none;
    font-size: 18px;
    letter-spacing: 0.055em;
    font-weight: bold;
    color: #FAFAFA;
    line-height: 40px;
    height: 40px;
    margin-top: 17px;
    min-width: 35%; }
  .store-main-tab__select {
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-left: 40px; }
  .store-main-tab__select-holder {
    font-weight: bold;
    color: #C39A2A;
    font-size: 16px;
    line-height: 21px;
    font-family: "Open Sans", sans-serif;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .store-main-tab__select-title {
    display: block;
    color: #8a8a8a;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }

#section-11 .store-productbox__subtitle, #section-11 .store-productbox__title {
  text-align: left; }

.store-productbox {
  position: relative; }
  .store-productbox__inside {
    height: 100%; }
    @media (min-width: 1280px) {
      .store-productbox__inside {
        height: auto; } }
    .store-productbox__inside::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      box-shadow: 0 0 0 1px rgba(96, 72, 23, 0.55) inset;
      z-index: 8;
      pointer-events: none; }
    .store-productbox__inside::after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      width: 11px;
      height: 10px;
      background: url("../assets/images/home-product-card-corner.png") center center no-repeat;
      background-size: 100%;
      pointer-events: none;
      z-index: 10;
      pointer-events: none; }
      @media (min-width: 770px) {
        .store-productbox__inside::after {
          width: 19px;
          height: 18px; } }
  .store-productbox__img-holder {
    position: relative;
    display: block;
    cursor: pointer; }
    .store-productbox__img-holder::before {
      content: '';
      display: block;
      position: absolute;
      left: 1px;
      right: 1px;
      bottom: 0;
      height: 100%;
      background-color: transparent;
      background-image: linear-gradient(to bottom,transparent 0%, rgba(0, 0, 0, 0.5) 30%);
      z-index: 10; }
      @media (min-width: 1280px) {
        .store-productbox__img-holder::before {
          height: 154px; } }
  .store-productbox__title-holder {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    z-index: 20;
    text-align: center; }
    @media (min-width: 480px) {
      .store-productbox__title-holder {
        bottom: 144px; } }
    @media (min-width: 1280px) {
      .store-productbox__title-holder {
        left: 20px;
        right: 20px;
        text-align: left;
        bottom: 4px; } }
  .store-productbox__subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #C39A2A;
    letter-spacing: 0.038em;
    margin: 0; }
    @media (max-width: 1279px) {
      .store-productbox__subtitle {
        text-align: center; } }
  .store-productbox__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FAFAFA;
    margin: 0;
    letter-spacing: 0.044em;
    transition: color 0.3s; }
    @media (max-width: 1279px) {
      .store-productbox__title {
        text-align: center; } }
    .store-productbox__title span:hover {
      color: #C39A2A;
      transition: color 0.3s; }
  .store-productbox__upgrade-edition {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #2095f2;
    margin: 0 0 5px 0;
    transition: color 0.3s; }
    @media (max-width: 1279px) {
      .store-productbox__upgrade-edition {
        margin-bottom: 0; } }
  .store-productbox__bottom {
    padding: 10px 20px; }
    @media (max-width: 1279px) {
      .store-productbox__bottom {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px;
        z-index: 10; } }
    @media (min-width: 1280px) and (max-width: 1279px) {
      .store-productbox__bottom {
        margin-top: -40px; } }
    @media (max-width: 900px) {
      .store-productbox__bottom {
        padding-bottom: 10px !important; } }
    @media (max-width: 560px) {
      .store-productbox__bottom {
        padding-bottom: 0px !important; } }
  .store-productbox .store-category {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 10px; }
    @media (max-width: 1279px) {
      .store-productbox .store-category {
        font-size: 12px; } }
    @media (max-width: 500px) {
      .store-productbox .store-category {
        padding-bottom: 0px; } }
    @media (min-width: 770px) and (max-width: 1279px) {
      .store-productbox .store-category {
        padding-bottom: 6px;
        margin-bottom: 5px; } }
    .store-productbox .store-category::after {
      content: '';
      width: 150px;
      height: 2px;
      background: #C39A2A;
      display: block;
      position: absolute;
      left: 0;
      bottom: 0; }
      @media (max-width: 1279px) {
        .store-productbox .store-category::after {
          left: calc(50% - 75px); } }
  .store-productbox__description {
    color: #FAFAFA;
    position: relative;
    z-index: 10; }
    .store-productbox__description p {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin-bottom: 0; }
    .store-productbox__description strong {
      text-transform: uppercase; }
  .store-productbox__buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 30; }
    @media (max-width: 769px) {
      .store-productbox__buttons {
        right: auto;
        width: 100%;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 1279px) {
      .store-productbox__buttons {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 770px) and (max-width: 1279px) {
      .store-productbox__buttons {
        left: 0px;
        right: 0px; } }
    .store-productbox__buttons .sale-with-countdown {
      margin-right: 5px; }
  .store-productbox__edition {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    line-height: 1.3em;
    font-size: 15px;
    letter-spacing: 0.2em;
    background: #FAFAFA;
    display: block;
    padding: 0.2em 0.53em;
    margin: 3px 0 5px 0;
    position: relative;
    z-index: 10; }
    @media (min-width: 770px) {
      .store-productbox__edition {
        display: inline-block;
        padding: 0.4em 0.53em; } }
    .store-productbox__edition::before, .store-productbox__edition::after {
      display: inline-block;
      content: '-';
      letter-spacing: 0;
      color: #C39A2A; }
    .store-productbox__edition::before {
      margin-right: 4px; }
    .store-productbox__edition::after {
      margin-left: 4px; }
  .store-productbox img {
    width: 100%;
    height: auto;
    display: block;
    transition: -webkit-filter 0.3s, filter 0.3s; }
    @media (max-width: 1279px) {
      .store-productbox img {
        object-fit: cover;
        width: 100%;
        height: 100%; } }
  .store-productbox:hover img,
  .store-productbox:hover .store-productbox__bg,
  .store-productbox:hover .store-productbox__inside::before,
  .store-productbox:hover .store-productbox__inside::after {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter 0.3s, filter 0.3s; }
  .store-productbox--default {
    background: #111;
    height: 370px; }
    @media (max-width: 1279px) {
      .store-productbox--default {
        margin: 0 auto;
        height: calc((100vw - 90px) / 3); } }
    @media (max-width: 829px) {
      .store-productbox--default {
        height: calc((100vw - 40px) / 2); } }
    .store-productbox--default::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(17, 17, 17, 0.75) url(../assets/images/pw_maze_black.png) top left repeat;
      opacity: .5; }
    .store-productbox--default .store-productbox__inside {
      height: 100%;
      overflow: hidden; }
      .store-productbox--default .store-productbox__inside a {
        height: 100%; }
      @media (min-width: 1279px) {
        .store-productbox--default .store-productbox__inside {
          height: auto;
          overflow: auto; }
          .store-productbox--default .store-productbox__inside a {
            height: auto; } }
    @media (min-width: 1279px) {
      .store-productbox--default img {
        width: 100%;
        height: auto; } }
    .store-productbox--default .store-productbox__subtitle,
    .store-productbox--default .store-productbox__upgrade-edition {
      line-height: 1.2em;
      font-size: 10px; }
      @media (min-width: 770px) {
        .store-productbox--default .store-productbox__subtitle,
        .store-productbox--default .store-productbox__upgrade-edition {
          font-size: 15px; } }
    .store-productbox--default .store-productbox__title {
      line-height: 1.2em;
      font-size: 12px; }
      @media (min-width: 770px) {
        .store-productbox--default .store-productbox__title {
          font-size: 25px; } }
    @media (max-width: 769px) {
      .store-productbox--default .store-productbox__edition {
        font-size: 10px;
        letter-spacing: 0; } }
  .store-productbox--large, .store-productbox--medium, .store-productbox--half, .store-productbox--xlarge {
    position: relative; }
    @media (max-width: 769px) {
      .store-productbox--large, .store-productbox--medium, .store-productbox--half, .store-productbox--xlarge {
        height: calc((100vw - 40px) / 2); } }
    .store-productbox--large .store-productbox__inside, .store-productbox--medium .store-productbox__inside, .store-productbox--half .store-productbox__inside, .store-productbox--xlarge .store-productbox__inside {
      height: 100%;
      overflow: hidden; }
      .store-productbox--large .store-productbox__inside a, .store-productbox--medium .store-productbox__inside a, .store-productbox--half .store-productbox__inside a, .store-productbox--xlarge .store-productbox__inside a {
        height: 100%; }
      @media (min-width: 769px) {
        .store-productbox--large .store-productbox__inside, .store-productbox--medium .store-productbox__inside, .store-productbox--half .store-productbox__inside, .store-productbox--xlarge .store-productbox__inside {
          height: auto;
          overflow: auto; }
          .store-productbox--large .store-productbox__inside a, .store-productbox--medium .store-productbox__inside a, .store-productbox--half .store-productbox__inside a, .store-productbox--xlarge .store-productbox__inside a {
            height: auto; } }
    .store-productbox--large .store-productbox__img-holder, .store-productbox--medium .store-productbox__img-holder, .store-productbox--half .store-productbox__img-holder, .store-productbox--xlarge .store-productbox__img-holder {
      position: relative; }
      .store-productbox--large .store-productbox__img-holder::before, .store-productbox--medium .store-productbox__img-holder::before, .store-productbox--half .store-productbox__img-holder::before, .store-productbox--xlarge .store-productbox__img-holder::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background-color: transparent;
        background-image: linear-gradient(to bottom,transparent 0%, rgba(0, 0, 0, 0.5) 30%);
        z-index: 10; }
        @media (min-width: 770px) {
          .store-productbox--large .store-productbox__img-holder::before, .store-productbox--medium .store-productbox__img-holder::before, .store-productbox--half .store-productbox__img-holder::before, .store-productbox--xlarge .store-productbox__img-holder::before {
            height: 285px; } }
    .store-productbox--large .store-productbox__content-holder, .store-productbox--medium .store-productbox__content-holder, .store-productbox--half .store-productbox__content-holder, .store-productbox--xlarge .store-productbox__content-holder {
      text-align: center;
      position: absolute;
      padding: 0 0 64px 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 20; }
      @media (min-width: 770px) {
        .store-productbox--large .store-productbox__content-holder, .store-productbox--medium .store-productbox__content-holder, .store-productbox--half .store-productbox__content-holder, .store-productbox--xlarge .store-productbox__content-holder {
          text-align: center;
          padding: 0 20px 64px 20px; } }
      @media (min-width: 1280px) {
        .store-productbox--large .store-productbox__content-holder, .store-productbox--medium .store-productbox__content-holder, .store-productbox--half .store-productbox__content-holder, .store-productbox--xlarge .store-productbox__content-holder {
          padding: 0 20px 24px 20px;
          text-align: left; } }
    .store-productbox--large .store-productbox__subtitle, .store-productbox--medium .store-productbox__subtitle, .store-productbox--half .store-productbox__subtitle, .store-productbox--xlarge .store-productbox__subtitle {
      line-height: 1.2em;
      font-size: 10px; }
      @media (min-width: 480px) {
        .store-productbox--large .store-productbox__subtitle, .store-productbox--medium .store-productbox__subtitle, .store-productbox--half .store-productbox__subtitle, .store-productbox--xlarge .store-productbox__subtitle {
          font-size: 16px; } }
      @media (min-width: 770px) {
        .store-productbox--large .store-productbox__subtitle, .store-productbox--medium .store-productbox__subtitle, .store-productbox--half .store-productbox__subtitle, .store-productbox--xlarge .store-productbox__subtitle {
          font-size: 26px; } }
      @media (min-width: 1280px) {
        .store-productbox--large .store-productbox__subtitle, .store-productbox--medium .store-productbox__subtitle, .store-productbox--half .store-productbox__subtitle, .store-productbox--xlarge .store-productbox__subtitle {
          text-align: left; } }
      .store-productbox--large .store-productbox__subtitle a, .store-productbox--medium .store-productbox__subtitle a, .store-productbox--half .store-productbox__subtitle a, .store-productbox--xlarge .store-productbox__subtitle a {
        display: block;
        margin: 0 -20px;
        padding: 0 20px; }
        .store-productbox--large .store-productbox__subtitle a span, .store-productbox--medium .store-productbox__subtitle a span, .store-productbox--half .store-productbox__subtitle a span, .store-productbox--xlarge .store-productbox__subtitle a span {
          color: #C39A2A;
          transition: color 0.3s; }
          .store-productbox--large .store-productbox__subtitle a span:hover, .store-productbox--medium .store-productbox__subtitle a span:hover, .store-productbox--half .store-productbox__subtitle a span:hover, .store-productbox--xlarge .store-productbox__subtitle a span:hover {
            color: #e1c372;
            transition: color 0.3s; }
    .store-productbox--large .store-productbox__title, .store-productbox--medium .store-productbox__title, .store-productbox--half .store-productbox__title, .store-productbox--xlarge .store-productbox__title {
      line-height: 1.2em;
      font-size: 12px; }
      @media (min-width: 480px) {
        .store-productbox--large .store-productbox__title, .store-productbox--medium .store-productbox__title, .store-productbox--half .store-productbox__title, .store-productbox--xlarge .store-productbox__title {
          font-size: 24px; } }
      @media (min-width: 770px) {
        .store-productbox--large .store-productbox__title, .store-productbox--medium .store-productbox__title, .store-productbox--half .store-productbox__title, .store-productbox--xlarge .store-productbox__title {
          font-size: 45px; } }
      @media (min-width: 1280px) {
        .store-productbox--large .store-productbox__title, .store-productbox--medium .store-productbox__title, .store-productbox--half .store-productbox__title, .store-productbox--xlarge .store-productbox__title {
          text-align: left; } }
      .store-productbox--large .store-productbox__title a, .store-productbox--medium .store-productbox__title a, .store-productbox--half .store-productbox__title a, .store-productbox--xlarge .store-productbox__title a {
        display: block;
        margin: 0 -20px 6px -20px;
        padding: 0 20px; }
        .store-productbox--large .store-productbox__title a span, .store-productbox--medium .store-productbox__title a span, .store-productbox--half .store-productbox__title a span, .store-productbox--xlarge .store-productbox__title a span {
          color: #FAFAFA;
          transition: color 0.3s; }
          .store-productbox--large .store-productbox__title a span:hover, .store-productbox--medium .store-productbox__title a span:hover, .store-productbox--half .store-productbox__title a span:hover, .store-productbox--xlarge .store-productbox__title a span:hover {
            color: #C39A2A;
            transition: color 0.3s; }
    .store-productbox--large .store-productbox__edition, .store-productbox--medium .store-productbox__edition, .store-productbox--half .store-productbox__edition, .store-productbox--xlarge .store-productbox__edition {
      font-size: 10px;
      letter-spacing: 0; }
      @media (min-width: 480px) {
        .store-productbox--large .store-productbox__edition, .store-productbox--medium .store-productbox__edition, .store-productbox--half .store-productbox__edition, .store-productbox--xlarge .store-productbox__edition {
          display: inline-block;
          font-size: 14px; } }
      @media (min-width: 770px) {
        .store-productbox--large .store-productbox__edition, .store-productbox--medium .store-productbox__edition, .store-productbox--half .store-productbox__edition, .store-productbox--xlarge .store-productbox__edition {
          font-size: 15px; } }
    .store-productbox--large .store-productbox__category, .store-productbox--medium .store-productbox__category, .store-productbox--half .store-productbox__category, .store-productbox--xlarge .store-productbox__category {
      margin-bottom: 16px; }
    .store-productbox--large .store-productbox__buttons, .store-productbox--medium .store-productbox__buttons, .store-productbox--half .store-productbox__buttons, .store-productbox--xlarge .store-productbox__buttons {
      font-size: 10px; }
      @media (min-width: 770px) {
        .store-productbox--large .store-productbox__buttons, .store-productbox--medium .store-productbox__buttons, .store-productbox--half .store-productbox__buttons, .store-productbox--xlarge .store-productbox__buttons {
          line-height: 41px;
          font-size: 15px; } }
  .store-productbox--home {
    text-align: center; }
    .store-productbox--home .store-productbox__bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: .3s; }
    .store-productbox--home::before {
      background: rgba(17, 17, 17, 0.75); }
    .store-productbox--home .store-productbox__subtitle {
      margin-bottom: 10px; }
      @media (max-width: 479px) {
        .store-productbox--home .store-productbox__subtitle {
          font-size: 14px; } }
      @media (max-width: 600px) {
        .store-productbox--home .store-productbox__subtitle {
          margin-bottom: 0px; } }
      @media (min-width: 770px) {
        .store-productbox--home .store-productbox__subtitle {
          text-align: center; } }
    .store-productbox--home .store-productbox__title {
      text-align: center; }
    @media (min-width: 770px) and (max-width: 1279px) {
      .store-productbox--home .store-productbox__title-holder {
        bottom: 0; } }
    .store-productbox--home .store-productbox__img-holder {
      height: 120px; }
      @media (min-width: 1280px) {
        .store-productbox--home .store-productbox__img-holder {
          height: 160px; } }
      .store-productbox--home .store-productbox__img-holder::before {
        display: none; }
    .store-productbox--home .store-productbox__bottom {
      padding-top: 0;
      padding-bottom: 20px;
      margin-top: 15px; }
      @media (max-width: 479px) {
        .store-productbox--home .store-productbox__bottom {
          display: none; } }
      @media (max-width: 600px) {
        .store-productbox--home .store-productbox__bottom {
          margin-top: 0px; } }
      @media (max-width: 1279px) {
        .store-productbox--home .store-productbox__bottom {
          position: relative;
          bottom: 0; } }
    .store-productbox--home .text-button {
      margin-bottom: 20px; }
      @media (max-width: 900px) {
        .store-productbox--home .text-button {
          margin-bottom: 10px; } }
    .store-productbox--home .store-category {
      color: #b9b8bc; }
    .store-productbox--home .store-category::after {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -8px; }
    .store-productbox--home .store-productbox__buttons {
      position: relative;
      bottom: auto;
      right: auto;
      display: block; }
      @media (max-width: 479px) {
        .store-productbox--home .store-productbox__buttons {
          display: none; } }

@media (max-width: 790px) {
  .store-productbox--home {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .store-productbox--home .store-category::after {
      width: 96%; }
    .store-productbox--home .store-productbox__img-holder {
      height: auto; }
    .store-productbox--home .store-productbox__title-holder {
      position: static; } }

.store-productbox:not(.store-productbox--default) .store-productbox__description {
  width: calc(100% - 150px); }
  @media (max-width: 1279px) {
    .store-productbox:not(.store-productbox--default) .store-productbox__description {
      width: 100%; } }

.store-productbox:not(.store-productbox--default) .store-productbox__description.has-counter {
  width: calc(100% - 200px); }
  @media (max-width: 1279px) {
    .store-productbox:not(.store-productbox--default) .store-productbox__description.has-counter {
      width: 100%; } }

.sale-with-countdown {
  display: inline-block;
  border: 1px solid #b81853;
  font-family: "Open Sans", sans-serif;
  vertical-align: top; }
  .sale-with-countdown::after {
    clear: both;
    content: "";
    display: block; }
  .sale-with-countdown__sale {
    background: #b81853;
    color: #FAFAFA;
    font-weight: bold;
    padding: 0 0.55em; }
  .sale-with-countdown__time {
    color: #FAFAFA;
    font-weight: bold;
    padding: 0 0.55em; }
  .sale-with-countdown--large {
    font-size: 15px;
    line-height: 39px; }
    @media (min-width: 1280px) {
      .sale-with-countdown--large {
        font-size: 22px;
        line-height: 58px; } }
  .sale-with-countdown--small {
    font-size: 15px;
    line-height: 28px; }
    @media (max-width: 575px) {
      .sale-with-countdown--small {
        font-size: 13px; } }

.store-support-contact {
  background: rgba(17, 17, 17, 0.75);
  position: relative;
  font-size: 10px;
  line-height: 26px;
  color: #FAFAFA;
  text-align: center;
  padding: 16px 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.12em; }
  @media (min-width: 770px) {
    .store-support-contact {
      font-size: 18px; } }
  @media (max-width: 575px) {
    .store-support-contact {
      font-size: 14px; } }
  .store-support-contact.is-error-msg {
    font-size: 16px;
    padding: 20px; }
    .store-support-contact.is-error-msg .icon {
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      position: relative;
      top: -3px; }
      @media (min-width: 770px) {
        .store-support-contact.is-error-msg .icon {
          font-size: 20px; } }
  .store-support-contact a {
    font-weight: bold; }
  .store-support-contact .icon {
    color: #FAFAFA !important;
    vertical-align: middle;
    font-size: 16px; }
    @media (min-width: 770px) {
      .store-support-contact .icon {
        font-size: 24px; } }

.hover-bracket {
  position: relative; }
  @media (min-width: 1280px) {
    .hover-bracket__helper-tl, .hover-bracket__helper-tr, .hover-bracket__helper-bl, .hover-bracket__helper-br {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border: 2px solid #FAFAFA;
      position: absolute;
      opacity: 0;
      transition: opacity 0.3s; }
    .hover-bracket__helper-tl {
      top: -10px;
      left: -10px;
      border-right: 0;
      border-bottom: 0; }
    .hover-bracket__helper-tr {
      top: -10px;
      right: -10px;
      border-left: 0;
      border-bottom: 0; }
    .hover-bracket__helper-bl {
      bottom: -10px;
      left: -10px;
      border-right: 0;
      border-top: 0; }
    .hover-bracket__helper-br {
      bottom: -10px;
      right: -10px;
      border-left: 0;
      border-top: 0; }
    .hover-bracket:hover .hover-bracket__helper-tl,
    .hover-bracket:hover .hover-bracket__helper-tr,
    .hover-bracket:hover .hover-bracket__helper-bl,
    .hover-bracket:hover .hover-bracket__helper-br {
      opacity: 1;
      transition: opacity 0.3s; } }

.store-atc-popup .js-magnific-ajax-popup-close {
  text-align: center; }

.store-atc-popup__popup-content {
  text-align: center;
  background-position: top center;
  background-size: cover;
  position: relative;
  background-color: #13111e; }

.store-atc-popup__popup-content-bghelper {
  padding: 50px 15px 15px 15px;
  background: rgba(19, 17, 30, 0.7); }
  @media (min-width: 770px) {
    .store-atc-popup__popup-content-bghelper {
      padding: 110px 25px 25px 25px; } }

.store-atc-popup__done {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #C39A2A;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px; }
  @media (min-width: 770px) {
    .store-atc-popup__done {
      font-size: 20px;
      margin-bottom: 14px; } }
  .store-atc-popup__done::before, .store-atc-popup__done::after {
    display: inline-block;
    content: '-';
    letter-spacing: 0;
    color: #FAFAFA; }
  .store-atc-popup__done::before {
    margin-right: 10px; }
  .store-atc-popup__done::after {
    margin-left: 10px; }

.store-atc-popup__message {
  color: #FAFAFA;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.06em;
  margin-bottom: 10px; }
  @media (min-width: 770px) {
    .store-atc-popup__message {
      margin-bottom: 20px; } }

.store-atc-popup__state-figure {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 60px !important;
  line-height: 60px !important;
  height: 60px;
  width: 60px; }
  @media (min-width: 770px) {
    .store-atc-popup__state-figure {
      font-size: 100px !important;
      line-height: 100px !important;
      height: 100px;
      width: 100px; } }

.store-atc-popup__subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  color: #C39A2A;
  margin: 0;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  font-size: 12px; }
  @media (min-width: 770px) {
    .store-atc-popup__subtitle {
      font-size: 15px; } }

.store-atc-popup__upgrade-edition {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #2095f2;
  margin: 0;
  line-height: 1.2em;
  letter-spacing: 0.3em;
  font-size: 12px; }
  @media (min-width: 770px) {
    .store-atc-popup__upgrade-edition {
      font-size: 15px; } }

.store-atc-popup__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  color: #FAFAFA;
  margin: 0;
  line-height: 1.2em;
  font-size: 20px;
  letter-spacing: 0.036em; }
  @media (min-width: 770px) {
    .store-atc-popup__title {
      font-size: 25px; } }
  .store-atc-popup__title a {
    color: #FAFAFA;
    transition: color 0.3s; }
    .store-atc-popup__title a:hover, .store-atc-popup__title a:focus, .store-atc-popup__title a:active {
      color: #C39A2A;
      transition: color 0.3s; }

.store-atc-popup__edition {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  line-height: 1.3em;
  font-size: 12px;
  letter-spacing: 0.1em;
  background: #FAFAFA;
  display: inline-block;
  padding: 0.4em;
  margin: 4px 0 8px 0; }
  @media (min-width: 770px) {
    .store-atc-popup__edition {
      font-size: 15px; } }
  .store-atc-popup__edition::before, .store-atc-popup__edition::after {
    display: inline-block;
    content: '-';
    letter-spacing: 0;
    color: #C39A2A; }
  .store-atc-popup__edition::before {
    margin-right: 4px; }
  .store-atc-popup__edition::after {
    margin-left: 4px; }

.store-atc-popup .store-category {
  padding-bottom: 10px;
  margin-bottom: 14px; }
  .store-atc-popup .store-category::after {
    content: '';
    width: 150px;
    height: 2px;
    background: #C39A2A;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 0; }

.store-atc-popup__price {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  border: none;
  background: #00b754;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  line-height: 30px;
  padding: 0 12px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 60px; }
  .store-atc-popup__price--disabled {
    background: #747474; }

.store-atc-popup__buttons {
  margin-bottom: 20px; }
  .store-atc-popup__buttons .button {
    margin: 0 15px 10px 15px;
    min-width: 190px; }
    .store-atc-popup__buttons .button .icon--default {
      font-size: 17px; }

.store-atc-popup__view-my-cart {
  width: 190px;
  border-top: 1px solid #434248;
  padding-top: 26px;
  margin: 0 auto; }
  .store-atc-popup__view-my-cart.no-border {
    border-top: none;
    padding-top: 16px;
    padding-bottom: 8px; }
  .store-atc-popup__view-my-cart a {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #FAFAFA;
    font-weight: 600;
    opacity: 0.55;
    letter-spacing: 0.013em; }
    .store-atc-popup__view-my-cart a:hover {
      color: #FAFAFA;
      opacity: 1; }

.store-atc-popup__order-code {
  color: #FAFAFA;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center; }
  .store-atc-popup__order-code .order-code-num {
    color: #C39A2A; }

.store-atc-popup__order-code-inside {
  display: inline-block;
  position: relative; }
  .store-atc-popup__order-code-inside::before {
    content: '';
    position: absolute;
    display: block;
    right: 15px;
    bottom: -20px;
    left: 15px;
    height: 2px;
    width: calc(100% - 30px);
    background: #C39A2A; }

/*
 * My Cart
*/
.store-my-cart .display-banner {
  margin-top: 30px; }

.highlighted-title {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.11em;
  font-weight: 600;
  color: #C39A2A;
  font-family: "Open Sans", sans-serif; }
  @media (min-width: 480px) {
    .highlighted-title {
      font-size: 16px; } }
  .highlighted-title::before, .highlighted-title::after {
    display: inline-block;
    content: '';
    width: 5px;
    height: 2px;
    background: #fff;
    position: relative;
    top: -3px; }
    @media (min-width: 770px) {
      .highlighted-title::before, .highlighted-title::after {
        top: -5px;
        font-size: 16px; } }
  .highlighted-title::before {
    margin-right: 8px; }
  .highlighted-title::after {
    margin-left: 8px; }
  .highlighted-title.is-small {
    font-size: 12px;
    letter-spacing: 0.125em; }
  .highlighted-title.is-reverse {
    color: #fff; }
    .highlighted-title.is-reverse a {
      color: #fff;
      font-weight: 700; }
      .highlighted-title.is-reverse a:hover, .highlighted-title.is-reverse a:focus, .highlighted-title.is-reverse a:active {
        color: #C39A2A; }
    .highlighted-title.is-reverse::before {
      background: #C39A2A; }
    .highlighted-title.is-reverse::after {
      background: #C39A2A; }
  @media (max-width: 769px) {
    .highlighted-title {
      width: 100%; } }
  @media (max-width: 1279px) {
    .highlighted-title.is-full-width-mobil {
      display: block;
      width: calc(100% + 30px);
      -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
      transform: translateX(-15px); } }
  .highlighted-title--black-bg {
    background: #111;
    color: #FAFAFA;
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 6px 10px; }
    .highlighted-title--black-bg::before, .highlighted-title--black-bg::after {
      background: #C39A2A; }
    @media (max-width: 769px) {
      .highlighted-title--black-bg {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 6px 0px; } }
    @media (min-width: 480px) and (max-width: 769px) {
      .highlighted-title--black-bg {
        line-height: 12px;
        padding: 15px 0px; } }
  .highlighted-title--white-bg {
    background: #FAFAFA;
    color: #111;
    display: inline-block;
    letter-spacing: 0.2em;
    padding: 6px 10px; }
    .highlighted-title--white-bg::before, .highlighted-title--white-bg::after {
      background: #C39A2A; }
  .highlighted-title--white {
    color: #FAFAFA; }
    .highlighted-title--white::before, .highlighted-title--white::after {
      background: #C39A2A; }
  .highlighted-title--tier-style {
    background: #111;
    color: #FAFAFA;
    font-size: 12px;
    display: inline-block;
    width: auto;
    letter-spacing: 0.09em;
    padding: 6px 10px;
    border-top: 1px solid #C39A2A;
    border-bottom: 1px solid #C39A2A; }
    .highlighted-title--tier-style::before, .highlighted-title--tier-style::after {
      background: #C39A2A; }
    @media (min-width: 770px) {
      .highlighted-title--tier-style {
        letter-spacing: 0.375em;
        font-size: 16px; } }
  .highlighted-title--pink {
    color: #e81d62;
    letter-spacing: 0.055em; }
  .highlighted-title--green {
    color: #00C853;
    letter-spacing: 0.055em; }
  .highlighted-title--opacity-bg {
    display: inline-block;
    background: rgba(17, 17, 17, 0.75);
    color: #FAFAFA;
    padding: 6px 10px; }
    .highlighted-title--opacity-bg::before, .highlighted-title--opacity-bg::after {
      background: #C39A2A; }

.store-header {
  background-color: rgba(44, 37, 80, 0.3);
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  /*@media (max-width: $small-screen-max) {
        padding-top: 20px;
        padding-bottom: 15px;
    }*/ }
  @media (max-width: 1279px) {
    .store-header {
      overflow: hidden;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .store-header .process-indicator {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    /*@media (max-width: $small-screen-max) {
            margin: -20px 0 0 -15px;
        }*/ }
    @media (max-width: 1279px) {
      .store-header .process-indicator {
        top: 0px;
        margin: -30px 0 0 -15px; } }
  .store-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../assets/images/black-twill.png);
    opacity: .3; }
  .store-header .container {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  @media (min-width: 770px) {
    .store-header .h--w100 {
      padding-left: 27px; } }
  .store-header__description {
    color: #eeeeee;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    margin-top: 15px; }
    @media (max-width: 1279px) {
      .store-header__description {
        font-size: 13px;
        margin-top: 15px; } }
    @media (max-width: 479px) {
      .store-header__description {
        margin-top: 5px; } }
  @media (max-width: 1279px) {
    .store-header__title {
      font-size: 16px;
      margin-left: -15px;
      width: calc(100% + 30px); } }
  @media (max-width: 479px) {
    .store-header__title {
      font-size: 12px; } }

.store-footer {
  text-align: center;
  padding-bottom: 50px; }
  .store-footer__separator {
    display: block;
    width: 110px;
    border: 0;
    border-bottom: 1px solid #616161;
    margin: 30px auto 20px; }
  .store-footer__continue {
    font-size: 14px;
    color: #FAFAFA;
    font-weight: 500;
    opacity: 0.55;
    letter-spacing: 1px; }

.dashed-separator {
  display: block;
  height: 1px;
  background-image: -webkit-repeating-linear-gradient(left, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px);
  background-image: repeating-linear-gradient(to right, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px);
  background-image: -ms-repeating-linear-gradient(left, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px); }
  .dashed-separator--gray {
    opacity: 0.2;
    background-image: -webkit-repeating-linear-gradient(left, #FAFAFA 0px, #FAFAFA 12px, transparent 12px, transparent 16px);
    background-image: repeating-linear-gradient(to right, #FAFAFA 0px, #FAFAFA 12px, transparent 12px, transparent 16px);
    background-image: -ms-repeating-linear-gradient(left, #FAFAFA 0px, #FAFAFA 12px, transparent 12px, transparent 16px); }
  .dashed-separator.is-width--70 {
    width: 70px;
    margin: 15px auto; }

.my-cart-container {
  width: calc(100% - 90px);
  margin: 0 auto;
  padding-bottom: 50px;
  letter-spacing: 1px; }
  @media (max-width: 1279px) {
    .my-cart-container {
      padding-bottom: 20px;
      width: 100%; } }
  @media (max-width: 769px) {
    .my-cart-container {
      padding-bottom: 20px;
      width: calc( 100% + 30px);
      margin: 0 -15px; } }
  @media (max-width: 1279px) {
    .my-cart-container .dashed-separator {
      display: none; } }

.my-cart-container--narrow {
  width: calc(100% - 180px);
  margin: 0 auto;
  padding-bottom: 50px;
  letter-spacing: 1px; }
  @media (max-width: 479px) {
    .my-cart-container--narrow {
      padding-bottom: 30px;
      width: calc(100% - 50px); } }

.store-my-cart .basket-empty-message {
  background: #E91E63;
  font-weight: 700;
  padding: 15px;
  margin: 20px 0;
  color: #fff; }

.my-cart {
  color: #FAFAFA; }
  .my-cart__head {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .my-cart__head .my-cart__cell {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 20px 10px;
      text-align: center;
      color: #FAFAFA;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Open Sans", sans-serif; }
      @media (max-width: 1279px) {
        .my-cart__head .my-cart__cell {
          background-color: rgba(0, 0, 0, 0.5);
          font-size: 14px; } }
      @media (max-width: 769px) {
        .my-cart__head .my-cart__cell {
          padding: 5px 8px; } }
      @media (max-width: 479px) {
        .my-cart__head .my-cart__cell {
          font-size: 12px; } }
      .my-cart__head .my-cart__cell.my-cart__product-cell {
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2; }
        @media (max-width: 1279px) {
          .my-cart__head .my-cart__cell.my-cart__product-cell {
            text-align: left; } }
      .my-cart__head .my-cart__cell.my-cart__price-cell, .my-cart__head .my-cart__cell.my-cart__total-cell {
        text-align: right; }
  .my-cart__item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #C39A2A;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 1280px) {
      .my-cart__item {
        background-image: none !important; } }
    .my-cart__item td {
      background-image: none !important; }
  .my-cart__close-cell {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 1279px) {
      .my-cart__close-cell {
        background-color: transparent !important;
        padding: 2px 0 0 0 !important;
        position: absolute;
        right: 15px;
        width: 1px; } }
    @media (max-width: 479px) {
      .my-cart__close-cell {
        right: 5px; } }
  @media (max-width: 1279px) {
    .my-cart__picture-cell {
      display: none; } }
  .my-cart__image-cell {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 1279px) {
      .my-cart__image-cell {
        display: none !important; } }
    .my-cart__image-cell img {
      max-height: 100px;
      width: auto; }
  .my-cart__product-cell {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    @media (max-width: 1279px) {
      .my-cart__product-cell {
        width: auto; } }
    @media (min-width: 480px) {
      .my-cart__product-cell {
        padding-left: 33px !important; } }
  .my-cart__qty-cell {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .my-cart__price-cell {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    @media (max-width: 1279px) {
      .my-cart__price-cell {
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2; } }
  .my-cart__total-cell {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    @media (max-width: 1279px) {
      .my-cart__total-cell {
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2; } }
    @media (min-width: 480px) {
      .my-cart__total-cell {
        padding-right: 33px !important; } }
  .my-cart__upgrade {
    margin-bottom: 3px; }
  .my-cart img {
    display: block; }
  .my-cart__body .my-cart__item .my-cart__cell {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px; }
    @media (max-width: 1279px) {
      .my-cart__body .my-cart__item .my-cart__cell {
        background-color: rgba(0, 0, 0, 0.5);
        border-top: none;
        padding: 8px;
        font-size: 14px;
        width: auto;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto; } }
    @media (max-width: 479px) {
      .my-cart__body .my-cart__item .my-cart__cell {
        font-size: 12px; } }
  .my-cart__delete-item {
    position: relative;
    top: 4px;
    left: 14px; }
    @media (min-width: 480px) {
      .my-cart__delete-item {
        top: 12px;
        left: 16px; } }
    @media (min-width: 770px) {
      .my-cart__delete-item {
        top: 0px;
        left: -12px; } }
  .my-cart__product-title {
    font-weight: 500;
    color: #FAFAFA; }
    .my-cart__product-title:hover {
      color: #C39A2A; }
  .my-cart__product-edition {
    display: block;
    color: #cccccc; }
  .my-cart__availability-info {
    color: #cccccc; }
  .my-cart__product-kp {
    font-weight: 500; }
  .my-cart__price, .my-cart__total {
    font-size: 17px;
    line-height: 19px;
    letter-spacing: 2px;
    color: #eeeeee; }
    @media (max-width: 1279px) {
      .my-cart__price, .my-cart__total {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 150px;
        font-size: 14px; } }
    @media (max-width: 769px) {
      .my-cart__price, .my-cart__total {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 100px; } }
    @media (max-width: 479px) {
      .my-cart__price, .my-cart__total {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 75px;
        font-size: 12px;
        white-space: nowrap; } }
  .my-cart__quantity-wrapper {
    position: relative;
    display: inline-block; }
  .my-cart__quantity {
    display: inline-block;
    line-height: 20px;
    min-width: 20px;
    padding: 0 4px;
    background: #FAFAFA;
    border-radius: 10px;
    text-align: center;
    color: #111;
    font-size: 12px;
    font-weight: bold; }
  .my-cart__quantity-up {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
    @media (min-width: 770px) {
      .my-cart__quantity-up {
        top: -20px; } }
    .my-cart__quantity-up span {
      display: block;
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 4px solid #fff;
      margin: 7px auto; }
  .my-cart__quantity-down {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
    @media (min-width: 770px) {
      .my-cart__quantity-down {
        bottom: -20px; } }
    .my-cart__quantity-down span {
      display: block;
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #fff;
      margin: 7px auto; }

.my-cart-summary {
  margin-top: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  @media (min-width: 1280px) {
    .my-cart-summary {
      margin-top: 15px; } }
  .my-cart-summary__info {
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
    .my-cart-summary__info .credit-info {
      text-transform: uppercase;
      color: #FAFAFA;
      margin-bottom: 10px; }
      .my-cart-summary__info .credit-info .credit {
        color: #C39A2A; }
    .my-cart-summary__info .discount-info {
      color: #FAFAFA; }
      .my-cart-summary__info .discount-info a {
        font-weight: 700;
        text-decoration: underline; }
  .my-cart-summary__prices {
    padding-top: 10px; }
    @media (min-width: 770px) {
      .my-cart-summary__prices {
        padding-top: 20px; } }
    @media (min-width: 1280px) {
      .my-cart-summary__prices {
        padding-top: 0; } }
    @media (max-width: 1279px) {
      .my-cart-summary__prices {
        width: 100%;
        background: rgba(0, 0, 0, 0.3); } }
    .my-cart-summary__prices .vat {
      margin-top: 15px;
      font-size: 12px;
      color: #C39A2A;
      float: right; }
      @media (max-width: 1279px) {
        .my-cart-summary__prices .vat {
          margin-top: 15px;
          margin-bottom: 15px;
          margin-right: 33px; } }
      @media (max-width: 479px) {
        .my-cart-summary__prices .vat {
          margin-top: 0px;
          margin-bottom: 5px;
          margin-right: 20px; } }
  @media (max-width: 1279px) {
    .my-cart-summary__info {
      display: none; } }

.summary-prices__row {
  text-align: right;
  font-size: 18px;
  color: #FAFAFA;
  display: block;
  text-transform: uppercase; }
  @media (max-width: 1279px) {
    .summary-prices__row {
      font-size: 14px; } }
  @media (max-width: 479px) {
    .summary-prices__row {
      font-size: 12px; } }
  .summary-prices__row.is-total {
    position: relative;
    color: #C39A2A;
    float: right; }
    .summary-prices__row.is-total span {
      position: relative;
      z-index: 10; }
    @media (max-width: 1279px) {
      .summary-prices__row.is-total {
        float: none;
        margin-right: 33px; } }
    @media (max-width: 479px) {
      .summary-prices__row.is-total {
        margin-right: 20px; } }
  .summary-prices__row.is-total::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5; }
    @media (max-width: 1279px) {
      .summary-prices__row.is-total::after {
        top: -20px;
        right: -33px;
        bottom: -20px;
        left: 0; } }
    @media (max-width: 479px) {
      .summary-prices__row.is-total::after {
        top: -10px;
        right: -20px;
        bottom: -10px;
        left: 0; } }

.summary-prices__title-col {
  display: inline-block; }

.summary-prices__price-col {
  width: 120px;
  display: inline-block; }
  @media (max-width: 479px) {
    .summary-prices__price-col {
      width: 80px; } }

.checkout-complete-section-wrapper {
  padding: 0px;
  position: relative; }
  @media (min-width: 770px) {
    .checkout-complete-section-wrapper {
      padding: 100px 20px; } }
  .checkout-complete-section-wrapper::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.checkout-complete-section {
  max-width: 750px;
  margin: auto;
  position: relative;
  z-index: 10; }
  .checkout-complete-section__inside {
    background-color: rgba(19, 17, 30, 0.7);
    padding-top: 50px;
    padding-bottom: 30px; }
    @media (min-width: 770px) {
      .checkout-complete-section__inside {
        padding-top: 80px; } }
  .checkout-complete-section .store-category {
    margin-bottom: 15px; }

.process-indicator {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  /*@media (max-width: $small-screen-max) {
        width: 30px;
        height: 30px;
    }*/ }
  @media (max-width: 1279px) {
    .process-indicator {
      border-radius: 0px;
      width: 45px;
      height: 45px; } }
  .process-indicator .icon {
    font-size: 14px;
    color: #fff;
    /*@media (max-width: $small-screen-max) {
            top: 2.5px;
            left: 0px;
        }*/ }
    @media (max-width: 1279px) {
      .process-indicator .icon {
        position: absolute;
        top: 10px;
        left: 5px;
        line-height: 14px; } }
  .process-indicator__number {
    font-size: 14px;
    color: #fff;
    /*@media (max-width: $small-screen-max) {
            left: 50px;
            top: 27.5px;
        }*/ }
    @media (max-width: 1279px) {
      .process-indicator__number {
        position: absolute;
        top: 30px;
        left: 50px;
        line-height: 14px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
  .process-indicator.is-line {
    border: 1px solid #C39A2A; }
    @media (max-width: 1279px) {
      .process-indicator.is-line {
        border-width: 1px 0 0 1px; } }
    .process-indicator.is-line:after {
      /*@media (max-width: $small-screen-max) {
                height: 45px;
                top: -8px;
                left: 13px;
            }*/ }
      @media (max-width: 1279px) {
        .process-indicator.is-line:after {
          content: "";
          position: absolute;
          height: 63.6396px;
          width: 1px;
          background-color: #C39A2A;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: -10px;
          left: 22px; } }
  .process-indicator.is-full {
    color: #fff;
    background: #C39A2A;
    font-weight: 600;
    /*@media (max-width: $small-screen-max) {
            left: -38px;
            top: -38px;
        }*/ }
    @media (max-width: 1279px) {
      .process-indicator.is-full {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: -31.82px;
        top: -31.82px;
        height: 63.64px;
        width: 63.64px; } }
  .process-indicator.is-disabled.is-line {
    border-color: #616161; }
  .process-indicator.is-disabled.is-full {
    background: #616161; }

.checkout-block.is-disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none; }

.process-indicator-container {
  position: relative; }
  .process-indicator-container.is-active::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 35px;
    bottom: 35px;
    height: calc(100% - 70px);
    width: 1px;
    background: #C39A2A;
    display: block; }
    @media (max-width: 1279px) {
      .process-indicator-container.is-active::before {
        display: none; } }

.checkout-payment-section {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }
  .checkout-payment-section__info {
    padding: 56px 0;
    color: #FAFAFA;
    font-size: 15px;
    line-height: 19px;
    max-width: 540px;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 1279px) {
      .checkout-payment-section__info {
        font-size: 12px; } }
  .checkout-payment-section .xsolla-image {
    display: block;
    margin: 0 auto; }
  .checkout-payment-section #post-form-button {
    width: 228px;
    margin-bottom: 0;
    margin-top: 30px; }
  .checkout-payment-section .separator {
    width: 190px;
    border-bottom: 1px solid #434248;
    margin: 30px auto 25px; }
  .checkout-payment-section .continue-shopping {
    font-size: 14px;
    color: #FAFAFA;
    font-weight: 500;
    opacity: 0.55;
    letter-spacing: 1px; }

.checkout-contact-card {
  background-color: rgba(44, 37, 80, 0.3);
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  max-width: 370px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 30px auto;
  text-align: center;
  color: #FAFAFA;
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }
  @media (max-width: 1279px) {
    .checkout-contact-card {
      font-size: 14px; } }
  @media (max-width: 479px) {
    .checkout-contact-card {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .checkout-contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../assets/images/black-twill.png);
    opacity: .3; }
  .checkout-contact-card .dashed-separator {
    max-width: 180px;
    margin: 10px auto 10px; }
  .checkout-contact-card__helper-tl, .checkout-contact-card__helper-tr, .checkout-contact-card__helper-bl, .checkout-contact-card__helper-br {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #FAFAFA;
    position: absolute;
    opacity: 1; }
  .checkout-contact-card__helper-tl {
    top: 0;
    left: 0;
    border-right: 0;
    border-bottom: 0; }
  .checkout-contact-card__helper-tr {
    top: 0;
    right: 0;
    border-left: 0;
    border-bottom: 0; }
  .checkout-contact-card__helper-bl {
    bottom: 0;
    left: 0;
    border-right: 0;
    border-top: 0; }
  .checkout-contact-card__helper-br {
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0; }
  .checkout-contact-card p {
    margin-top: 0;
    margin-bottom: 5px; }
    @media (max-width: 1279px) {
      .checkout-contact-card p {
        line-height: 1.3;
        margin-bottom: 0px; } }

.checkout-login {
  display: inline-block;
  position: relative;
  max-width: 540px;
  margin: 50px 0px 0px 0px;
  padding: 40px 35px; }
  .checkout-login__helper-tl, .checkout-login__helper-tr, .checkout-login__helper-bl, .checkout-login__helper-br {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #C39A2A;
    position: absolute;
    opacity: 1; }
  .checkout-login__helper-tl {
    top: 0;
    left: 0;
    border-right: 0;
    border-bottom: 0; }
  .checkout-login__helper-tr {
    top: 0;
    right: 0;
    border-left: 0;
    border-bottom: 0; }
  .checkout-login__helper-bl {
    bottom: 0;
    left: 0;
    border-right: 0;
    border-top: 0; }
  .checkout-login__helper-br {
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0; }
  .checkout-login__inside {
    color: #FAFAFA; }
  @media (min-width: 770px) {
    .checkout-login {
      margin: 80px 50px 30px 50px; } }

.checkout-info-container {
  text-align: center; }

.checkout-form-container {
  padding-top: 50px; }
  .checkout-form-container::after {
    clear: both;
    content: "";
    display: block; }

.simple-input-wrapper {
  font-family: "Open Sans", sans-serif;
  color: #FAFAFA;
  position: relative; }
  .simple-input-wrapper.is-disabled input {
    opacity: .55; }
  .simple-input-wrapper.is-disabled .simple-input-wrapper__field-wrapper,
  .simple-input-wrapper.is-disabled .simple-input-wrapper__field {
    pointer-events: none; }
  .simple-input-wrapper__info-bubble {
    position: absolute;
    bottom: 12px;
    right: 0px;
    opacity: .55; }
    .simple-input-wrapper__info-bubble span {
      font-size: 17px; }
    .simple-input-wrapper__info-bubble:hover {
      opacity: 1; }
  .simple-input-wrapper .is-required {
    color: #C39A2A; }
  .simple-input-wrapper .is-optional {
    color: #2979ff; }
  .simple-input-wrapper input:focus + .simple-input-wrapper__separator,
  .simple-input-wrapper textarea:focus + .simple-input-wrapper__separator {
    position: relative; }
    .simple-input-wrapper input:focus + .simple-input-wrapper__separator::before,
    .simple-input-wrapper textarea:focus + .simple-input-wrapper__separator::before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      height: 2px;
      background: #C39A2A; }
  .simple-input-wrapper.is-error .simple-input-wrapper__error-msg {
    opacity: 1;
    pointer-events: all; }
  .simple-input-wrapper.is-error .simple-input-wrapper__separator {
    background: #E91E63; }
  .simple-input-wrapper.is-error .simple-input-wrapper__field-wrapper::before {
    content: "\e5cd";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: #E91E63;
    position: absolute;
    top: 5px;
    right: 0px; }
  .simple-input-wrapper.is-valid .simple-input-wrapper__field-wrapper::before {
    content: "\e5ca";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: #00C853;
    position: absolute;
    top: 5px;
    right: 0px; }
  .simple-input-wrapper .select2 {
    width: 100% !important;
    margin-top: 6px;
    margin-bottom: 12px; }
  .simple-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    right: 7px;
    top: 10px; }
  .simple-input-wrapper__label {
    font-size: 12px; }
  .simple-input-wrapper__field-wrapper {
    margin-bottom: 10px;
    position: relative; }
  .simple-input-wrapper__field {
    background: none;
    width: 100%;
    display: block;
    border: none;
    padding: 6px 0 12px;
    font-size: 14px;
    color: #FAFAFA; }
    .simple-input-wrapper__field::-webkit-input-placeholder {
      color: #eeeeee;
      opacity: .5; }
    .simple-input-wrapper__field:-moz-placeholder {
      /* Firefox 18- */
      color: #eeeeee;
      opacity: .5; }
    .simple-input-wrapper__field::-moz-placeholder {
      /* Firefox 19+ */
      color: #eeeeee;
      opacity: .5; }
    .simple-input-wrapper__field:-ms-input-placeholder {
      color: #eeeeee;
      opacity: .5; }
  .simple-input-wrapper__error-msg {
    color: #E91E63;
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    pointer-events: none; }
  .simple-input-wrapper__separator {
    height: 1px;
    background: #b7b7bb;
    position: relative;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 5px; }

.checkout-comment-row {
  text-align: center; }
  .checkout-comment-row::after {
    clear: both;
    content: "";
    display: block; }
  .checkout-comment-row .separator {
    display: inline-block;
    width: 190px;
    border-bottom: 1px solid #434248;
    margin: 40px auto 15px; }
  .checkout-comment-row .simple-input-wrapper {
    width: 100%;
    margin: 10px auto; }
    .checkout-comment-row .simple-input-wrapper::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 770px) {
      .checkout-comment-row .simple-input-wrapper {
        width: 620px; } }
    .checkout-comment-row .simple-input-wrapper input,
    .checkout-comment-row .simple-input-wrapper textarea {
      text-align: center;
      margin-bottom: 10px; }

.checkout-phone-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }
  .checkout-phone-wrapper .simple-input-wrapper {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3; }
    .checkout-phone-wrapper .simple-input-wrapper:first-of-type {
      -webkit-flex: 2;
      -ms-flex: 2;
      flex: 2;
      margin-right: 30px; }

.tab-section__navigation {
  height: 56px;
  background: rgba(17, 17, 17, 0.9);
  margin-bottom: 2px;
  text-align: center; }

.tab-section__navigation-item {
  line-height: 56px;
  height: 56px;
  color: #FAFAFA;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.071em;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.55);
  transition: all 0.3s;
  position: relative; }
  .tab-section__navigation-item .icon {
    font-size: 17px;
    line-height: 17px;
    position: relative;
    top: 2px;
    margin-left: 4px; }
  @media (min-width: 770px) {
    .tab-section__navigation-item:after {
      content: '';
      display: block;
      height: 2px;
      background: #C39A2A;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0;
      width: 0;
      transition: width 0.3s; } }
  .tab-section__navigation-item:active, .tab-section__navigation-item:focus, .tab-section__navigation-item:hover {
    color: #FAFAFA; }
  .tab-section__navigation-item.is-active {
    color: #FAFAFA; }
    .tab-section__navigation-item.is-active:after {
      width: 100%; }

.tab-section__content {
  display: none; }
  .tab-section__content.is-active {
    display: block; }

.store-modal-overlay {
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.55);
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto; }

body.store-popup-open {
  overflow-y: hidden;
  height: 100%; }
  body.store-popup-open #header-helper {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s; }
  body.store-popup-open .store-modal-overlay {
    z-index: 1041;
    -webkit-animation-name: store-modal-animate--in;
    animation-name: store-modal-animate--in;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility: visible; }
  body.store-popup-open .store-modal {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    transition: .3s; }

body.store-popup-open.store-animate--out #header-helper {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: .3s; }

body.store-popup-open.store-animate--out .store-modal-overlay {
  z-index: 1041;
  -webkit-animation-name: store-modal-animate--out;
  animation-name: store-modal-animate--out;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible; }

body.store-popup-open.store-animate--out .store-modal {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  transition: .3s; }

.store-modal {
  margin-top: 70px;
  background: #1f1a3c;
  text-align: center;
  padding: 20px;
  color: #eee;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: .3s;
  width: 100%;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1280px) {
    .store-modal {
      margin-top: 140px; } }
  .store-modal::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../assets/images/pw_maze_black.png);
    opacity: .35; }
  .store-modal::after {
    content: '';
    position: absolute;
    top: 200px;
    right: 0;
    bottom: 0;
    left: 50%;
    background-image: url(../assets/images/aquila.png);
    width: 820px;
    height: 304px;
    margin-left: -410px; }
  .store-modal.is-neo-logo-bg::after {
    content: '';
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 50%;
    background-image: url(../assets/images/dev-logo-bg.png);
    background-size: cover;
    width: 260px;
    height: 249px;
    margin-left: -130px;
    opacity: .45; }
  .store-modal .bracket-box {
    margin: 15px auto; }
    .store-modal .bracket-box .old-price {
      color: #b8b8b8;
      text-transform: uppercase;
      text-decoration: line-through; }
    .store-modal .bracket-box .new-price--higher {
      color: #e81d62;
      text-transform: uppercase; }
    .store-modal .bracket-box .new-price--lower {
      color: #00ad50;
      text-transform: uppercase; }
    .store-modal .bracket-box .product-item:not(:last-child) {
      margin-bottom: 20px;
      padding-bottom: 20px;
      position: relative; }
      .store-modal .bracket-box .product-item:not(:last-child)::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 70px;
        margin-left: -35px;
        background-image: -webkit-repeating-linear-gradient(left, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px);
        background-image: repeating-linear-gradient(to right, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px);
        background-image: -ms-repeating-linear-gradient(left, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px);
        height: 1px; }
  .store-modal .style--pink {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #e81d62;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase; }
  .store-modal__inside {
    position: relative;
    z-index: 10;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
  .store-modal__list {
    font-weight: 700;
    max-width: 290px;
    padding: 15px;
    margin: 25px auto;
    position: relative; }
    .store-modal__list__helper-tl, .store-modal__list__helper-tr, .store-modal__list__helper-bl, .store-modal__list__helper-br {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border: 2px solid #FAFAFA;
      position: absolute;
      z-index: 10; }
    .store-modal__list__helper-tl {
      top: 0;
      left: 0;
      border-right: 0;
      border-bottom: 0; }
    .store-modal__list__helper-tr {
      top: 0;
      right: 0;
      border-left: 0;
      border-bottom: 0; }
    .store-modal__list__helper-bl {
      bottom: 0;
      left: 0;
      border-right: 0;
      border-top: 0; }
    .store-modal__list__helper-br {
      bottom: 0;
      right: 0;
      border-left: 0;
      border-top: 0; }
    .store-modal__list div {
      margin: 5px 0; }
  .store-modal__close-btn {
    color: #C39A2A !important;
    position: absolute;
    top: -38px;
    right: -19px;
    z-index: 10;
    width: 44px;
    height: 44px;
    font-size: 24px;
    line-height: 44px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 28px;
    opacity: .75; }
    @media (min-width: 1280px) {
      .store-modal__close-btn {
        top: -17px;
        right: 0; } }
    .store-modal__close-btn:hover {
      opacity: 1; }
  .store-modal a {
    text-decoration: underline; }

@-webkit-keyframes store-modal-animate--in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes store-modal-animate--in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes store-modal-animate--out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes store-modal-animate--out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.popup-inline-content {
  position: relative;
  z-index: 40;
  font-size: 12px;
  min-height: 100vh; }
  @media (min-width: 1280px) {
    .popup-inline-content {
      font-size: 15px;
      min-height: 0; } }

.popup-product-list {
  position: relative;
  z-index: 40; }

.order-item-product.is-popup .order-item-product__title-wrapper {
  text-align: left; }
  @media (max-width: 479px) {
    .order-item-product.is-popup .order-item-product__title-wrapper {
      width: 50%; } }

.order-item-product.is-popup .order-item-product__price-wrapper {
  text-align: right;
  padding-right: 20px; }
  @media (max-width: 479px) {
    .order-item-product.is-popup .order-item-product__price-wrapper {
      width: 50%;
      padding-right: 0; } }
  @media (max-width: 1279px) {
    .order-item-product.is-popup .order-item-product__price-wrapper .ghost-btn--blue {
      height: auto;
      line-height: normal;
      padding: 5px 10px; } }

.order-item-product.is-popup .order-item-product__status {
  color: #FAFAFA;
  display: block; }

.order-item-product.is-popup .order-item-product__key {
  color: #FAFAFA;
  display: block; }

.popup-product-list {
  margin-bottom: 30px; }

.order-item-title.is-popup {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px; }
  .order-item-title.is-popup .order-item-title__col-left {
    text-align: left;
    color: #FAFAFA; }
  .order-item-title.is-popup .order-item-title__col-right {
    text-align: right;
    color: #FAFAFA;
    padding-right: 0; }
  .order-item-title.is-popup .order-item-title__sum-title {
    display: block; }

.order-item-title.is-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .order-item-title.is-flex .is-flex-align-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

hr.is-popup {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 160px; }

.update-edition-popup .mfp-content {
  max-width: 1170px;
  padding: 0; }

.update-edition-popup__inside {
  position: relative;
  z-index: 20; }

.update-edition-popup__bg-helper {
  background: rgba(19, 17, 30, 0.7);
  padding: 85px 25px 25px 25px; }

.update-edition-popup__bg-image-helper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.update-edition-popup .dashed-separator {
  margin: 0 auto;
  width: 150px;
  margin-bottom: 15px; }

.update-edition-popup .separator {
  height: 1px;
  width: 70px;
  height: 1px;
  background: #C39A2A;
  margin: 15px auto; }

.update-edition-popup .product-tier-tab {
  width: calc(100% + 50px);
  margin-left: -25px; }
  .update-edition-popup .product-tier-tab .grid-row--tier {
    max-width: 80%;
    margin: 0 auto; }

.is-upgrade-color {
  color: #2095f2; }

.is-block {
  display: block; }

.buy-now-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px; }
  .buy-now-section .store-productbox__subtitle {
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-size: 24px; }
    @media (min-width: 770px) {
      .buy-now-section .store-productbox__subtitle {
        font-size: 26px;
        letter-spacing: 0.3em; } }
  .buy-now-section .store-productbox__title {
    line-height: 1.2em;
    font-size: 34px;
    letter-spacing: 0.05em; }
    @media (min-width: 770px) {
      .buy-now-section .store-productbox__title {
        font-size: 45px;
        letter-spacing: 0.06em; } }
    .buy-now-section .store-productbox__title a {
      color: #fff; }
      .buy-now-section .store-productbox__title a:hover {
        color: #C39A2A; }

.grid-row--store-details-2col {
  margin: 0; }
  .grid-row--store-details-2col::after {
    clear: both;
    content: "";
    display: block; }

.grid-item--store-details-2col {
  margin-bottom: 20px; }
  @media (min-width: 770px) {
    .grid-item--store-details-2col {
      float: left;
      width: calc( ( 100% - 100px ) / 2);
      margin-right: 100px;
      margin-bottom: 0; }
      .grid-item--store-details-2col:nth-child(2n) {
        margin-right: 0; }
      .grid-item--store-details-2col:nth-child(2n+1) {
        clear: left; } }

.store-details {
  background: rgba(20, 17, 35, 0.55); }
  .store-details .tab-section__navigation {
    margin-bottom: 0; }
  .store-details .tab-section .display-banner {
    margin-top: 30px; }

.product-details-grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0; }
  @media (min-width: 770px) {
    .product-details-grid {
      padding: 60px 0; } }
  .product-details-grid__left {
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 770px) {
      .product-details-grid__left {
        width: 400px;
        margin-right: 70px;
        margin-bottom: 0; } }
  .product-details-grid__right {
    width: 100%; }
    @media (min-width: 770px) {
      .product-details-grid__right {
        width: calc(100% - 470px); } }

.product-details__play-video {
  margin: 0 auto 10px auto; }

.product-details__stock-status {
  font-family: "Open Sans", sans-serif;
  color: #b9b8bc;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700; }

.product-details__subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #C39A2A;
  letter-spacing: 0.042em;
  line-height: 1.2em;
  font-size: 12px;
  margin: 0;
  text-align: center; }
  @media (min-width: 770px) {
    .product-details__subtitle {
      font-size: 24px; } }

.product-details__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #FAFAFA;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.044em;
  margin: 0 0 10px 0;
  text-align: center; }
  @media (min-width: 770px) {
    .product-details__title {
      font-size: 45px; } }

.product-details__upgrade-edition {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #2095f2;
  letter-spacing: 2px;
  line-height: 1.2em;
  font-size: 24px;
  margin: -7px 0 15px 0;
  text-align: center; }

.product-details__editionbox.store-editionbox {
  margin: 0 0 20px 0;
  font-size: 12px; }
  @media (min-width: 770px) {
    .product-details__editionbox.store-editionbox {
      font-size: 18px; } }

.product-details__button-store {
  margin-bottom: 10px; }

.product-details .bracket-box-with-bg {
  padding: 11px 22px; }

.product-details__bulletin-row {
  color: #FAFAFA;
  font-family: "Open Sans", sans-serif;
  margin-left: -11px;
  margin-right: -11px; }
  .product-details__bulletin-row::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 769px) {
    .product-details__bulletin-row {
      text-align: center; } }
  .product-details__bulletin-row ul {
    margin: 0;
    padding: 0; }
    .product-details__bulletin-row ul li {
      list-style: none;
      position: relative;
      padding-left: 11px; }
      @media (max-width: 769px) {
        .product-details__bulletin-row ul li {
          display: inline; } }
      .product-details__bulletin-row ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #c9a854;
        position: absolute;
        left: 0;
        top: 6px;
        display: block; }
      .product-details__bulletin-row ul li:after {
        content: '\A';
        white-space: pre; }

.product-details__bulletin-item-col p:first-of-type {
  margin-top: 0; }

.product-details__bulletin-item-col p:last-of-type {
  margin-bottom: 0; }

.product-details__bulletin-item-col-1 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 11px; }
  @media (min-width: 770px) {
    .product-details__bulletin-item-col-1 {
      width: 50%;
      margin-bottom: 0; } }

.product-details__bulletin-item-col-2 {
  width: 100%;
  float: none;
  clear: both;
  padding: 0 11px; }

.product-details__bulletin-extrabox {
  display: inline-block;
  position: relative;
  padding: 6px 15px;
  color: #FAFAFA;
  margin-top: 10px; }
  .product-details__bulletin-extrabox__helper {
    position: relative;
    z-index: 10; }
  .product-details__bulletin-extrabox:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: rgba(11, 11, 11, 0.5);
    z-index: 0; }
  .product-details__bulletin-extrabox p:first-child {
    margin-top: 0; }
  .product-details__bulletin-extrabox p:last-child {
    margin-bottom: 0; }

.product-details__separator {
  width: 134px;
  height: 1px;
  background: #C39A2A;
  margin: 20px auto 16px auto; }

.product-details__add-to-cart {
  margin-bottom: 14px;
  text-align: center; }

.product-details__button-area {
  text-align: center; }

.product-details__earn-cp {
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.12em; }
  .product-details__earn-cp .icon {
    vertical-align: middle; }
  .product-details__earn-cp .highlighted {
    color: #FAFAFA; }
  .product-details__earn-cp .value {
    color: #C39A2A; }

.product-image-carousel__item.slick-slide {
  position: relative; }
  .product-image-carousel__item.slick-slide::after {
    content: '';
    display: block;
    padding-top: 65%; }
    @media (min-width: 770px) {
      .product-image-carousel__item.slick-slide::after {
        padding-top: 100%; } }

.product-image-carousel__item-helper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .product-image-carousel__item-helper a {
    display: block;
    position: absolute;
    top: 5%;
    left: 13%;
    right: 13%;
    bottom: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    max-height: 200px; }
    @media (min-width: 770px) {
      .product-image-carousel__item-helper a {
        top: 15%;
        bottom: 15%;
        max-height: 400px; } }

.store-editionbox {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  line-height: 1.3em;
  font-size: 15px;
  letter-spacing: 3px;
  background: #FAFAFA;
  display: inline-block;
  padding: 6px 8px;
  margin: 3px 0 5px 0;
  position: relative;
  z-index: 10; }
  .store-editionbox::before, .store-editionbox::after {
    display: inline-block;
    content: '-';
    letter-spacing: 0;
    color: #C39A2A; }
  .store-editionbox::before {
    margin-right: 4px; }
  .store-editionbox::after {
    margin-left: 4px; }

.bracket-box-with-bg {
  background: rgba(11, 11, 11, 0.5);
  position: relative; }
  .bracket-box-with-bg__helper-tl, .bracket-box-with-bg__helper-tr, .bracket-box-with-bg__helper-bl, .bracket-box-with-bg__helper-br {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #C39A2A;
    position: absolute; }
  .bracket-box-with-bg__helper-tl {
    top: 0;
    left: 0;
    border-right: 0;
    border-bottom: 0; }
  .bracket-box-with-bg__helper-tr {
    top: 0;
    right: 0;
    border-left: 0;
    border-bottom: 0; }
  .bracket-box-with-bg__helper-bl {
    bottom: 0;
    left: 0;
    border-right: 0;
    border-top: 0; }
  .bracket-box-with-bg__helper-br {
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0; }

.bracket-box-large {
  position: relative;
  padding: 36px 22px; }
  .bracket-box-large__helper-tl, .bracket-box-large__helper-tr, .bracket-box-large__helper-bl, .bracket-box-large__helper-br {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #C39A2A;
    position: absolute; }
  .bracket-box-large__helper-tl {
    top: 0;
    left: 0;
    border-right: 0;
    border-bottom: 0; }
  .bracket-box-large__helper-tr {
    top: 0;
    right: 0;
    border-left: 0;
    border-bottom: 0; }
  .bracket-box-large__helper-bl {
    bottom: 0;
    left: 0;
    border-right: 0;
    border-top: 0; }
  .bracket-box-large__helper-br {
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0; }

.product-tier-tab {
  background: rgba(17, 17, 17, 0.75); }
  .product-tier-tab .grid-row--tier {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .product-tier-tab__item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding: 6px 16px;
    transition: background 0.3s; }
    .product-tier-tab__item .helper-tl,
    .product-tier-tab__item .helper-tr,
    .product-tier-tab__item .helper-bl,
    .product-tier-tab__item .helper-br {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border: 2px solid #ece7ff;
      position: absolute;
      opacity: 0;
      transition: opacity 0.3s; }
    .product-tier-tab__item .helper-tl {
      top: 0;
      left: 0;
      border-right: 0;
      border-bottom: 0; }
    .product-tier-tab__item .helper-tr {
      top: 0;
      right: 0;
      border-left: 0;
      border-bottom: 0; }
    .product-tier-tab__item .helper-bl {
      bottom: 0;
      left: 0;
      border-right: 0;
      border-top: 0; }
    .product-tier-tab__item .helper-br {
      bottom: 0;
      right: 0;
      border-left: 0;
      border-top: 0; }
    .product-tier-tab__item:hover .helper-tl,
    .product-tier-tab__item:hover .helper-tr,
    .product-tier-tab__item:hover .helper-bl,
    .product-tier-tab__item:hover .helper-br {
      opacity: 1;
      transition: opacity 0.3s; }
    .product-tier-tab__item.is-active {
      background: #FAFAFA; }
      .product-tier-tab__item.is-active:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #111 transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -6px; }
      .product-tier-tab__item.is-active .helper-tl,
      .product-tier-tab__item.is-active .helper-tr,
      .product-tier-tab__item.is-active .helper-bl,
      .product-tier-tab__item.is-active .helper-br {
        opacity: 0; }
      .product-tier-tab__item.is-active .product-tier-tab__marketing_message {
        color: #111; }
    .product-tier-tab__item.is-inactive {
      opacity: 0.75; }
  .product-tier-tab__marketing_message {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #FAFAFA;
    letter-spacing: 0.12em; }
  .product-tier-tab__edition_name {
    font-size: 16px;
    font-weight: bold;
    color: #C39A2A;
    letter-spacing: 0.12em; }

.store-details-overview {
  color: #FAFAFA; }
  .store-details-overview .the-game {
    padding: 24px 0; }
  .store-details-overview ul.default-list::after {
    display: none; }
  .store-details-overview .related-products {
    padding: 24px 0; }
    @media (min-width: 770px) {
      .store-details-overview .related-products .highlighted-title {
        margin-bottom: 28px; } }
    @media (min-width: 770px) {
      .store-details-overview .related-products .carousel-theme {
        margin-left: -15px;
        margin-right: -15px; } }
    .store-details-overview .related-products .carousel-theme .slick-dots {
      display: none !important; }
    .store-details-overview .related-products .carousel-theme .slick-arrow.slick-prev {
      left: 0; }
      @media (min-width: 770px) {
        .store-details-overview .related-products .carousel-theme .slick-arrow.slick-prev {
          left: -40px; } }
    .store-details-overview .related-products .carousel-theme .slick-arrow.slick-next {
      right: 0; }
      @media (min-width: 770px) {
        .store-details-overview .related-products .carousel-theme .slick-arrow.slick-next {
          right: -40px; } }
    .store-details-overview .related-products__item {
      width: calc(100% / 3);
      padding: 0 15px; }
      @media (max-width: 769px) {
        .store-details-overview .related-products__item .store-productbox--default {
          width: calc((100vw - 40px) / 2); } }

.reviews {
  position: relative;
  padding: 24px 0 56px 0;
  color: #FAFAFA; }
  .reviews__item {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 18px; }
    .reviews__item::after {
      content: '';
      display: block;
      width: 136px;
      height: 1px;
      position: absolute;
      left: 50%;
      margin-left: -78px;
      bottom: 0;
      background: #C39A2A; }
    .reviews__item:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0; }
      .reviews__item:last-of-type::after {
        display: none; }
  .reviews__media {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center; }
    @media (min-width: 770px) {
      .reviews__media {
        font-size: 36px;
        line-height: 40px; } }
  .reviews__testimonial {
    font-style: italic;
    text-align: center; }
    .reviews__testimonial::before, .reviews__testimonial::after {
      content: '"'; }

.specifications {
  padding: 24px 0 0 0; }
  @media (min-width: 770px) {
    .specifications .highlighted-title {
      margin-bottom: 28px; } }
  .specifications__content {
    padding: 24px 0;
    background: #16151a url("../assets/images/pw_maze_black.png") top left repeat; }
  .specifications .grid-row--overview {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .specifications__age-limits, .specifications__types {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 769px) {
      .specifications__age-limits, .specifications__types {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .specifications__age-limits img, .specifications__types img {
      display: block;
      margin: 0 5px 10px 5px; }
      @media (min-width: 770px) {
        .specifications__age-limits img, .specifications__types img {
          margin: 0 10px 10px 0; } }
  .specifications__types {
    margin-bottom: -10px; }

.other-platforms {
  padding: 20px 0;
  max-width: 100%; }
  @media (min-width: 770px) {
    .other-platforms {
      padding: 24px 0; } }
  .other-platforms .icon {
    color: #fff !important; }
  .other-platforms.is-banner {
    padding: 20px 15px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (min-width: 770px) {
      .other-platforms.is-banner {
        padding: 50px 40px; } }
    @media (min-width: 1280px) {
      .other-platforms.is-banner {
        padding: 90px 80px; } }
    @media (max-width: 769px) {
      .other-platforms.is-banner {
        margin-bottom: 10px; } }
    .other-platforms.is-banner .highlighted-title {
      font-size: 14px; }
      @media (min-width: 770px) {
        .other-platforms.is-banner .highlighted-title {
          font-size: 19px; } }
      @media (min-width: 1280px) {
        .other-platforms.is-banner .highlighted-title {
          font-size: 26px; } }
    .other-platforms.is-banner .other-platforms__text {
      font-size: 10px;
      letter-spacing: 0.11em;
      margin-bottom: 5px;
      line-height: 1.4em; }
      @media (min-width: 770px) {
        .other-platforms.is-banner .other-platforms__text {
          font-size: 14px; } }
      @media (min-width: 1280px) {
        .other-platforms.is-banner .other-platforms__text {
          font-size: 18px; } }
  @media (min-width: 770px) {
    .other-platforms .highlighted-title {
      margin-bottom: 24px; } }
  .other-platforms__text {
    text-align: center;
    font-size: 10px;
    line-height: 1.2em;
    font-weight: bold;
    color: #C39A2A;
    letter-spacing: 0.3em; }
    @media (min-width: 770px) {
      .other-platforms__text {
        font-size: 16px; } }
    @media (min-width: 1280px) {
      .other-platforms__text {
        font-size: 20px; } }
  .other-platforms__highlighted-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: bold;
    color: #FAFAFA;
    letter-spacing: 0.05em;
    margin-bottom: 14px; }
    @media (min-width: 770px) {
      .other-platforms__highlighted-text {
        font-size: 24px;
        line-height: 1.2em; } }
    @media (min-width: 1280px) {
      .other-platforms__highlighted-text {
        font-size: 35px;
        line-height: 1.1em; } }
    .other-platforms__highlighted-text .highlighted {
      color: #C39A2A; }
  .other-platforms__buttons {
    text-align: center; }
    .other-platforms__buttons .button-store {
      margin: 0 2px 5px 2px;
      text-align: center;
      padding-left: 8px;
      padding-right: 42px;
      text-transform: none;
      font-weight: 600;
      min-width: 112px; }
      @media (min-width: 770px) {
        .other-platforms__buttons .button-store {
          margin: 0 22px 0 0;
          min-width: 204px;
          padding-right: 92px; }
          .other-platforms__buttons .button-store:last-of-type {
            margin-right: 0; } }
      @media (min-width: 1280px) {
        .other-platforms__buttons .button-store {
          margin: 0 22px 0 0;
          min-width: 274px;
          padding-right: 92px; }
          .other-platforms__buttons .button-store:last-of-type {
            margin-right: 0; } }

.store-details-media__videos {
  padding: 30px 0 0 0; }

.store-details-media__images {
  padding: 30px 0 0 0; }
  @media (min-width: 770px) {
    .store-details-media__images .highlighted-title {
      margin-bottom: 40px; } }

.product-video-carousel__item {
  padding: 15px 50px; }
  @media (min-width: 770px) {
    .product-video-carousel__item {
      padding: 15px; } }
  .product-video-carousel__item img {
    transition: -webkit-filter 0.3s, filter 0.3s;
    width: 100%; }
    @media (min-width: 770px) {
      .product-video-carousel__item img {
        height: auto; } }

.product-video-carousel__item-helper {
  max-width: 370px;
  position: relative;
  margin: 0 auto; }

.product-video-carousel__item-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #C39A2A;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
  letter-spacing: 0.3em;
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.3s;
  text-shadow: 0 0 32px black; }

.product-video-carousel .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.product-video-carousel__item-helper:hover .play-video {
  opacity: 1;
  transition: opacity 0.3s; }

.product-video-carousel__item-helper:hover .product-video-carousel__item-title {
  opacity: 1;
  transition: opacity 0.3s; }

.product-video-carousel__item-helper:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: -webkit-filter 0.3s, filter 0.3s; }

.product-video-carousel ul.slick-dots {
  padding-top: 15px; }

@media (max-width: 769px) {
  .product-video-carousel .slick-arrow.slick-prev {
    left: 0 !important; }
  .product-video-carousel .slick-arrow.slick-next {
    right: 0 !important; } }

.product-mediaimage-carousel {
  /*
    &__item-zoom.icon {
        position: absolute;
        font-size: 56px;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        top: 50%;
        left: 50%;
        margin-left: -28px;
        margin-top: -28px;
        color: $WHITE;
        opacity: 0;
        transition: opacity $transitionDuration;
    }
*/ }
  .product-mediaimage-carousel .slick-list {
    margin-bottom: 36px; }
  .product-mediaimage-carousel.carousel-theme--default .slick-arrow {
    top: calc( 50% - 48px); }
  .product-mediaimage-carousel a {
    display: block; }
  .product-mediaimage-carousel__item {
    padding: 15px 50px; }
    @media (min-width: 770px) {
      .product-mediaimage-carousel__item {
        padding: 10px 15px; } }
    .product-mediaimage-carousel__item a {
      position: relative; }
    .product-mediaimage-carousel__item img {
      width: 100%;
      height: auto;
      transition: -webkit-filter 0.3s, filter 0.3s; }
    .product-mediaimage-carousel__item .product-mediaimage-carousel__item-content {
      opacity: 0;
      transition: opacity 0.3s; }
    .product-mediaimage-carousel__item:hover .product-mediaimage-carousel__item-content {
      opacity: 1;
      transition: opacity 0.3s; }
    .product-mediaimage-carousel__item:hover .product-mediaimage-carousel__item-zoom.icon {
      opacity: 0.9;
      transition: opacity 0.3s; }
    .product-mediaimage-carousel__item:hover img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: -webkit-filter 0.3s, filter 0.3s; }
  .product-mediaimage-carousel__item-content {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px; }
    .product-mediaimage-carousel__item-content .title {
      display: block;
      text-align: center;
      font-size: 20px;
      line-height: 26px;
      font-family: "Roboto Condensed", sans-serif;
      color: #C39A2A;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      font-weight: bold; }
    .product-mediaimage-carousel__item-content .subtitle {
      display: block;
      text-align: center;
      font-size: 15px;
      line-height: 19px;
      font-family: "Roboto Condensed", sans-serif;
      color: #FAFAFA;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      font-weight: bold;
      opacity: 0.85; }
  .product-mediaimage-carousel__item-zoom {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 50%;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px; }
  @media (max-width: 769px) {
    .product-mediaimage-carousel .slick-arrow.slick-prev {
      left: 0 !important; }
    .product-mediaimage-carousel .slick-arrow.slick-next {
      right: 0 !important; } }

.store-details-requirements__configs {
  padding: 25px 0 0 0;
  overflow: hidden; }

.system-requirements {
  position: relative;
  padding-bottom: 40px; }
  .system-requirements__relative-helper {
    position: relative;
    z-index: 100; }
  .system-requirements__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FAFAFA;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 36px;
    letter-spacing: 2px; }
    @media (max-width: 769px) {
      .system-requirements__title {
        font-size: 16px;
        text-align: center; } }
  .system-requirements__subtitle {
    color: #C39A2A;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 21px;
    position: relative;
    margin: 0 0 20px 0;
    padding-bottom: 20px; }
    @media (max-width: 769px) {
      .system-requirements__subtitle {
        font-size: 16px;
        text-align: center; } }
    .system-requirements__subtitle::after {
      content: '';
      display: block;
      width: 100px;
      height: 1px;
      background: #C39A2A;
      position: absolute;
      bottom: 0;
      left: calc(( 100% - 100px ) / 2); }
      @media (min-width: 770px) {
        .system-requirements__subtitle::after {
          left: 0;
          width: 170px; } }
  .system-requirements::before {
    content: '';
    background: rgba(26, 19, 0, 0.35);
    position: absolute;
    top: -300px;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    display: block; }

.supported-video-cards {
  padding: 25px 0 0 0; }
  .supported-video-cards__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FAFAFA;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 36px;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px; }
    @media (max-width: 769px) {
      .supported-video-cards__title {
        font-size: 16px;
        text-align: center; } }
    .supported-video-cards__title::after {
      content: '';
      width: 100px;
      height: 1px;
      background: #C39A2A;
      position: absolute;
      bottom: 0;
      left: calc(( 100% - 100px ) / 2); }
      @media (min-width: 770px) {
        .supported-video-cards__title::after {
          width: 170px;
          left: calc(( 100% - 170px ) / 2); } }

/*
** Compare
*/
.store-deatils-compare {
  padding-top: 10px;
  padding-bottom: 20px; }
  @media (min-width: 1280px) {
    .store-deatils-compare {
      padding-top: 30px; } }

.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.marked-text {
  font-weight: bold;
  color: #C39A2A; }

.uppercase-text {
  text-transform: uppercase; }

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block; }

.button-simple {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  border: none;
  background: #C39A2A;
  position: relative;
  line-height: 41px;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  padding: 0 12px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
  text-align: center;
  letter-spacing: 0.12em; }
  .button-simple:hover, .button-simple.active {
    color: #FAFAFA;
    background: #d3a833;
    transition: background 0.3s; }

ul.default-list {
  padding-left: 0; }
  ul.default-list li {
    list-style: none;
    position: relative;
    padding-left: 11px;
    color: #FAFAFA; }
    @media (max-width: 1279px) {
      ul.default-list li {
        display: inline; } }
    ul.default-list li:before {
      content: '';
      width: 5px;
      height: 5px;
      background: #c9a854;
      position: absolute;
      left: 0;
      top: 5px;
      display: block; }
      @media (max-width: 769px) {
        ul.default-list li:before {
          width: 6px;
          height: 6px;
          top: 6px; } }
    ul.default-list li:after {
      content: '\A';
      white-space: pre; }
    ul.default-list li.extra-style::before {
      content: '';
      width: 2px;
      left: 3px;
      height: 8px;
      top: 5px;
      background: #C39A2A; }
    ul.default-list li.extra-style::after {
      content: '';
      width: 8px;
      height: 2px;
      background: #C39A2A;
      position: absolute;
      left: 0;
      top: 8px;
      display: block; }
  ul.default-list::after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #C39A2A;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px; }
  ul.default-list.default-list--centered li {
    text-align: center;
    display: block; }
    ul.default-list.default-list--centered li::before {
      position: relative;
      top: -2px;
      left: auto;
      margin-right: 5px;
      display: inline-block; }
  ul.default-list--tabulated {
    margin-left: 20px; }

ol.ordered-list {
  padding-left: 0;
  counter-reset: item;
  list-style-type: none; }
  ol.ordered-list li {
    color: #FAFAFA; }
    ol.ordered-list li::before {
      content: counter(item) " ";
      counter-increment: item; }
  ol.ordered-list .list-prefix {
    color: #C39A2A; }
  ol.ordered-list.ordered-list--centered {
    text-align: center; }

.text-left {
  text-align: left; }

.content-padding-helper {
  padding-bottom: 30px; }

.html-content h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #FAFAFA;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 36px;
  letter-spacing: 2px; }

.hover-bracket__helper-tl, .hover-bracket__helper-tr, .hover-bracket__helper-bl, .hover-bracket__helper-br {
  z-index: 100; }

.carousel--hover-bracket .slick-slide {
  padding: 15px; }

@media (max-width: 479px) {
  .logo-wrapper--social-logos {
    text-align: center; }
    .logo-wrapper--social-logos__helper {
      display: inline-block; }
      .logo-wrapper--social-logos__helper::after {
        clear: both;
        content: "";
        display: block; } }

.image-popup .mfp-image-holder .mfp-close {
  color: #b3b3b3;
  position: absolute;
  top: 0;
  right: -44px;
  z-index: 10;
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 44px;
  cursor: pointer;
  text-align: center;
  display: block;
  padding-right: 0; }
  .image-popup .mfp-image-holder .mfp-close::after {
    display: inline; }
  .image-popup .mfp-image-holder .mfp-close:hover {
    opacity: .8; }

.image-popup .mfp-figure::after {
  background: none;
  box-shadow: none !important; }

.mfp-zoom-in.mfp-ready.mfp-bg.image-popup, .mfp-zoom-in.mfp-ready.mfp-bg.video-popup {
  background: #111;
  opacity: 0.95; }

.mfp-bottom-bar {
  margin-top: 0; }

.mfp-arrow--override.icon {
  position: absolute;
  top: 50%;
  font-size: 46px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  margin-top: -30px;
  color: #FAFAFA;
  opacity: 0.7;
  transition: opacity 0.3s;
  cursor: pointer; }
  .mfp-arrow--override.icon:hover {
    opacity: 1;
    transition: opacity 0.3s; }

.mfp-arrow--left {
  left: 0; }

.mfp-arrow--right {
  right: 0; }

.text-button {
  cursor: pointer; }
  .text-button.text-button--inverse {
    color: #C39A2A; }
    .text-button.text-button--inverse::before, .text-button.text-button--inverse::after {
      background: rgba(197, 164, 75, 0.75); }
    .text-button.text-button--inverse:hover {
      color: #FAFAFA; }
    .text-button.text-button--inverse [class^="icon-"], .text-button.text-button--inverse [class*=" icon-"] {
      color: #FAFAFA; }

.bracket-title {
  color: #FAFAFA;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.09em; }
  @media (min-width: 770px) {
    .bracket-title {
      font-size: 14px;
      letter-spacing: 0.42em; } }
  .bracket-title::before {
    color: #C39A2A;
    content: '['; }
  .bracket-title::after {
    color: #C39A2A;
    content: ']'; }

.sticky-sidebar {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .sticky-sidebar--top {
    top: 200px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .sticky-sidebar__buttons {
    margin-right: 20px; }
  .sticky-sidebar__social-icon {
    display: inline-block;
    margin-bottom: 6px;
    cursor: pointer; }
    .sticky-sidebar__social-icon .icon {
      color: #8d8d91;
      transition: color 0.3s;
      font-size: 20px; }
    .sticky-sidebar__social-icon:hover .icon {
      color: #C39A2A;
      transition: color 0.3s; }

@media (min-width: 1600px) {
  .sticky-sidebar {
    display: block; } }

.section-nav {
  display: none; }
  .section-nav__item {
    position: relative; }
    .section-nav__item a {
      display: block;
      font-size: 14px;
      line-height: 20px;
      color: #FAFAFA;
      text-align: right;
      padding: 4px 60px 4px 0;
      font-weight: 300;
      cursor: pointer;
      position: relative; }
      .section-nav__item a::before {
        content: '';
        width: 12px;
        height: 12px;
        border: 2px solid #C39A2A;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 24px;
        opacity: 0;
        transition: opacity 0.3s; }
      .section-nav__item a::after {
        content: '';
        width: 6px;
        height: 6px;
        background-color: #FAFAFA;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 27px;
        opacity: 1;
        transition: opacity 0.3s; }
    .section-nav__item::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: linear-gradient(to right, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
      opacity: 0;
      transition: opacity 0.3s; }
    .section-nav__item:hover a {
      color: #FAFAFA; }
    .section-nav__item:hover::before {
      opacity: 1;
      transition: opacity 0.3s; }
    .section-nav__item.is-active::before {
      opacity: 1;
      transition: opacity 0.3s; }
    .section-nav__item.is-active a {
      font-weight: bold;
      color: #C39A2A; }
      .section-nav__item.is-active a::before {
        opacity: 1;
        transition: opacity 0.3s; }
      .section-nav__item.is-active a::after {
        opacity: 0;
        transition: opacity 0.3s; }
    .section-nav__item.pink a {
      color: #e81d62;
      font-weight: bold; }
      .section-nav__item.pink a::before {
        border-color: #e81d62; }
      .section-nav__item.pink a::after {
        background-color: #e81d62; }
    .section-nav__item.green a {
      color: #00C853;
      font-weight: bold; }
      .section-nav__item.green a::before {
        border-color: #00C853; }
      .section-nav__item.green a::after {
        background-color: #00C853; }

@media (min-width: 1600px) {
  .section-nav {
    display: block; } }

/*
** Compare Table
*/
.compare-table {
  margin-top: 150px;
  width: 100%;
  color: #FAFAFA;
  font-family: "Open Sans", sans-serif;
  border-collapse: collapse; }
  .compare-table td {
    vertical-align: middle;
    text-align: center;
    padding: 5px 10px;
    height: 60px; }
    .compare-table td:first-of-type {
      text-align: left; }
  .compare-table .product-title {
    font-size: 12px;
    line-height: 14px;
    color: #FAFAFA;
    font-weight: bold;
    display: block;
    position: relative;
    z-index: 1; }
  .compare-table .product-subtitle {
    font-size: 14px;
    line-height: 16px;
    color: #C39A2A;
    font-weight: bold;
    display: block;
    position: relative;
    z-index: 1; }
  .compare-table .property-figure {
    display: block;
    width: 50px;
    height: auto;
    margin-right: 28px; }
  .compare-table .property {
    font-weight: 300; }
    .compare-table .property strong {
      font-weight: 600; }
    .compare-table .property::before {
      content: '';
      display: inline-block;
      background: #c9a957;
      width: 6px;
      height: 6px;
      vertical-align: middle;
      margin-right: 6px;
      top: -1px;
      position: relative; }
  .compare-table .is-marked {
    color: #C39A2A; }
  .compare-table .group-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.12em; }
    .compare-table .group-title strong {
      color: #C39A2A; }
  .compare-table__title-group td {
    position: relative;
    background: rgba(10, 10, 10, 0.55); }
    .compare-table__title-group td:first-of-type {
      padding-left: 33px; }
    .compare-table__title-group td::before, .compare-table__title-group td::after {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      left: 0;
      right: 0;
      background: rgba(238, 238, 238, 0.2); }
    .compare-table__title-group td::before {
      top: 0px; }
    .compare-table__title-group td::after {
      bottom: 0px; }
  .compare-table__title-group .product-link-wrapper {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .compare-table__title-group .product-link-wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #FAFAFA;
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 0; }
    .compare-table__title-group .product-link-wrapper .product-title {
      transition: color 0.3s; }
  .compare-table__title-group td.is-hover .product-link-wrapper::before {
    opacity: 1;
    transition: opacity 0.3s; }
  .compare-table__title-group td.is-hover .product-link-wrapper .product-title {
    transition: color 0.3s;
    color: #111; }
  .compare-table__title-group .product-title {
    margin-top: 6px; }
  .compare-table__title-group .product-image {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: calc(100% - 6px); }
    .compare-table__title-group .product-image img {
      vertical-align: middle; }
    .compare-table__title-group .product-image .play-video {
      width: 46px;
      height: 46px;
      position: absolute;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -23px;
      margin-left: -23px; }
  .compare-table__title-group .marked-cell {
    background-color: #FAFAFA; }
    .compare-table__title-group .marked-cell .product-title {
      color: #111; }
  .compare-table__content-group tr:nth-child(2n+2) {
    background: rgba(10, 10, 17, 0.25); }
  .compare-table__content-group tr:hover {
    background: rgba(10, 10, 17, 0.5); }
  .compare-table__content-group .property-figure-cell {
    width: 1px;
    padding-right: 0; }
  .compare-table__content-group .property-info-cell {
    text-align: left;
    padding-left: 0; }
  .compare-table__price-group td {
    padding-bottom: 15px; }
  .compare-table__price-group .button-store {
    margin-top: 8px; }
  .compare-table__content-group td.is-hover, .compare-table__price-group td.is-hover {
    background: rgba(10, 10, 17, 0.4); }

.mobile-compare {
  margin: 0 -15px;
  color: #FAFAFA; }
  .mobile-compare .product-image {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 1279px) {
      .mobile-compare .product-image {
        padding-top: 20px; } }
  .mobile-compare .product-title {
    font-size: 12px;
    line-height: 14px;
    color: #FAFAFA;
    font-weight: bold;
    display: block; }
  .mobile-compare .product-subtitle {
    font-size: 12px;
    line-height: 14px;
    color: #C39A2A;
    font-weight: bold;
    display: block;
    margin-bottom: 10px; }
  .mobile-compare .group-title {
    text-transform: uppercase;
    background-color: rgba(17, 17, 17, 0.75);
    padding: 0.83em; }
    .mobile-compare .group-title strong {
      color: #C39A2A; }
  .mobile-compare ul.default-list {
    padding-left: 30px;
    padding-right: 30px; }
    .mobile-compare ul.default-list:after {
      display: none; }
  .mobile-compare__properties {
    padding-top: 0; }
    .mobile-compare__properties--lined {
      position: relative;
      padding-top: 10px; }
      .mobile-compare__properties--lined:before {
        content: '';
        display: block;
        width: 100px;
        height: 1px;
        background: rgba(255, 255, 255, 0.15);
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50px; }
  .mobile-compare__property-figures {
    position: relative;
    padding-bottom: 20px; }
    .mobile-compare__property-figures img {
      width: 40px;
      margin: 5px 3px 0 0; }
  .mobile-compare__buttons {
    position: relative;
    margin: 15px auto 0 auto;
    max-width: 164px; }
    .mobile-compare__buttons:after {
      content: '';
      display: block;
      width: 70px;
      height: 1px;
      background: #C39A2A;
      position: absolute;
      top: -15px;
      left: 50%;
      margin-left: -35px; }

@media (max-width: 1279px) {
  .carousel-theme.mobile-compare .slick-arrow {
    top: 90px; }
  .carousel-theme.mobile-compare .slick-arrow.slick-prev {
    left: 30px; }
  .carousel-theme.mobile-compare .slick-arrow.slick-next {
    right: 30px; }
  .carousel-theme.mobile-compare .slick-dots {
    display: block;
    top: 190px;
    position: absolute;
    left: 0;
    right: 0; } }

.tier-editions {
  padding: 20px 0; }
  @media (max-width: 1279px) {
    .tier-editions {
      padding: 0 0 20px 0;
      margin: 0 -30px 0 -30px; } }
  .tier-editions__column-helper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .tier-editions .product-title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.12em;
    color: #FAFAFA;
    font-weight: bold;
    display: block;
    position: relative;
    z-index: 1;
    transition: color 0.3s; }
  .tier-editions .product-subtitle {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.10em;
    color: #C39A2A;
    font-weight: bold;
    display: block;
    position: relative;
    z-index: 1; }
  .tier-editions__skull-icon {
    position: absolute;
    font-size: 140px;
    top: calc( (100% - 200px)/2 + 200px - 70px);
    color: #FAFAFA;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.15;
    transition: color 0.3s; }
  .tier-editions__edition-image-container {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: -6px;
    z-index: 20; }
    @media (max-width: 1279px) {
      .tier-editions__edition-image-container {
        top: 0;
        padding-top: 20px; } }
    .tier-editions__edition-image-container img {
      vertical-align: middle;
      width: auto !important; }
    .tier-editions__edition-image-container .play-video {
      width: 46px;
      height: 46px;
      position: absolute;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -23px;
      margin-left: -23px; }
  .tier-editions__edition-content {
    position: relative; }
    @media (max-width: 1279px) {
      .tier-editions__edition-content {
        margin-top: 50px; } }
    .tier-editions__edition-content::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("../assets/images/hatched-light.png");
      opacity: 0.5;
      transition: opacity 0.3s; }
    .tier-editions__edition-content li {
      font-weight: 300;
      letter-spacing: -0.01em; }
  .tier-editions__edition-title {
    text-align: center;
    background-color: rgba(17, 17, 17, 0.75);
    position: relative;
    padding: 12px 15px;
    transition: background-color 0.3s;
    display: block;
    cursor: pointer; }
  .tier-editions__edition-info {
    position: relative;
    padding: 12px 15px 122px 15px; }
    @media (max-width: 1279px) {
      .tier-editions__edition-info {
        margin-bottom: 105px;
        padding: 12px 15px 15px 15px;
        text-align: center; } }
    .tier-editions__edition-info ul {
      margin: 0 0 6px 0;
      padding: 0 0 6px 0;
      position: relative; }
      .tier-editions__edition-info ul:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0; }
        .tier-editions__edition-info ul:last-of-type::after {
          display: none; }
  .tier-editions__buttons {
    position: absolute;
    bottom: -105px;
    left: calc(( 100% - 164px ) / 2);
    width: 164px; }
    @media (min-width: 1280px) {
      .tier-editions__buttons {
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 45px 15px 45px; } }
    .tier-editions__buttons a {
      margin-bottom: 10px; }
      .tier-editions__buttons a:last-of-type {
        margin-bottom: 0; }
  .tier-editions__column-helper {
    position: relative; }
    .tier-editions__column-helper::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      background: url("../assets/images/hatched-dark.png");
      transition: opacity 0.3s; }
    .tier-editions__column-helper:hover .tier-editions__skull-icon {
      color: #C39A2A;
      transition: color 0.3s; }
    .tier-editions__column-helper:hover::before {
      opacity: 0.75;
      transition: opacity 0.3s; }
    .tier-editions__column-helper:hover .product-title {
      transition: color 0.3s;
      color: #111; }
    .tier-editions__column-helper:hover .tier-editions__edition-title {
      background-color: #FAFAFA;
      transition: background-color 0.3s; }
    .tier-editions__column-helper:hover .tier-editions__edition-content::before {
      opacity: 0;
      transition: opacity 0.3s; }

.carousel-theme.tier-editions .slick-dots {
  display: none; }

@media (max-width: 1279px) {
  .carousel-theme.tier-editions .slick-arrow {
    top: 90px; }
  .carousel-theme.tier-editions .slick-arrow.slick-prev {
    left: 30px; }
  .carousel-theme.tier-editions .slick-arrow.slick-next {
    right: 30px; }
  .carousel-theme.tier-editions .slick-dots {
    display: block;
    top: 180px;
    position: absolute;
    left: 0;
    right: 0; }
  .carousel-theme.tier-editions .slick-current .tier-editions__column-helper .tier-editions__skull-icon {
    color: #C39A2A;
    transition: color 0.3s; }
  .carousel-theme.tier-editions .slick-current .tier-editions__column-helper::before {
    opacity: 0.75;
    transition: opacity 0.3s; }
  .carousel-theme.tier-editions .slick-current .tier-editions__column-helper .product-title {
    transition: color 0.3s;
    color: #111; }
  .carousel-theme.tier-editions .slick-current .tier-editions__column-helper .tier-editions__edition-title {
    background-color: #FAFAFA;
    transition: background-color 0.3s; }
  .carousel-theme.tier-editions .slick-current .tier-editions__column-helper .tier-editions__edition-content::before {
    opacity: 0;
    transition: opacity 0.3s; } }

.tierbox {
  padding: 30px 0 20px 0; }
  .tierbox .highlighted-title--tier-style {
    margin-bottom: 10px; }
  .tierbox .subtitle {
    color: #C39A2A;
    font-family: "Bank Gothic", sans-serif;
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: normal;
    margin-bottom: 5px; }
    @media (min-width: 770px) {
      .tierbox .subtitle {
        font-size: 22px; } }
  .tierbox__image-holder {
    margin: 20px 0; }
  .tierbox__description {
    font-size: 12px;
    color: #FAFAFA;
    font-weight: 300;
    letter-spacing: -0.02em; }
    @media (max-width: 769px) {
      .tierbox__description {
        text-align: center; } }
    @media (min-width: 770px) {
      .tierbox__description {
        font-size: 16px; } }
    .tierbox__description .star-marker {
      line-height: 16px; }
  .tierbox ul.default-list::after {
    display: none; }
  .tierbox ol, .tierbox ul {
    margin: 0;
    font-family: "Bank Gothic", sans-serif; }
    .tierbox ol .list-prefix, .tierbox ul .list-prefix {
      font-weight: bold; }
  .tierbox ul li::before {
    top: 7px; }
  .tierbox__highlighted-info {
    text-align: center;
    margin: 0 0 50px 0; }
    .tierbox__highlighted-info .bracket-box {
      display: inline-block;
      padding: 12px 40px; }
  .tierbox__next {
    margin-top: 20px; }
  .tierbox__extra-icon {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 4px; }
    .tierbox__extra-icon .icon {
      font-size: 36px;
      line-height: 36px; }
  .tierbox .star-marker-info {
    margin-top: 40px; }

@media (min-width: 770px) {
  .tierbox--wh40k-3 .tierbox__image-holder {
    margin: 140px 0 40px 0; }
  .tierbox--wh40k-4 .tierbox__image-holder {
    margin: 50px 0; } }

/*
** wh40k spec backgrounds for tiers
*/
.tier-landing-page .tierbox {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }
  .tier-landing-page .tierbox--wh40k-1 {
    background-image: url("../assets/images/compare/tier-backgrounds/wh40k/t1.jpg"); }
  .tier-landing-page .tierbox--wh40k-2 {
    background-image: url("../assets/images/compare/tier-backgrounds/wh40k/t2.jpg"); }
  .tier-landing-page .tierbox--wh40k-3 {
    background-image: url("../assets/images/compare/tier-backgrounds/wh40k/t3.jpg"); }
  .tier-landing-page .tierbox--wh40k-4 {
    background-image: url("../assets/images/compare/tier-backgrounds/wh40k/t4.jpg"); }

.tier-highlighted-info__title {
  font-family: "Bank Gothic", sans-serif;
  font-size: 24px;
  color: #C39A2A;
  letter-spacing: 0.03em;
  padding-bottom: 10px;
  margin-bottom: 8px;
  position: relative; }
  .tier-highlighted-info__title::after {
    content: '';
    width: 70px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
    background: #C39A2A; }

.tier-highlighted-info__subtitle {
  font-family: "Bank Gothic", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #eee;
  letter-spacing: 0.03em;
  font-weight: 300; }

.tier-highlighted-info__subtitle-info {
  font-family: "Bank Gothic", sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #FAFAFA;
  letter-spacing: 0.03em;
  font-weight: 300; }

.tier-faq {
  margin-bottom: 40px; }
  .tier-faq__header {
    padding: 10px 20px;
    color: #FAFAFA; }
    @media (min-width: 770px) {
      .tier-faq__header {
        margin-top: 20px;
        padding: 20px 60px 10px 60px; } }
  .tier-faq__content {
    margin-bottom: 10px; }
    @media (max-width: 769px) {
      .tier-faq__content {
        margin-left: -15px;
        margin-right: -15px; } }
  .tier-faq__footer {
    margin-top: 27px; }
    .tier-faq__footer p {
      margin: 0 auto 24px auto;
      max-width: 560px;
      font-weight: bold;
      letter-spacing: 0.12em;
      font-family: "Open Sans", sans-serif;
      color: #FAFAFA;
      text-align: center;
      line-height: 23px; }
      .tier-faq__footer p .marked {
        color: #C39A2A; }
  .tier-faq__buttonbar {
    text-align: center;
    margin-bottom: 15px; }
    .tier-faq__buttonbar .ghost-btn {
      min-width: 240px;
      margin: 0 15px 15px 15px;
      display: inline-block; }
  .tier-faq__next-button {
    margin-top: 30px; }

.roadmap-faq {
  padding-bottom: 60px; }
  .roadmap-faq__title {
    padding-top: 20px;
    padding-bottom: 20px; }

.collapsible-content__title {
  cursor: pointer; }
  .collapsible-content__title:not(.collapsible-content__opened) + .collapsible-content__content {
    display: none; }

.collapsible-content--faq .collapsible-content__title.level-1 {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.12em;
  background: rgba(17, 17, 17, 0.75);
  position: relative;
  color: #C39A2A;
  line-height: 1.66em;
  padding: 15px 30px;
  margin-top: 10px; }
  @media (min-width: 770px) {
    .collapsible-content--faq .collapsible-content__title.level-1 {
      font-size: 15px;
      padding: 20px 50px 20px 30px; } }
  .collapsible-content--faq .collapsible-content__title.level-1::before, .collapsible-content--faq .collapsible-content__title.level-1::after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(238, 238, 238, 0.2); }
  .collapsible-content--faq .collapsible-content__title.level-1::before {
    top: 0; }
  .collapsible-content--faq .collapsible-content__title.level-1::after {
    bottom: 0; }
  .collapsible-content--faq .collapsible-content__title.level-1 + .collapsible-content__content {
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 770px) {
      .collapsible-content--faq .collapsible-content__title.level-1 + .collapsible-content__content {
        padding-top: 10px;
        padding-left: 60px;
        padding-right: 30px; } }
  .collapsible-content--faq .collapsible-content__title.level-1 .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    line-height: 18px;
    height: 18px;
    color: #FAFAFA;
    opacity: 0.55;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s; }
  .collapsible-content--faq .collapsible-content__title.level-1.collapsible-content__opened .icon {
    opacity: 0.55;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s; }
  .collapsible-content--faq .collapsible-content__title.level-1:hover .icon {
    opacity: 1;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s; }

.collapsible-content--faq .collapsible-content__title.level-2 {
  position: relative;
  padding: 10px 0 10px 24px;
  font-weight: bold;
  color: #FAFAFA;
  transition: color 0.3s; }
  @media (min-width: 770px) {
    .collapsible-content--faq .collapsible-content__title.level-2 {
      padding: 20px 0 20px 24px; } }
  .collapsible-content--faq .collapsible-content__title.level-2 .icon {
    position: absolute;
    top: calc( 50% - 10px);
    left: 0;
    color: inherit;
    font-size: 18px;
    line-height: 18px;
    transition: color, -webkit-transform 0.3s;
    transition: color, transform 0.3s; }
  .collapsible-content--faq .collapsible-content__title.level-2:hover, .collapsible-content--faq .collapsible-content__title.level-2.collapsible-content__opened {
    color: #C39A2A;
    transition: color 0.3s; }
  .collapsible-content--faq .collapsible-content__title.level-2.collapsible-content__opened .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: color, -webkit-transform 0.3s;
    transition: color, transform 0.3s; }

.collapsible-content--faq .collapsible-content__content-helper {
  border-left: 1px solid #C39A2A;
  padding: 13px 0 13px 13px;
  color: #FAFAFA;
  margin-left: 9px; }
  .collapsible-content--faq .collapsible-content__content-helper p:first-of-type {
    margin-top: 0; }
  .collapsible-content--faq .collapsible-content__content-helper p:last-of-type {
    margin-bottom: 0; }

.collapsible-content--faq .collapsible-content__content > div:last-child {
  padding-bottom: 10px; }

.other-copyright {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 24px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  color: #FAFAFA; }
  .other-copyright::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    display: block; }
  .other-copyright__content {
    position: relative;
    z-index: 40;
    padding-top: 20px;
    padding-bottom: 20px; }

.gird-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  color: #eee;
  line-height: 1.5em; }
  .gird-container::after {
    clear: both;
    content: "";
    display: block; }

.grid-row--12 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .grid-row--12:last-child {
    margin-right: 0; }

.grid-item--omega {
  margin-right: 0 !important; }

.grid-item--cover-story {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .grid-item--cover-story:last-child {
    margin-right: 0; }
  @media (min-width: 770px) {
    .grid-item--cover-story {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%;
      margin-left: 25.5894130058%; }
      .grid-item--cover-story:last-child {
        margin-right: 0; } }

.grid-item--highlighted {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .grid-item--highlighted:last-child {
    margin-right: 0; }

.grid-row--cehckout {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .grid-row--cehckout:last-child {
    margin-right: 0; }

@media (max-width: 769px) {
  .grid-item--checkout-4 {
    float: left;
    width: calc( ( 100% - 0px ) / 1);
    margin-right: 10px; } }

@media (min-width: 770px) {
  .grid-item--checkout-4 {
    float: left;
    width: calc( ( 100% - 100px ) / 3);
    margin-right: 50px; }
    .grid-item--checkout-4:nth-child(3n) {
      margin-right: 0; }
    .grid-item--checkout-4:nth-child(3n+1) {
      clear: left; } }

.grid-item--checkout-6 {
  float: left;
  width: calc( ( 100% - 50px ) / 2);
  margin-right: 50px; }
  .grid-item--checkout-6:nth-child(2n) {
    margin-right: 0; }
  .grid-item--checkout-6:nth-child(2n+1) {
    clear: left; }

.grid-row--storelist::after {
  clear: both;
  content: "";
  display: block; }

.grid-row--storelist > div:last-child {
  margin-right: 0; }

[class^="grid-item--storelist"], [class*=" grid-item--storelist"] {
  margin-bottom: 10px; }
  @media (min-width: 770px) {
    [class^="grid-item--storelist"], [class*=" grid-item--storelist"] {
      margin-bottom: 20px; } }

/*
.grid-item--storelist-3 {
    @media (max-width: $medium-screen-max) {
        @include custom-grid(6, 12, $storelist-gutter-mobile);
        @include omega(2n);
    }

    @media (min-width: $medium-screen-min) {
        @include custom-grid(3, 12, $storelist-gutter);
        @include omega(4n);
    }
}
*/
@media (max-width: 829px) {
  .grid-item--storelist-3 {
    float: left;
    width: calc( ( 100% - 10px ) / 2);
    margin-right: 10px; }
    .grid-item--storelist-3:nth-child(2n) {
      margin-right: 0; }
    .grid-item--storelist-3:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 830px) {
  .grid-item--storelist-3 {
    float: left;
    width: calc( ( 100% - 90px ) / 4);
    margin-right: 30px; }
    .grid-item--storelist-3:nth-child(4n) {
      margin-right: 0; }
    .grid-item--storelist-3:nth-child(4n+1) {
      clear: left; } }

@media (max-width: 770px) {
  .grid-item--storelist-4 {
    float: left;
    width: calc( ( 100% - 10px ) / 2);
    margin-right: 10px; }
    .grid-item--storelist-4:nth-child(2n) {
      margin-right: 0; }
    .grid-item--storelist-4:nth-child(2n+1) {
      clear: left; }
    .grid-item--storelist-4:nth-child(3):nth-last-child(1) {
      float: left;
      width: calc( ( 100% - 0px ) / 1);
      margin-right: 10px; } }

@media (min-width: 769px) {
  .grid-item--storelist-4 {
    float: left;
    width: calc( ( 100% - 60px ) / 3);
    margin-right: 30px; }
    .grid-item--storelist-4:nth-child(3n) {
      margin-right: 0; }
    .grid-item--storelist-4:nth-child(3n+1) {
      clear: left; } }

.grid-item--storelist-5 {
  float: left;
  width: calc( ( 100% - 10px ) / 2);
  margin-right: 10px; }
  @media (min-width: 480px) {
    .grid-item--storelist-5 {
      float: left;
      width: calc( ( 100% - 42px ) / 2.4);
      margin-right: 30px; } }
  @media (max-width: 479px) {
    .grid-item--storelist-5 {
      float: left;
      width: calc( ( 100% - 0px ) / 1);
      margin-right: 30px; } }

.grid-item--storelist-6 {
  float: left;
  width: calc( ( 100% - 10px ) / 2);
  margin-right: 10px; }
  .grid-item--storelist-6:nth-child(2n) {
    margin-right: 0; }
  .grid-item--storelist-6:nth-child(2n+1) {
    clear: left; }
  @media (min-width: 769px) {
    .grid-item--storelist-6 {
      float: left;
      width: calc( ( 100% - 30px ) / 2);
      margin-right: 30px; } }

.grid-item--storelist-7 {
  float: left;
  width: calc( ( 100% - 10px ) / 2);
  margin-right: 10px; }
  @media (min-width: 480px) {
    .grid-item--storelist-7 {
      float: left;
      width: calc( ( 100% - 21.4285714286px ) / 1.7142857143);
      margin-right: 30px; } }
  @media (max-width: 479px) {
    .grid-item--storelist-7 {
      float: left;
      width: calc( ( 100% - 0px ) / 1);
      margin-right: 30px; } }

.grid-item--storelist-12 {
  float: left;
  width: calc( ( 100% - 0px ) / 1);
  margin-right: 30px; }

.grid-row--tier::after {
  clear: both;
  content: "";
  display: block; }

.grid-row--tier > div:last-child {
  margin-right: 0; }

.grid-item--tier-3 {
  float: left;
  width: calc( ( 100% - 0px ) / 4);
  margin-right: 0px; }

.grid-item--tier-4 {
  float: left;
  width: calc( ( 100% - 0px ) / 3);
  margin-right: 0px; }

.grid-item--tier-6 {
  float: left;
  width: calc( ( 100% - 0px ) / 2);
  margin-right: 0px; }

.grid-row--tier-editions::after {
  clear: both;
  content: "";
  display: block; }

.grid-row--tier-editions > div:last-child {
  margin-right: 0; }

@media (min-width: 1280px) {
  .grid-item--tier-editions-3 {
    float: left;
    width: calc( ( 100% - 90px ) / 4);
    margin-right: 30px; } }

.grid-row--tierbox::after {
  clear: both;
  content: "";
  display: block; }

@media (min-width: 770px) {
  .grid-row--tierbox > div:last-child {
    margin-right: 0; } }

.grid-item--tierbox-6 {
  float: left;
  width: calc( ( 100% - 0px ) / 1);
  margin-right: 50px;
  margin-bottom: 20px; }
  @media (min-width: 770px) {
    .grid-item--tierbox-6 {
      margin-bottom: 0;
      float: left;
      width: calc( ( 100% - 50px ) / 2);
      margin-right: 50px; } }

.generic-slider {
  max-width: 1170px;
  margin: 130px auto; }

.grid-item--slider-7 {
  margin-bottom: 30px; }
  @media (max-width: 479px) {
    .grid-item--slider-7 {
      margin-bottom: 15px; } }

@media (min-width: 770px) {
  .grid-row--slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .grid-row--slider::after {
      clear: both;
      content: "";
      display: block; }
    .grid-row--slider > div:last-child {
      margin-right: 0; }
  .grid-item--slider-5 {
    float: left;
    width: calc( ( 100% - 42px ) / 2.4);
    margin-right: 30px; }
  .grid-item--slider-7 {
    margin-top: 30px;
    float: left;
    width: calc( ( 100% - 21.4285714286px ) / 1.7142857143);
    margin-right: 30px; } }

.flexbox--align-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.grid-row--generic::after {
  clear: both;
  content: "";
  display: block; }

.grid-row--generic > div:last-child {
  margin-right: 0; }

[class^="grid-item--generic"], [class*=" grid-item--generic"] {
  margin-bottom: 30px; }

.grid-item--generic-3 {
  float: left;
  width: calc( ( 100% - 90px ) / 4);
  margin-right: 30px; }
  .grid-item--generic-3:nth-child(4n) {
    margin-right: 0; }
  .grid-item--generic-3:nth-child(4n+1) {
    clear: left; }

.swb-container {
  text-align: center;
  margin-bottom: 30px;
  position: relative; }

@media (max-width: 1279px) {
  [data-mobile-hide="true"] {
    display: none;
    visibility: hidden; } }

.is-community-main-page-grid .grid-item--storelist-12 {
  margin-bottom: 10px;
  float: left;
  width: calc( ( 100% - 0px ) / 1);
  margin-right: 10px; }
  @media (min-width: 770px) {
    .is-community-main-page-grid .grid-item--storelist-12 {
      float: left;
      width: calc( ( 100% - 0px ) / 1);
      margin-right: 30px;
      margin-bottom: 30px; } }

.is-community-main-page-grid .grid-item--storelist-6 {
  float: left;
  width: calc( ( 100% - 0px ) / 1);
  margin-right: 10px;
  margin-bottom: 10px; }
  @media (min-width: 770px) {
    .is-community-main-page-grid .grid-item--storelist-6 {
      float: left;
      width: calc( ( 100% - 30px ) / 2);
      margin-right: 30px;
      margin-bottom: 30px; }
      .is-community-main-page-grid .grid-item--storelist-6:nth-child(2n) {
        margin-right: 0; }
      .is-community-main-page-grid .grid-item--storelist-6:nth-child(2n+1) {
        clear: left; } }

@media (max-width: 769px) {
  .is-community-main-page-grid .grid-item--storelist-4 {
    float: left;
    width: calc( ( 100% - 10px ) / 2);
    margin-right: 10px;
    margin-bottom: 10px; }
    .is-community-main-page-grid .grid-item--storelist-4:nth-child(2n) {
      margin-right: 0; }
    .is-community-main-page-grid .grid-item--storelist-4:nth-child(2n+1) {
      clear: left; }
    .is-community-main-page-grid .grid-item--storelist-4:nth-child(3):nth-last-child(1) {
      float: left;
      width: calc( ( 100% - 0px ) / 1);
      margin-right: 10px; } }

@media (min-width: 770px) {
  .is-community-main-page-grid .grid-item--storelist-4 {
    clear: none;
    float: left;
    width: calc( ( 100% - 60px ) / 3);
    margin-right: 30px;
    margin-bottom: 30px; }
    .is-community-main-page-grid .grid-item--storelist-4:nth-child(3n) {
      margin-right: 0; }
    .is-community-main-page-grid .grid-item--storelist-4:nth-child(3n+1) {
      clear: left; } }

.grid-row--media-six::after {
  clear: both;
  content: "";
  display: block; }

.grid-row--media-six > div:last-child {
  margin-right: 0; }

[class^="grid-item--media-six"], [class*=" grid-item--media-six"] {
  margin-bottom: 24px; }

.grid-item--media-six {
  float: left;
  width: calc( ( 100% - 120px ) / 6);
  margin-right: 24px; }
  .grid-item--media-six:nth-child(6n) {
    margin-right: 0; }
  .grid-item--media-six:nth-child(6n+1) {
    clear: left; }

.grid-row--media-four::after {
  clear: both;
  content: "";
  display: block; }

.grid-row--media-four > div:last-child {
  margin-right: 0; }

[class^="grid-item--media-four"], [class*=" grid-item--media-four"] {
  margin-bottom: 30px; }

.grid-item--media-four {
  float: left;
  width: calc( ( 100% - 0px ) / 1);
  margin-right: 30px; }
  @media (min-width: 770px) {
    .grid-item--media-four {
      float: left;
      width: calc( ( 100% - 90px ) / 4);
      margin-right: 30px; }
      .grid-item--media-four:nth-child(4n) {
        margin-right: 0; }
      .grid-item--media-four:nth-child(4n+1) {
        clear: left; } }

.grid-row--media-three::after {
  clear: both;
  content: "";
  display: block; }

.grid-row--media-three > div:last-child {
  margin-right: 0; }

[class^="grid-item--media-three"], [class*=" grid-item--media-three"] {
  margin-bottom: 30px; }

.grid-item--media-three {
  float: left;
  width: calc( ( 100% - 0px ) / 1);
  margin-right: 30px; }
  @media (min-width: 770px) {
    .grid-item--media-three {
      float: left;
      width: calc( ( 100% - 60px ) / 3);
      margin-right: 30px; }
      .grid-item--media-three:nth-child(3n) {
        margin-right: 0; }
      .grid-item--media-three:nth-child(3n+1) {
        clear: left; } }

.grid-row--media-two::after {
  clear: both;
  content: "";
  display: block; }

.grid-row--media-two > div:last-child {
  margin-right: 0; }

[class^="grid-item--media-two"], [class*=" grid-item--media-two"] {
  margin-bottom: 30px; }

.grid-item--media-two {
  float: left;
  width: calc( ( 100% - 0px ) / 1);
  margin-right: 30px; }
  @media (min-width: 770px) {
    .grid-item--media-two {
      float: left;
      width: calc( ( 100% - 30px ) / 2);
      margin-right: 30px; }
      .grid-item--media-two:nth-child(2n) {
        margin-right: 0; }
      .grid-item--media-two:nth-child(2n+1) {
        clear: left; } }

@media (max-width: 769px) {
  .grid-row--storelist .container {
    max-width: 360px;
    margin: 0 auto; } }

@media (min-width: 480px) {
  .useragent-0-ed .grid-item--storelist-7,
  .useragent-0-ed .grid-item--storelist-5 {
    margin-right: 29px; } }

.grid-item--generic-1 {
  float: left;
  width: calc( ( 100% - 330px ) / 12);
  margin-right: 30px; }
  @media (max-width: 769px) {
    .grid-item--generic-1 {
      width: 100%; } }

.grid-item--generic-4 {
  float: left;
  width: calc( ( 100% - 60px ) / 3);
  margin-right: 30px; }
  @media (max-width: 769px) {
    .grid-item--generic-4 {
      width: 100%; } }

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
  font-size: 13px; }
  @media (min-width: 1280px) {
    .sweet-alert {
      font-size: 15px; } }

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px; } }

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block; }

.sweet-alert p {
  /*
    color: #797979;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    padding: 0;
    line-height: normal; 
*/
  margin: 0;
  text-align: center; }

.sweet-alert fieldset {
  border: none;
  position: relative; }

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s; }

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s; }

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px; }

.sweet-alert .sa-error-container p {
  display: inline-block; }

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: all 0.1s; }

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px; }

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  transition: all 0.3s; }

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed; }

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd; }

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd; }

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd; }

.sweet-alert.show-input input {
  display: block; }

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative; }

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden; }

/*    
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }

  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
*/
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474; }

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block; }

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -ms-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

/*
** Theme overrides
*/
.sweet-alert {
  border-radius: 0;
  background: none;
  padding: 10px; }
  .sweet-alert__content {
    background-color: #13111d;
    padding: 40px 25px; }
    .sweet-alert__content::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("../assets/images/black-twill.png") top left repeat;
      z-index: 5;
      opacity: .35; }
    .sweet-alert__content * {
      position: relative;
      z-index: 10; }
  .sweet-alert__close {
    color: #b3b3b3;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 44px;
    height: 44px;
    font-size: 24px;
    line-height: 44px;
    cursor: pointer;
    text-align: center;
    display: block; }
    .sweet-alert__close:hover {
      opacity: .8; }
  .sweet-alert h2 {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #C39A2A;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px;
    line-height: 1.3em; }
    @media (min-width: 1280px) {
      .sweet-alert h2 {
        font-size: 18px; } }
    .sweet-alert h2::before, .sweet-alert h2::after {
      display: inline-block;
      content: '';
      width: 5px;
      height: 2px;
      background: #fff;
      position: relative;
      top: -5px; }
    .sweet-alert h2::before {
      margin-right: 8px; }
    .sweet-alert h2::after {
      margin-left: 8px; }
  .sweet-alert p {
    color: #FAFAFA;
    font-weight: 500;
    position: relative; }
    .sweet-alert p::before {
      content: '?';
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      border: 2px solid #C39A2A;
      font-size: 10px;
      line-height: 16px;
      text-align: center;
      color: #fff;
      margin-right: 10px;
      position: relative;
      top: -2px; }
  .sweet-alert .sa-button-container {
    margin-top: 20px; }
  .sweet-alert .corner {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #C39A2A;
    position: absolute; }
  .sweet-alert .corner--tl {
    top: 0;
    left: 0;
    border-right: 0;
    border-bottom: 0; }
  .sweet-alert .corner--tr {
    top: 0;
    right: 0;
    border-left: 0;
    border-bottom: 0; }
  .sweet-alert .corner--bl {
    bottom: 0;
    left: 0;
    border-right: 0;
    border-top: 0; }
  .sweet-alert .corner--br {
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0; }

.button--swal-confirm {
  background: url("../assets/images/sure-icon.svg") center center no-repeat;
  background-size: 50px 69px;
  width: 50px;
  height: 69px;
  text-indent: -9999px;
  color: transparent;
  font-size: 0;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  display: inline-block; }
  @media (min-width: 1280px) {
    .button--swal-confirm {
      background-size: 70px 82px;
      width: 70px;
      height: 82px; } }
  .button--swal-confirm:hover {
    background: url("../assets/images/sure-icon--hover.svg") center center no-repeat;
    background-size: 50px 69px;
    width: 50px;
    height: 69px; }
    @media (min-width: 1280px) {
      .button--swal-confirm:hover {
        background-size: 70px 82px;
        width: 70px;
        height: 82px; } }

.button--swal-cancel {
  background: url("../assets/images/cancel-icon.svg") center center no-repeat;
  background-size: 50px 69px;
  width: 50px;
  height: 69px;
  text-indent: -9999px;
  color: transparent;
  font-size: 0;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  display: inline-block; }
  @media (min-width: 1280px) {
    .button--swal-cancel {
      background-size: 70px 82px;
      width: 70px;
      height: 82px; } }
  .button--swal-cancel:hover {
    background: url("../assets/images/cancel-icon--hover.svg") center center no-repeat;
    background-size: 50px 69px;
    width: 50px;
    height: 69px; }
    @media (min-width: 1280px) {
      .button--swal-cancel:hover {
        background-size: 70px 82px;
        width: 70px;
        height: 82px; } }

.sweet-alert--open #main-ps-container {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

@font-face {
  font-family: 'Bank Gothic';
  src: url("../assets/fonts/bank_gothic_light-webfont.woff2") format("woff2"), url("../assets/fonts/bank_gothic_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bank Gothic';
  src: url("../assets/fonts/bank_gothic_medium-webfont.woff2") format("woff2"), url("../assets/fonts/bank_gothic_medium-webfont.woff") format("woff");
  font-weight: medium;
  font-style: normal; }

@font-face {
  font-family: 'Bank Gothic';
  src: url("../assets/fonts/bank_gothic_light-webfont.woff2") format("woff2"), url("../assets/fonts/bank_gothic_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

/*
@font-face {
    font-family: 'bank_gothic_md_bt';
    src: url('../assets/fonts/bankghotic_mdbt-webfont.woff2') format('woff2'),
         url('../assets/fonts/bankghotic_mdbt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.watch-this-section {
  padding-top: 32px;
  padding-bottom: 32px;
  background: url("../assets/images/backgrounds/home--watch-this-2.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 20px;
  position: relative; }
  .watch-this-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    display: block; }
  .watch-this-section .gird-container {
    position: relative;
    z-index: 10; }
  .watch-this-section__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #C39A2A;
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 30px;
    margin: 30px 0 10px 0; }
  .watch-this-section__subtitle {
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 0;
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 35px; }

@media (min-width: 770px) and (max-width: 991px) {
  .store-productbox--home .store-productbox__img-holder {
    height: calc(70px + (100% - 256px)); } }

@media (min-width: 480px) {
  .store-productbox--home .store-productbox__subtitle {
    font-size: 16px; } }

@media (min-width: 480px) {
  .store-productbox--home .store-productbox__title {
    font-size: 24px; } }

@media (min-width: 770px) and (max-width: 991px) {
  .store-productbox--home .store-productbox__title {
    font-size: 22px; } }

@media (max-width: 769px) {
  .store-productbox--home .store-productbox__bottom .store-category {
    margin-top: 10px;
    font-size: 12px; } }

@media (max-width: 769px) {
  .store-productbox--home .store-productbox__bottom .store-category:after {
    height: 1px;
    left: calc(50% - 75px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 150px; } }

@media (max-width: 1279px) {
  #section-community-hub .grid-item--storelist-4 {
    width: 100%; } }

@media (max-width: 1279px) {
  #section-community-hub .community-list-item__category {
    font-size: 12px;
    line-height: 22px;
    height: 24px; } }

@media (max-width: 479px) {
  #section-community-hub .community-list-item__category {
    font-size: 9px;
    line-height: 12px;
    height: 14px; } }

@media (max-width: 1279px) {
  #section-community-hub .community-highlighted-item {
    height: 120px; } }

@media (max-width: 769px) {
  #section-community-hub .community-highlighted-item {
    height: 100px; } }

@media (max-width: 1279px) {
  #section-community-hub .community-highlighted-item__content-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media (max-width: 1279px) {
  #section-community-hub .community-highlighted-item__categories {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 5px 0 30px; } }

@media (max-width: 769px) {
  #section-community-hub .community-highlighted-item__categories {
    padding: 0 5px 0 20px; } }

@media (max-width: 479px) {
  #section-community-hub .community-highlighted-item__categories {
    padding: 0 5px 0 5px; } }

@media (max-width: 1279px) {
  #section-community-hub .community-highlighted-item__title-holder {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

@media (max-width: 1279px) {
  #section-community-hub .community-highlighted-item__subtitle {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
    margin-top: 6px; } }

@media (max-width: 769px) {
  #section-community-hub .community-highlighted-item__subtitle {
    margin-top: 4px; } }

@media (max-width: 479px) {
  #section-community-hub .community-highlighted-item__subtitle {
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px; } }

@media (max-width: 1279px) {
  #section-community-hub .community-highlighted-item__subtitle a {
    padding: 0px; } }

@media (max-width: 1279px) {
  #section-community-hub .community-highlighted-item__subtitle a span {
    max-width: none; } }

@media (max-width: 1279px) {
  #section-community-hub .community-highlighted-item__meta-wrapper {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 769px) {
  #section-community-hub .community-highlighted-item__meta-wrapper {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 479px) {
  #section-community-hub .community-highlighted-item__meta-wrapper {
    padding-left: 5px;
    padding-right: 5px; } }

@media (max-width: 1279px) {
  #section-community-hub .community-highlighted-item__comment {
    right: 30px;
    bottom: 10px; } }

@media (max-width: 769px) {
  #section-community-hub .community-highlighted-item__comment {
    right: 20px;
    bottom: 10px; } }

@media (max-width: 479px) {
  #section-community-hub .community-highlighted-item__comment {
    right: 5px;
    bottom: 5px; } }

@media (max-width: 1279px) {
  #section-community-hub .community-highlighted-item__link-helper {
    height: 120px; } }

@media (max-width: 769px) {
  #section-community-hub .community-highlighted-item__link-helper {
    height: 100px; } }

@media (max-width: 1279px) {
  #section-community-hub .community-highlighted-item__link-helper:before {
    box-shadow: none; } }

@media (max-width: 1279px) {
  #section-community-hub .community-highlighted-item__link-helper:after {
    display: none; } }

@media (max-width: 769px) {
  #section-11 .grid-item--storelist-4 {
    width: calc((100% - 10px) / 2);
    height: 0px;
    padding-bottom: 50%;
    position: relative; } }

@media (max-width: 769px) {
  #section-11 .store-productbox {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; } }

@media (min-width: 480px) and (max-width: 769px) {
  #section-11 .store-productbox__title-holder {
    bottom: auto;
    top: 120px; } }

@media (min-width: 770px) and (max-width: 1279px) {
  #section-11 .store-productbox__title-holder {
    top: 70px;
    text-align: center; } }

@media (min-width: 480px) and (max-width: 769px) {
  #section-11 .store-productbox__inside {
    position: relative; } }

@media (min-width: 480px) and (max-width: 1279px) {
  #section-11 .store-productbox__bottom {
    bottom: 90px;
    left: 0px;
    right: 0px;
    position: absolute;
    text-align: center; } }

@media (min-width: 770px) and (max-width: 1279px) {
  #section-11 .store-productbox__bottom {
    bottom: 70px; } }

@media (max-width: 1279px) {
  #section-11 .store-productbox__bottom .store-category {
    font-size: 12px;
    font-weight: bold; } }

@media (max-width: 1279px) {
  #section-11 .store-productbox__bottom .store-category::after {
    left: calc(50% - 75px);
    height: 1px; } }

@media (max-width: 1279px) {
  #section-11 .store-productbox__description {
    font-size: 12px; } }

@media (min-width: 480px) and (max-width: 1279px) {
  #section-11 .store-productbox__edition {
    font-size: 14px; } }

@media (max-width: 479px) {
  #section-11 .store-productbox__edition {
    display: block; } }

@media (max-width: 1279px) {
  #section-11 .store-productbox__subtitle, #section-11 .store-productbox__title {
    text-align: center; } }

@media (min-width: 480px) and (max-width: 1279px) {
  #section-11 .store-productbox__subtitle {
    font-size: 16px; } }

@media (min-width: 480px) and (max-width: 1279px) {
  #section-11 .store-productbox__title {
    font-size: 24px; } }

@media (max-width: 1279px) {
  #section-11 .store-productbox__buttons {
    bottom: 30px; } }

@media (min-width: 770px) and (max-width: 1279px) {
  #section-11 .store-productbox__buttons {
    left: 0px;
    right: 0px;
    text-align: center; } }

@media (max-width: 1279px) {
  #section-11 .store-productbox__buttons a {
    font-size: 15px; } }

@media (min-width: 770px) and (max-width: 1279px) {
  #section-11 .store-productbox__buttons a {
    margin: auto; } }

@media (max-width: 479px) {
  #section-11 .store-productbox__buttons a {
    font-size: 12px; } }

.generic-slider {
  text-align: center; }
  @media (max-width: 479px) {
    .generic-slider {
      margin: 30px auto 35px auto; } }
  .generic-slider__subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #C39A2A;
    letter-spacing: 1px;
    line-height: 1.3em;
    font-size: 34px;
    margin: 0; }
    @media (max-width: 479px) {
      .generic-slider__subtitle {
        font-size: 12px; } }
  .generic-slider__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FAFAFA;
    line-height: 1.3em;
    font-size: 55px;
    letter-spacing: 2px;
    margin: 0 0 10px 0; }
    @media (max-width: 479px) {
      .generic-slider__title {
        font-size: 20px; } }
  .generic-slider__separator {
    width: 170px;
    height: 2px;
    background: #C39A2A;
    margin: 10px auto 20px auto; }
    @media (max-width: 479px) {
      .generic-slider__separator {
        height: 1px; } }
  .generic-slider__excerpt {
    color: #eee;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    /*letter-spacing: 1px;*/ }
    .generic-slider__excerpt p {
      /*margin: 5px 0px;*/
      font-weight: normal; }
    @media (max-width: 479px) {
      .generic-slider__excerpt {
        font-size: 12px;
        font-weight: normal; } }
  .generic-slider__tier-info {
    font-size: 15px;
    margin: 0px;
    padding: 10px;
    background-color: black;
    opacity: 0.749; }
    @media (max-width: 479px) {
      .generic-slider__tier-info {
        font-size: 12px; } }
  .generic-slider__kredit-info {
    margin: 10px 0 0 0; }
  @media (max-width: 479px) {
    .generic-slider .button-store {
      font-size: 15px;
      padding-top: 5px;
      padding-bottom: 5px;
      line-height: 31px; } }
  @media (max-width: 479px) {
    .generic-slider .button-store:before, .generic-slider .button-store:after {
      height: 40px; } }
  @media (max-width: 479px) {
    .generic-slider .button-store:after {
      border-width: 0 0 40px 20px;
      right: 32px; } }

.registration-banner {
  padding: 20px;
  text-align: center;
  background: url("../assets/images/backgrounds/registration-banner.jpg") center center no-repeat;
  background-size: cover;
  position: relative; }
  .registration-banner__subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #C39A2A;
    letter-spacing: 0.3em;
    line-height: 1.3em;
    font-size: 10px;
    margin: 0; }
    @media (min-width: 770px) {
      .registration-banner__subtitle {
        font-size: 20px; } }
  .registration-banner__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FAFAFA;
    line-height: 1.2em;
    font-size: 14px;
    letter-spacing: 0.057em;
    margin: 0 0 10px 0; }
    @media (min-width: 770px) {
      .registration-banner__title {
        font-size: 35px; } }
  .registration-banner__account-create-btn {
    border: 1px solid #C39A2A;
    padding: 0.55em 0.714em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FAFAFA;
    line-height: 1em;
    font-size: 10px;
    letter-spacing: 0.3em;
    display: inline-block;
    transition: .3s; }
    @media (min-width: 770px) {
      .registration-banner__account-create-btn {
        font-size: 14px;
        letter-spacing: 0.43em;
        padding: 0.43em 0.714em; } }
    .registration-banner__account-create-btn:hover, .registration-banner__account-create-btn:focus {
      color: #C39A2A;
      transition: .3s; }
    .registration-banner__account-create-btn .btn-inside {
      position: relative; }
      .registration-banner__account-create-btn .btn-inside::before, .registration-banner__account-create-btn .btn-inside::after {
        display: inline-block;
        content: '';
        width: 3px;
        height: 1px;
        background: #fff;
        position: relative;
        top: -3px; }
        @media (min-width: 770px) {
          .registration-banner__account-create-btn .btn-inside::before, .registration-banner__account-create-btn .btn-inside::after {
            width: 5px;
            height: 2px;
            top: -4px; } }
      .registration-banner__account-create-btn .btn-inside::before {
        margin-right: 9px; }
        @media (min-width: 770px) {
          .registration-banner__account-create-btn .btn-inside::before {
            margin-right: 14px; } }
      .registration-banner__account-create-btn .btn-inside::after {
        margin-left: 8px; }
        @media (min-width: 770px) {
          .registration-banner__account-create-btn .btn-inside::after {
            margin-right: 12px; } }
  .registration-banner__login-text {
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #FAFAFA;
    font-size: 10px;
    margin: 10px 0 0 0;
    transition: .3s; }
    .registration-banner__login-text a:hover,
    .registration-banner__login-text a:focus {
      color: #FAFAFA;
      transition: .3s; }
      .registration-banner__login-text a:hover .login-btn-icon,
      .registration-banner__login-text a:focus .login-btn-icon {
        color: #C39A2A;
        transition: .3s; }
    .registration-banner__login-text .login-btn {
      font-weight: 600; }
    .registration-banner__login-text .login-btn-icon {
      position: relative;
      font-size: 16px;
      color: #FAFAFA;
      top: 3px;
      margin-left: -4px;
      transition: .3s; }

.kickstarter-label {
  position: absolute;
  top: 0px;
  width: 100%; }

@media (max-width: 1279px) {
  .kadiv p {
    width: 162.47px;
    margin: 0px auto;
    font-size: 11px; }
  .kadiv img {
    width: 162.47px;
    margin: 0px auto; } }

span.ft26 {
  font-size: 26px; }

.about-header {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px; }
  .about-header__logo {
    display: inline-block;
    height: auto; }
    @media (max-width: 769px) {
      .about-header__logo {
        width: 90px; } }
  .about-header__separator {
    width: 170px;
    height: 1px;
    background: #C39A2A;
    display: block;
    margin: 22px auto; }
  .about-header__subtitle {
    font-size: 15px;
    text-transform: normal;
    margin-top: 0;
    margin-bottom: 20px; }
  .about-header__excerpt {
    font-size: 15px;
    color: #eeeeee;
    font-style: italic; }
    @media (max-width: 479px) {
      .about-header__excerpt {
        font-size: 13px; } }
    @media (max-width: 769px) {
      .about-header__excerpt {
        font-size: 14px; } }

@media (max-width: 991px) {
  .about-header {
    padding-top: 25px;
    padding-bottom: 0; } }

.about-us-section {
  color: #eee;
  line-height: 1.5em; }
  .about-us-section p {
    margin-bottom: 25px; }
  .about-us-section__inside {
    max-width: 695px;
    text-align: center;
    margin: 0 auto 20px; }
    @media (max-width: 479px) {
      .about-us-section__inside {
        font-size: 12px; } }
    @media (max-width: 769px) {
      .about-us-section__inside {
        font-size: 14px; } }

.contact-us-section {
  color: #eee;
  line-height: 1.5em; }
  .contact-us-section p {
    margin-top: 0;
    margin-bottom: 5px; }
  .contact-us-section__inside {
    max-width: 695px;
    text-align: center;
    margin: 0 auto 30px; }
  .contact-us-section__contacts {
    margin: 20px 0; }
  .contact-us-section__contact {
    margin-bottom: 25px;
    font-size: 15px;
    letter-spacing: 1px; }
    @media (max-width: 575px) {
      .contact-us-section__contact {
        font-size: 12px; } }
    @media (max-width: 769px) {
      .contact-us-section__contact {
        font-size: 14px; } }
    .contact-us-section__contact a {
      color: #eee; }
      .contact-us-section__contact a:hover, .contact-us-section__contact a:focus {
        color: #fff; }

@media (min-width: 770px) {
  .career-section .career-content {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

.career-section .career-content ul.default-list::after {
  display: none; }

.career-section .career-content .career-apply {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .career-section .career-content .career-apply__left, .career-section .career-content .career-apply__right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: rgba(97, 97, 97, 0.85);
    position: relative; }
    .career-section .career-content .career-apply__left:after, .career-section .career-content .career-apply__right:after {
      content: ' ';
      display: block;
      position: absolute;
      width: 5px;
      height: 5px;
      background: #616161;
      top: -2px; }
  .career-section .career-content .career-apply__left {
    margin-right: 30px; }
    .career-section .career-content .career-apply__left:after {
      right: 0; }
  .career-section .career-content .career-apply__right {
    margin-left: 30px; }
    .career-section .career-content .career-apply__right:after {
      left: 0; }
  .career-section .career-content .career-apply__inner {
    position: relative;
    display: inline-block; }

.generic-title {
  position: relative;
  color: #eee;
  font-weight: 900;
  line-height: 1.5em; }
  .generic-title.is-left {
    text-align: left; }
    .generic-title.is-left::before {
      left: 0;
      margin-left: 0; }
  .generic-title::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 130px;
    height: 1px;
    background: #C39A2A;
    margin-left: -65px; }
  .generic-title--medium {
    font-size: 24px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    letter-spacing: 6px; }
    @media (min-width: 770px) {
      .generic-title--medium {
        font-size: 32px; } }
  .generic-title--large {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 0;
    margin-top: 0;
    letter-spacing: 0.2em; }
    @media (min-width: 770px) {
      .generic-title--large {
        font-size: 20px;
        margin-bottom: 20px; } }
    @media (min-width: 1280px) {
      .generic-title--large {
        font-size: 36px;
        margin-bottom: 30px; } }

.error-page {
  font-family: "Bank Gothic", sans-serif;
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 2px; }
  @media (min-width: 770px) {
    .error-page {
      padding-top: 160px;
      padding-bottom: 110px; } }
  .error-page__meta {
    color: #b9b8bc;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 300; }
    @media (min-width: 770px) {
      .error-page__meta {
        font-size: 20px;
        margin-bottom: 15px; } }
  .error-page__title {
    font-size: 50px;
    color: #eeeeee;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: normal;
    line-height: 40px; }
    @media (min-width: 770px) {
      .error-page__title {
        font-size: 110px;
        line-height: 60px;
        margin-bottom: 20px; } }
  .error-page__subtitle {
    color: #C39A2A;
    font-size: 12px;
    margin: 0;
    font-weight: normal;
    font-weight: 300; }
    @media (min-width: 770px) {
      .error-page__subtitle {
        font-size: 20px; } }
  .error-page__separator {
    width: 170px;
    height: 1px;
    background: #C39A2A;
    margin: 15px auto; }
    @media (min-width: 770px) {
      .error-page__separator {
        margin: 30px auto; } }
  .error-page__footer {
    margin-top: 60px; }
    @media (min-width: 770px) {
      .error-page__footer {
        margin-top: 170px; } }
  .error-page__footer-separator {
    width: 170px;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    margin: 20px auto 20px auto; }
  .error-page__community-link {
    font-family: "Open Sans", sans-serif;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px; }
    @media (min-width: 770px) {
      .error-page__community-link {
        font-size: 13px; } }
    .error-page__community-link:hover, .error-page__community-link:focus {
      color: #FAFAFA; }

.static-wrapper {
  margin-right: 20px;
  margin-left: 20px; }
  .static-wrapper__header {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 770px) {
      .static-wrapper__header {
        margin-top: 130px;
        margin-bottom: 130px; } }
  .static-wrapper__subtitle {
    font-size: 12px;
    color: #C39A2A;
    letter-spacing: 0.3em;
    margin-top: 0;
    line-height: 1.3em;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0;
    font-weight: 700; }
    @media (min-width: 770px) {
      .static-wrapper__subtitle {
        font-size: 34px; } }
  .static-wrapper__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FAFAFA;
    line-height: 1.3em;
    font-size: 16px;
    letter-spacing: 0.2em;
    margin: 0 0 10px 0; }
    @media (min-width: 770px) {
      .static-wrapper__title {
        font-size: 55px; } }
  .static-wrapper__header-separator {
    width: 170px;
    height: 1px;
    background: #C39A2A;
    display: block;
    margin: 0 auto 10px; }
    @media (min-width: 770px) {
      .static-wrapper__header-separator {
        margin: 0 auto 20px; } }
  .static-wrapper__meta {
    font-size: 12px;
    color: #eee;
    font-weight: 700; }
    @media (min-width: 770px) {
      .static-wrapper__meta {
        font-size: 15px; } }
  .static-wrapper__table-of-content {
    margin-top: 40px;
    margin-bottom: 40px; }
    .static-wrapper__table-of-content ul {
      margin: 0;
      padding: 0; }
    .static-wrapper__table-of-content li {
      list-style: none;
      font-weight: 700; }
    .static-wrapper__table-of-content span {
      display: inline-block;
      width: 25px; }
  .static-wrapper__content {
    color: #eee;
    line-height: 1.5em;
    text-align: justify; }
  .static-wrapper__highlighted {
    display: inline-block; }
    .static-wrapper__highlighted::before {
      content: '';
      display: inline-block;
      background: #C39A2A;
      width: 6px;
      height: 6px;
      vertical-align: middle;
      margin-right: 6px; }

.founding-wrapper {
  text-align: center;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 770px) {
    .founding-wrapper {
      padding-top: 95px;
      padding-bottom: 45px; } }
  .founding-wrapper__logo {
    display: inline-block;
    margin-bottom: 40px;
    max-width: 100%;
    height: auto; }
  .founding-wrapper__title {
    display: inline-block;
    position: relative;
    margin: 0;
    background: rgba(0, 0, 0, 0.35); }
    .founding-wrapper__title::before {
      content: '';
      width: 66px;
      height: 57px;
      display: inline-block;
      position: absolute;
      top: -7px;
      left: -9px;
      background-image: url(../assets/images/founding/border-sprite.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      z-index: 10;
      transition: .3s;
      pointer-events: none; }
    .founding-wrapper__title::after {
      content: '';
      width: 78px;
      height: 68px;
      display: inline-block;
      position: absolute;
      top: -7px;
      right: -9px;
      background-image: url(../assets/images/founding/border-sprite.png);
      background-position: 100% 0;
      background-repeat: no-repeat;
      z-index: 10;
      transition: .3s;
      pointer-events: none; }
  .founding-wrapper__title-helper {
    display: block;
    position: relative;
    z-index: 3; }
    .founding-wrapper__title-helper::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: url(../assets/images/black-twill.png);
      opacity: .5; }
  .founding-wrapper__title-inside {
    position: relative;
    z-index: 5;
    font-size: 26px;
    padding: 35px 20px;
    display: inline-block;
    letter-spacing: 7px;
    font-family: "Bank Gothic", sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4em; }
    @media (min-width: 480px) {
      .founding-wrapper__title-inside {
        font-size: 34px;
        padding: 35px 47px; } }
    @media (min-width: 770px) {
      .founding-wrapper__title-inside {
        font-size: 55px;
        padding: 60px 92px;
        line-height: 1em; } }
    .founding-wrapper__title-inside::before {
      content: '';
      width: 78px;
      height: 68px;
      display: inline-block;
      position: absolute;
      bottom: -7px;
      left: -9px;
      background-image: url(../assets/images/founding/border-sprite.png);
      background-position: 0 100%;
      background-repeat: no-repeat;
      z-index: 10;
      transition: .3s;
      pointer-events: none; }
    .founding-wrapper__title-inside::after {
      content: '';
      width: 78px;
      height: 68px;
      display: inline-block;
      position: absolute;
      bottom: -7px;
      right: -9px;
      background-image: url(../assets/images/founding/border-sprite.png);
      background-position: 100% 100%;
      background-repeat: no-repeat;
      z-index: 10;
      transition: .3s;
      pointer-events: none; }
  .founding-wrapper__timer {
    margin-top: 40px;
    font-family: "Bank Gothic", sans-serif; }
    .founding-wrapper__timer .icon {
      font-size: 24px;
      margin-bottom: 10px;
      display: inline-block; }
      @media (min-width: 480px) {
        .founding-wrapper__timer .icon {
          position: relative;
          top: 0px;
          font-size: 19px;
          margin-bottom: 0;
          margin-right: 6px; } }
    .founding-wrapper__timer .num {
      color: #fff;
      font-size: 18px;
      font-weight: 400; }
      @media (min-width: 480px) {
        .founding-wrapper__timer .num {
          font-size: 30px; } }
    .founding-wrapper__timer .unit {
      font-size: 15px;
      text-transform: uppercase;
      color: #C39A2A;
      font-weight: 300;
      margin-right: 10px;
      margin-left: 0; }
      @media (min-width: 480px) {
        .founding-wrapper__timer .unit {
          font-size: 18px; } }
    .founding-wrapper__timer .time-block {
      white-space: nowrap; }
  @media (min-width: 480px) {
    .founding-wrapper__clock {
      display: inline-block; } }
  .founding-wrapper__separator {
    width: 130px;
    height: 1px;
    background: #C39A2A;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px; }
  .founding-wrapper__newsletter {
    display: inline-block;
    padding: 20px;
    max-width: 620px; }
    .founding-wrapper__newsletter .subscribe-box {
      padding: 0;
      margin-top: 20px; }
    .founding-wrapper__newsletter .newsletter-responses {
      margin-top: 0;
      width: 100%;
      max-width: 520px; }
    .founding-wrapper__newsletter .response {
      margin-top: 20px; }
    .founding-wrapper__newsletter.is-open {
      background: rgba(0, 0, 0, 0.35);
      transition: 0.3s; }
      .founding-wrapper__newsletter.is-open .founding-wrapper__form {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        transition: 0.3s; }
  .founding-wrapper__form {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  .founding-wrapper__newsletter-meta {
    font-family: "Bank Gothic", sans-serif;
    font-size: 21px;
    color: #cccccc;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 10px; }
  .founding-wrapper__open-form-btn {
    font-family: "Bank Gothic", sans-serif;
    font-family: "Bank Gothic", sans-serif;
    font-size: 21px;
    color: #cccccc;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    position: relative;
    cursor: pointer;
    transition: 0.3s; }
    .founding-wrapper__open-form-btn:hover, .founding-wrapper__open-form-btn:focus {
      color: #fff;
      transition: 0.3s; }
    .founding-wrapper__open-form-btn::before, .founding-wrapper__open-form-btn::after {
      display: inline-block;
      content: '';
      width: 5px;
      height: 2px;
      background: #C39A2A;
      position: relative;
      top: -5px; }
    .founding-wrapper__open-form-btn::before {
      margin-right: 8px; }
    .founding-wrapper__open-form-btn::after {
      margin-left: 8px; }

.border-golden::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 1px rgba(96, 72, 23, 0.55) inset;
  z-index: 8;
  pointer-events: none;
  transition: .3s; }

.carousel-theme.media-gameboxes {
  padding: 0 60px; }
  @media (min-width: 770px) {
    .carousel-theme.media-gameboxes {
      padding: 0 110px; } }
  @media (min-width: 1280px) {
    .carousel-theme.media-gameboxes {
      padding: 0; } }
  .carousel-theme.media-gameboxes .slick-slide {
    margin: 12px; }
  .carousel-theme.media-gameboxes .slick-arrow {
    top: calc( 50% - 30px);
    opacity: 0.7;
    transition: opacity 0.3s; }
    .carousel-theme.media-gameboxes .slick-arrow .icon {
      color: #C39A2A; }
    .carousel-theme.media-gameboxes .slick-arrow:before {
      content: ' ';
      position: absolute;
      display: block;
      top: 13px;
      width: 14px;
      height: 14px;
      border: 2px solid #a9a9a9;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: border 0.3s; }
    .carousel-theme.media-gameboxes .slick-arrow:after {
      content: ' ';
      position: absolute;
      display: block;
      width: 6px;
      height: 6px;
      background-color: transparent;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 17px;
      transition: background-color 0.3s; }
    .carousel-theme.media-gameboxes .slick-arrow.slick-prev {
      left: 0px; }
      @media (min-width: 770px) {
        .carousel-theme.media-gameboxes .slick-arrow.slick-prev {
          left: 40px; } }
      .carousel-theme.media-gameboxes .slick-arrow.slick-prev:before {
        right: -2px; }
      .carousel-theme.media-gameboxes .slick-arrow.slick-prev:after {
        right: 2px; }
    .carousel-theme.media-gameboxes .slick-arrow.slick-next {
      right: 0px; }
      @media (min-width: 770px) {
        .carousel-theme.media-gameboxes .slick-arrow.slick-next {
          right: 40px; } }
      .carousel-theme.media-gameboxes .slick-arrow.slick-next:before {
        left: -2px; }
      .carousel-theme.media-gameboxes .slick-arrow.slick-next:after {
        left: 2px; }
    .carousel-theme.media-gameboxes .slick-arrow:hover:before {
      border: 2px solid #FAFAFA; }
    .carousel-theme.media-gameboxes .slick-arrow:hover:after {
      background-color: #C39A2A; }
    .carousel-theme.media-gameboxes .slick-arrow.slick-disabled:hover {
      opacity: 0.7; }
      .carousel-theme.media-gameboxes .slick-arrow.slick-disabled:hover:before {
        border: 2px solid #a9a9a9; }
      .carousel-theme.media-gameboxes .slick-arrow.slick-disabled:hover:after {
        background-color: transparent; }
  .carousel-theme.media-gameboxes .slick-dots {
    margin-bottom: 24px; }
    .carousel-theme.media-gameboxes .slick-dots li {
      padding: 0; }
      .carousel-theme.media-gameboxes .slick-dots li span {
        width: 14px;
        height: 14px;
        background: none;
        position: relative; }
        .carousel-theme.media-gameboxes .slick-dots li span:before {
          content: ' ';
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          width: 14px;
          height: 14px;
          border: 2px solid #FAFAFA;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          opacity: 0;
          transition: opacity 0.3s; }
        .carousel-theme.media-gameboxes .slick-dots li span:after {
          content: ' ';
          position: absolute;
          display: block;
          top: 4px;
          left: 4px;
          width: 6px;
          height: 6px;
          background-color: #a9a9a9;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          transition: background-color 0.3s; }
      .carousel-theme.media-gameboxes .slick-dots li.slick-active span {
        border: none;
        width: 14px;
        height: 14px; }
        .carousel-theme.media-gameboxes .slick-dots li.slick-active span:before {
          opacity: 1; }
        .carousel-theme.media-gameboxes .slick-dots li.slick-active span:after {
          background-color: #C39A2A; }

.media-gamebox {
  position: relative; }
  .media-gamebox:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .media-gamebox__bg {
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .media-gamebox__inside {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .media-gamebox__title-holder {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .media-gamebox__title-holder-top {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative; }
  .media-gamebox__title-holder-bottom {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative; }
  .media-gamebox__subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #C39A2A;
    letter-spacing: 0.038em;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    position: absolute;
    bottom: 2px;
    left: 20px;
    right: 20px; }
  .media-gamebox__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #FAFAFA;
    margin: 0;
    letter-spacing: 0.044em;
    font-size: 18px;
    line-height: 21px;
    transition: color 0.3s;
    position: absolute;
    top: 2px;
    left: 20px;
    right: 20px; }
  .media-gamebox:hover .media-gamebox__bg, .media-gamebox.active .media-gamebox__bg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter 0.3s, filter 0.3s; }

.media-platform-select-wrapper {
  position: relative; }

.media-platform-select {
  position: relative;
  text-align: center;
  margin: 20px 0; }
  @media (min-width: 1280px) {
    .media-platform-select {
      position: absolute;
      margin: 0;
      top: -64px;
      right: 12px; } }

.media-item a {
  display: block; }

.media-item img {
  transition: -webkit-filter 0.3s, filter 0.3s;
  width: 100%;
  display: block; }

.media-item__text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 15px 10px 15px;
  font-size: 13px;
  letter-spacing: 0.09em;
  background: rgba(0, 0, 0, 0.65);
  color: #FAFAFA;
  line-height: 1.35em;
  word-wrap: break-word; }
  .media-item__text p {
    margin: 0; }

.media-item .media-play-video,
.media-item .media-magnifier,
.media-item .media-download {
  opacity: 0; }
  .media-item .media-play-video:before,
  .media-item .media-magnifier:before,
  .media-item .media-download:before {
    content: ' ';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 150px 50px rgba(0, 0, 0, 0.35); }

.media-item.button-always-visible .media-play-video,
.media-item.button-always-visible .media-magnifier,
.media-item.button-always-visible .media-download {
  opacity: 1; }

.touch-false .media-item:hover img {
  -webkit-filter: grayscale(100%) brightness(50%);
  filter: grayscale(100%) brightness(50%);
  transition: -webkit-filter 0.3s, filter 0.3s; }

.touch-false .media-item:hover .media-play-video,
.touch-false .media-item:hover .media-magnifier,
.touch-false .media-item:hover .media-download {
  opacity: 1; }

.media-video-item .media-play-video {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.media-picture-item .media-magnifier {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity .3s; }

.media-ebook-item__downloads {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.media-ebook-item .media-download {
  width: 60px;
  margin: 0 10px;
  transition: opacity .3s; }
  .media-ebook-item .media-download__ext {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    background-color: transparent;
    padding: 2px;
    display: inline-block;
    opacity: 0;
    transition: opacity background-color .3s; }
  .media-ebook-item .media-download:hover .media-download__ext {
    color: white; }

.media-ebook-item:hover img {
  -webkit-filter: grayscale(100%) brightness(50%);
  filter: grayscale(100%) brightness(50%);
  transition: -webkit-filter 0.3s, filter 0.3s; }

.media-ebook-item:hover .media-download {
  opacity: 1; }

.media-ebook-item:hover .media-download__ext {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.35); }

.media-show-more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .media-show-more__left, .media-show-more__right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: rgba(97, 97, 97, 0.85); }
  .media-show-more__left {
    margin-right: 14px; }
  .media-show-more__right {
    margin-left: 14px; }
  .media-show-more__inner {
    position: relative;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid #616161;
    transition: opacity .3s;
    opacity: 0.85; }
    .media-show-more__inner:before, .media-show-more__inner:after {
      content: '';
      width: 8px;
      height: 8px;
      border: 1px solid #C39A2A;
      background: transparent;
      display: inline-block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 12px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: all 0.3s; }
    .media-show-more__inner:before {
      left: -4px; }
    .media-show-more__inner:after {
      right: -4px; }
    .media-show-more__inner:hover {
      opacity: 1; }
      .media-show-more__inner:hover .media-show-more__hover-tl,
      .media-show-more__inner:hover .media-show-more__hover-tr,
      .media-show-more__inner:hover .media-show-more__hover-bl,
      .media-show-more__inner:hover .media-show-more__hover-br {
        opacity: 1; }
  .media-show-more__text {
    padding: 5px 15px;
    font-size: 13px;
    color: #FAFAFA;
    display: inline-block;
    transition: color 0.3s;
    line-height: 1.5em; }
    .media-show-more__text:before, .media-show-more__text:after {
      content: '';
      height: 1px;
      background: #616161;
      display: block;
      position: absolute;
      bottom: -1px; }
    .media-show-more__text:before {
      left: 0;
      right: calc(50% + 18px); }
    .media-show-more__text:after {
      left: calc(50% + 18px);
      right: 0; }
  .media-show-more__icon {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
  .media-show-more__hover-tl, .media-show-more__hover-tr, .media-show-more__hover-bl, .media-show-more__hover-br {
    content: '';
    display: block;
    width: 10px;
    height: 12px;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 100; }
  .media-show-more__hover-tl:before, .media-show-more__hover-tr:before {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    bottom: -5px;
    background: #C39A2A;
    position: absolute; }
  .media-show-more__hover-tl {
    top: -1px;
    left: -1px;
    border-top: 1px solid #C39A2A;
    border-left: 1px solid #C39A2A; }
    .media-show-more__hover-tl:before {
      left: -14px; }
  .media-show-more__hover-tr {
    top: -1px;
    right: -1px;
    border-top: 1px solid #C39A2A;
    border-right: 1px solid #C39A2A; }
    .media-show-more__hover-tr:before {
      right: -14px; }
  .media-show-more__hover-bl {
    bottom: -1px;
    left: -1px;
    border-bottom: 1px solid #C39A2A;
    border-left: 1px solid #C39A2A; }
  .media-show-more__hover-br {
    bottom: -1px;
    right: -1px;
    border-bottom: 1px solid #C39A2A;
    border-right: 1px solid #C39A2A; }
  .media-show-more__spinner {
    display: inline-block;
    z-index: 20;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px; }
    .media-show-more__spinner svg {
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -9px;
      margin-right: -9px;
      fill: #C39A2A;
      z-index: 20;
      -webkit-animation-name: buttonSpinnerRotate;
      animation-name: buttonSpinnerRotate;
      -webkit-animation-duration: 0.7s;
      animation-duration: 0.7s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }
  .media-show-more .is-spinning .media-show-more__text {
    color: transparent; }

.doc-popup {
  z-index: 10051; }
  .doc-popup .mfp-content {
    margin-bottom: 20px; }
  .doc-popup .mfp-iframe-scaler {
    padding-top: calc(141.42% + 140px); }
    @media (min-width: 770px) {
      .doc-popup .mfp-iframe-scaler {
        padding-top: calc(100vh - 36px); } }
    @media (min-width: 1280px) {
      .doc-popup .mfp-iframe-scaler {
        padding-top: calc(100vh - 36px); } }
    .doc-popup .mfp-iframe-scaler iframe {
      top: 70px;
      height: calc(100% - 140px); }
      @media (min-width: 770px) {
        .doc-popup .mfp-iframe-scaler iframe {
          top: 40px;
          height: calc(100% - 136px); } }
      @media (min-width: 1280px) {
        .doc-popup .mfp-iframe-scaler iframe {
          top: 40px;
          height: calc(100% - 80px); } }
    .doc-popup .mfp-iframe-scaler .mfp-figure:after {
      display: none; }

.mixed-popup.media-popup img.mfp-img {
  padding: 40px 0 76px; }

@media (min-width: 770px) {
  .mixed-popup.media-popup img.mfp-img {
    padding: 40px 0 96px; } }

@media (min-width: 1280px) {
  .mixed-popup.media-popup img.mfp-img {
    padding: 40px 0 36px; } }

.mixed-popup.media-popup .mfp-figure:after {
  bottom: 96px; }

.video-popup.media-popup .mfp-iframe-scaler {
  padding-top: calc(56.25% + 140px); }
  @media (min-width: 770px) {
    .video-popup.media-popup .mfp-iframe-scaler {
      padding-top: calc(56.25% + 200px); } }
  @media (min-width: 1280px) {
    .video-popup.media-popup .mfp-iframe-scaler {
      padding-top: calc(56.25% + 80px); } }
  .video-popup.media-popup .mfp-iframe-scaler iframe {
    top: 70px;
    height: calc(100% - 140px); }
    @media (min-width: 770px) {
      .video-popup.media-popup .mfp-iframe-scaler iframe {
        top: 100px;
        height: calc(100% - 200px); } }
    @media (min-width: 1280px) {
      .video-popup.media-popup .mfp-iframe-scaler iframe {
        top: 40px;
        height: calc(100% - 80px); } }

.media-popup .mfp-iframe-scaler .mfp-close,
.media-popup .mfp-image-holder .mfp-close {
  right: 0;
  top: -7px; }

.media-popup .mfp-iframe-holder .mfp-content {
  max-width: 960px; }

.media-popup .mfp-image-holder .mfp-content {
  max-width: 1180px; }

.media-popup .mfp-share {
  position: absolute;
  right: 30px;
  left: 30px;
  top: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1280px) {
    .media-popup .mfp-share {
      height: 30px;
      padding-right: 22px;
      right: 50px;
      left: auto;
      border-right: 1px solid #313032; } }
  .media-popup .mfp-share__text {
    display: block;
    width: 100%;
    font-size: 12px;
    height: 24px;
    line-height: normal;
    text-align: center; }
    @media (min-width: 770px) {
      .media-popup .mfp-share__text {
        height: 30px;
        font-size: 16px; } }
    @media (min-width: 1280px) {
      .media-popup .mfp-share__text {
        font-size: 13px;
        width: auto;
        display: inline-block;
        margin-right: 10px;
        line-height: 30px; } }
  .media-popup .mfp-share__link {
    display: inline-block;
    border: 1px solid #C39A2A;
    background-color: transparent;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    text-align: center;
    opacity: 0.8;
    transition: opacity background-color 0.3s; }
    @media (min-width: 770px) {
      .media-popup .mfp-share__link {
        width: 40px;
        height: 40px; } }
    @media (min-width: 1280px) {
      .media-popup .mfp-share__link {
        width: 28px;
        height: 28px; } }
    .media-popup .mfp-share__link:hover {
      opacity: 1;
      background-color: #C39A2A; }
      .media-popup .mfp-share__link:hover .icon {
        color: black; }
  .media-popup .mfp-share .icon {
    color: #b3b3b3;
    font-size: 18px;
    line-height: 30px;
    transition: color 0.3s; }
    @media (min-width: 770px) {
      .media-popup .mfp-share .icon {
        font-size: 24px;
        line-height: 40px; } }
    @media (min-width: 1280px) {
      .media-popup .mfp-share .icon {
        font-size: 17px;
        line-height: 28px; } }

.media-popup .mfp-download {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1280px) {
    .media-popup .mfp-download {
      bottom: -10px; } }
  .media-popup .mfp-download__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 1280px) {
      .media-popup .mfp-download__link {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .media-popup .mfp-download__link:hover .mfp-download__text {
      opacity: 1; }
  .media-popup .mfp-download__text {
    font-size: 12px;
    opacity: 0.8;
    transition: opacity 0.3s;
    display: inline-block;
    height: 24px;
    line-height: normal; }
    @media (min-width: 770px) {
      .media-popup .mfp-download__text {
        font-size: 16px;
        height: 40px; } }
    @media (min-width: 1280px) {
      .media-popup .mfp-download__text {
        font-size: 13px;
        margin-right: 10px;
        line-height: 30px;
        height: 30px; } }
  .media-popup .mfp-download__icon {
    width: 26px;
    height: 26px; }
    @media (min-width: 770px) {
      .media-popup .mfp-download__icon {
        width: 38px;
        height: 38px; } }

@media (max-width: 1279px) {
  .media-popup img.mfp-img {
    padding: 100px 0 100px; } }

@media (max-width: 769px) {
  .media-popup img.mfp-img {
    padding: 70px 0 70px; } }

.media-popup .mfp-arrow--left {
  left: -60px; }

.media-popup .mfp-arrow--right {
  right: -60px; }

.media-popup .mfp-arrow--override.icon {
  font-size: 28px; }

.media-item-row .container {
  padding-bottom: 0.1px; }

.media-container {
  padding-bottom: 0.1px; }
  .media-container .gird-container {
    padding-bottom: 0.1px; }

/*.wizard {
	&__content {
		padding-top: 160px;
		padding-bottom: 160px;
	}

	&__footer {
		margin: 60px 0 20px;
	}
}*/
.atwho-view {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-top: 18px;
  background: white;
  color: black;
  border: 1px solid #DDD;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-width: 120px;
  z-index: 11110 !important; }

.atwho-view .atwho-header {
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  border-bottom: solid 1px #eaeff1;
  color: #6f8092;
  font-size: 11px;
  font-weight: bold; }

.atwho-view .atwho-header .small {
  color: #6f8092;
  float: right;
  padding-top: 2px;
  margin-right: -5px;
  font-size: 12px;
  font-weight: normal; }

.atwho-view .atwho-header:hover {
  cursor: default; }

.atwho-view .cur {
  background: #3366FF;
  color: white; }

.atwho-view .cur small {
  color: white; }

.atwho-view strong {
  color: #3366FF; }

.atwho-view .cur strong {
  color: white;
  font: bold; }

.atwho-view ul {
  /* width: 100px; */
  list-style: none;
  padding: 0;
  margin: auto;
  max-height: 200px;
  overflow-y: auto; }

.atwho-view ul li {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
  /* border-top: 1px solid #C8C8C8; */ }

.atwho-view small {
  font-size: smaller;
  color: #777;
  font-weight: normal; }

#croppic {
  width: 400px;
  /* MANDATORY */
  height: 208px;
  /* MANDATORY */
  position: relative;
  /* MANDATORY */
  margin: 50px 70px 20px;
  border: 3px  solid #FFF;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  border-radius: 2px;
  background-image: url(../assets/images/croppic/placeholder.png);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1); }

/* DO NOT CHANGE FROM HERE ( unless u know what u are doing) */
.cropImgWrapper {
  cursor: -webkit-grab;
  cursor: grab; }

.cropImgWrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.cropImgUpload {
  z-index: 2;
  position: absolute;
  height: 28px;
  display: block;
  top: -30px;
  right: -2px;
  font-family: sans-serif;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #FFF; }

.cropControls {
  z-index: 2;
  position: absolute;
  height: 30px;
  display: block;
  /* top: -31px; */
  top: -1px;
  right: -1px;
  font-family: sans-serif;
  background-color: rgba(0, 0, 0, 0.35); }

.cropControls i {
  display: block;
  float: left;
  margin: 0;
  cursor: pointer;
  /*background-image:url('../assets/images/croppic/cropperIcons.png');	*/
  width: 30px;
  height: 30px;
  text-align: center;
  color: #FFF;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 22px;
  line-height: 30px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cropControls i:hover {
  background-color: rgba(0, 0, 0, 0.7); }

.cropControls i.cropControlZoomMuchIn::before {
  content: "\e3ba"; }

.cropControls i.cropControlZoomIn::before {
  content: "\e145"; }

.cropControls i.cropControlZoomOut::before {
  content: "\e15b"; }

.cropControls i.cropControlZoomMuchOut::before {
  content: "\e15d"; }

.cropControls i.cropControlRotateLeft::before {
  content: "\e419"; }

.cropControls i.cropControlRotateRight::before {
  content: "\e41a"; }

.cropControls i.cropControlCrop {
  color: #6ae86a; }
  .cropControls i.cropControlCrop::before {
    content: "\e3be"; }

.cropControls i.cropControlUpload {
  background-position: -150px 0px; }

.cropControls i.cropControlReset::before {
  content: "\e8ba"; }

.cropControls i.cropControlRemoveCroppedImage {
  background-position: -180px 0px; }

.cropControls i:last-child {
  margin-right: none; }

#croppicModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000; }

/*
*		PRELOADER 
*		With courtesy of : http://cssload.net/
*/
.bubblingG {
  text-align: center;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px auto auto -40px;
  z-index: 2; }

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 25px auto;
  background: #FFF;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50px;
  -moz-animation: bubblingG 1s infinite alternate;
  -webkit-border-radius: 50px;
  -webkit-animation: bubblingG 1s infinite alternate;
  -ms-border-radius: 50px;
  -ms-animation: bubblingG 1s infinite alternate;
  -o-border-radius: 50px;
  -o-animation: bubblingG 1s infinite alternate;
  border-radius: 50px;
  -webkit-animation: bubblingG 1s infinite alternate;
  animation: bubblingG 1s infinite alternate; }

#bubblingG_1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

#bubblingG_2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

#bubblingG_3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    -webkit-transform: translateY(0); }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -webkit-transform: translateY(-21px); } }

@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -webkit-transform: translateY(-21px);
    transform: translateY(-21px); } }

/* some reset stlyes */
.header-preview-upload-spinner {
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px auto auto -25px;
  z-index: 15; }
  .header-preview-upload-spinner svg {
    z-index: 15;
    width: 50px;
    height: 50px;
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    fill: #FAFAFA;
    -webkit-animation-name: buttonSpinnerRotate;
    animation-name: buttonSpinnerRotate;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

.loader-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  display: block; }

.cropImgWrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.cropImgWrapper {
  cursor: -webkit-grab;
  cursor: grab; }

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-panel.mm-noanimation {
  transition: none !important; }

.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-next:after, .mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar .mm-btn:first-child {
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview a, .mm-listview a:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listview > li:not(.mm-divider):after {
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }

html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }

.mm-menu.mm-offcanvas.mm-opened {
  display: block; }

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10; }

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

.mm-menu .mm-listview.mm-border-none > li:after, .mm-menu .mm-listview > li.mm-border-none:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-menu .mm-listview.mm-border-full > li:after, .mm-menu .mm-listview > li.mm-border-full:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

.mm-menu .mm-listview.mm-border-offset > li:after, .mm-menu .mm-listview > li.mm-border-offset:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px; }

.mm-menu.mm-fx-menu-zoom {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease; }

html.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

html.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-fx-menu-slide {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease; }

html.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  transition: opacity .4s ease; }

html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1; }

.mm-menu .mm-fx-panels-none.mm-panel, .mm-menu.mm-fx-panels-none .mm-panel {
  transition-property: none; }

.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu .mm-fx-panels-zoom.mm-panel, .mm-menu.mm-fx-panels-zoom .mm-panel {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0); }

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu .mm-fx-panels-slide-up.mm-panel, .mm-menu.mm-fx-panels-slide-up .mm-panel {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li {
  transition: none .4s ease; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(2) {
  transition-delay: .1s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(4) {
  transition-delay: .2s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(6) {
  transition-delay: .3s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(8) {
  transition-delay: .4s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(10) {
  transition-delay: .5s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(12) {
  transition-delay: .6s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(14) {
  transition-delay: .7s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms; }

.mm-menu.mm-fx-listitems-slide .mm-listview > li {
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  transition-property: opacity;
  opacity: 0; }

html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  transition-property: opacity,top;
  opacity: 0;
  top: -25%; }

html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-iconbar body {
  overflow-x: hidden; }

html.mm-iconbar .mm-page {
  background: inherit;
  min-height: 100vh; }

html.mm-iconbar .mm-slideout {
  box-sizing: border-box;
  padding-right: 60px;
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0); }

.mm-menu.mm-iconbar {
  display: block; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after, .mm-menu .mm-panels > .mm-panel.mm-listview-justify:before, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:after, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:before {
  content: none;
  display: none; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 40px; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li:not(.mm-divider), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > a:not(.mm-next), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.mm-listview-small .mm-listview > li > a:not(.mm-next), .mm-listview-small .mm-listview > li > span {
  padding: 7px 10px 7px 20px; }

.mm-listview-small .mm-listview > li.mm-vertical > .mm-next, .mm-listview-small .mm-vertical > .mm-listview > li > .mm-next {
  height: 34px; }

.mm-listview-large .mm-listview > li > a:not(.mm-next), .mm-listview-large .mm-listview > li > span {
  padding: 15px 10px 15px 20px; }

.mm-listview-large .mm-listview > li.mm-vertical > .mm-next, .mm-listview-large .mm-vertical > .mm-listview > li > .mm-next {
  height: 50px; }

.mm-listview-huge .mm-listview > li > a:not(.mm-next), .mm-listview-huge .mm-listview > li > span {
  padding: 20px 10px 20px 20px; }

.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next, .mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next {
  height: 60px; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-menu .mm-listview.mm-multiline > li > a, .mm-menu .mm-listview.mm-multiline > li > span, .mm-menu .mm-listview > li.mm-multiline > a, .mm-menu .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal; }

.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0; }

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: .3;
  transition: opacity .4s ease .4s; }

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit; }

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff; }

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000; }

.mm-menu.mm-popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-opening .mm-menu.mm-popup {
  opacity: 1; }

.mm-menu.mm-offcanvas.mm-right {
  left: auto; }

html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2; }

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-offcanvas.mm-bottom {
  top: auto; }

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100; }

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none; }

.mm-menu.mm-shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-shadow-page.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-shadow-page.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

html.mm-widescreen body {
  position: relative; }

html.mm-widescreen #mm-blocker {
  display: none !important; }

html.mm-widescreen .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  width: 70% !important;
  margin-left: 30% !important; }

html.mm-widescreen .mm-page {
  background: inherit;
  box-sizing: border-box; }

html.mm-widescreen.mm-blocking, html.mm-widescreen.mm-blocking body {
  overflow: auto; }

.mm-menu.mm-widescreen {
  border-right-width: 1px;
  border-right-style: solid;
  display: block !important;
  width: 30% !important;
  min-width: 0 !important;
  max-width: none !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-menu.mm-widescreen.mm-pageshadow:after {
  content: none;
  display: none; }

.mm-menu.mm-autoheight {
  transition: none .4s ease;
  transition-property: -webkit-transform,height;
  transition-property: transform,height; }

.mm-menu.mm-autoheight:not(.mm-offcanvas) {
  position: relative; }

.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened, .mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
  display: block !important; }

.mm-menu.mm-measureheight .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

.mm-columns {
  transition-property: width; }

.mm-columns .mm-panels > .mm-panel {
  right: auto;
  transition-property: width,-webkit-transform;
  transition-property: width,transform; }

.mm-columns .mm-panels > .mm-panel.mm-opened, .mm-columns .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important; }

.mm-columns .mm-panels > .mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-columns-0 .mm-panels > .mm-panel {
  z-index: 0; }

.mm-columns-0 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0; }

html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 0px) {
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 0px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.mm-columns .mm-panels > .mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%; }

.mm-columns-1 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

.mm-columns .mm-panels > .mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%; }

.mm-columns-2 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px; }

html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1100px) {
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 1100px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0); } }

.mm-columns .mm-panels > .mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%; }

.mm-columns-3 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px; }

html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1650px) {
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 1650px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0); } }

.mm-columns .mm-panels > .mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%; }

.mm-columns-4 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px; }

html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 2200px) {
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 2200px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0); } }

.mm-columns.mm-offcanvas.mm-bottom, .mm-columns.mm-offcanvas.mm-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }

html.mm-opening .mm-columns.mm-offcanvas.mm-front, html.mm-opening .mm-columns.mm-offcanvas.mm-next {
  transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,transform; }

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px; }

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 90px; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s; }

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-dropdown #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-dropdown .mm-menu {
  z-index: 2; }

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none; }

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu.mm-tipleft:before {
  left: 22px; }

.mm-menu.mm-tipright:before {
  right: 22px; }

.mm-menu.mm-tiptop:before {
  top: -8px; }

.mm-menu.mm-tipbottom:before {
  bottom: -8px; }

.mm-iconpanel .mm-panels > .mm-panel {
  transition-property: -webkit-transform,left;
  transition-property: transform,left; }

.mm-iconpanel .mm-panels > .mm-panel.mm-opened, .mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important; }

.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity .4s ease; }

.mm-subopened .mm-subblocker {
  opacity: .6;
  bottom: -100000px; }

.mm-keyboardfocus a:focus {
  outline: 0; }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5); }

.mm-navbars-bottom, .mm-navbars-top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3; }

.mm-navbars-bottom > .mm-navbar, .mm-navbars-top > .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0; }

.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

.mm-menu.mm-rtl {
  direction: rtl; }

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto; }

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0; }

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0; }

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px; }

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important; }

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0; }

.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0; }

.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px; }

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px; }

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px; }

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px; }

.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important; }

.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px; }

.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px; }

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px; }

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0; }

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  transition-property: -webkit-transform,right;
  transition-property: transform,right; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit; }

.mm-search, .mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
  position: relative; }

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar > .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 15;
  transition: right .4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  transition: background .4s ease; }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5); }

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px; }

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0; }

li.mm-vertical label.mm-toggle {
  top: 5px; }

li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-check, label.mm-toggle {
  right: 20px; }

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a, label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75); }

.display-banner {
  background: rgba(17, 17, 17, 0.75);
  position: relative;
  color: #FAFAFA;
  padding: 16px 20px;
  font-family: "Open Sans", sans-serif; }
  @media (max-width: 769px) {
    .display-banner {
      height: auto !important;
      font-size: 10px; } }
  .display-banner.is-iframe, .display-banner.is-image {
    padding: 0; }
  .display-banner.is-empty {
    display: none;
    visibility: hidden; }
  .display-banner.is-iframe iframe {
    border: none;
    width: 100%;
    height: 100%; }
  .display-banner.is-blade {
    padding: 0;
    background: transparent; }
  .display-banner.is-image .image-link {
    display: block; }
  .display-banner.is-image .image-bg {
    width: 100%;
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 479px) {
      .display-banner.is-image .image-bg {
        height: 140px !important; } }
    .display-banner.is-image .image-bg--flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .display-banner.is-image .image-bg .highlighted-title {
      position: absolute;
      top: 25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (max-width: 769px) {
        .display-banner.is-image .image-bg .highlighted-title {
          background-color: rgba(0, 0, 0, 0.5);
          left: 0px;
          top: 0px;
          margin: 0px;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          text-align: center;
          width: 100%; } }
  .display-banner__wysiwyg-content {
    padding: 30px; }
    @media (max-width: 769px) {
      .display-banner__wysiwyg-content {
        margin-top: 30px; } }

.banner-highlighted-title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #FAFAFA;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 7px;
  background: rgba(0, 0, 0, 0.4);
  padding: 9px 20px;
  display: inline-block;
  margin: 0 0 15px 0; }
  .banner-highlighted-title::before, .banner-highlighted-title::after {
    display: inline-block;
    content: '';
    width: 5px;
    height: 2px;
    background: #C39A2A;
    position: relative;
    top: -7px; }
  .banner-highlighted-title::before {
    margin-right: 8px; }
  .banner-highlighted-title::after {
    margin-left: 8px; }

.display-banner--yellow-corners .border-helper-tl,
.display-banner--yellow-corners .border-helper-tr,
.display-banner--yellow-corners .border-helper-bl,
.display-banner--yellow-corners .border-helper-br {
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #C39A2A;
  position: absolute;
  z-index: 10; }

.display-banner--yellow-corners .border-helper-tl {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0; }

.display-banner--yellow-corners .border-helper-tr {
  top: 0;
  right: 0;
  border-left: 0;
  border-bottom: 0; }

.display-banner--yellow-corners .border-helper-bl {
  bottom: 0;
  left: 0;
  border-right: 0;
  border-top: 0; }

.display-banner--yellow-corners .border-helper-br {
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0; }

.display-banner--silver-corners .border-helper-tl,
.display-banner--silver-corners .border-helper-tr,
.display-banner--silver-corners .border-helper-bl,
.display-banner--silver-corners .border-helper-br {
  display: block;
  width: 39px;
  height: 34px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-size: 39px 34px; }
  @media (min-width: 1280px) {
    .display-banner--silver-corners .border-helper-tl,
    .display-banner--silver-corners .border-helper-tr,
    .display-banner--silver-corners .border-helper-bl,
    .display-banner--silver-corners .border-helper-br {
      background-size: 78px 68px;
      width: 78px;
      height: 68px; } }

.display-banner--silver-corners .border-helper-tl {
  top: -4px;
  left: -5px;
  background-image: url("../assets/images/borders/highlighted/top-left.png"); }
  @media (min-width: 1280px) {
    .display-banner--silver-corners .border-helper-tl {
      top: -8px;
      left: -9px; } }

.display-banner--silver-corners .border-helper-tr {
  top: -4px;
  right: -5px;
  background-image: url("../assets/images/borders/highlighted/top-right.png"); }
  @media (min-width: 1280px) {
    .display-banner--silver-corners .border-helper-tr {
      top: -8px;
      right: -9px; } }

.display-banner--silver-corners .border-helper-bl {
  bottom: -4px;
  left: -5px;
  background-image: url("../assets/images/borders/highlighted/bottom-left.png"); }
  @media (min-width: 1280px) {
    .display-banner--silver-corners .border-helper-bl {
      bottom: -8px;
      left: -9px; } }

.display-banner--silver-corners .border-helper-br {
  bottom: -4px;
  right: -5px;
  background-image: url("../assets/images/borders/highlighted/bottom-right.png"); }
  @media (min-width: 1280px) {
    .display-banner--silver-corners .border-helper-br {
      bottom: -8px;
      right: -9px; } }

.display-banner--golder-lines-and-arrows .display-banner__inside {
  position: relative; }
  .display-banner--golder-lines-and-arrows .display-banner__inside::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 0 1px rgba(96, 72, 23, 0.55) inset;
    z-index: 8;
    pointer-events: none;
    transition: .3s; }
  .display-banner--golder-lines-and-arrows .display-banner__inside::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 19px;
    height: 18px;
    background: url(../assets/images/home-product-card-corner.png) center center no-repeat;
    pointer-events: none;
    z-index: 10;
    pointer-events: none;
    transition: .3s; }

.display-banner--golder-lines-and-arrows:hover .display-banner__inside::before,
.display-banner--golder-lines-and-arrows:hover .display-banner__inside::after {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .3s; }

.display-banner--golden-lines .display-banner__inside {
  position: relative; }
  .display-banner--golden-lines .display-banner__inside::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 0 1px rgba(96, 72, 23, 0.55) inset;
    z-index: 8;
    pointer-events: none;
    transition: .3s; }

.display-banner--golden-lines:hover .display-banner__inside::before,
.display-banner--golden-lines:hover .display-banner__inside::after {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .3s; }

.display-banner--skull-borders {
  position: relative; }
  .display-banner--skull-borders::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url("../assets/images/borders/skull/border-left.png");
    background-repeat: repeat-y;
    height: 100%;
    width: 6px;
    z-index: 20;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .display-banner--skull-borders::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    background-image: url("../assets/images/borders/skull/border-left.png");
    background-repeat: repeat-y;
    height: 100%;
    width: 6px;
    z-index: 20;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .display-banner--skull-borders .display-banner__inside {
    position: relative; }
    .display-banner--skull-borders .display-banner__inside::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      background-image: url("../assets/images/borders/skull/border-top.png");
      background-repeat: repeat-x;
      height: 6px;
      width: 100%;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      z-index: 20; }
    .display-banner--skull-borders .display-banner__inside::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      background-image: url("../assets/images/borders/skull/border-top.png");
      background-repeat: repeat-x;
      height: 6px;
      width: 100%;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      z-index: 20; }
  .display-banner--skull-borders .border-helper-tl,
  .display-banner--skull-borders .border-helper-tr,
  .display-banner--skull-borders .border-helper-bl,
  .display-banner--skull-borders .border-helper-br {
    display: block;
    width: 48px;
    height: 38px;
    position: absolute;
    z-index: 30;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .display-banner--skull-borders .border-helper-tl {
    width: 48px;
    height: 37px;
    top: -8px;
    left: -4px;
    background-image: url("../assets/images/borders/skull/left-top.png"); }
  .display-banner--skull-borders .border-helper-tr {
    width: 48px;
    height: 37px;
    top: -8px;
    right: -4px;
    background-image: url("../assets/images/borders/skull/right-top.png"); }
  .display-banner--skull-borders .border-helper-bl {
    width: 48px;
    height: 38px;
    bottom: -8px;
    left: -4px;
    background-image: url("../assets/images/borders/skull/left-bottom.png"); }
  .display-banner--skull-borders .border-helper-br {
    bottom: -8px;
    right: -4px;
    background-image: url("../assets/images/borders/skull/right-bottom.png");
    width: 48px;
    height: 38px; }

.header-banner {
  overflow: hidden;
  max-height: 100px;
  overflow: hidden; }
  .header-banner .swb-container {
    margin: 0; }
  .header-banner__close {
    position: absolute;
    color: #FAFAFA;
    font-size: 14px;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.55;
    transition: all 0.3s; }
    @media (max-width: 490px) {
      .header-banner__close {
        top: 0px;
        right: 0px; } }
    .header-banner__close i {
      position: relative; }
    .header-banner__close:hover {
      color: black;
      opacity: 1; }
      .header-banner__close:hover .header-banner__close-helper:before {
        background: #FAFAFA;
        border: 1px solid #FAFAFA; }
    .header-banner__close:active .header-banner__close-helper {
      border: 1px solid #FAFAFA; }
  .header-banner__close-helper {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s; }
    .header-banner__close-helper:before {
      content: ' ';
      display: block;
      position: absolute;
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px;
      border: 1px solid #C39A2A;
      background: transparent;
      transition: all 0.3s; }

body.nm-opened #main-ps-container,
body.nm-opened #main-ps-container {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.nm-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0;
  transition: 0.2s; }
  .nm-bg.is-ready {
    transition: 0.2s;
    opacity: 0.65; }

.nm-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 20000; }

.nm-content {
  width: 560px;
  border-radius: 4px;
  background: #2e2d34;
  z-index: 1062;
  padding: 16px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .nm-content .text-button:focus,
  .nm-content .text-button:active {
    color: #FAFAFA; }
  .nm-content .text-button {
    opacity: .8;
    transition: opacity .2s; }
    .nm-content .text-button:hover {
      opacity: 1;
      color: #FAFAFA;
      transition: opacity .2s; }
  .nm-content.is-ready {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .nm-content .title-icon {
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    bottom: -1px; }
  .nm-content .description {
    font-family: 'Open Sans';
    font-size: 13px;
    margin-bottom: 20px; }

.nm-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.nm-close {
  color: #a1a0a3 !important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 44px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: 0.2s;
  text-align: center; }
  .nm-close:hover {
    opacity: 0.8;
    transition: 0.2s; }

/*#main-ps-container {
	filter: grayscale(100%);
}*/
body.is-tutorial-page .header-banner-helper,
body.is-tutorial-page .site-header,
body.is-tutorial-page .footer {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

body.is-tutorial-page .site-header::after,
body.is-tutorial-page .footer::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1200px;
  bottom: 0;
  left: -1200px;
  background: #0b0b0b;
  opacity: 0.65;
  z-index: 3000; }

body.is-tutorial-page .ps-scrollbar-y-rail {
  display: none !important; }

body.is-tutorial-page #front-scroll-top-container {
  display: none !important; }

body.is-tutorial-page .site-footer {
  background-color: #141122 !important; }

.tutorial-wrapper {
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: calc(-1920px / 2);
  z-index: 1000; }
  .tutorial-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1200px;
    bottom: 0;
    left: -1200px;
    background: #0b0b0b;
    opacity: 0.65;
    z-index: 3010; }

.tutorial-container {
  margin: 0 auto;
  width: 1920px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .tutorial-container .tutorial-helper {
    display: none; }
  .tutorial-container[data-page="first"] .tutorial-helper[data-page="first"] {
    display: block; }
  .tutorial-container[data-page="second"] .tutorial-helper[data-page="second"] {
    display: block; }
  .tutorial-container[data-page="third"] .tutorial-helper[data-page="third"] {
    display: block; }

.tutorial-steps {
  margin: 100px auto 0;
  width: 1270px;
  position: absolute;
  z-index: 10060;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.tutorial-step {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s; }
  .tutorial-step.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s; }
  .tutorial-step__tooltip {
    position: absolute;
    font-family: 'Open Sans';
    font-size: 13px;
    width: 430px;
    border-radius: 4px;
    background: #2e2d34;
    padding: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .tutorial-step__tooltip.is-wide {
      width: 600px; }
    .tutorial-step__tooltip.is-right-top::after {
      content: '';
      position: absolute;
      right: -8px;
      top: 40px;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 8px solid #2e2d34; }
    .tutorial-step__tooltip.is-left-top::after {
      content: '';
      position: absolute;
      left: -8px;
      top: 40px;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-right: 8px solid #2e2d34; }
    .tutorial-step__tooltip.is-bottom-center::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -8px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-left: -8px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-top: 8px solid #2e2d34;
      border-right: 8px solid transparent; }
    .tutorial-step__tooltip.is-bottom-right::after {
      content: '';
      position: absolute;
      right: 40px;
      bottom: -8px;
      margin-left: -8px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-top: 8px solid #2e2d34;
      border-right: 8px solid transparent; }
    .tutorial-step__tooltip.is-top-left::after {
      content: '';
      position: absolute;
      left: 40px;
      top: -8px;
      margin-left: -8px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-bottom: 8px solid #2e2d34;
      border-right: 8px solid transparent; }
    .tutorial-step__tooltip.is-top-right::after {
      content: '';
      position: absolute;
      right: 40px;
      top: -8px;
      margin-left: -8px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-bottom: 8px solid #2e2d34;
      border-right: 8px solid transparent; }
    .tutorial-step__tooltip .text-button:focus,
    .tutorial-step__tooltip .text-button:active {
      color: #FAFAFA; }
    .tutorial-step__tooltip .title {
      font-size: 15px;
      margin-right: 30px; }
    .tutorial-step__tooltip .tutorial-footer .next-step {
      float: right; }
    .tutorial-step__tooltip .tutorial-footer .prev-step {
      float: left; }
    .tutorial-step__tooltip .text-button {
      opacity: .8;
      transition: opacity .2s; }
      .tutorial-step__tooltip .text-button:hover {
        opacity: 1;
        color: #FAFAFA;
        transition: opacity .2s; }
  .tutorial-step__close {
    color: #a1a0a3 !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 44px;
    height: 44px;
    font-size: 24px;
    line-height: 44px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    transition: color .2s; }
    .tutorial-step__close:hover {
      color: white;
      transition: color .2s; }
  .tutorial-step__image {
    position: absolute; }
  .tutorial-step .restart-btn {
    margin-left: 20px; }
    .tutorial-step .restart-btn .btn-icon {
      font-size: 20px !important;
      top: -1px !important;
      margin-right: 4px !important; }
  .tutorial-step .exit-btn {
    margin-left: 20px; }
    .tutorial-step .exit-btn .btn-icon {
      font-size: 20px !important;
      top: -1px !important;
      margin-left: 4px !important; }
  .tutorial-step .title-icon {
    margin-right: 6px;
    font-size: 18px;
    position: relative;
    bottom: -1px; }

.tutorial-helper.is-filterbar {
  text-align: center;
  position: relative;
  top: 977px;
  z-index: 10; }
  .tutorial-helper.is-filterbar img {
    display: block;
    margin: 0 auto; }
  .tutorial-helper.is-filterbar::before {
    content: '';
    position: absolute;
    top: 0;
    right: -3000px;
    left: -3000px;
    bottom: 0;
    background: rgba(17, 17, 17, 0.75) !important;
    display: block;
    z-index: -1; }

.tutorial-helper.is-pagination {
  position: fixed;
  right: 0;
  top: calc(50vh - 120px);
  z-index: 30;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .tutorial-helper.is-pagination .tutorial-helper-inside {
    display: none !important; }
    @media (min-width: 1650px) {
      .tutorial-helper.is-pagination .tutorial-helper-inside {
        display: block !important; } }
  .tutorial-helper.is-pagination img {
    display: block;
    margin: 0 auto; }

.tutorial-helper.is-filterbar-full {
  text-align: center;
  position: relative;
  top: 393px;
  z-index: 10; }
  .tutorial-helper.is-filterbar-full img {
    display: block;
    margin: 0 auto; }
  .tutorial-helper.is-filterbar-full::before {
    content: '';
    position: absolute;
    top: 0;
    right: -3000px;
    left: -3000px;
    bottom: 0;
    background: rgba(17, 17, 17, 0.75) !important;
    display: block;
    z-index: -1; }

#tutorial-breadcrumbs-wrapper {
  display: none; }

@media (max-width: 479px) {
  .hidden-small {
    display: none !important;
    visibility: hidden; } }

@media (min-width: 480px) and (max-width: 769px) {
  .hidden-medium {
    display: none !important;
    visibility: hidden; } }

@media (min-width: 770px) and (max-width: 1279px) {
  .hidden-large {
    display: none !important;
    visibility: hidden; } }

@media (min-width: 1280px) {
  .hidden-x-large {
    display: none !important;
    visibility: hidden; } }

* {
  -webkit-tap-highlight-color: transparent !important;
  tap-highlight-color: transparent !important; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: transparent !important; }

body.is-mobile-menu-open {
  overflow: hidden; }
  body.is-mobile-menu-open .mobile-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .5s;
    transition: transform .5s; }

body.is-mobile-user-menu-open {
  overflow: hidden; }
  body.is-mobile-user-menu-open .mobile-user-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .5s;
    transition: transform .5s; }

@media (max-width: 1279px) {
  .site-header .header-banner {
    display: none !important; } }

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background-color: #151515;
  font-family: "Open Sans", sans-serif;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  /*
  	@media (min-width: $medium-screen-min) {
        transform: translateY(calc(-100% - 70px));
    }
*/ }
  @media (min-width: 1280px) {
    .mobile-menu {
      display: none !important; } }
  .mobile-menu::before {
    content: '';
    display: block;
    position: absolute;
    top: -70px;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../assets/images/mobile/mobile-menu-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    opacity: 1; }
  .mobile-menu__nav {
    z-index: 10;
    margin-top: 50px;
    background: none;
    color: #9e9e9e;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06); }
    @media (min-width: 770px) {
      .mobile-menu__nav {
        margin-top: 70px; } }

.mm-wrapper {
  overflow-y: visible !important; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 44px; }

.mm-listview > li > a, .mm-listview > li > span {
  padding: 11px 55px; }

.is-main-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  display: block;
  padding: 11px 55px; }
  .is-main-item.is-slim {
    font-weight: 400;
    text-transform: none; }
  .is-main-item.is-normal {
    text-transform: none; }
  .is-main-item__icon {
    color: #C39A2A;
    font-size: 16px;
    position: relative;
    bottom: -1px;
    margin-left: 15px; }
    .is-main-item__icon.is-smaller {
      font-size: 20px;
      bottom: -3px; }
    .is-main-item__icon .is-main-item__badge {
      display: block;
      font-family: "Roboto Condensed", sans-serif;
      color: #fff;
      font-size: 9px;
      line-height: 14px;
      width: 14px;
      height: 14px;
      font-weight: 400;
      background: #efefef;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      top: -6px;
      right: -6px; }
      .is-main-item__icon .is-main-item__badge.is-cart {
        background: #cc3333; }
      .is-main-item__icon .is-main-item__badge.is-notification {
        background: #a07e17; }
  .is-main-item__btn {
    padding: 5px 9px;
    text-transform: uppercase;
    color: #FAFAFA;
    border: 1px solid #C39A2A;
    font-size: 11px; }

.no-border {
  border: none; }

.is-secondary-item-wrapper {
  border: 1px solid transparent !important; }

.is-secondary-item {
  font-size: 15px;
  font-weight: 400;
  color: #757575 !important;
  border: none;
  display: block;
  padding: 11px 55px; }

.is-dash-border--bottom {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.06); }

.is-main-item-wrapper {
  position: relative;
  list-style: none; }
  .is-main-item-wrapper.is-hidden {
    display: none; }
  .is-main-item-wrapper.is-disabled {
    color: #424242;
    pointer-events: none; }
  .is-main-item-wrapper.is-active::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: 27px;
    width: 8px;
    height: 8px;
    border: 1px solid #C39A2A;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .is-main-item-wrapper.is-active a {
    color: #eeeeee !important; }
    .is-main-item-wrapper.is-active a span {
      position: relative; }
      .is-main-item-wrapper.is-active a span::after {
        content: attr(data-subtitle);
        position: absolute;
        top: 0;
        margin-left: 10px;
        font-size: 10px;
        color: #8b8b8c;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: none; }

.mm-navbar {
  background: #0e0e0f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  height: 44px;
  text-align: left;
  text-transform: uppercase; }
  .mm-navbar > * {
    padding: 11px 0; }
  .mm-navbar .mm-title {
    font-weight: 700;
    margin-left: 15px;
    position: relative; }
    .mm-navbar .mm-title .title-sep {
      font-weight: 400;
      color: #C39A2A;
      margin: 0 6px 0 2px; }
    .mm-navbar .mm-title .is-light {
      font-weight: 400; }
    .mm-navbar .mm-title::after {
      content: attr(data-subtitle);
      position: absolute;
      top: 11px;
      margin-left: 10px;
      font-size: 10px;
      color: #8b8b8c;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 2px; }
  .mm-navbar .mm-btn {
    left: 23px !important;
    top: 1px; }
  .mm-navbar .mm-btn:before {
    border-color: #C39A2A;
    left: 6px; }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: #eeeeee; }

.mm-panel:first-child .mm-navbar {
  display: none; }

.mm-panel:first-child.mm-hasnavbar {
  padding-top: 0; }

.mm-next:after, .mm-prev:before {
  width: 10px;
  height: 10px; }

.mm-listview .mm-next {
  right: 22px;
  color: #C39A2A;
  overflow: visible; }
  .mm-listview .mm-next::before {
    content: '';
    display: block;
    border: none;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: -14px;
    width: 1px;
    background: rgba(255, 255, 255, 0.06); }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: #C39A2A; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 0; }

/**
 * # Mobile title
 */
.mobile-title {
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Open Sans", sans-serif;
  overflow: hidden; }
  @media (min-width: 770px) {
    .mobile-title {
      height: 70px; } }
  .mobile-title__inside {
    padding: 0 14px;
    height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative; }
    @media (min-width: 770px) {
      .mobile-title__inside {
        height: 70px; } }
    .mobile-title__inside::before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 1px solid #C39A2A;
      border-right: 1px solid #C39A2A;
      display: inline-block;
      background: transparent;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      bottom: -4px;
      left: 50%;
      margin-left: -4px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      opacity: 1; }
    .mobile-title__inside::after {
      content: '';
      width: 8px;
      height: 1px;
      border-right: 100px solid #C39A2A;
      border-left: 100px solid #C39A2A;
      display: inline-block;
      background: transparent;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -104px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      opacity: 1;
      box-sizing: content-box; }
  .mobile-title__title {
    color: #eee;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    line-height: 1em;
    margin-bottom: 3px; }
    @media (min-width: 770px) {
      .mobile-title__title {
        font-size: 17px;
        margin-bottom: 6px; } }
  .mobile-title__subtitle {
    font-weight: 400;
    font-size: 10px;
    color: rgba(237, 238, 238, 0.55);
    letter-spacing: 2px;
    width: 100%;
    line-height: 1em; }
    @media (min-width: 770px) {
      .mobile-title__subtitle {
        font-size: 13px; } }
  @media (min-width: 1280px) {
    .mobile-title {
      display: none; } }

/**
 * # User info
 */
.userinfo {
  opacity: 1;
  transition: 0.3s; }

.is-mobile-user-menu-open .userbox {
  opacity: 0;
  transition: 0.3s; }

.small-user-info {
  float: right;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 22px;
  position: relative;
  z-index: 22; }
  @media (min-width: 770px) {
    .small-user-info {
      height: 70px;
      margin-right: 22px;
      padding-right: 80px; } }
  @media (min-width: 1280px) {
    .small-user-info {
      display: none; } }
  .small-user-info.is-open .small-user-info__item {
    opacity: 0;
    transition: 0.3s; }
  .small-user-info.is-open .mobilenav-user-button {
    opacity: 1;
    transition: 0.3s; }
    .small-user-info.is-open .mobilenav-user-button span {
      background: #C39A2A;
      opacity: 1; }
    .small-user-info.is-open .mobilenav-user-button span:first-child {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: relative;
      top: 6px; }
    .small-user-info.is-open .mobilenav-user-button span:nth-child(2) {
      -webkit-transform: translateX(-6px);
      -ms-transform: translateX(-6px);
      transform: translateX(-6px);
      opacity: 0; }
    .small-user-info.is-open .mobilenav-user-button span:last-child {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: relative;
      top: -6px; }
  .small-user-info__item {
    margin-left: 12px;
    position: relative;
    opacity: 1;
    transition: 0.3s; }
    .small-user-info__item .icon {
      font-size: 17px;
      color: #FAFAFA;
      opacity: 0.5; }
    .small-user-info__item.has-notification .icon {
      opacity: 1; }
    .small-user-info__item.has-notification .small-user-info__badge {
      display: block; }
    .small-user-info__item .small-user-info__badge {
      display: none; }
    .small-user-info__item.is-cart .small-user-info__badge {
      background: #cc3333; }
    .small-user-info__item.is-notification .small-user-info__badge {
      background: #a07e17; }
  .small-user-info__badge {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 9px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    font-weight: 400;
    background: #efefef;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -4px;
    right: -8px; }

/**
 * # User menu
 */
.mobile-user-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background-color: #151515;
  font-family: "Open Sans", sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  overflow-x: hidden; }
  @media (min-width: 1280px) {
    .mobile-user-menu {
      display: none !important; } }
  .mobile-user-menu .notification-item {
    z-index: 15; }
    .mobile-user-menu .notification-item:hover, .mobile-user-menu .notification-item:focus, .mobile-user-menu .notification-item:active {
      background: transparent !important; }
  .mobile-user-menu .read-it-marker {
    position: relative;
    z-index: 1; }
    .mobile-user-menu .read-it-marker::before {
      content: '';
      position: absolute;
      top: -12px;
      right: -20px;
      bottom: -12px;
      left: -20px;
      background: transparent;
      z-index: -1; }
  .mobile-user-menu .notification-item__all-marker .js-notification-update-marker {
    position: relative;
    z-index: 1; }
    .mobile-user-menu .notification-item__all-marker .js-notification-update-marker::after {
      content: '';
      position: absolute;
      top: -10px;
      right: -18px;
      bottom: -7px;
      left: -18px;
      background: transparent;
      z-index: -1; }
  .mobile-user-menu .notification-item.is-group-action-notification .notification-item__marker {
    margin-top: 15px; }
  .mobile-user-menu::before {
    content: '';
    display: block;
    position: absolute;
    top: -70px;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../assets/images/mobile/user-mobile-menu-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    opacity: 1; }
  .mobile-user-menu__inside {
    width: 200vw;
    margin-left: -100vw;
    transition: margin .4s; }
    .mobile-user-menu__inside.is-slide {
      margin-left: 0;
      transition: margin .4s; }
  .mobile-user-menu__notification {
    height: calc(100vh - 50px);
    margin-top: 50px;
    width: 100vw;
    float: left;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 30; }
    .mobile-user-menu__notification.has-notification .mark-as-read-all {
      opacity: 1; }
    @media (min-width: 770px) {
      .mobile-user-menu__notification {
        margin-top: 70px; } }
  .mobile-user-menu .mark-as-read-all {
    color: #C39A2A;
    position: relative;
    z-index: 20;
    display: inline-block;
    text-decoration: underline;
    opacity: 0.5; }
  .mobile-user-menu__nav {
    z-index: 10;
    margin-top: 50px;
    background: none;
    color: #9e9e9e;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    padding: 0;
    width: 100vw;
    float: left; }
    @media (min-width: 770px) {
      .mobile-user-menu__nav {
        margin-top: 70px; } }
    .mobile-user-menu__nav li > a {
      text-align: right;
      color: #9e9e9e; }
  .mobile-user-menu__slide-panel-open {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    width: 60px;
    height: 30px;
    padding-left: 28px;
    z-index: 30; }
    .mobile-user-menu__slide-panel-open::before {
      content: '';
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      display: block;
      width: 8px;
      height: 8px;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      border-color: #C39A2A;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .mobile-user-menu__slide-panel-open::after {
      content: '';
      display: block;
      border: none;
      position: absolute;
      top: 5px;
      bottom: 5px;
      right: -2px;
      width: 1px;
      background: rgba(255, 255, 255, 0.06); }
  .mobile-user-menu .notification__meta {
    padding-right: 50px; }
  .mobile-user-menu__slide-panel-close {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    width: 38px;
    height: 20px; }
    .mobile-user-menu__slide-panel-close::before {
      content: '';
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      display: block;
      width: 8px;
      height: 8px;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      border-color: #C39A2A;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
  .mobile-user-menu .is-main-item {
    padding-right: 22px; }
  .mobile-user-menu .is-main-item.is-cart {
    font-weight: 400;
    padding-right: 24px;
    text-transform: none; }
    .mobile-user-menu .is-main-item.is-cart .is-main-item__badge {
      display: none; }
    .mobile-user-menu .is-main-item.is-cart.has-notification {
      font-weight: 700; }
      .mobile-user-menu .is-main-item.is-cart.has-notification span {
        color: #FAFAFA; }
      .mobile-user-menu .is-main-item.is-cart.has-notification .cart-value {
        color: #C39A2A; }
      .mobile-user-menu .is-main-item.is-cart.has-notification .is-main-item__badge {
        display: block; }
    .mobile-user-menu .is-main-item.is-cart span {
      color: #555657; }
  .mobile-user-menu .is-main-item.is-notification {
    font-weight: 700;
    padding-right: 24px;
    text-transform: none;
    opacity: 0.5; }
    .mobile-user-menu .is-main-item.is-notification .is-main-item__badge {
      display: none; }
    .mobile-user-menu .is-main-item.is-notification span {
      color: #FAFAFA; }
    .mobile-user-menu .is-main-item.is-notification .cart-value {
      color: #C39A2A; }
    .mobile-user-menu .is-main-item.is-notification.has-notification {
      opacity: 1; }
      .mobile-user-menu .is-main-item.is-notification.has-notification .is-main-item__badge {
        display: block; }
  .mobile-user-menu .is-view-cart {
    color: #757575; }
    .mobile-user-menu .is-view-cart .is-main-item__icon {
      color: #9e9e9e; }
  .mobile-user-menu .is-checkout {
    padding-bottom: 15px; }
    .mobile-user-menu .is-checkout .is-main-item__icon {
      color: #FAFAFA; }
  .mobile-user-menu .notification-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06); }

.mobilenav-user-button {
  cursor: pointer;
  width: 20px;
  height: 34px;
  padding: 10px 0;
  z-index: 5;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px; }
  .mobilenav-user-button span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto 4px auto;
    background: #FAFAFA;
    opacity: 0.55;
    transition: 0.3s; }
    .mobilenav-user-button span:last-of-type {
      margin-bottom: 0; }

@media (max-width: 1279px) {
  .popup-inline-content {
    position: relative;
    z-index: 5; }
    .popup-inline-content > .highlighted-title {
      font-size: 14px;
      height: 50px;
      background: #121017;
      position: relative;
      z-index: -1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: 1px solid #C39A2A; } }
    @media (max-width: 1279px) and (min-width: 770px) {
      .popup-inline-content > .highlighted-title {
        margin-right: -15px;
        margin-left: -15px; } }

@media (max-width: 1279px) {
      .popup-inline-content > .highlighted-title::before, .popup-inline-content > .highlighted-title::after {
        display: inline-block;
        content: '';
        width: 3px;
        height: 2px;
        background: #fff;
        position: relative;
        top: 1px; }
  .setting-popup .magnific-ajax-popup-close {
    top: 3px;
    font-size: 25px;
    color: #C39A2A;
    opacity: 0.5; } }

.icon-mobile-filter {
  font-size: 17px !important;
  line-height: 42px !important; }

.mobile-dropdown-navigation {
  position: relative;
  cursor: pointer; }
  .mobile-dropdown-navigation.is-open .mobile-dropdown-navigation__list {
    max-height: 550px;
    transition: 0.3s; }
  .mobile-dropdown-navigation.is-open .mobile-dropdown-navigation__current-arrow {
    transition: 0.3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .mobile-dropdown-navigation__current {
    display: block;
    height: 48px;
    background: #0c0c14;
    border-bottom: 1px solid #414147;
    color: white;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    position: relative; }
  .mobile-dropdown-navigation__current-title {
    position: relative; }
    .mobile-dropdown-navigation__current-title::before, .mobile-dropdown-navigation__current-title::after {
      display: inline-block;
      content: '';
      width: 4px;
      height: 1px;
      background: #C39A2A;
      position: relative;
      top: -4px; }
    .mobile-dropdown-navigation__current-title::before {
      margin-right: 4px; }
    .mobile-dropdown-navigation__current-title::after {
      margin-left: 0; }
  .mobile-dropdown-navigation__current-arrow {
    position: absolute;
    right: 25px;
    top: calc(50% - 3px);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #C39A2A;
    transition: 0.3s; }
  .mobile-dropdown-navigation__list {
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    z-index: 30;
    max-height: 0;
    transition: 0.3s;
    overflow: hidden; }
    .mobile-dropdown-navigation__list a {
      display: block;
      height: 48px;
      background: #0c0c14;
      border-bottom: 1px solid #414147;
      color: rgba(255, 255, 255, 0.6);
      line-height: 48px;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 3px; }
      .mobile-dropdown-navigation__list a.is-active {
        color: white;
        background: #2e2e34;
        border-bottom: 1px solid #5b5b61; }
      .mobile-dropdown-navigation__list a.is-disabled {
        color: rgba(255, 255, 255, 0.3);
        pointer-events: none; }
    .mobile-dropdown-navigation__list span:not(.icon)::before, .mobile-dropdown-navigation__list span:not(.icon)::after {
      display: inline-block;
      content: '';
      width: 4px;
      height: 1px;
      background: #C39A2A;
      position: relative;
      top: -4px; }
    .mobile-dropdown-navigation__list span:not(.icon)::before {
      margin-right: 11px; }
    .mobile-dropdown-navigation__list span:not(.icon)::after {
      margin-left: 8px; }

.mobile-dropdown-navigation--tier {
  font-family: "Roboto Condensed", sans-serif; }
  .mobile-dropdown-navigation--tier .mobile-dropdown-navigation__current {
    background: #FAFAFA;
    padding: 8px;
    line-height: normal; }
    .mobile-dropdown-navigation--tier .mobile-dropdown-navigation__current .product-tier-tab__marketing_message {
      color: #111; }
  .mobile-dropdown-navigation--tier .product-tier-tab__marketing_message {
    display: block;
    letter-spacing: 0.2em; }
  .mobile-dropdown-navigation--tier .product-tier-tab__edition_name {
    display: block;
    line-height: normal;
    letter-spacing: 0.1em; }
  .mobile-dropdown-navigation--tier .mobile-dropdown-navigation__list span:before,
  .mobile-dropdown-navigation--tier .mobile-dropdown-navigation__list span::after {
    display: none; }
  .mobile-dropdown-navigation--tier .mobile-dropdown-navigation__list a {
    line-height: normal;
    padding: 8px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../assets/images/oldgames/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../assets/images/oldgames/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../assets/images/oldgames/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../assets/images/oldgames/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../assets/images/oldgames/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../assets/images/oldgames/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../assets/images/oldgames/bx_loader.gif) center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../assets/images/oldgames/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../assets/images/oldgames/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../assets/images/oldgames/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../assets/images/oldgames/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

#logo img {
  display: none; }

@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 200;
  src: local("Yanone Kaffeesatz ExtraLight"), local("YanoneKaffeesatz-ExtraLight"), url(../assets/fonts/oldgames/yanone_kaffeesatz/We_iSDqttE3etzfdfhuPRYa6iXjgqaxY3DU3RqApPOI.woff) format("woff"); }

@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 300;
  src: local("Yanone Kaffeesatz Light"), local("YanoneKaffeesatz-Light"), url(../assets/fonts/oldgames/yanone_kaffeesatz/We_iSDqttE3etzfdfhuPRVMR8FhBa8rkfAKaPBwAU3s.woff) format("woff"); }

@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: local("Yanone Kaffeesatz Regular"), local("YanoneKaffeesatz-Regular"), url(../assets/fonts/oldgames/yanone_kaffeesatz/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff) format("woff"); }

@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 700;
  src: local("Yanone Kaffeesatz Bold"), local("YanoneKaffeesatz-Bold"), url(../assets/fonts/oldgames/yanone_kaffeesatz/We_iSDqttE3etzfdfhuPRWwXwFHHZlCwprwJOQ-Se7k.woff) format("woff"); }

@font-face {
  font-family: 'Yanone Kaffeesatz 2';
  src: url(../assets/fonts/oldgames/yanone_kaffeesatz/yanonekaffeesatz-regular-webfont.eot);
  src: url(../assets/fonts/oldgames/yanone_kaffeesatz/yanonekaffeesatz-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/yanone_kaffeesatz/yanonekaffeesatz-regular-webfont.woff) format("woff"), url(../assets/fonts/oldgames/yanone_kaffeesatz/yanonekaffeesatz-regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Bank Gothic Light';
  src: url(../assets/fonts/oldgames/bank_gothic/bank_gothic_light-webfont.eot);
  src: url(../assets/fonts/oldgames/bank_gothic/bank_gothic_light-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/bank_gothic/bank_gothic_light-webfont.woff) format("woff"), url(../assets/fonts/oldgames/bank_gothic/bank_gothic_light-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Bank Gothic Medium';
  src: url(../assets/fonts/oldgames/bank_gothic/bank_gothic_medium-webfont.eot);
  src: url(../assets/fonts/oldgames/bank_gothic/bank_gothic_medium-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/bank_gothic/bank_gothic_medium-webfont.woff) format("woff"), url(../assets/fonts/oldgames/bank_gothic/bank_gothic_medium-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Bank Gothic MDBT';
  src: url(../assets/fonts/oldgames/bank_gothic/bank_ghotic_mdbt-webfont.eot);
  src: url(../assets/fonts/oldgames/bank_gothic/bank_ghotic_mdbt-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/bank_gothic/bank_ghotic_mdbt-webfont.woff) format("woff"), url(../assets/fonts/oldgames/bank_gothic/bank_ghotic_mdbt-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Bank Gothic Light BT';
  src: url(../assets/fonts/oldgames/bank_gothic/bank_gothic_light_bt-webfont.eot);
  src: url(../assets/fonts/oldgames/bank_gothic/bank_gothic_light_bt-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/bank_gothic/bank_gothic_light_bt-webfont.woff) format("woff"), url(../assets/fonts/oldgames/bank_gothic/bank_gothic_light_bt-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url(../assets/fonts/oldgames/open_sans/opensans_regular-webfont.eot);
  src: url(../assets/fonts/oldgames/open_sans/opensans_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/open_sans/opensans_regular-webfont.woff) format("woff"), url(../assets/fonts/oldgames/open_sans/opensans_regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Bold';
  src: url(../assets/fonts/oldgames/open_sans/opensans_bold-webfont.eot);
  src: url(../assets/fonts/oldgames/open_sans/opensans_bold-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/open_sans/opensans_bold-webfont.woff) format("woff"), url(../assets/fonts/oldgames/open_sans/opensans_bold-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Bold Italic';
  src: url(../assets/fonts/oldgames/open_sans/opensans_bold_italic-webfont.eot);
  src: url(../assets/fonts/oldgames/open_sans/opensans_bold_italic-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/open_sans/opensans_bold_italic-webfont.woff) format("woff"), url(../assets/fonts/oldgames/open_sans/opensans_bold_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Extra Bold';
  src: url(../assets/fonts/oldgames/open_sans/opensans_extra_bold-webfont.eot);
  src: url(../assets/fonts/oldgames/open_sans/opensans_extra_bold-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/open_sans/opensans_extra_bold-webfont.woff) format("woff"), url(../assets/fonts/oldgames/open_sans/opensans_extra_bold-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Extra Bold Italic';
  src: url(../assets/fonts/oldgames/open_sans/opensans_extra_bold_italic-webfont.eot);
  src: url(../assets/fonts/oldgames/open_sans/opensans_extra_bold_italic-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/open_sans/opensans_extra_bold_italic-webfont.woff) format("woff"), url(../assets/fonts/oldgames/open_sans/opensans_extra_bold_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Italic';
  src: url(../assets/fonts/oldgames/open_sans/opensans_italic-webfont.eot);
  src: url(../assets/fonts/oldgames/open_sans/opensans_italic-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/open_sans/opensans_italic-webfont.woff) format("woff"), url(../assets/fonts/oldgames/open_sans/opensans_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Light';
  src: url(../assets/fonts/oldgames/open_sans/opensans_light-webfont.eot);
  src: url(../assets/fonts/oldgames/open_sans/opensans_light-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/open_sans/opensans_light-webfont.woff) format("woff"), url(../assets/fonts/oldgames/open_sans/opensans_light-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Light Italic';
  src: url(../assets/fonts/oldgames/open_sans/opensans_light_italic-webfont.eot);
  src: url(../assets/fonts/oldgames/open_sans/opensans_light_italic-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/open_sans/opensans_light_italic-webfont.woff) format("woff"), url(../assets/fonts/oldgames/open_sans/opensans_light_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Semibold';
  src: url(../assets/fonts/oldgames/open_sans/opensans_semibold-webfont.eot);
  src: url(../assets/fonts/oldgames/open_sans/opensans_semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/open_sans/opensans_semibold-webfont.woff) format("woff"), url(../assets/fonts/oldgames/open_sans/opensans_semibold-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Semibold Italic';
  src: url(../assets/fonts/oldgames/open_sans/opensans_semibold_italic-webfont.eot);
  src: url(../assets/fonts/oldgames/open_sans/opensans_semibold_italic-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/open_sans/opensans_semibold_italic-webfont.woff) format("woff"), url(../assets/fonts/oldgames/open_sans/opensans_semibold_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Vibrocentric;
  src: url(../assets/fonts/oldgames/vibrocentric/vibrocentric_regular-webfont.eot);
  src: url(../assets/fonts/oldgames/vibrocentric/vibrocentric_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/vibrocentric/vibrocentric_regular-webfont.woff) format("woff"), url(../assets/fonts/oldgames/vibrocentric/vibrocentric_regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Vibrocentric Italic';
  src: url(../assets/fonts/oldgames/vibrocentric/vibrocentric_regular_italic-webfont.eot);
  src: url(../assets/fonts/oldgames/vibrocentric/vibrocentric_regular_italic-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/vibrocentric/vibrocentric_regular_italic-webfont.woff) format("woff"), url(../assets/fonts/oldgames/vibrocentric/vibrocentric_regular_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Vibrocentric Bold';
  src: url(../assets/fonts/oldgames/vibrocentric/vibrocentric_bold-webfont.eot);
  src: url(../assets/fonts/oldgames/vibrocentric/vibrocentric_bold-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/vibrocentric/vibrocentric_bold-webfont.woff) format("woff"), url(../assets/fonts/oldgames/vibrocentric/vibrocentric_bold-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Vibrocentric Bold Italic';
  src: url(../assets/fonts/oldgames/vibrocentric/vibrocentric_bold_italic-webfont.eot);
  src: url(../assets/fonts/oldgames/vibrocentric/vibrocentric_bold_italic-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/oldgames/vibrocentric/vibrocentric_bold_italic-webfont.woff) format("woff"), url(../assets/fonts/oldgames/vibrocentric/vibrocentric_bold_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

.oldgames-wrapper.warhammer40k {
  height: 100%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background: url(../images/warhammer40k/bg.jpg) no-repeat center top #000000;
  background-size: 100% auto; }

.oldgames-wrapper.warhammer40k.video {
  background-image: none; }

.oldgames-wrapper.warhammer40k .fancybox-skin {
  background: #73542f; }

.oldgames-wrapper.warhammer40k .wysija-paragraph label {
  color: #ffffff; }

.oldgames-wrapper.warhammer40k .wysija-submit {
  background: #3d2219;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px; }

.oldgames-wrapper.warhammer40k #Container {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
  /*  background: url(../images/warhammer40k/1920_Vignette.png) no-repeat center top;
    background-size: auto; */ }

.oldgames-wrapper.warhammer40k #header {
  position: initial;
  margin: 0 auto;
  background: none; }

.oldgames-wrapper.warhammer40k #header #menu_top {
  margin-left: 120px; }

.oldgames-wrapper.warhammer40k #header #menu_top > ul {
  margin-top: 5px; }

.oldgames-wrapper.warhammer40k #header .top_button > a {
  height: auto; }

.oldgames-wrapper.warhammer40k #menu_top li,
.oldgames-wrapper.warhammer40k #menu_top li:hover {
  background: url(../images/warhammer40k/top_menu_bg.png) no-repeat center 33px;
  width: 115px;
  height: 41px;
  background: none; }

.oldgames-wrapper.warhammer40k #menu_top li ul li a span {
  font-size: 15px; }

.oldgames-wrapper.warhammer40k #menu_top li ul li ul li a span {
  font-size: 13px; }

.oldgames-wrapper.warhammer40k #menu_top li ul li ul li,
.oldgames-wrapper.warhammer40k #menu_top li ul li ul li:hover {
  height: 55px;
  width: 180px; }

.oldgames-wrapper.warhammer40k #menu_top li ul li a small {
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif; }

.oldgames-wrapper.warhammer40k #menu_top li ul li,
.oldgames-wrapper.warhammer40k #menu_top li ul li:hover {
  background: #000;
  width: 150px;
  padding-top: 5px !important;
  height: 51px; }

.oldgames-wrapper.warhammer40k #menu_top li ul li small {
  font-size: 12px; }

.oldgames-wrapper.warhammer40k #menu_top li a,
.oldgames-wrapper.warhammer40k #menu_top li a span {
  color: #a08663;
  font-size: 17px;
  font-family: 'Vibrocentric', Arial, Verdana;
  font-weight: bold; }

.oldgames-wrapper.warhammer40k #menu_top #top_store,
.oldgames-wrapper.warhammer40k #menu_top #top_press,
.oldgames-wrapper.warhammer40k #menu_top #top_login {
  width: 100px; }

.oldgames-wrapper.warhammer40k #header .top_button.current-page-ancestor {
  background: url(../images/warhammer40k/top_menu_bg.png) no-repeat center 33px; }

.oldgames-wrapper.warhammer40k #menu_social {
  margin-right: 20px;
  margin-top: 37px;
  margin-left: 10px; }

.oldgames-wrapper.warhammer40k #social_fb {
  background: url(../images/warhammer40k/company_social_fb.png) no-repeat; }

.oldgames-wrapper.warhammer40k #social_tw {
  background: url(../images/warhammer40k/company_social_tw.png) no-repeat; }

.oldgames-wrapper.warhammer40k #social_yt {
  background: url(../images/warhammer40k/company_social_yt.png) no-repeat; }

.oldgames-wrapper.warhammer40k #w40k_audio {
  display: none;
  background: url(../images/warhammer40k/audio_on_off.png) no-repeat;
  width: 23px;
  height: 20px;
  float: left;
  margin: 2px 0 0 22px; }

.oldgames-wrapper.warhammer40k #platform_logos img {
  margin: 0 0 0 35px; }

.oldgames-wrapper.warhammer40k #top_search {
  display: none; }

.oldgames-wrapper.warhammer40k #logo {
  background: url(../images/warhammer40k/neocore_small_logo.png) no-repeat center top;
  margin-left: 25px; }

.oldgames-wrapper.warhammer40k .center {
  position: relative;
  width: 980px;
  margin: 0 auto; }

.oldgames-wrapper.warhammer40k #main_content #subscribe_button {
  display: block;
  background: url(../images/warhammer40k/button_subscribe.jpg) no-repeat center -77px;
  width: 317px;
  height: 77px;
  float: right;
  margin-top: 50px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }

.oldgames-wrapper.warhammer40k #main_content #subscribe_button:hover {
  background: url(../images/warhammer40k/button_subscribe.jpg) no-repeat center top; }

.oldgames-wrapper.warhammer40k #main_content #video_box {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }

.oldgames-wrapper.warhammer40k #main_content {
  margin-top: 180px;
  padding-top: 300px;
  display: block;
  height: 200px;
  background: url(../images/warhammer40k/logo.png) no-repeat center top;
  width: 1230px; }

.oldgames-wrapper.warhammer40k .logo {
  z-index: 10;
  width: 100%; }

.oldgames-wrapper.warhammer40k .logo img {
  display: block;
  margin: 0 auto; }

.oldgames-wrapper.warhammer40k .video {
  position: relative;
  left: 6px;
  width: 702px;
  height: 395px;
  margin: 242px auto 0; }

.oldgames-wrapper.warhammer40k .content {
  z-index: 1; }

.oldgames-wrapper.warhammer40k footer .center {
  width: 80%;
  padding: 10px 10%; }

.oldgames-wrapper.warhammer40k footer .copyright {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #2b3539;
  font-family: 'Vibrocentric', serif, Verdana;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase; }

.oldgames-wrapper.warhammer40k #w40k_newsletter {
  width: 100%; }

.oldgames-wrapper.warhammer40k #w40k_newsletter input[type=text] {
  width: 250px; }

@media screen and (max-width: 1090px) {
  .oldgames-wrapper.warhammer40k {
    background: url(../images/warhammer40k/bg.jpg) no-repeat center top #000000 !important;
    background-size: 100% auto !important; }
  .oldgames-wrapper.warhammer40k #header {
    background: none !important;
    border-bottom: none !important;
    box-shadow: none !important; }
  .oldgames-wrapper.warhammer40k #main_content {
    width: 100%;
    background-size: 70% auto;
    padding-top: 175px; }
  .oldgames-wrapper.warhammer40k #header #menu_top {
    margin: 0; }
  .oldgames-wrapper.warhammer40k #menu_top li,
  .oldgames-wrapper.warhammer40k #menu_top li:hover {
    width: 110px; }
  .oldgames-wrapper.warhammer40k #menu_top > ul > li > a {
    border: none; }
  .oldgames-wrapper.warhammer40k #header #menu_social a:after {
    content: '' !important; } }

@media screen and (max-width: 800px) {
  .oldgames-wrapper.warhammer40k {
    background: url(../images/warhammer40k/bg.jpg) no-repeat center top #000000 !important;
    background-size: 100% auto !important; }
  .oldgames-wrapper.warhammer40k #header {
    background: none !important; }
  .oldgames-wrapper.warhammer40k #header #menu_top {
    margin-left: 0px; }
  .oldgames-wrapper.warhammer40k #header #menu_top .mobile select {
    color: #a08663; }
  .oldgames-wrapper.warhammer40k #header #searchbox {
    display: none !important; }
  .oldgames-wrapper.warhammer40k #main_content {
    width: 100%;
    background-size: 100% auto;
    padding-top: 175px; }
  .oldgames-wrapper.warhammer40k #main_content .lightbox img {
    width: 96%;
    margin: 2%; }
  .oldgames-wrapper.warhammer40k #main_content #subscribe_button {
    width: 96%;
    margin: 2%; }
  .oldgames-wrapper.warhammer40k #platform_logos {
    clear: both;
    width: 100%;
    padding-top: 20px; }
  .oldgames-wrapper.warhammer40k #platform_logos img {
    display: inline-block;
    margin: 0 0 0 40px; }
  .oldgames-wrapper.warhammer40k section.content {
    float: left;
    clear: both; }
  .oldgames-wrapper.warhammer40k #header {
    padding-bottom: 0px; }
  /*
  
    .oldgames-wrapper.warhammer40k #logo {
      background: none;
    }*/ }

@media screen and (max-width: 480px) {
  .oldgames-wrapper.warhammer40k {
    background: #000000 !important; } }

/* DEATHTRAP */
.oldgames-wrapper.deathtrap {
  height: 100%;
  background: url("../assets/images/oldgames/DT/bg.jpg") no-repeat center top #000000; }

.oldgames-wrapper.deathtrap #Container {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
  margin-bottom: 80px; }

.oldgames-wrapper.deathtrap .center {
  position: relative;
  width: 725px;
  margin: 0 auto; }

.oldgames-wrapper.deathtrap .logo {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%; }

.oldgames-wrapper.deathtrap .logo img {
  display: block;
  margin: 0 auto; }

.oldgames-wrapper.deathtrap .video {
  position: relative;
  left: 6px;
  width: 702px;
  height: 395px;
  margin: 242px auto 0; }

.oldgames-wrapper.deathtrap .buy {
  position: absolute;
  z-index: 10;
  top: 44px;
  width: 100%; }

.oldgames-wrapper.deathtrap .buy .button {
  position: relative;
  left: 14px;
  display: block;
  width: 344px;
  height: 94px;
  margin: 0 auto; }

.oldgames-wrapper.deathtrap .buy .button span {
  display: none; }

.oldgames-wrapper.deathtrap .asideText,
.oldgames-wrapper.deathtrap .slogan {
  position: absolute;
  z-index: 1;
  top: 62px; }

.oldgames-wrapper.deathtrap .asideText img,
.oldgames-wrapper.deathtrap .slogan img {
  display: block; }

.oldgames-wrapper.deathtrap .asideText {
  width: 100%; }

.oldgames-wrapper.deathtrap .asideText .discount {
  float: left; }

.oldgames-wrapper.deathtrap .asideText .price {
  float: right; }

.oldgames-wrapper.deathtrap .slogan {
  width: 100%;
  text-align: center;
  top: 155px;
  left: -35px; }

.oldgames-wrapper.deathtrap .content {
  position: relative;
  z-index: 1; }

.oldgames-wrapper.deathtrap .content .top {
  position: relative;
  z-index: 2;
  padding-top: 35px;
  background: url(../assets/images/oldgames/top.png) no-repeat center top; }

.oldgames-wrapper.deathtrap .content .title {
  font-size: 32px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.15);
  color: #010201; }

.oldgames-wrapper.deathtrap .content .cms {
  padding: 30px 25px;
  font-size: 16px;
  color: #b7bba9;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25); }

.oldgames-wrapper.deathtrap .content .cms strong {
  color: #fff; }

.oldgames-wrapper.deathtrap .content .cms p {
  margin-bottom: 1em; }

.oldgames-wrapper.deathtrap .content .cms ul {
  padding: 0 32px; }

.oldgames-wrapper.deathtrap .content .cms ul li {
  margin-bottom: 1em;
  list-style-type: square; }

.oldgames-wrapper.deathtrap .fadeout {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../assets/images/oldgames/fadeout.png) no-repeat center bottom; }

.oldgames-wrapper.deathtrap footer {
  background: url(../assets/images/oldgames/bottom.png) no-repeat center top; }

.oldgames-wrapper.deathtrap footer .copyright {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #889593;
  font-size: 12px; }

[lang=pl] .oldgames-wrapper.deathtrap {
  background-image: url(../assets/images/oldgames/bg-pl.jpg); }

[lang=pl] .oldgames-wrapper.deathtrap .discount {
  position: relative;
  left: -80px; }

[lang=pl] .oldgames-wrapper.deathtrap .slogan {
  left: -80px; }

[lang=pt-br] .oldgames-wrapper.deathtrap {
  background-image: url(../assets/images/oldgames/bg-br.jpg); }

[lang=pt-br] .oldgames-wrapper.deathtrap .discount {
  position: relative;
  left: -90px; }

[lang=pt-br] .oldgames-wrapper.deathtrap .slogan {
  left: -40px; }

[lang=de] .oldgames-wrapper.deathtrap {
  background-image: url(../assets/images/oldgames/bg-de.jpg); }

[lang=de] .oldgames-wrapper.deathtrap .slogan {
  left: -20px; }

[lang=fr] .oldgames-wrapper.deathtrap {
  background-image: url(../assets/images/oldgames/bg-fr.jpg); }

[lang=fr] .oldgames-wrapper.deathtrap .slogan {
  left: -65px; }

[lang=fr] .oldgames-wrapper.deathtrap .discount {
  position: relative;
  left: -90px; }

[lang=ru] .oldgames-wrapper.deathtrap {
  background-image: url(../assets/images/oldgames/bg-ru.jpg); }

[lang=ru] .oldgames-wrapper.deathtrap .slogan {
  left: -135px; }

[lang=ru] .oldgames-wrapper.deathtrap .discount {
  position: relative;
  top: -10px;
  left: -100px; }

.oldgames-wrapper.page {
  background: url(../images/company_content.png) repeat-y center 1080px; }

.oldgames-wrapper.page #content {
  padding-top: 260px; }

.oldgames-wrapper.page #content .text {
  color: #ccc; }

.oldgames-wrapper.page #content .text .page-title {
  font-size: 24px;
  margin-bottom: 1em; }

.oldgames-wrapper.home #content {
  padding-left: 10px;
  padding-right: 10px; }

.oldgames-wrapper.home #zero_row {
  margin-bottom: 30px;
  padding: 0 66px;
  text-align: center; }

.oldgames-wrapper.home #zero_row a:hover,
.oldgames-wrapper.home #first_row a:hover,
.oldgames-wrapper.home #second_row a:hover {
  text-decoration: none; }

.oldgames-wrapper.home #zero_row a:hover img,
.oldgames-wrapper.home #first_row a:hover img,
.oldgames-wrapper.home #second_row a:hover img {
  border-color: #b90f00; }

.oldgames-wrapper.home #first_row {
  text-align: center; }

.oldgames-wrapper.home #zero_row img,
.oldgames-wrapper.home #first_row img {
  border: 2px solid #CBD6DF;
  border-radius: 3px;
  box-shadow: 0 0 10px #000;
  margin: 0 20px; }

.oldgames-wrapper.home #second_row {
  margin-top: 20px;
  padding: 0 66px;
  text-align: center; }

.oldgames-wrapper.home #second_row img {
  margin: 0 10px 10px;
  border: 2px solid #CBD6DF;
  border-radius: 3px;
  box-shadow: 0 0 10px #000; }

@media screen and (max-width: 800px) {
  .oldgames-wrapper.home #zero_row img {
    margin: 0 2.5% 20px; }
  .oldgames-wrapper.home #first_row img {
    margin: 0 2.5%; }
  .oldgames-wrapper.home #second_row img {
    margin: 0 2.5% 20px; } }

@media screen and (max-width: 480px) {
  .oldgames-wrapper.home #zero_row {
    padding: 0;
    margin: 0; }
  .oldgames-wrapper.home #zero_row a,
  .oldgames-wrapper.home #first_row a {
    display: block; }
  .oldgames-wrapper.home #zero_row img,
  .oldgames-wrapper.home #first_row img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px; }
  .oldgames-wrapper.home #zero_row img {
    height: 100%;
    padding: 0;
    margin: 0; }
  .oldgames-wrapper.home #first_row img:last-child {
    margin-bottom: 0; }
  .oldgames-wrapper.home #zero_row:after .oldgames-wrapper.home #first_row:after {
    display: block;
    visibility: hidden;
    clear: both;
    font-size: 0;
    line-height: 0;
    content: ""; }
  .oldgames-wrapper.home #second_row {
    padding: 0 2.5%; }
  .oldgames-wrapper.home #second_row a {
    display: block;
    float: left;
    width: 48.75%;
    margin: 0 2.5% 20px 0; }
  .oldgames-wrapper.home #second_row a:nth-child(2n) {
    margin-right: 0; }
  .oldgames-wrapper.home #second_row img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 0 !important; }
  .oldgames-wrapper.home #second_row:after {
    display: block;
    visibility: hidden;
    clear: both;
    font-size: 0;
    line-height: 0;
    content: ""; } }

.oldgames-wrapper.game {
  background: url("../assets/images/oldgames/content-tiled-background.png") center 1080px repeat-y; }

.oldgames-wrapper.game #content {
  position: relative;
  min-height: 800px;
  padding: 385px 240px 10px 190px; }

.oldgames-wrapper.game #content .lead {
  margin: 0 -12px 20px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: inset 0 5px 30px rgba(0, 0, 0, 0.5); }

.oldgames-wrapper.game #content .lead.hasMediaBox .content {
  float: left;
  width: 285px;
  min-height: 232px; }

.oldgames-wrapper.game #content .lead .content {
  color: #7b9bab;
  line-height: 1.3em;
  font-family: arial, helvetica, sans-serif; }

.oldgames-wrapper.game #content .lead .content > p {
  margin-bottom: 1em; }

.oldgames-wrapper.game #content .lead .content > p:last-child {
  margin-bottom: 0; }

.oldgames-wrapper.game #content .lead .content table {
  font-size: 18px;
  font-style: normal; }

.oldgames-wrapper.game #content .lead .content table td {
  padding: 5px 0; }

.oldgames-wrapper.game #content .lead .content table a {
  color: #7B9BAB; }

.oldgames-wrapper.game #content .lead:after {
  display: block;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ""; }

.oldgames-wrapper.game #content .lead + .media_box_large {
  position: absolute;
  top: 380px;
  right: 240px; }

.oldgames-wrapper.game #content .lead + .text {
  margin-top: 20px; }

.oldgames-wrapper.game #content .media_box_large {
  float: right;
  width: 359px;
  height: 239px; }

.oldgames-wrapper.game #content .media_box_large .content {
  overflow: hidden;
  width: 319px;
  height: 179px;
  background: url("../assets/images/oldgames/mediabox_main.png") no-repeat;
  padding: 13px 20px 0 20px;
  box-sizing: initial; }

.oldgames-wrapper.game #content .media_box_large .control {
  width: 359px;
  height: 47px; }

.oldgames-wrapper.game #content .media_box_large .control a {
  display: block;
  float: left;
  height: 47px;
  cursor: pointer;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: top left; }

.oldgames-wrapper.game #content .media_box_large .control a:hover {
  background-position: center left; }

.oldgames-wrapper.game #content .media_box_large .control a.active {
  background-position: bottom left; }

.oldgames-wrapper.game #content .media_box_large .control a.c1 {
  width: 124px;
  background-image: url("../assets/images/oldgames/mediabox_tab1.png"); }

.oldgames-wrapper.game #content .media_box_large .control a.c1.clarge {
  width: 180px;
  background-image: url("../assets/images/oldgames/mediabox_bigtab1.png"); }

.oldgames-wrapper.game #content .media_box_large .control a.c2 {
  width: 110px;
  background-image: url("../assets/images/oldgames/mediabox_tab2.png"); }

.oldgames-wrapper.game #content .media_box_large .control a.c2.clarge {
  width: 179px;
  background-image: url("../assets/images/oldgames/mediabox_bigtab2.png"); }

.oldgames-wrapper.game #content .media_box_large .control a.c3 {
  width: 125px;
  background-image: url("../assets/images/oldgames/mediabox_tab3.png"); }

.oldgames-wrapper.game #content .media_box_large + .text {
  padding-top: 20px; }

.oldgames-wrapper.game #content .media_box_large:after {
  display: block;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ""; }

.oldgames-wrapper.game #content .text {
  clear: both; }

.oldgames-wrapper.game #content .text h2 {
  margin-bottom: 16px;
  font-size: 1.5em;
  font-weight: 400;
  color: #d31200; }

.oldgames-wrapper.game #content .text h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px; }

.oldgames-wrapper.game #content .text ul {
  padding-left: 30px; }

.oldgames-wrapper.game #content .text ul li {
  margin-bottom: 10px;
  list-style: outside disc; }

.oldgames-wrapper.game #content .text ul li:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 1090px) {
  .oldgames-wrapper.game #content .lead {
    margin: 0 0 0 0; }
  .oldgames-wrapper.game #content .lead.hasMediaBox {
    min-height: 209px; }
  .oldgames-wrapper.game #content .lead.hasMediaBox .content {
    width: 45.5%;
    padding-right: 30px !important; }
  .oldgames-wrapper.game #content .lead + .media_box_large {
    top: 50px;
    right: 2.5%; }
  .oldgames-wrapper.game #content .lead + .media_box_large .content {
    width: auto;
    padding: 0;
    background: none; }
  .oldgames-wrapper.game #content .lead + .media_box_large .content img {
    width: 100%; }
  .oldgames-wrapper.game #content .lead + .media_box_large .control {
    width: auto;
    margin-top: 10px; }
  .oldgames-wrapper.game #content .lead + .media_box_large .control a {
    width: 33.33%;
    text-align: center;
    text-indent: 0;
    font-size: 18px;
    background-image: none; } }

@media screen and (max-width: 800px) {
  .oldgames-wrapper.game #content .lead.hasMediaBox {
    min-height: 0; }
  .oldgames-wrapper.game #content .lead.hasMediaBox .content {
    float: none;
    width: auto; }
  .oldgames-wrapper.game #content .media_box_large {
    display: none; } }

.oldgames-wrapper .album {
  position: relative;
  padding: 7px;
  height: 488px;
  background: url("../assets/images/oldgames/album-bg.jpg") no-repeat;
  overflow: hidden;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif; }

.oldgames-wrapper .album.fullscreen {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0;
  background: #000000; }

.oldgames-wrapper .album.fullscreen header {
  opacity: 0;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: #000; }

.oldgames-wrapper .album.fullscreen .ui-tabs-panel {
  height: 100%; }

.oldgames-wrapper .album.fullscreen .ui-tabs-panel footer {
  opacity: 0;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 65px; }

.oldgames-wrapper .album.fullscreen .ui-tabs-panel footer.grid {
  opacity: 1;
  height: auto;
  bottom: auto;
  top: 47px; }

.oldgames-wrapper .album.fullscreen .ui-tabs-panel footer.grid .thumbsWrap {
  width: auto; }

.oldgames-wrapper .album.fullscreen .ui-tabs-panel .largeWrap {
  height: 100%; }

.oldgames-wrapper .album.fullscreen .ui-tabs-panel .thumbsWrap {
  bottom: 0;
  background: #000; }

.oldgames-wrapper .album.fullscreen .ui-tabs-panel .viewSwitch {
  top: 16px; }

.oldgames-wrapper .album.fullscreen .options li.showWhenFullScreen {
  display: inline-block; }

.oldgames-wrapper .album.fullscreen .options li.hideWhenFullScreen {
  display: none; }

.oldgames-wrapper .album.fullscreen .options a.fullscreen {
  background-position: -90px 0; }

.oldgames-wrapper .album.fullscreen .options a.fullscreen:hover {
  background-position: -90px -24px; }

.oldgames-wrapper .album ul li {
  list-style: none !important; }

.oldgames-wrapper .album .ui-tabs-nav {
  padding-bottom: 7px; }

.oldgames-wrapper .album .ui-tabs-nav li {
  float: left;
  height: 40px;
  display: block;
  margin: 0 10px 0 !important; }

.oldgames-wrapper .album .ui-tabs-nav li:last-child {
  margin-right: 0; }

.oldgames-wrapper .album .ui-tabs-nav li.ui-state-active a {
  color: #fff; }

.oldgames-wrapper .album .ui-tabs-nav li a {
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  color: #abc8cb; }

.oldgames-wrapper .album .ui-tabs-nav li a:hover {
  color: #04b1c3;
  text-decoration: none; }

.oldgames-wrapper .album .ui-tabs-nav:after {
  display: block;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ""; }

.oldgames-wrapper .album .ui-tabs-panel {
  position: relative; }

.oldgames-wrapper .album .ui-tabs-panel.ui-tabs-hide {
  display: none; }

.oldgames-wrapper .album .ui-tabs-panel footer {
  position: relative;
  height: 65px;
  background: none; }

.oldgames-wrapper .album .ui-tabs-panel footer.grid .thumbsWrap {
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background: none; }

.oldgames-wrapper .album .ui-tabs-panel footer.grid .thumbsWrap .thumbs li {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px !important; }

.oldgames-wrapper .album .ui-tabs-panel footer.grid .thumbsWrap .thumbs:after {
  display: block;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ""; }

.oldgames-wrapper .album .ui-tabs-panel footer.grid .viewSwitch {
  top: 14px;
  background-position: 0 0; }

.oldgames-wrapper .album .ui-tabs-panel .largeWrap {
  overflow: hidden;
  height: 359px;
  width: 645px; }

.oldgames-wrapper .album .ui-tabs-panel .largeWrap.grid {
  display: none; }

.oldgames-wrapper .album .ui-tabs-panel .largeWrap:hover .bx-next,
.oldgames-wrapper .album .ui-tabs-panel .largeWrap:hover .bx-prev {
  display: block; }

.oldgames-wrapper .album .ui-tabs-panel .largeWrap .bx-wrapper,
.oldgames-wrapper .album .ui-tabs-panel .largeWrap .bx-viewport,
.oldgames-wrapper .album .ui-tabs-panel .largeWrap .fluid-width-video-wrapper {
  width: 100%;
  height: 100% !important; }

.oldgames-wrapper .album .ui-tabs-panel .largeWrap .large {
  height: 100%; }

.oldgames-wrapper .album .ui-tabs-panel .largeWrap .large > li {
  height: 100%; }

.oldgames-wrapper .album .ui-tabs-panel .largeWrap .large:after {
  display: block;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ""; }

.oldgames-wrapper .album .ui-tabs-panel .largeWrap .large table {
  width: 100%;
  height: 100%;
  border-spacing: 0;
  margin: 0 !important; }

.oldgames-wrapper .album .ui-tabs-panel .largeWrap .large table td {
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.oldgames-wrapper .album .ui-tabs-panel .largeWrap .large img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 100%; }

.oldgames-wrapper .album .ui-tabs-panel .largeWrap .bx-next,
.oldgames-wrapper .album .ui-tabs-panel .largeWrap .bx-prev {
  display: none;
  width: 79px;
  height: 79px;
  background: url("../assets/images/oldgames/gallery-arrows.png") no-repeat; }

.oldgames-wrapper .album .ui-tabs-panel .largeWrap .bx-prev {
  left: 0; }

.oldgames-wrapper .album .ui-tabs-panel .largeWrap .bx-next {
  right: 0;
  background-position: 0 -79px; }

.oldgames-wrapper .album .ui-tabs-panel .thumbsWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 632px;
  padding: 7px 7px 0 7px;
  background: url(../assets/images/oldgames/album-thumbs-bg.png) no-repeat;
  box-sizing: content-box; }

.oldgames-wrapper .album .ui-tabs-panel .thumbsWrap .bx-wrapper {
  margin: 0 !important; }

.oldgames-wrapper .album .ui-tabs-panel .thumbsWrap .bx-viewport {
  height: 58px !important; }

.oldgames-wrapper .album .ui-tabs-panel .thumbsWrap .bx-next,
.oldgames-wrapper .album .ui-tabs-panel .thumbsWrap .bx-prev {
  height: 100%;
  top: 0;
  margin-top: 0;
  background: none;
  text-indent: 0;
  text-align: center; }

.oldgames-wrapper .album .ui-tabs-panel .thumbsWrap .bx-next i,
.oldgames-wrapper .album .ui-tabs-panel .thumbsWrap .bx-prev i {
  line-height: 75px;
  font-size: 32px; }

.oldgames-wrapper .album .ui-tabs-panel .thumbsWrap .bx-next {
  right: -32px; }

.oldgames-wrapper .album .ui-tabs-panel .thumbsWrap .bx-prev {
  left: -32px; }

.oldgames-wrapper .album .ui-tabs-panel .thumbs a {
  display: block;
  background: rgba(0, 0, 0, 0.25); }

.oldgames-wrapper .album .ui-tabs-panel .thumbs a:hover img,
.oldgames-wrapper .album .ui-tabs-panel .thumbs a.active img {
  opacity: 1; }

.oldgames-wrapper .album .ui-tabs-panel .thumbs img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  margin: 0 auto;
  height: 100%;
  opacity: .7; }

.oldgames-wrapper .album .ui-tabs-panel .viewSwitch {
  position: absolute;
  z-index: 10;
  top: 22px;
  left: 17px;
  display: block;
  float: left;
  width: 79px;
  height: 41px;
  background: url("../assets/images/oldgames/gallery-switch.png") no-repeat left -41px;
  background-size: 100%;
  opacity: .2; }

.oldgames-wrapper .album .ui-tabs-panel .viewSwitch:hover {
  opacity: .5; }

.oldgames-wrapper .album .social {
  position: absolute;
  right: 118px;
  top: 16px; }

.oldgames-wrapper .album .social li {
  display: inline-block;
  margin-left: 5px; }

.oldgames-wrapper .album .options {
  position: absolute;
  right: 24px;
  top: 15px;
  height: 24px;
  padding-left: 3px;
  border-left: 1px solid rgba(68, 233, 231, 0.25);
  font-size: 0; }

.oldgames-wrapper .album .options li {
  display: inline-block;
  margin-left: 5px; }

.oldgames-wrapper .album .options li.showWhenFullScreen {
  display: none; }

.oldgames-wrapper .album .options li.showWhenPlaying {
  display: none; }

.oldgames-wrapper .album .options a {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../assets/images/oldgames/gallery-icons.png") no-repeat; }

.oldgames-wrapper .album .options a.play {
  background-position: 0 0; }

.oldgames-wrapper .album .options a.play:hover {
  background-position: 0 -24px; }

.oldgames-wrapper .album .options a.download {
  background-position: -24px 0; }

.oldgames-wrapper .album .options a.download:hover {
  background-position: -24px -24px; }

.oldgames-wrapper .album .options a.fullscreen {
  background-position: -58px 0; }

.oldgames-wrapper .album .options a.fullscreen:hover {
  background-position: -58px -24px; }

.oldgames-wrapper .album.playing .options li.hideWhenPlaying {
  display: none; }

.oldgames-wrapper .album.playing .options li.showWhenPlaying {
  display: inline-block; }

.oldgames-wrapper .album.playing .options .pause {
  background-position: -118px 0; }

.oldgames-wrapper .album.playing .options .pause:hover {
  background-position: -118px -24px; }

.oldgames-wrapper .album .bx-viewport img {
  visibility: hidden; }

.oldgames-wrapper .album:after {
  display: block;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ""; }

.oldgames-wrapper.game #content .gallery .ssb-share {
  display: none; }

.oldgames-wrapper.game #content .text .oldgames-wrapper .album ul li {
  margin-bottom: 0; }

@media screen and (max-width: 1090px) {
  .oldgames-wrapper .album {
    height: auto;
    background: none; }
  .oldgames-wrapper .album .ui-tabs-panel .largeWrap {
    width: 100%;
    height: auto; }
  .oldgames-wrapper .album .ui-tabs-panel .thumbsWrap {
    background: none;
    width: 100%; } }

@media screen and (max-width: 800px) {
  .oldgames-wrapper .album .ui-tabs-panel .largeWrap .large img {
    width: 100%;
    height: auto; } }

@media screen and (max-width: 480px) {
  .oldgames-wrapper .album a.viewSwitch {
    display: none; }
  .oldgames-wrapper .album .social {
    right: 14px; }
  .oldgames-wrapper .album .options {
    display: none; }
  .oldgames-wrapper .album .ui-tabs-panel .thumbsWrap {
    display: none; } }

.oldgames-wrapper .largeWrap .carousel-theme--default .slick-arrow {
  outline: none;
  border: none;
  display: none;
  color: transparent;
  width: 79px;
  height: 79px;
  background: url("../assets/images/oldgames/gallery-arrows.png") no-repeat;
  opacity: 0; }
  .oldgames-wrapper .largeWrap .carousel-theme--default .slick-arrow.slick-prev {
    left: 0; }
  .oldgames-wrapper .largeWrap .carousel-theme--default .slick-arrow.slick-next {
    right: 0;
    background-position: 0 -79px; }

.oldgames-wrapper .largeWrap .carousel-theme--default:hover .slick-arrow {
  opacity: 1; }

.oldgames-wrapper .largeWrap .carousel-theme--default .video-helper {
  position: relative;
  padding-bottom: 55.65%;
  height: 0; }
  .oldgames-wrapper .largeWrap .carousel-theme--default .video-helper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.oldgames-wrapper .thumbs .slick-slide {
  padding-right: 3px; }

.oldgames-wrapper .thumbs .slick-current img {
  opacity: 1 !important; }

.oldgames-wrapper.blog {
  /* background: url(../images/content-tiled-background.png) center 1080px repeat-y; */ }

.oldgames-wrapper.blog.notfound #content {
  padding-top: 194px; }

.oldgames-wrapper.blog.notfound #content .text {
  font-size: 18px;
  text-align: center; }

.oldgames-wrapper.blog h2 {
  margin: 20px 0; }

.oldgames-wrapper.blog #content {
  padding: 178px 260px 10px 220px; }

.oldgames-wrapper.blog .promoted_tags {
  position: relative;
  margin-left: 75px;
  top: 115px;
  z-index: 2;
  min-height: 162px; }

.oldgames-wrapper.blog .promoted_tags a {
  position: relative;
  float: left;
  display: block;
  -webkit-transform: scale(0.76, 0.76);
  -ms-transform: scale(0.76, 0.76);
  transform: scale(0.76, 0.76);
  transition: -webkit-transform .2s;
  transition: transform .2s; }

.oldgames-wrapper.blog .promoted_tags a:hover,
.oldgames-wrapper.blog .promoted_tags a.active {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.oldgames-wrapper.blog .promoted_tags a.active .overlay {
  border-color: #b90f00;
  box-shadow: inset 0 0 10px #b90f00; }

.oldgames-wrapper.blog .promoted_tags a img {
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 3px #000; }

.oldgames-wrapper.blog .promoted_tags a .overlay {
  display: block;
  position: absolute;
  border: 1px solid #414141;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.oldgames-wrapper.blog .promoted_tags:after {
  display: block;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ""; }

.oldgames-wrapper.blog #page-content {
  left: 240px;
  position: relative;
  width: 960px;
  float: left; }

.oldgames-wrapper .cover h3 {
  color: #b9d6dc !important;
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz Light", Arial, Helvetica, sans-serif !important;
  height: 40px !important;
  border-bottom: none !important;
  display: table-caption !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  text-align: left;
  padding-left: 25px; }

.oldgames-wrapper .cover p {
  font-family: "Yanone Kaffeesatz Light", Arial, Helvetica, sans-serif !important;
  margin: 0 5% 5px !important; }

.oldgames-wrapper .boxgrid {
  padding: 0 !important;
  margin: 0 !important;
  top: -17px; }

/* Misc. */
.oldgames-wrapper .divider {
  background: url("../images/divider.png") no-repeat center;
  height: 4px;
  margin: 20px 0 0 33px;
  padding: 10px 0 0 5px;
  border: 0; }

.oldgames-wrapper #posts {
  position: relative; }

.oldgames-wrapper #posts .author img {
  display: block; }

.oldgames-wrapper #posts .author .avatar {
  float: left;
  margin-right: 15px; }

.oldgames-wrapper #posts .author .name {
  padding-top: 13px;
  font-size: 20px;
  color: #b9d6dc; }

.oldgames-wrapper #posts .author .postsBy {
  clear: left;
  font-size: 18px;
  text-align: center; }

.oldgames-wrapper #posts .author:after {
  display: block;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ""; }

.oldgames-wrapper #posts .post {
  padding: 0 0 40px;
  background: url("../images/divider.png") no-repeat center bottom; }

.oldgames-wrapper #posts .post.not-found {
  padding-top: 20px; }

.oldgames-wrapper #posts .post.single p,
.oldgames-wrapper #posts .post.single div {
  text-align: justify; }

.oldgames-wrapper #posts .post.single p span,
.oldgames-wrapper #posts .post.single div span {
  text-align: justify; }

.oldgames-wrapper #posts .post ul {
  padding-left: 32px; }

.oldgames-wrapper #posts .post hr {
  margin: 20px 0;
  border-color: #889593; }

.oldgames-wrapper #posts .post .gallery img {
  border: 1px solid #889593; }

.oldgames-wrapper #posts .post .gallery img:hover {
  border-color: #b90f00; }

.oldgames-wrapper #posts .post-thumbnail img {
  float: left;
  height: 40%;
  width: 40%;
  margin: 3px 10px 0 0; }

.oldgames-wrapper #posts p,
.oldgames-wrapper #posts div {
  text-align: left;
  display: block;
  margin: 1em 0 1em; }

.oldgames-wrapper #posts p span,
.oldgames-wrapper #posts div span {
  text-align: left; }

.oldgames-wrapper #posts .postmeta {
  font-size: 13px; }

.oldgames-wrapper #posts .read-more {
  clear: both;
  display: block;
  padding-top: 10px; }

.oldgames-wrapper #commentform input[type="text"],
.oldgames-wrapper #commentform textarea {
  max-width: 100%; }

.oldgames-wrapper #commentform .form-allowed-tags {
  display: none; }

.oldgames-wrapper .comment {
  list-style: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #333333; }

.oldgames-wrapper .comment .comment-.oldgames-wrapper p {
  margin-bottom: 0 !important; }

.oldgames-wrapper .comment .comment-.oldgames-wrapper p img {
  display: inline !important; }

.oldgames-wrapper .comment .comment-.oldgames-wrapper .comment-author.vcard img {
  display: inline !important;
  vertical-align: middle; }

.oldgames-wrapper .comment .comment-.oldgames-wrapper .comment-author.vcard .fn {
  margin-left: 10px; }

.oldgames-wrapper .comment .comment-.oldgames-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ""; }

.oldgames-wrapper .comment .children {
  margin: 10px 0 0 40px; }

.oldgames-wrapper .comment .children .comment {
  padding-top: 10px;
  border-bottom: 0;
  border-top: 1px solid #333333; }

.oldgames-wrapper .comment .reply {
  text-align: right; }

@media screen and (max-width: 1090px) {
  .oldgames-wrapper.blog hr,
  .oldgames-wrapper.blog .divider {
    height: 1px;
    line-height: 0;
    margin: 20px 0;
    padding: 0;
    background: #525f64; }
  .oldgames-wrapper.blog .promoted_tags {
    top: 0;
    margin: 0;
    padding: 0 2.5%; }
  .oldgames-wrapper.blog #posts .post {
    padding-bottom: 20px;
    background: none;
    border-bottom: 1px solid #525f64; }
  .oldgames-wrapper.blog #content {
    padding-top: 0 !important; } }

@media screen and (max-width: 480px) {
  .oldgames-wrapper.blog #commentform input[type="text"],
  .oldgames-wrapper.blog #commentform textarea {
    width: 100%; } }

.oldgames-wrapper #media_boxes {
  position: fixed;
  top: 135px;
  width: 250px;
  margin-left: 860px;
  z-index: 100; }

.oldgames-wrapper .page #media_boxes {
  position: fixed;
  top: 105px;
  width: 250px;
  margin-left: 955px;
  z-index: 100; }

.oldgames-wrapper #media_boxes.sidebar .widget {
  clear: both;
  float: left;
  z-index: 99;
  width: 200px;
  margin: 25px;
  background-color: #000000; }

.oldgames-wrapper #media_boxes.sidebar .widget:after {
  display: block;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ""; }

.oldgames-wrapper #media_boxes.sidebar .widget .content {
  position: relative;
  height: 150px;
  margin: -15px -25px;
  background: url("../assets/images/oldgames/mb_small.png") no-repeat center top; }

.oldgames-wrapper #media_boxes.sidebar .widget .content:hover {
  background-position: center -150px; }

.oldgames-wrapper #media_boxes.sidebar .widget .title {
  float: left;
  width: 100%;
  margin: 15px 0 0;
  padding: 25px 0 10px;
  text-transform: uppercase;
  color: #b9d6dc;
  text-align: center;
  font-size: 14px; }

.oldgames-wrapper #media_boxes.sidebar .widget .body {
  clear: both;
  position: relative;
  padding: 0 35px 0; }

.oldgames-wrapper .media_box {
  position: relative;
  width: 100%;
  margin-bottom: 6px; }

.oldgames-wrapper .media_box .wp-video {
  position: relative;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto; }

.oldgames-wrapper .media_box .wp-video video {
  width: auto !important;
  height: auto !important; }

.oldgames-wrapper .media_box .wp-video .mejs-video {
  width: 100% !important; }

.oldgames-wrapper .media_box .wp-video .mejs-layers,
.oldgames-wrapper .media_box .wp-video .mejs-controls {
  display: none !important; }

.oldgames-wrapper .media_box .content {
  position: relative;
  top: 11px;
  width: 206px;
  height: 127px;
  margin: 0 auto;
  overflow: hidden; }

.oldgames-wrapper .media_box .content img {
  width: 100%;
  height: auto; }

.oldgames-wrapper .media_box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1; }

.oldgames-wrapper .media_box:after {
  display: block;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ""; }

.oldgames-wrapper .media_box_small {
  height: 150px; }
  .oldgames-wrapper .media_box_small p {
    margin: 0; }

.oldgames-wrapper .media_box_small .overlay:hover {
  background-position: 0 -150px; }

/*
  .oldgames-wrapper.game #header,
  .oldgames-wrapper.blog #header {
    background: url(../images/header/header_games.png) no-repeat;
   width: 100%;
      position: absolute;
      margin-left: -40px;
      
  }
  .oldgames-wrapper.game #header #logo,
  .oldgames-wrapper.blog #header #logo{
      position: absolute;
      display: block;
      width: 192px;
      height: 74px;
      margin-left: 45px;
      margin-top: -17px;
  }
  
  .oldgames-wrapper.game #header .top_button,
  .oldgames-wrapper.blog #header .top_button {
    color: #e3efff;
        text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 26px;
  }
  .oldgames-wrapper.game #top_games,
  .oldgames-wrapper.blog #top_games {
    background-image: url(../images/menu_games.png);
  }
  .oldgames-wrapper.game #top_company,
  .oldgames-wrapper.blog #top_company {
    background-image: url(../images/menu_company.png);
  }
  .oldgames-wrapper.game #top_devblog,
  .oldgames-wrapper.blog #top_devblog {
    background-image: url(../images/menu_devblog.png);
  }
  .oldgames-wrapper.game #top_community,
  .oldgames-wrapper.blog #top_community {
    background-image: url(../images/menu_community.png);
  }
  .oldgames-wrapper.game #top_store,
  .oldgames-wrapper.blog #top_store {
    background-image: url(../images/menu_store.png);
  }
  .oldgames-wrapper.game #top_press,
  .oldgames-wrapper.blog #top_press {
    background-image: url(../images/menu_press.png);
  }
  
  */
.oldgames-wrapper.searchOpen #menu_top ul {
  visibility: hidden; }

.oldgames-wrapper #header {
  position: fixed;
  top: 0;
  width: 1090px;
  height: 98px;
  /* background: url(../images/header/company_header.png) no-repeat;*/
  z-index: 100; }

.oldgames-wrapper #header #menu_top {
  float: left;
  position: relative;
  margin-top: 13px;
  margin-left: 235px; }

.oldgames-wrapper #header #menu_top .mobile {
  display: none; }

/*
  .game #header .top_button,
  .blog #header .top_button {
    float: left;
    display: block;
    padding-top: 12px;
    background-position: top left;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.647);
    color: #FFF;
    font-size: 20px;
    text-align: center;
  }
  
  .game #header .top_button:hover,
  .game #header .top_button.current-menu-item,
  .game #header .top_button.current-page-ancestor {
    background-position: bottom left;
  }
  .blog #header .top_button:hover,
  .blog #header .top_button.current-menu-item,
  .blog #header .top_button.current-page-ancestor {
    background-position: bottom left;
  }*/
.oldgames-wrapper #header #menu_top > ul > .top_button:hover a,
.oldgames-wrapper #header #menu_top > ul > .top_button.current-menu-item a,
.oldgames-wrapper #header #menu_top > ul > .top_button.current-page-ancestor a {
  text-decoration: none;
  color: #ffffff; }

.oldgames-wrapper #header #menu_top > ul > .top_button > a {
  display: block;
  height: 41px; }

.oldgames-wrapper #header:after {
  display: block;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ""; }

/*
  #top_games {
    width: 88px;
    background-image: url(../images/company_menu_games.png);
  }
  #top_company {
    width: 85px;
    background-image: url(../images/company_menu_company.png);
  }
  #top_devblog {
    width: 85px;
    background-image: url(../images/company_menu_devblog.png);
  }
  #top_community {
    width: 85px;
    background-image: url(../images/company_menu_community.png);
  }
  #top_store {
    width: 85px;
    background-image: url(../images/company_menu_store.png);
  }
  #top_press {
    width: 86px;
    background-image: url(../images/company_menu_press.png);
  }
  #top_login {
    width: 68px;
  }
  #top_search {
    width: 40px;
  }
  #top_search a {
    color: #fff;
  }
  #top_search a:hover {
    color: #b90f00 !important;
    text-shadow: 0 0 20px #000;
  }
  #top_search a span {
    display: none;
  }
  #top_search a:after {
    font-family: "FontAwesome";
    content: "\f002";
  }
  #searchbox {
    display: none;
    position: absolute;
    z-index: 100;
    top: -3px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 5px;
    border: 1px solid #333333;
  }
  #searchbox table {
    width: 100%;
    border-spacing: 0;
  }
  #searchbox table th {
    text-align: left;
  }
  #searchbox table td {
    width: 42px;
  }
  #searchbox form {
    padding: 10px 0 15px 15px;
  }
  #searchbox label,
  #searchbox button {
    display: block;
  }
  #searchbox input {
    display: block;
    width: 100%;
    background: none;
    font-size: 18px;
  }
  #searchbox input:focus {
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    box-shadow: none;
  }
  #searchbox button {
    width: 100%;
  }
  #searchbox button i {
    color: #b9d6dc;
    font-size: 20px;
  }
  */
/*
  #menu_social {
    float: right;
    position: relative;
    margin-top: 23px;
    margin-right: 67px;
  }
  */
/*   .social_button {
    float: left;
    display: inline-block;
    height: 23px;
  }
  #social_fb {
    width: 23px;
    background: url(../images/company_social_fb.png) no-repeat;
    margin-right: 6px;
  }
  #social_fb:hover {
    background-image: url(../images/over_facebook.png);
  }
  #social_tw {
    width: 23px;
    background: url(../images/company_social_tw.png) no-repeat;
    margin-right: 5px;
  }
  #social_tw:hover {
    background-image: url(../images/over_twitter.png);
  }
  #social_yt {
    width: 27px;
    background: url(../images/company_social_yt.png) no-repeat;
  }
  #social_yt:hover {
    background-image: url(../images/over_youtube.png);
  } */
/* HEADER MOds*/
.oldgames-wrapper .home #page,
.oldgames-wrapper .page #page {
  width: 1280px; }

/*
  .home #header #menu_top > ul > li.top_button,
  .page #header #menu_top > ul > li.top_button{
  float: left;
      display: block;
      padding-top: 0px;
     
      text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.647);
      color: #b9d6dc;
      font-size: 20px;
      text-align: center;
  }
  #header #menu_top > ul > li.top_button#top_login,
  #header #menu_top > ul > li.top_button#top_search
  {
   display: none;
  }
  
  
  .home #header .top_button > a,
  .page #header .top_button > a{
   display: block;
      height: 35px;
      padding-bottom: 10px;
      color: #baffff;
      line-height: 36px;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1px;
  }
  
  .home #header .top_button > a:hover,
  .page #header .top_button > a:hover{
   color:#baffff;
  
  }
  
  
  .home #header,
  .page #header{
        width: 90.4%;
    position: absolute;
    background: url('../images/header/header_bg.jpg') 0 0 no-repeat;
  
  }
  .home #logo,
  .page #logo {
    margin-left:175px;
  }
  
  .home #logo img,
  .page #logo img{
    display: block;
    margin-top: -17px;
    margin-left: -30px;
  }
  */
.oldgames-wrapper .warhammer40k #logo {
  width: 100px; }

.oldgames-wrapper .warhammer40k #logo img {
  display: none; }

.oldgames-wrapper #header .login_box {
  background: url("../images/header/login_box_1.jpg") 0 0 no-repeat;
  width: 327px;
  height: 55px;
  float: left;
  display: block;
  margin-top: 10px;
  margin-left: 10px; }

.oldgames-wrapper .home #header #menu_top,
.oldgames-wrapper .page #header #menu_top {
  margin-left: 350px; }

.oldgames-wrapper.warhammer40k #menu_top li,
.oldgames-wrapper.warhammer40k #menu_top li:hover {
  text-align: center;
  padding-top: 12px; }

.oldgames-wrapper.warhammer40k .header-line {
  width: 100%;
  border-bottom: 2px solid #4e4c33; }

.oldgames-wrapper.warhammer40k #header {
  width: 1280px;
  height: 68px; }

.oldgames-wrapper .game #header .login_box,
.oldgames-wrapper .blog #header .login_box {
  background: url("../images/header/login_box_2.jpg") 0 0 no-repeat; }

.oldgames-wrapper .warhammer40k #header .login_box {
  background: url("../images/header/login_box_3.jpg") 0 0 no-repeat;
  float: left;
  margin-top: 5px; }

.oldgames-wrapper #header .login_box table tr td {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase; }

.oldgames-wrapper #header .login_box table tr:nth-child(1) td:nth-child(1) {
  font-size: 14px;
  letter-spacing: 2px;
  padding-top: 0;
  padding-bottom: 0;
  color: #FFF;
  /* height: 31px;*/
  vertical-align: middle;
  font-family: Arial, Helvetica, Verdana, sans-serif; }

.oldgames-wrapper #header .login_box table tr:nth-child(2) td {
  font-size: 14px;
  letter-spacing: 2px;
  /*    padding-top: 3px;
        padding-bottom: 3px;*/
  padding: 0;
  color: #9dd8d9;
  width: 50%;
  font-family: 'Bank Gothic MDBT', sans-serif; }

.oldgames-wrapper #header .login_box table tr:nth-child(2) td a {
  display: block; }

/*
  .game #header .login_box table tr:nth-child(2) td a,
  .blog  #header .login_box table tr:nth-child(2) td a{
    color:#e3efff;
  }
  .game #header .login_box table tr:nth-child(2) td a:hover,
  .blog  #header .login_box table tr:nth-child(2) td a:hover{
    color:#FFF;
  }
  */
.oldgames-wrapper .warhammer40k #header .login_box table tr:nth-child(1) td:nth-child(1) {
  font-size: 12px; }

.oldgames-wrapper .warhammer40k #header .login_box table tr:nth-child(2) td a {
  color: #ffe4ba;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 3px;
  display: block; }

/*
  
   #header .login_box table tr:nth-child(2) td a{
    font-size: 14px;
    letter-spacing: 2px;
    color: #9dd8d9;
  }
   #header .login_box table tr:nth-child(2) td a:hover{
    text-decoration: none;
  }
  .home #menu_top > ul,
  .page #menu_top > ul{
       margin-top: 14px;
  }
  
  .home #menu_top > ul > li,
  .page #menu_top > ul > li{
    background: url(../images/header/company_menu_games.png) 0px 0px no-repeat;
  }
  
  
  .home #menu_top > ul > li > a,
  .page #menu_top > ul > li > a{
      width: 85px;
  }
  
  .home #menu_top ul li:nth-child(2),
  .page #menu_top ul li:nth-child(2){
      background-position: -85px 0px;
  }
  
  .home #menu_top ul li:nth-child(3),
  .page #menu_top ul li:nth-child(3){
    width: 85px;
    background-position: -170px 0px;
  }
  
  .home #menu_top ul li:nth-child(4),
  .page #menu_top ul li:nth-child(4){
    width: 85px;
    background-position: -255px 0px;
  }
  
  .home #menu_top ul li:nth-child(5),
  .page #menu_top ul li:nth-child(5){
    width: 85px;
    background-position: -340px 0px;
  }
  .home #menu_top ul li:nth-child(6),
  .page #menu_top ul li:nth-child(6){
    width: 85px;
    background-position: -425px 0px;
  }
  .home #menu_top ul li:nth-child(7),
  .page #menu_top ul li:nth-child(7){
    width: 85px;
    background-position: -510px 0px;
  }*/
.oldgames-wrapper #menu_social {
  float: left;
  position: relative;
  margin-top: 42px;
  margin-left: 5px; }

.oldgames-wrapper #logo {
  position: absolute;
  display: block;
  width: 192px;
  height: 74px;
  margin-left: 58px; }

@media screen and (min-width: 1365px) {
  .oldgames-wrapper.game #header,
  .oldgames-wrapper.blog #header {
    width: 85%; } }

@media screen and (max-width: 1365px) {
  /*.home #logo {
      margin-left: 20px;
  }
  .page #logo {
  
  }
  .home #header{
    width: 100%;
  }
  .home #header #menu_top,
  .page #header #menu_top {
      margin-left: 200px;
  }
  */
  .oldgames-wrapper.game #header,
  .oldgames-wrapper.blog #header,
  .oldgames-wrapper.game #header {
    width: 100%; }
  .oldgames-wrapper.home #page,
  .oldgames-wrapper.page #page,
  .oldgames-wrapper.blog #page,
  .oldgames-wrapper.game #page {
    width: 100%; } }

@media screen and (max-width: 1280px) {
  .oldgames-wrapper.warhammer40k #header {
    width: 1190px; }
  .oldgames-wrapper.warhammer40k #logo {
    display: block;
    height: 50px; }
  .oldgames-wrapper.warhammer40k #logo img {
    display: block;
    height: 0px;
    padding: 100px; }
  .oldgames-wrapper.warhammer40k #menu_social {
    /* margin-right: 64px; */
    /* margin-top: 15px; */
    /* margin-left: 10px; */
    float: right;
    position: absolute;
    right: 0px;
    top: 45px; }
  .page #logo {
    margin-left: 20px; }
  .page #header {
    width: 100%; } }

@media screen and (max-width: 1140px) {
  .oldgames-wrapper.warhammer40k #header {
    width: 100%;
    height: 150px; } }

@media screen and (max-width: 990px) {
  .oldgames-wrapper.game #header,
  .oldgames-wrapper.blog #header {
    width: 100%; }
  .oldgames-wrapper.warhammer40k .center {
    width: 100%; }
  .oldgames-wrapper.warhammer40k #header {
    height: 180px; }
  .oldgames-wrapper.warhammer40k #header #menu_top {
    width: 100%;
    top: 40px;
    float: left;
    position: absolute; }
  .oldgames-wrapper.warhammer40k #menu_social {
    float: right;
    display: block;
    position: relative;
    /* margin-left: 72px; */
    right: 0px; }
  .warhammer40k #header .login_box {
    width: 327px;
    margin: 0 auto;
    display: block;
    /* float: none; */
    position: absolute;
    top: 110px;
    left: 23px; }
  .oldgames-wrapper.warhammer40k #menu_social {
    float: right; } }

@media screen and (max-width: 1090px) {
  .oldgames-wrapper #header {
    background: #080b0f !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4MGIwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzIwMmEzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwMmEzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzIwMmEzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODBiMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: linear-gradient(to right, #080b0f 0%, #202a35 25%, #202a35 50%, #202a35 75%, #080b0f 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#080b0f', endColorstr='#080b0f', GradientType=1) !important;
    position: relative;
    width: 100%;
    height: 150px;
    border-bottom: 5px solid #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); }
  .oldgames-wrapper.game #header,
  .oldgames-wrapper.blog #header,
  .oldgames-wrapper.page #header {
    position: relative; }
  .oldgames-wrapper.game #header,
  .oldgames-wrapper.blog #header,
  .oldgames-wrapper.page #header {
    margin-left: 0px;
    width: 100%; }
  .oldgames-wrapper.page #header {
    height: 200px; }
  /*
  .home #header #menu_top,
  .game #header #menu_top,
  .blog #header #menu_top,
  .page #header #menu_top   {
      margin-left: 0px;
      margin-top: 5px;
  }
  .page #header #menu_top > ul > .top_button > a{
    width:auto;
  }
  
   .page #header #menu_top > ul > li.top_button{
    width: 100px;
   }
  */
  /*
    #header #menu_top {
      margin-top: 25px;
      margin-left: 0;
    }
  */
  .oldgames-wrapper #logo {
    position: static;
    float: left;
    width: 18%;
    height: auto;
    margin-left: 2.5%;
    margin-top: 0; }
  /*
  .game #menu_top > ul,
  .blog #menu_top > ul,
  .page #menu_top > ul{
        margin-top: 14px
  }
  
  .home #menu_top > ul,
  .game #menu_top > ul,
  .blog #menu_top > ul,
  .page #menu_top > ul{
        height: 42px;
  
  }
  
  
  .home #menu_top ul li:nth-child(1),
  .home #menu_top ul li:nth-child(2),
  .home #menu_top ul li:nth-child(3),
  .home #menu_top ul li:nth-child(4),
  .home #menu_top ul li:nth-child(5),
  .home #menu_top ul li:nth-child(6),
  .home #menu_top ul li:nth-child(7){
    width:auto;
  }
  
  
  .page #menu_top ul li:nth-child(1),
  .page #menu_top ul li:nth-child(2),
  .page #menu_top ul li:nth-child(3),
  .page #menu_top ul li:nth-child(4),
  .page #menu_top ul li:nth-child(5),
  .page #menu_top ul li:nth-child(6),
  .page #menu_top ul li:nth-child(7){
    width:auto;
  }
  
  
  .game #header .top_button > a,
  .blog #header .top_button > a,
  .page #header .top_button > a {
      display: block;
      height: 35px;
      padding-bottom: 10px;
      color: #baffff;
      line-height: 36px;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1px;
  }
  
  .game #header .login_box,
  .blog #header .login_box,
  .page #header .login_box{
      background: url('../images/header/login_box_1.jpg') 0 0 no-repeat;
      width: 327px;
      height: 55px;
      float: left;
      display: block;
      margin-top: 10px;
      margin-left: 10px;
  }
  
  .game #menu_top > ul > li,
  .blog #menu_top > ul > li,
  .home #menu_top > ul > li,
  .page #menu_top > ul > li {
    background: none;
  }
  
  .home #menu_top > ul > li > a,
  .game #menu_top > ul > li > a,
  .blog #menu_top > ul > li > a,
  .page #menu_top > ul > li > a
  {
    width:85px;
  
  }
  
  
  .oldgames-wrapper.game #header #logo,
  .oldgames-wrapper.blog #header #logo,
  .oldgames-wrapper.page #header #logo
   {
    position: static;
      float: left;
      width: 18%;
      height: auto;
      margin-left: 2.5%;
      margin-top: 0;
      margin-left: 20px;
      height:50px;
  }
  
  .oldgames-wrapper.game #header #logo, 
  .oldgames-wrapper.blog #header #logo,
  .oldgames-wrapper.page #header #logo{
     display: block;
     
      width: 180px;
      height: 50px;
    
  }
  
  .oldgames-wrapper.game #header #logo img,
  .oldgames-wrapper.blog #header #logo img
   {
      display: block;
      margin-top: -17px;
      margin-left: -30px;
  }
  
  .game #menu_top > ul {
      height: 42px;
  }
  
  .game #header .top_button, .blog #header .top_button{
    padding: 0px;
  }
  */
  .oldgames-wrapper {
    /*  .home #logo,
        .oldgames-wrapper.game #logo, .oldgames-wrapper.blog #logo{
        height:50px;
        }
    */ }
    .oldgames-wrapper #header #menu_top > ul > .top_button > a {
      height: 30px; }
    .oldgames-wrapper #logo img {
      display: block;
      width: 100%; }
    .oldgames-wrapper #menu_social {
      margin-top: 10px;
      margin-right: 2.5%; }
    .oldgames-wrapper #menu_social [id^="social_"] {
      float: none;
      display: block;
      width: 24px;
      height: 24px;
      line-height: 24px;
      margin-right: 0;
      color: #b9d6dc;
      background-image: none; }
    .oldgames-wrapper #menu_social [id^="social_"]:after {
      display: block;
      text-align: center;
      font-family: FontAwesome; }
    .oldgames-wrapper #menu_social #social_fb:after {
      content: "\f09a"; }
    .oldgames-wrapper #menu_social #social_tw:after {
      content: "\f099"; }
    .oldgames-wrapper #menu_social #social_yt:after {
      content: "\f167"; }
  .oldgames-wrapper.warhammer40k #menu_social {
    width: 140px; }
  .oldgames-wrapper.warhammer40k #menu_social a {
    float: left; }
  .oldgames-wrapper.warhammer40k #menu_social {
    position: absolute;
    float: none;
    top: 0px;
    margin-top: 20px;
    width: 180px; }
  .oldgames-wrapper #menu_top {
    position: relative;
    float: left; }
  .oldgames-wrapper #menu_top li[id^="top_"] {
    padding-top: 0;
    background: none; }
  .oldgames-wrapper #menu_top > ul {
    width: auto;
    border-left: 1px solid #080B0F; }
  .oldgames-wrapper #menu_top > ul > li {
    width: auto;
    height: auto; }
  .oldgames-wrapper #menu_top > ul > li#top_login a,
  .oldgames-wrapper #menu_top > ul > li#top_search a {
    border: 0; }
  .oldgames-wrapper #menu_top > ul > li > a {
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-top: 2px solid #5B748A;
    border-bottom: 1px solid #080b0f;
    border-right: 1px solid #080B0F; }
  .oldgames-wrapper #menu_top > ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    font-size: 0;
    line-height: 0;
    content: ""; }
  .oldgames-wrapper.warhammer40k #menu_social {
    position: absolute;
    float: none; }
  .oldgames-wrapper .home #page,
  .oldgames-wrapper .blog #page,
  .oldgames-wrapper .game #page,
  .oldgames-wrapper .page #page {
    width: auto;
    padding-bottom: 20px;
    background: none; } }

/*
  @media screen and (max-width: 900px) {
  .home #header{
    height: 200px;
  }
  }
  */
@media screen and (max-width: 800px) {
  .oldgames-wrapper #header {
    height: auto;
    padding-bottom: 15px; }
  .oldgames-wrapper #header #menu_top {
    margin: 0 0 0 2.5%;
    padding-top: 0;
    width: auto; }
  .oldgames-wrapper #header #menu_top > ul {
    border: 0; }
  .oldgames-wrapper #header #menu_top > ul > li > a {
    padding: 0 10px;
    background: none !important;
    border: 0; }
  .oldgames-wrapper.warhammer40k #menu_top li a,
  .oldgames-wrapper.warhammer40k #menu_top li a span {
    font-size: 14px; }
  .oldgames-wrapper.warhammer40k #menu_top li,
  .oldgames-wrapper.warhammer40k #menu_top li:hover {
    width: auto; }
  .oldgames-wrapper.warhammer40k #menu_top li a {
    padding-right: 5px;
    padding-left: 0px; }
  .oldgames-wrapper {
    /*.oldgames-wrapper.game #header #logo, .oldgames-wrapper.blog #header #logo{
        display: block;
        
        width: 180px;
        height: 50px;
        margin-bottom: 13px;
    }
    */ }
    .oldgames-wrapper #header #searchbox {
      background: none;
      border: 0; }
    .oldgames-wrapper #logo {
      width: 180px;
      float: none; }
    .oldgames-wrapper #menu_social {
      position: absolute;
      right: 2.5%;
      top: 10px; }
    .oldgames-wrapper #menu_social [id^="social_"] {
      display: inline-block;
      margin-left: 10px; }
    .oldgames-wrapper #menu_top ul li:hover .sub-menu {
      top: 100px; } }

@media screen and (max-width: 560px) {
  .oldgames-wrapper .warhammer40k #header .login_box {
    top: 170px; }
  .oldgames-wrapper.warhammer40k #header {
    height: 240px; } }

@media screen and (max-width: 480px) {
  .oldgames-wrapper #header #menu_top {
    float: none;
    margin-right: 2.5%;
    position: static;
    width: auto; }
  /*
  .home #header #menu_top{
        margin-top: 30px;
  }
  
  .page #header #menu_top{
    margin-top: 0px;
  }
  .page  #header #menu_top {
      float: none;
      margin-right: 2.5%;
      position: static;
      width: auto;
          padding-top: 65px;
  }
  
  .home #header {
      height: 210px;
  }*/
  .oldgames-wrapper.warhammer40k #header #menu_top {
    top: 60px; }
  .oldgames-wrapper.warhammer40k #header {
    height: 180px; }
  .oldgames-wrapper.warhammer40k #menu_social {
    margin-top: 110px;
    float: none; }
  .oldgames-wrapper.warhammer40k #header {
    height: 240px; }
  .oldgames-wrapper #header #menu_top > ul {
    display: none; }
  .oldgames-wrapper #header #menu_top .mobile {
    display: block;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .oldgames-wrapper #header #menu_top .mobile select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 18px;
    background: rgba(91, 116, 138, 0.15);
    color: #b9d6dc;
    border: 1px solid #000;
    box-shadow: inset 0 10px 0 rgba(0, 0, 0, 0.1); }
  .oldgames-wrapper #header #menu_top #searchbox {
    display: block;
    position: static; }
  .oldgames-wrapper #header #menu_top #searchbox form {
    padding: 0 0 0 10px; } }

.oldgames-wrapper * {
  margin: 0;
  padding: 0;
  outline: none; }

.oldgames-wrapper,
html {
  width: 100%; }

.oldgames-wrapper {
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #CCCCCC;
  background-repeat: no-repeat; }

.oldgames-wrapper table {
  width: 100%;
  border-spacing: 0; }

.oldgames-wrapper {
  min-height: 1080px;
  background-repeat: no-repeat;
  background-position: center top; }

.oldgames-wrapper .clear {
  clear: both; }

.oldgames-wrapper a {
  color: #b9d6dc;
  text-decoration: none; }

.oldgames-wrapper a:hover {
  color: #fff;
  text-decoration: underline; }

.oldgames-wrapper a img {
  border: 0; }

.oldgames-wrapper #page {
  margin: 0 auto;
  width: 1090px; }

.oldgames-wrapper #menu_sub {
  position: absolute;
  top: 374px;
  margin-left: 64px;
  z-index: 99; }

.oldgames-wrapper #menu_sub.company {
  margin-left: 220px; }

.oldgames-wrapper #menu_sub.company .current-menu-item a {
  background-position: 0 0;
  color: #820405; }

.oldgames-wrapper #menu_sub.company a {
  height: 36px;
  padding-top: 7px;
  background-image: url(../images/company_menu_sub.png);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4); }

.oldgames-wrapper #menu_sub.company a:hover,
.oldgames-wrapper #menu_sub.company a.active,
.oldgames-wrapper #menu_sub.company a.hilited {
  background-position: 0 0;
  color: #820405; }

.oldgames-wrapper #menu_sub ul {
  list-style: none; }

.oldgames-wrapper #menu_sub .current-menu-item a {
  background-position: bottom left;
  text-decoration: none;
  color: #b90f00; }

.oldgames-wrapper:not(.blog) #menu_sub a {
  display: block;
  width: 103px;
  height: 37px;
  padding-top: 10px;
  text-align: center;
  color: #b9d6dc;
  font-size: 20px;
  background: url("../assets/images/oldgames/menu_sub.png") no-repeat; }

.oldgames-wrapper #menu_sub a:hover,
.oldgames-wrapper #menu_sub a.active,
.oldgames-wrapper #menu_sub a.hilited,
.oldgames-wrapper #menu_sub a.current-menu-item {
  background-position: bottom left;
  text-decoration: none;
  color: #b90f00; }

.oldgames-wrapper:not(.blog) #menu_sub a.mobile {
  display: none !important; }

.oldgames-wrapper #content {
  padding: 125px 320px 10px 355px;
  line-height: 24px;
  box-sizing: initial; }

.oldgames-wrapper #content .text,
.oldgames-wrapper #content #posts {
  color: #889593;
  line-height: normal;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif; }

.oldgames-wrapper #content .text.gallery .social-sharing,
.oldgames-wrapper #content #posts.gallery .social-sharing,
.oldgames-wrapper #content .text.media .social-sharing,
.oldgames-wrapper #content #posts.media .social-sharing {
  display: none; }

.oldgames-wrapper #content .text h1,
.oldgames-wrapper #content #posts h1,
.oldgames-wrapper #content .text h2,
.oldgames-wrapper #content #posts h2,
.oldgames-wrapper #content .text h3,
.oldgames-wrapper #content #posts h3,
.oldgames-wrapper #content .text h4,
.oldgames-wrapper #content #posts h4,
.oldgames-wrapper #content .text h5,
.oldgames-wrapper #content #posts h5,
.oldgames-wrapper #content .text h6,
.oldgames-wrapper #content #posts h6 {
  font-weight: 400; }

.oldgames-wrapper #content .text h2,
.oldgames-wrapper #content #posts h2 {
  font-size: 20px;
  margin-bottom: 1em; }

.oldgames-wrapper #content .text h2.heading,
.oldgames-wrapper #content #posts h2.heading {
  font-size: 28px; }

.oldgames-wrapper #content .text img,
.oldgames-wrapper #content #posts img {
  display: block;
  max-width: 100%; }

.oldgames-wrapper #content .text img.alignleft,
.oldgames-wrapper #content #posts img.alignleft {
  float: left;
  margin-right: 15px; }

.oldgames-wrapper #content .text img.alignright,
.oldgames-wrapper #content #posts img.alignright {
  float: right;
  margin-left: 15px; }

.oldgames-wrapper #content .text img.aligncenter,
.oldgames-wrapper #content #posts img.aligncenter {
  display: block;
  margin: 1.5em auto; }

.oldgames-wrapper #content .text img.wp-smiley,
.oldgames-wrapper #content #posts img.wp-smiley {
  display: inline;
  position: relative;
  top: 3px; }

.oldgames-wrapper #content .text p,
.oldgames-wrapper #content #posts p,
.oldgames-wrapper #content .text div,
.oldgames-wrapper #content #posts div {
  margin-bottom: 18px; }

.oldgames-wrapper #content .text strong,
.oldgames-wrapper #content #posts strong {
  font-weight: 700; }

.oldgames-wrapper #content .text table,
.oldgames-wrapper #content #posts table {
  margin: 1.5em 0;
  border-spacing: 0;
  border: 0; }

.oldgames-wrapper #content .text table td img.aligncenter,
.oldgames-wrapper #content #posts table td img.aligncenter {
  margin: 0; }

.oldgames-wrapper #content .text td,
.oldgames-wrapper #content #posts td {
  vertical-align: top; }

.oldgames-wrapper #content .text td ul,
.oldgames-wrapper #content #posts td ul {
  padding-left: 30px; }

.oldgames-wrapper #content .text td ul li,
.oldgames-wrapper #content #posts td ul li {
  list-style-position: outside !important; }

.oldgames-wrapper #content .text td.paragraph,
.oldgames-wrapper #content #posts td.paragraph {
  text-align: justify; }

.oldgames-wrapper #content .text td.paragraph.left,
.oldgames-wrapper #content #posts td.paragraph.left {
  padding-right: 30px; }

.oldgames-wrapper #content .text td.image,
.oldgames-wrapper #content #posts td.image {
  width: auto; }

.oldgames-wrapper #content .text td.image img,
.oldgames-wrapper #content #posts td.image img {
  display: inline;
  max-width: none; }

.oldgames-wrapper #content .text .alignnone,
.oldgames-wrapper #content #posts .alignnone,
.oldgames-wrapper #content .text .aligncenter,
.oldgames-wrapper #content #posts .aligncenter {
  display: block;
  margin: 0 auto; }

.oldgames-wrapper #content .text .post-content,
.oldgames-wrapper #content #posts .post-content {
  text-align: justify; }

.oldgames-wrapper #content .text .post-content p,
.oldgames-wrapper #content #posts .post-content p,
.oldgames-wrapper #content .text .post-content div,
.oldgames-wrapper #content #posts .post-content div {
  text-align: justify; }

.oldgames-wrapper #content .text .post-content p span,
.oldgames-wrapper #content #posts .post-content p span,
.oldgames-wrapper #content .text .post-content div span,
.oldgames-wrapper #content #posts .post-content div span {
  text-align: justify; }

.oldgames-wrapper #footer {
  clear: both;
  margin: 0 auto;
  height: 100px;
  background-position: center bottom;
  background-repeat: no-repeat; }

.oldgames-wrapper .ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

.oldgames-wrapper .ui-tooltip .ui-tooltip-content {
  padding: 1em;
  display: inline-block;
  font-family: arial, helvetica, verdana, sans-serif;
  background: rgba(28, 30, 29, 0.8);
  color: #889593;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 3px; }

.oldgames-wrapper .tal {
  text-align: left; }

.oldgames-wrapper .tar {
  text-align: right; }

.oldgames-wrapper .tac {
  text-align: center; }

.oldgames-wrapper .fl {
  float: left; }

.oldgames-wrapper .fr {
  float: right; }

.oldgames-wrapper .fit {
  width: 100%; }

.oldgames-wrapper .half {
  width: 50%; }

.oldgames-wrapper .third {
  width: 33.33%; }

.oldgames-wrapper .third.x2 {
  width: 66.66%; }

.oldgames-wrapper .quarter {
  width: 25%; }

.oldgames-wrapper .cols .div {
  float: left; }

.oldgames-wrapper .cols .div > .pad {
  padding-left: 10px;
  padding-right: 10px; }

.oldgames-wrapper .cols .div:first-child > .pad {
  padding-left: 0; }

.oldgames-wrapper .cols .div:last-child > .pad {
  padding-right: 0; }

.oldgames-wrapper .cols:after {
  display: block;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  content: ""; }

@media screen and (max-width: 1090px) {
  .oldgames-wrapper {
    background-image: none !important; }
  .oldgames-wrapper .oldgames-wrapper-body {
    background: #080b0f !important; }
  .oldgames-wrapper #page {
    width: auto;
    padding-bottom: 20px;
    background: none; }
  .oldgames-wrapper #menu_sub {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    min-height: 50px;
    margin: 0;
    padding-right: 50px;
    background: none rgba(8, 11, 15, 0.8); }
  .oldgames-wrapper #menu_sub.open {
    width: 100%; }
  .oldgames-wrapper #menu_sub.open ul {
    display: block; }
  .oldgames-wrapper #menu_sub.open li,
  .oldgames-wrapper #menu_sub.open > .sub_button {
    display: inline-block;
    width: auto;
    padding: 0 2.5%;
    line-height: 50px;
    background: none; }
  .oldgames-wrapper #menu_sub ul,
  .oldgames-wrapper #menu_sub > .sub_button {
    display: none; }
  .oldgames-wrapper #menu_sub .mobile {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    background: none; }
  .oldgames-wrapper #content {
    width: auto !important;
    padding: 40px 2.5% 40px !important; }
  .oldgames-wrapper #media_boxes {
    position: relative;
    width: auto;
    margin: 0;
    top: 0;
    z-index: 1; }
  .oldgames-wrapper #media_boxes .media_box {
    display: none; }
  .oldgames-wrapper #media_boxes.sidebar .widget {
    background: none;
    z-index: 1; }
  .oldgames-wrapper #media_boxes.sidebar .widget .content {
    background: none; }
  .oldgames-wrapper #media_boxes.sidebar .widget .body {
    background: none;
    margin: 0 2.5%;
    padding: 0; }
  .oldgames-wrapper #footer {
    display: none; }
  .oldgames-wrapper #content .text table,
  .oldgames-wrapper #content #posts table,
  .oldgames-wrapper #content .text tbody,
  .oldgames-wrapper #content #posts tbody,
  .oldgames-wrapper #content .text tr,
  .oldgames-wrapper #content #posts tr,
  .oldgames-wrapper #content .text td,
  .oldgames-wrapper #content #posts td {
    max-width: 100%; }
  .oldgames-wrapper #content .text img,
  .oldgames-wrapper #content #posts img {
    height: auto; } }

@media screen and (max-width: 720px) {
  .oldgames-wrapper #content .text td.image,
  .oldgames-wrapper #content #posts td.image {
    width: auto !important;
    padding: 1.5em 0 !important; }
  .oldgames-wrapper #content .text table,
  .oldgames-wrapper #content #posts table,
  .oldgames-wrapper #content .text tbody,
  .oldgames-wrapper #content #posts tbody,
  .oldgames-wrapper #content .text tr,
  .oldgames-wrapper #content #posts tr,
  .oldgames-wrapper #content .text td,
  .oldgames-wrapper #content #posts td {
    display: block;
    max-width: 100%; }
  .oldgames-wrapper #content .text td.paragraph,
  .oldgames-wrapper #content #posts td.paragraph {
    padding: 0 !important; }
  .oldgames-wrapper #content .text img,
  .oldgames-wrapper #content #posts img {
    height: auto; }
  .oldgames-wrapper #content .text table td img.aligncenter,
  .oldgames-wrapper #content #posts table td img.aligncenter {
    margin: 0 auto; }
  .oldgames-wrapper #content .text td.image img,
  .oldgames-wrapper #content #posts td.image img {
    display: block;
    margin-bottom: 20px; } }

@media screen and (max-width: 480px) {
  .oldgames-wrapper #menu_sub .sub_button {
    padding-right: 0; }
  .oldgames-wrapper #content .text table,
  .oldgames-wrapper #content #posts table,
  .oldgames-wrapper #content .text tbody,
  .oldgames-wrapper #content #posts tbody,
  .oldgames-wrapper #content .text tr,
  .oldgames-wrapper #content #posts tr,
  .oldgames-wrapper #content .text td,
  .oldgames-wrapper #content #posts td {
    display: block;
    max-width: 100%; }
  .oldgames-wrapper #content .text img,
  .oldgames-wrapper #content #posts img {
    height: auto; }
  .oldgames-wrapper #content .text td.image,
  .oldgames-wrapper #content #posts td.image {
    width: auto !important;
    padding: 1.5em 0 !important; }
  .oldgames-wrapper #content .text td.image img,
  .oldgames-wrapper #content #posts td.image img {
    display: block;
    width: 100%;
    height: auto; }
  .oldgames-wrapper #content .text td.paragraph,
  .oldgames-wrapper #content #posts td.paragraph {
    padding: 0 !important; } }

@media screen and (max-width: 1365px) and (min-width: 1180px) {
  .oldgames-wrapper #content .text,
  .oldgames-wrapper #content #posts {
    padding-right: 10%;
    padding-left: 10%; }
  .oldgames-wrapper.blog #content {
    padding: 178px 260px 10px 220px; } }

@media screen and (max-width: 1365px) and (min-width: 1150px) {
  /*
  #media_boxes{
    margin-left: 77%;
  }*/ }

@media screen and (max-width: 1090px) {
  /* .home #header{
      position: relative;
    }*/ }

/*
  #menu_sub a:hover, #menu_sub a.active, #menu_sub a.hilited, #menu_sub a.current-menu-item{
    line-height: 28px;
  }
  */
/* new */
.oldgames-wrapper.newmenu #header {
  display: block; }

.oldgames-wrapper.newmenu #menu_sub ul,
.oldgames-wrapper.newmenu #menu_top ul {
  list-style: none; }

.oldgames-wrapper.newmenu .logo {
  z-index: 10;
  width: 100%; }

.oldgames-wrapper.newmenu .logo img {
  display: block;
  margin: 0 auto; }

.oldgames-wrapper.newmenu footer .center {
  width: 80%;
  padding: 10px 10%; }

.oldgames-wrapper.newmenu footer .copyright {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #2b3539;
  font-family: Vibrocentric, serif, Verdana;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase; }

@media screen and (max-width: 1090px) {
  .oldgames-wrapper.newmenu #header {
    background: 0 0 !important;
    border-bottom: none !important;
    box-shadow: none !important; }
  .oldgames-wrapper.newmenu #header #menu_top {
    margin: 0; }
  .oldgames-wrapper.newmenu #menu_top li,
  .oldgames-wrapper.newmenu #menu_top li:hover {
    width: 110px; }
  .oldgames-wrapper.newmenu #menu_top > ul > li > a {
    border: none; }
  .oldgames-wrapper.newmenu #header #menu_social a:after {
    content: '' !important; } }

@media screen and (max-width: 800px) {
  .oldgames-wrapper.newmenu #header {
    background: 0 0 !important;
    padding-bottom: 0; }
  .oldgames-wrapper.newmenu #header #menu_top {
    margin-left: 0; }
  .oldgames-wrapper.newmenu #header #menu_top .mobile select {
    color: #a08663; }
  .oldgames-wrapper.newmenu #header #searchbox {
    display: none !important; } }

.oldgames-wrapper.newmenu #menu_top ul li {
  float: left;
  position: relative; }

.oldgames-wrapper.newmenu #menu_top ul li:hover#top_login .sub-menu {
  left: -60%; }

.oldgames-wrapper.newmenu #menu_top ul li:hover .sub-menu {
  position: absolute;
  top: 54px;
  left: 0;
  width: 150px;
  z-index: 100; }

.oldgames-wrapper.newmenu #menu_top ul#MainMenu > li:nth-child(1):hover > .sub-menu {
  margin-left: -30px; }

.oldgames-wrapper.newmenu #menu_top ul li:hover .sub-menu li {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.oldgames-wrapper.newmenu #menu_top ul li:hover .sub-menu li a {
  display: block;
  padding: 10px 0;
  background: #111;
  text-transform: none;
  opacity: .6;
  color: #fff;
  text-align: center;
  line-height: 19px; }

.oldgames-wrapper.newmenu #menu_top ul li:hover .sub-menu li a:hover {
  background: #111;
  opacity: 1;
  text-decoration: none; }

.oldgames-wrapper.newmenu #menu_top ul li:hover .sub-menu li a small {
  font-size: 11px;
  display: block; }

/*
  .oldgames-wrapper.newmenu #menu_top ul.sub-menu,
  .oldgames-wrapper.newmenu #menu_top ul.sub-menu li ul.sub-menu {
      display: none
  }*/
.oldgames-wrapper.newmenu #menu_top ul.sub-menu li {
  margin: 0; }

.oldgames-wrapper.newmenu #menu_top ul.sub-menu li:hover ul.sub-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 150px;
  clear: left;
  z-index: 100; }

@media screen and (max-width: 1090px) {
  .oldgames-wrapper.newmenu #menu_top ul li:hover .sub-menu {
    top: 42px; } }

@media screen and (max-width: 800px) {
  .oldgames-wrapper.newmenu #menu_top ul li:hover .sub-menu {
    position: fixed;
    top: 128px;
    width: 100%; } }

.oldgames-wrapper.newmenu #header:after,
.oldgames-wrapper.newmenu #login_box form > p:after {
  line-height: 0;
  content: "";
  clear: both;
  visibility: hidden; }

/*
  .login-menu {
      width: 75px
  }
  */
.oldgames-wrapper .hidden {
  display: none !important; }

.oldgames-wrapper #header {
  position: fixed;
  top: 0;
  width: 1090px;
  height: 98px;
  z-index: 100; }

.oldgames-wrapper #header #menu_top {
  float: left;
  position: relative;
  margin-top: 13px;
  margin-left: 235px; }

.oldgames-wrapper #header #menu_top .mobile {
  display: none; }

.oldgames-wrapper #header #menu_top > ul > .top_button.current-menu-item a,
.oldgames-wrapper #header #menu_top > ul > .top_button.current-page-ancestor a,
.oldgames-wrapper #header #menu_top > ul > .top_button:hover a {
  text-decoration: none;
  color: #fff; }

.oldgames-wrapper #header #menu_top > ul > .top_button > a {
  display: block;
  height: 41px; }

.oldgames-wrapper.newmenu #header #menu_top > ul > .top_button > a {
  height: 43px; }

.oldgames-wrapper #header:after {
  display: block;
  font-size: 0; }

.oldgames-wrapper #game #logo img,
.oldgames-wrapper #searchbox {
  display: none; }

.oldgames-wrapper #top_login {
  width: 68px; }

/*
  .home #header #menu_top>ul>li.top_button,
  .page #header #menu_top>ul>li.top_button {
      float: left;
      display: block;
      padding-top: 0;
      text-shadow: 2px 1px 1px rgba(0, 0, 0, .647);
      color: #b9d6dc;
      font-size: 20px;
      text-align: center
  }*/
.oldgames-wrapper #header #menu_top > ul > li.top_button#top_login,
.oldgames-wrapper #header #menu_top > ul > li.top_button#top_search {
  display: none; }

/*
  .home #header .top_button>a,
  .page #header .top_button>a {
      display: block;
      height: 35px;
      padding-bottom: 10px;
      color: #baffff;
      line-height: 36px;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1px
  }
  
  .home #header .top_button>a:hover,
  .page #header .top_button>a:hover {
      color: #baffff
  }
  
  .home #header,
  .page #header {
      width: 90.4%;
      position: absolute
  }
  
  .home #logo,
  .page #logo {
      margin-left: 175px
  }
  
  .home #logo img,
  .page #logo img {
      display: block;
      margin-top: -17px;
      margin-left: -30px
  }
  */
.oldgames-wrapper.newmenu #logo {
  width: 100px; }

.oldgames-wrapper.newmenu #logo img {
  display: none; }

.oldgames-wrapper #header .login_box {
  width: 327px;
  height: 55px;
  float: left;
  display: block;
  margin-top: 10px;
  margin-left: 10px; }

/*
  .home #header #menu_top,
  .page #header #menu_top {
      margin-left: 350px
  }
  */
.oldgames-wrapper.newmenu #menu_top li,
.oldgames-wrapper.newmenu #menu_top li:hover {
  text-align: center;
  padding-top: 12px; }

.oldgames-wrapper.newmenu .header-line {
  width: 100%;
  border-bottom: 2px solid #4e4c33; }

.newmenu #header .login_box {
  float: left;
  margin-top: 5px; }

.oldgames-wrapper #header .login_box table tr td {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase; }

.oldgames-wrapper #header .login_box table tr:nth-child(1) td:nth-child(1) {
  font-size: 14px;
  letter-spacing: 2px;
  padding-top: 9px;
  padding-bottom: 4px;
  color: #FFF;
  line-height: 5px; }

.oldgames-wrapper #header .login_box table tr:nth-child(2) td {
  font-size: 14px;
  letter-spacing: 2px;
  padding-top: 6px;
  padding-bottom: 4px;
  color: #9dd8d9;
  width: 50%; }

.oldgames-wrapper.blog #header .login_box table tr:nth-child(2) td a,
.oldgames-wrapper.game #header .login_box table tr:nth-child(2) td a {
  color: #e3efff; }

.oldgames-wrapper.blog #header .login_box table tr:nth-child(2) td a:hover,
.oldgames-wrapper.game #header .login_box table tr:nth-child(2) td a:hover {
  color: #FFF; }

.oldgames-wrapper.newmenu #header .login_box table tr:nth-child(1) td:nth-child(1) {
  font-size: 12px; }

.oldgames-wrapper.newmenu #header .login_box table tr:nth-child(2) td a {
  color: #ffe4ba;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0px;
  display: block; }

.oldgames-wrapper #header .login_box table tr:nth-child(2) td a {
  font-size: 14px;
  letter-spacing: 2px;
  color: #9dd8d9; }

.oldgames-wrapper #header .login_box table tr:nth-child(2) td a:hover {
  text-decoration: none; }

/*
  .home #menu_top>ul,
  .page #menu_top>ul {
      margin-top: 14px
  }
  
  .home #menu_top>ul>li>a,
  .page #menu_top>ul>li>a {
      width: 85px
  }
  
  
  .home #menu_top ul li:nth-child(2),
  .page #menu_top ul li:nth-child(2) {
      background-position: -85px 0
  }
  
  .home #menu_top ul li:nth-child(3),
  .page #menu_top ul li:nth-child(3) {
      width: 85px;
      background-position: -170px 0
  }
  
  .home #menu_top ul li:nth-child(4),
  .page #menu_top ul li:nth-child(4) {
      width: 85px;
      background-position: -255px 0
  }
  
  .home #menu_top ul li:nth-child(5),
  .page #menu_top ul li:nth-child(5) {
      width: 85px;
      background-position: -340px 0
  }
  
  .home #menu_top ul li:nth-child(6),
  .page #menu_top ul li:nth-child(6) {
      width: 85px;
      background-position: -425px 0
  }
  
  .home #menu_top ul li:nth-child(7),
  .page #menu_top ul li:nth-child(7) {
      width: 85px;
      background-position: -510px 0
  }
  */
.oldgames-wrapper #logo {
  position: absolute;
  display: block;
  width: 192px;
  height: 74px;
  margin-left: 58px; }

@media screen and (min-width: 1365px) {
  .oldgames-wrapper.blog #header,
  .oldgames-wrapper.game #header {
    width: 85%; } }

@media screen and (max-width: 1365px) {
  /* .blog #page,
      .game #header,
      .game #page,
      .home #header,
      .home #page,
      .page #page,
      .oldgames-wrapper.blog #header,
      .oldgames-wrapper.game #header {
          width: 100%
      }
      .home #logo {
          margin-left: 20px
      }
      .home #header #menu_top,
      .page #header #menu_top {
          margin-left: 200px
      }*/ }

@media screen and (max-width: 1280px) {
  .oldgames-wrapper.newmenu #header {
    width: 1190px; }
  .oldgames-wrapper.newmenu #logo {
    display: block;
    height: 50px;
    float: none; }
  .oldgames-wrapper.newmenu #logo img {
    display: block;
    height: 0;
    padding: 100px; }
  .oldgames-wrapper.newmenu #menu_social {
    float: right;
    position: absolute;
    right: 0;
    top: 45px;
    display: none; }
  .oldgames-wrapper .page #logo {
    margin-left: 20px; }
  .oldgames-wrapper .page #header {
    width: 100%; } }

@media screen and (max-width: 1140px) {
  .oldgames-wrapper.newmenu #header {
    width: 100%;
    height: 150px; } }

@media screen and (max-width: 990px) {
  .oldgames-wrapper.blog #header,
  .oldgames-wrapper.game #header,
  .oldgames-wrapper.newmenu .center {
    width: 100%; }
  .oldgames-wrapper.newmenu #header {
    height: 180px; }
  .oldgames-wrapper.newmenu #header #menu_top {
    width: 100%;
    top: 40px;
    float: left;
    position: absolute; }
  .oldgames-wrapper.newmenu #menu_social {
    display: block;
    position: relative;
    right: 0;
    float: right;
    display: none; }
  .oldgames-wrapper.newmenu #header .login_box {
    width: 327px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 110px;
    left: 23px; } }

@media screen and (max-width: 800px) {
  .oldgames-wrapper #header {
    height: auto;
    padding-bottom: 15px; }
  .oldgames-wrapper #header #menu_top {
    margin: 0 0 0 2.5%;
    padding-top: 0;
    width: auto; }
  .oldgames-wrapper #header #menu_top > ul {
    border: 0; }
  .oldgames-wrapper #header #menu_top > ul > li > a {
    padding: 0 10px;
    background: 0 0 !important;
    border: 0; }
  .oldgames-wrapper.newmenu #menu_top li a,
  .oldgames-wrapper.newmenu #menu_top li a span {
    font-size: 14px; }
  .oldgames-wrapper.newmenu #menu_top li,
  .oldgames-wrapper.newmenu #menu_top li:hover {
    width: auto; }
  .oldgames-wrapper.newmenu #menu_top li a {
    padding-right: 5px;
    padding-left: 0; }
  .oldgames-wrapper {
    /* .oldgames-wrapper.blog #header #logo,
        .oldgames-wrapper.game #header #logo {
            display: block;
            width: 180px;
            height: 50px;
            margin-bottom: 13px
        }*/ }
    .oldgames-wrapper #header #searchbox {
      background: 0 0;
      border: 0; }
    .oldgames-wrapper #logo {
      width: 180px;
      float: none; }
    .oldgames-wrapper #menu_social {
      position: absolute;
      right: 2.5%;
      top: 10px; }
    .oldgames-wrapper #menu_social [id^=social_] {
      display: inline-block;
      margin-left: 10px; }
    .oldgames-wrapper #menu_top ul li:hover .sub-menu {
      top: 100px; } }

@media screen and (max-width: 560px) {
  .oldgames-wrapper.newmenu #header .login_box {
    top: 170px; }
  .oldgames-wrapper.newmenu #header {
    height: 240px; } }

@media screen and (max-width: 480px) {
  .oldgames-wrapper {
    /* .home #header #menu_top {
            margin-top: 30px
        }*/ }
    .oldgames-wrapper #header #menu_top,
    .oldgames-wrapper .page #header #menu_top {
      margin-right: 2.5%;
      width: auto;
      float: none;
      position: static; }
    .oldgames-wrapper .page #header #menu_top {
      margin-top: 0;
      padding-top: 65px; }
  /*
      .home #header {
          height: 210px
      }*/
  .oldgames-wrapper.newmenu #header #menu_top {
    top: 60px; }
  .oldgames-wrapper.newmenu #menu_social {
    margin-top: 110px;
    float: none; }
  .oldgames-wrapper.newmenu #header {
    height: 240px; }
  .oldgames-wrapper #header #menu_top > ul {
    display: none; }
  .oldgames-wrapper #header #menu_top .mobile {
    display: block;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .oldgames-wrapper #header #menu_top .mobile select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 18px;
    background: rgba(91, 116, 138, 0.15);
    color: #b9d6dc;
    border: 1px solid #000;
    box-shadow: inset 0 10px 0 rgba(0, 0, 0, 0.1); }
  .oldgames-wrapper #header #menu_top #searchbox {
    display: block;
    position: static; }
  .oldgames-wrapper #header #menu_top #searchbox form {
    padding: 0 0 0 10px; } }

.oldgames-wrapper {
  width: 100%; }
  .oldgames-wrapper html,
  .oldgames-wrapper table {
    width: 100%; }

.oldgames-wrapper .oldgames-wrapper-body,
.oldgames-wrapper {
  background-repeat: no-repeat; }

.oldgames-wrapper * {
  margin: 0;
  padding: 0;
  outline: 0; }

.oldgames-wrapper {
  color: #CCC table;
    color-border-collapse: collapse;
    color-border-spacing: 0; }

.oldgames-wrapper .oldgames-wrapper-body {
  min-height: 1080px;
  background-position: center top; }

.oldgames-wrapper .clear {
  clear: both; }

.oldgames-wrapper a:hover {
  color: #fff;
  text-decoration: none; }

.oldgames-wrapper #menu_sub.company .current-menu-item a,
.oldgames-wrapper #menu_sub.company a.active,
.oldgames-wrapper #menu_sub.company a.hilited,
.oldgames-wrapper #menu_sub.company a:hover {
  background-position: 0 0;
  color: #820405; }

.oldgames-wrapper a img {
  border: 0; }

.oldgames-wrapper #page {
  margin: 0 auto;
  width: 1090px; }

.oldgames-wrapper #menu_sub {
  position: absolute;
  top: 374px;
  margin-left: 64px;
  z-index: 99; }

.oldgames-wrapper #menu_sub.company {
  margin-left: 220px; }

.oldgames-wrapper #menu_sub.company a {
  height: 36px;
  padding-top: 7px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4); }

.oldgames-wrapper #menu_sub .current-menu-item a {
  background-position: bottom left;
  text-decoration: none;
  color: #b90f00; }

.oldgames-wrapper #menu_sub a {
  display: block;
  width: 103px;
  height: 37px;
  padding-top: 10px;
  text-align: center;
  box-sizing: initial;
  font-size: 20px;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif; }

.oldgames-wrapper:not(.blog) #menu_sub a {
  color: #b9d6dc; }

.oldgames-wrapper:not(.blog) #menu_sub a.sub_button--buy {
  color: #029e49; }

.oldgames-wrapper #menu_sub a.active,
.oldgames-wrapper #menu_sub a.current-menu-item,
.oldgames-wrapper #menu_sub a.hilited,
.oldgames-wrapper #menu_sub a:hover {
  background-position: bottom left;
  text-decoration: none;
  color: #b90f00; }

.oldgames-wrapper #menu_sub .mobile {
  display: none; }

.oldgames-wrapper #content {
  padding: 125px 320px 10px 355px;
  line-height: 24px; }

@media screen and (max-width: 1090px) {
  .oldgames-wrapper #menu_sub {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    min-height: 50px;
    margin: 0;
    padding-right: 50px;
    background: rgba(8, 11, 15, 0.8); }
  .oldgames-wrapper #menu_sub.open {
    width: 100%; }
  .oldgames-wrapper #menu_sub.open ul {
    display: block; }
  .oldgames-wrapper #menu_sub.open li,
  .oldgames-wrapper #menu_sub.open > .sub_button {
    display: inline-block;
    width: auto;
    padding: 0 2.5%;
    line-height: 50px;
    background: 0 0; }
  .oldgames-wrapper #menu_sub ul,
  .oldgames-wrapper #menu_sub > .sub_button {
    display: none; }
  .oldgames-wrapper #menu_sub .mobile {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    background: 0 0;
    display: none; }
  .oldgames-wrapper #menu_sub {
    display: none; } }

@media screen and (max-width: 480px) {
  .oldgames-wrapper #menu_sub .sub_button {
    padding-right: 0; } }

.oldgames-wrapper.newmenu #header {
  margin: 0 auto; }

.oldgames-wrapper.newmenu #header #menu_top > ul {
  margin-top: 3px; }

.oldgames-wrapper.newmenu #header .top_button > a {
  height: auto; }

.oldgames-wrapper.newmenu #menu_top li,
.oldgames-wrapper.newmenu #menu_top li:hover {
  height: 41px;
  background: 0 0; }

.oldgames-wrapper.newmenu #menu_top li ul li a span {
  font-size: 15px; }

.oldgames-wrapper.newmenu #menu_top li ul li ul li a span {
  font-size: 13px; }

.oldgames-wrapper.newmenu #menu_top li ul li ul li,
.oldgames-wrapper.newmenu #menu_top li ul li ul li:hover {
  height: auto;
  width: 180px; }

.oldgames-wrapper.newmenu #menu_top li ul li a small {
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif; }

.oldgames-wrapper.newmenu #menu_top li ul li,
.oldgames-wrapper.newmenu #menu_top li ul li:hover {
  background: #111;
  width: 150px;
  padding-top: 5px !important;
  height: auto; }

.oldgames-wrapper.newmenu #menu_top li ul li small {
  font-size: 12px; }

.oldgames-wrapper.newmenu #menu_top li a,
.oldgames-wrapper.newmenu #menu_top li a span {
  color: #a08663;
  font-family: Vibrocentric, Arial, Verdana;
  font-weight: 700; }

.oldgames-wrapper.newmenu #top_search {
  display: none; }

.oldgames-wrapper.newmenu .header_container {
  width: 100%;
  height: 68px;
  top: 0;
  z-index: 1000; }

@media only screen and (max-device-width: 1280px) and (orientation: landscape) {
  .oldgames-wrapper .tblhide {
    display: none; } }

@media (max-width: 319px) {
  .oldgames-wrapper .mobilehide {
    display: none; } }

.oldgames-wrapper .align_center {
  margin-right: auto;
  margin-left: auto; }

.oldgames-wrapper.newmenu #menu_top li ul li {
  display: none; }

.oldgames-wrapper.newmenu #menu_top li:hover ul li {
  display: block; }

.oldgames-wrapper #menu_top ul li .sub-menu {
  display: none; }

.oldgames-wrapper.newmenu .header_container {
  background: #111;
  border-bottom: 1px solid #3b382a;
  position: fixed; }

.oldgames-wrapper.newmenu .header_container:after {
  width: 100%;
  content: '';
  height: 0;
  border-top: 1px solid #a59d75;
  border-bottom: 1px solid rgba(165, 157, 117, 0.5);
  margin-top: 1px;
  display: block; }

.oldgames-wrapper.newmenu #header {
  width: 970px;
  background: #111;
  height: 68px;
  border-bottom: #444030; }

.oldgames-wrapper.newmenu #menu_top li a,
.oldgames-wrapper.newmenu #menu_top li a span {
  font-size: 15px; }

.oldgames-wrapper.newmenu #menu_top #top_login,
.oldgames-wrapper.newmenu #menu_top #top_press,
.oldgames-wrapper.newmenu #menu_top #top_store {
  width: auto; }

.oldgames-wrapper.newmenu #menu_top li,
.oldgames-wrapper.newmenu #menu_top li:hover {
  width: auto;
  padding-left: 14px;
  padding-right: 14px; }

.oldgames-wrapper #header #menu_top > ul > .top_button > a {
  text-transform: capitalize;
  margin-top: -1px; }

.oldgames-wrapper.newmenu #header #menu_top > ul > .top_button > a {
  margin-top: 0px; }

.oldgames-wrapper.newmenu #logo {
  background: 0 0;
  margin-left: 0; }

.oldgames-wrapper.newmenu #header #menu_top {
  margin-left: 150px; }

@-moz-document url-prefix() {
  .oldgames-wrapper.newmenu #header #menu_top {
    margin-left: 145px; } }

.oldgames-wrapper.newmenu #logo svg {
  height: 43px;
  padding-left: 0;
  padding-top: 14px;
  width: 140px;
  margin: 0 auto; }

.oldgames-wrapper.newmenu #header .login_box {
  margin-left: 15px;
  background: #111;
  width: 267px; }

@supports (-ms-accelerator: true) {
  .oldgames-wrapper.newmenu #header .login_box {
    margin-left: 8px; } }

.oldgames-wrapper.newmenu #header .login_box table {
  border: 1px solid #453a23; }

.oldgames-wrapper #header .login_box table tr:nth-child(1) td {
  height: 24px;
  padding: 0;
  line-height: 22px; }

.oldgames-wrapper #header .login_box table tr:nth-child(2) td {
  border-top: 1px solid #453a23; }

.oldgames-wrapper #header .login_box table tr:nth-child(2) td:first-child {
  background: url(https://www.neocoregames.com/wp-content/uploads/wh-landing/landing-pictures-eu/Sprite/Loginbox-LEFT.jpg) no-repeat;
  height: 19px;
  padding: 0; }

.oldgames-wrapper #header .login_box table tr:nth-child(2) td:last-child {
  background: url(https://www.neocoregames.com/wp-content/uploads/wh-landing/landing-pictures-eu/Sprite/Loginbox-RIGHT.jpg) no-repeat;
  height: 19px;
  padding: 0;
  border-left: 1px solid #453a23; }

@media (max-width: 1280px) {
  .oldgames-wrapper small {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline; }
  .oldgames-wrapper #menu_top,
  .oldgames-wrapper.newmenu #header #menu_top_mobile,
  .oldgames-wrapper.newmenu .header_container.closed #logo,
  .oldgames-wrapper.newmenu .header_container:after,
  .oldgames-wrapper form.mobile {
    display: none; }
  .oldgames-wrapper #menu_top_mobile > ul > li.menu-item-has-children ul.sub-menu li a .node,
  .oldgames-wrapper #menu_top_mobile > ul > li > ul.sub-menu.open > li ul.sub-menu.open li a .node {
    max-width: 165px; }
  .oldgames-wrapper.newmenu #logo {
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .oldgames-wrapper.newmenu #header {
    border-bottom: 0; }
  .oldgames-wrapper.newmenu #logo svg {
    margin: 12px auto 0;
    float: none;
    padding-top: 0; }
  .oldgames-wrapper.newmenu .header_container.closed,
  .oldgames-wrapper.newmenu .header_container.closed #header {
    background: 0 0;
    border-bottom: 0; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile #MainMenu {
    overflow-y: scroll;
    margin-right: -15px;
    position: absolute;
    top: 0;
    right: -15px;
    width: 300px;
    border-top: 2px solid #c5a44b; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open {
    position: absolute;
    top: 68px;
    right: 0;
    z-index: 10000;
    display: block;
    width: 270px;
    overflow: hidden; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile .menu_top_mobile_bg_wrapper {
    background: url(https://www.neocoregames.com/wp-content/uploads/wh-landing/landing-pictures-eu/Sprite/DD-BG.png) left bottom no-repeat;
    border-top: 1px solid #ccc;
    height: 100%;
    width: 100%;
    position: absolute;
    margin-top: -18px; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile .menu_top_mobile_bg_wrapper > div {
    width: 100%;
    height: 100%;
    background: url(https://www.neocoregames.com/wp-content/uploads/wh-landing/landing-pictures-eu/Sprite/DD-Faded-Chaos-Symbol.png) 25px center no-repeat; }
  .oldgames-wrapper.newmenu #header .login_box {
    display: none; }
  .oldgames-wrapper .menu_top_mobile_container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0; }
  .oldgames-wrapper #menu_opener svg {
    width: 30px;
    height: 30px;
    margin-left: -10px; }
  .oldgames-wrapper.newmenu .header_container.closed #menu_opener svg:nth-child(2) {
    padding-top: 8px; }
  .oldgames-wrapper #menu_opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 17.5px 35px;
    width: 5px;
    height: 33px;
    background-position: left bottom;
    background-color: #111; }
  .oldgames-wrapper.newmenu .header_container.closed #menu_opener {
    height: 40px; }
  .oldgames-wrapper .header_container .menu_opener_header #menu_opener svg:nth-child(2) {
    display: block;
    opacity: 1;
    height: 30px;
    transition: opacity .5s ease; }
  .oldgames-wrapper .header_container .menu_opener_header #menu_opener svg:nth-child(3) {
    height: 0;
    opacity: 0;
    transition: opacity .5s ease; }
  .oldgames-wrapper .header_container.closed #menu_opener {
    background: url(https://www.neocoregames.com/wp-content/uploads/wh-landing/landing-pictures-eu/Sprite/DD-Mini-BG.png) no-repeat;
    padding-top: 10px; }
  .oldgames-wrapper #menu_opener_bg,
  .oldgames-wrapper.newmenu .menu_opener_header.open {
    background: #111; }
  .oldgames-wrapper .header_container .menu_opener_header.open #menu_opener {
    padding-top: 17.5px; }
  .oldgames-wrapper .header_container .menu_opener_header.open #menu_opener svg:nth-child(2) {
    display: block;
    height: 0;
    opacity: 0; }
  .oldgames-wrapper .header_container .menu_opener_header.open #menu_opener svg:nth-child(3) {
    display: block;
    opacity: 1;
    height: 30px; }
  .oldgames-wrapper #menu_opener_bg {
    width: 100%;
    height: 100%; }
  .oldgames-wrapper.newmenu #header > #logo svg {
    display: none; }
  .oldgames-wrapper.newmenu .menu_opener_header #logo {
    margin-top: 10px; }
  .oldgames-wrapper.newmenu .menu_opener_header.open #logo {
    display: block;
    margin: 0 auto;
    padding-top: 0; }
  .oldgames-wrapper.newmenu .menu_opener_header.open #logo svg {
    margin-right: auto;
    margin-left: auto; }
  .oldgames-wrapper.newmenu .menu_opener_header {
    width: 100%;
    float: right;
    height: 68px; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li {
    display: block;
    width: 226px;
    float: none;
    text-align: left;
    background: 0 0;
    line-height: 24px; }
  .oldgames-wrapper #header #menu_top_mobile > ul > .top_button > a {
    width: 100%;
    display: table;
    margin-top: 15px;
    margin-bottom: -5px;
    cursor: pointer; }
  .oldgames-wrapper #header #menu_top_mobile > ul > #top_press.top_button > a {
    margin-bottom: 0; }
  .oldgames-wrapper #header #menu_top_mobile > ul > .top_button > a span {
    font-family: 'Open Sans Semibold', sans-serif;
    font-size: 21px;
    line-height: 25.3px;
    letter-spacing: .03em;
    color: #c5a44b;
    text-transform: uppercase;
    float: right;
    transition: all .5s ease; }
  .oldgames-wrapper #header #menu_top_mobile > ul > .top_button > a:hover span {
    color: #eee; }
  .oldgames-wrapper #header #menu_top_mobile > ul > .top_button > a.clicked span {
    font-family: 'Open Sans Bold', sans-serif;
    color: #eee; }
  .oldgames-wrapper #menu_top_mobile ul li.menu-item-has-children > a > span:before {
    content: '';
    background: url(https://www.neocoregames.com/wp-content/uploads/wh-landing/landing-pictures-eu/Sprite/DD-Arrow-Goldy.png) no-repeat;
    height: 9px;
    width: 13px;
    margin-right: 9px;
    margin-top: 8px;
    display: block;
    float: left;
    transition: all .5s ease;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .oldgames-wrapper #header #menu_top_mobile ul .top_button > a:hover span:before {
    background: url(https://www.neocoregames.com/wp-content/uploads/wh-landing/landing-pictures-eu/Sprite/DD-Arrow-Whitey.png) no-repeat;
    height: 9px;
    width: 13px;
    margin-right: 9px;
    margin-top: 8px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .oldgames-wrapper #header #menu_top_mobile ul .top_button > a.clicked span:before,
  .oldgames-wrapper #menu_top_mobile > ul > li.menu-item-has-children > ul.sub-menu li > a.clicked > .node > span:before {
    background: url(https://www.neocoregames.com/wp-content/uploads/wh-landing/landing-pictures-eu/Sprite/DD-Arrow-Whitey.png) no-repeat;
    height: 9px;
    width: 13px;
    margin-right: 9px;
    margin-top: 8px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  .oldgames-wrapper #menu_top_mobile > ul > li.menu-item-has-children > ul.sub-menu li > a.clicked > .node > span:before,
  .oldgames-wrapper #menu_top_mobile > ul > li.menu-item-has-children > ul.sub-menu li > a:hover > .node > span:before {
    vertical-align: middle;
    top: 50%;
    position: absolute;
    margin-top: -5px; }
  .oldgames-wrapper #menu_top_mobile ul li .sub-menu {
    display: none;
    height: 0; }
  .oldgames-wrapper #menu_top_mobile ul li .sub-menu.open > li {
    position: relative;
    display: table;
    width: 225px;
    float: left;
    margin-right: -35px;
    opacity: 1; }
  .oldgames-wrapper #menu_top_mobile ul li .sub-menu.open > li a {
    cursor: pointer; }
  .oldgames-wrapper #menu_top_mobile ul li .sub-menu.open > li:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px; }
  .oldgames-wrapper #menu_top_mobile > ul > li.menu-item-has-children > ul > li > a {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    height: auto;
    float: right;
    text-align: right;
    cursor: pointer; }
  .oldgames-wrapper #menu_top_mobile > ul > li.menu-item-has-children > ul.sub-menu li > a > .node > span:before {
    content: '';
    display: inline-block;
    background: url(https://www.neocoregames.com/wp-content/uploads/wh-landing/landing-pictures-eu/Sprite/DD-Arrow-Goldy.png) no-repeat;
    height: 9px;
    width: 13px;
    transition: all .5s ease;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -20px;
    vertical-align: middle;
    top: 50%;
    position: absolute;
    margin-top: -5px; }
  .oldgames-wrapper #menu_top_mobile > ul > li > .sub-menu.open > li:first-child {
    margin-top: 19px; }
  .oldgames-wrapper #menu_top_mobile > ul > li > .sub-menu.open > li:last-child {
    margin-bottom: 16px; }
  .oldgames-wrapper #menu_top_mobile > ul > li > .sub-menu.open > li {
    margin-bottom: 5px; }
  .oldgames-wrapper #menu_top_mobile > ul > li.menu-item-has-children ul.sub-menu li a span {
    display: block;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    letter-spacing: .03em;
    color: #c5a44b;
    text-transform: uppercase;
    padding-right: 10px;
    transition: all .5s ease; }
  .oldgames-wrapper #menu_top_mobile > ul > li.menu-item-has-children ul.sub-menu li a:hover span {
    color: #eee; }
  .oldgames-wrapper #header #menu_top_mobile > ul > .top_button > ul > .top_button a.clicked span:before,
  .oldgames-wrapper #header #menu_top_mobile > ul > .top_button > ul > .top_button a:hover span:before {
    vertical-align: middle;
    top: 50%;
    position: absolute;
    margin-top: -5px; }
  .oldgames-wrapper #menu_top_mobile > ul > li.menu-item-has-children ul.sub-menu li a.clicked span {
    color: #eee;
    font-family: 'Open Sans Bold', sans-serif; }
  .oldgames-wrapper #menu_top_mobile > ul > li.menu-item-has-children ul.sub-menu li a span small:after {
    width: 100%;
    display: block;
    height: 1px;
    content: ''; }
  .oldgames-wrapper #menu_top_mobile ul li .sub-menu {
    max-height: 0;
    transition: height .5s ease; }
  .oldgames-wrapper #menu_top_mobile ul li:hover .sub-menu {
    max-height: 0; }
  .oldgames-wrapper #menu_top_mobile ul li .sub-menu.open {
    display: block;
    overflow: visible;
    max-height: auto;
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: relative;
    color: #fff;
    top: 0;
    left: 0; }
  .oldgames-wrapper #menu_top_mobile ul li .sub-menu.open #menu_top_mobile ul.sub-menu {
    display: none; }
  .oldgames-wrapper #menu_top_mobile > ul > li > ul.sub-menu.open > li ul.sub-menu.open li a {
    position: relative;
    width: auto;
    height: 100%;
    height: auto;
    float: right;
    text-align: right;
    margin-right: 30px;
    display: block; }
  .oldgames-wrapper #menu_top_mobile > ul > li > ul.sub-menu.open > li ul.sub-menu.open li {
    text-align: right;
    display: block;
    margin-bottom: 3px;
    width: 230px;
    right: -23px;
    padding-right: 30px; }
  .oldgames-wrapper #menu_top_mobile > ul > li > ul.sub-menu.open > li ul.sub-menu.open li a:active:after {
    content: '';
    height: 30px;
    width: 1px;
    background: #fff;
    display: block;
    float: right;
    position: absolute;
    right: -2px;
    top: 0; }
  .oldgames-wrapper #menu_top_mobile > ul > li > ul.sub-menu.open > li ul.sub-menu.open li:hover {
    background: url(https://www.neocoregames.com/wp-content/uploads/wh-landing/landing-pictures-eu/Sprite/menu_lvl3_hover.png) no-repeat; }
  .oldgames-wrapper #menu_top_mobile > ul > li > ul.sub-menu.open > li ul.sub-menu.open li a:hover span {
    color: #eee; }
  .oldgames-wrapper #menu_top_mobile > ul > li > ul.sub-menu.open > li ul.sub-menu.open li a span {
    display: block;
    font-size: 10px;
    padding-right: 15px;
    line-height: 10px;
    padding-top: 3px;
    padding-bottom: 7px; }
  .oldgames-wrapper #menu_top_mobile > ul > li > ul.sub-menu.open > li ul.sub-menu.open li:first-child {
    margin-top: 17px; }
  .oldgames-wrapper #menu_top_mobile > ul > li > ul.sub-menu.open > li ul.sub-menu.open li:last-child {
    margin-bottom: 17px; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_login:before,
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_login_logined:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #c5a44b;
    position: absolute; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_login span:before,
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_singup span:before {
    display: none; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_login a,
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_login_logined a,
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_singup a {
    text-align: right; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_login span {
    padding: 7px 17px;
    border: 1px solid #eee;
    color: #eee;
    margin-top: 19px; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_login span:hover {
    background: #c5a44b; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_login_logined a svg {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    margin-top: 17px;
    float: right; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_login_logined a span {
    margin-top: 15px; }
  .oldgames-wrapper #header #menu_top_mobile ul #top_login_logined.top_button > a:hover span:before,
  .oldgames-wrapper #menu_top_mobile ul li#top_login_logined.menu-item-has-children > a > span:before {
    display: none; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_login_logined a svg path,
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_singup a svg path {
    fill: #c5a44b;
    transition: all .5s ease; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_login_logined a:hover svg path,
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_singup a:hover svg path {
    fill: #eee; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_singup a svg {
    width: 15px;
    height: 13px;
    display: block;
    margin-right: 10px;
    margin-top: 7px;
    float: right; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_singup span svg {
    width: 11px;
    height: 13px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_singup span small {
    float: right; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_singup span svg path {
    fill: #c5a44b;
    transition: all .5s ease; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_singup a:hover span svg path {
    fill: #eee; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_singup a span {
    margin-top: 10px;
    margin-bottom: 20px; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_singup.logined a span {
    margin-bottom: 15px;
    margin-top: 0; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile.open > ul > li#top_search,
  .oldgames-wrapper.newmenu #menu_social {
    display: none; }
  .oldgames-wrapper.newmenu .menu_opener_header.open #logo svg {
    padding-top: 0;
    margin-top: 10px; } }

@media (min-width: 1280px) {
  .oldgames-wrapper #swipebox-slider {
    transition: none; }
  .oldgames-wrapper #swipebox-slider .slide img {
    z-index: 100;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out; }
  .oldgames-wrapper #swipebox-slider .slide:not(.current) img {
    opacity: 0; }
  .oldgames-wrapper.newmenu #menu_top li a:hover,
  .oldgames-wrapper.newmenu #menu_top li a:hover span {
    transition: color 1s ease;
    -moz-transition: color 1s ease;
    -webkit-transition: color 1s ease;
    color: #eee; }
  .oldgames-wrapper #menu_top > ul > li:hover > .sub-menu {
    top: 52px; }
  .oldgames-wrapper.newmenu #menu_top li ul li ul li,
  .oldgames-wrapper.newmenu #menu_top li ul li ul li:hover {
    width: 150px; }
  .oldgames-wrapper.newmenu #logo svg path {
    transition: all 1s ease; }
  .oldgames-wrapper.newmenu #logo:hover svg path {
    fill: #a08663; }
  .oldgames-wrapper #menu_top ul li .sub-menu li a {
    display: block;
    padding: 10px 0;
    background: #000;
    text-transform: none;
    opacity: .6;
    color: #fff;
    text-align: center;
    line-height: 19px; }
  .oldgames-wrapper #menu_top ul li .sub-menu li a small {
    font-size: 11px;
    display: block; }
  .oldgames-wrapper #menu_top ul li .sub-menu li {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .oldgames-wrapper #menu_top ul li .sub-menu {
    top: 52px;
    position: absolute;
    left: 0;
    z-index: 100;
    opacity: 0;
    display: block;
    height: 0;
    width: 0;
    transition: opacity 1s ease; }
  .oldgames-wrapper #menu_top ul li:hover .sub-menu {
    opacity: 1;
    height: auto; }
  .oldgames-wrapper #menu_top ul.sub-menu li ul.sub-menu {
    width: 150px;
    height: 0;
    opacity: 0;
    /*display: block;*/
    position: absolute;
    top: 0;
    left: 150px;
    clear: left;
    z-index: 100;
    transition: opacity 1s ease; }
  .oldgames-wrapper #menu_top ul.sub-menu li ul.sub-menu li {
    width: 150px; }
  .oldgames-wrapper #menu_top ul.sub-menu li:hover ul.sub-menu {
    display: block;
    width: 150px;
    height: auto;
    opacity: 1;
    z-index: 999999; } }

@media only screen and (max-width: 1280px) {
  .oldgames-wrapper .mobilehide {
    display: none; } }

@media only screen and (max-width: 768px) {
  .oldgames-wrapper.newmenu .logo {
    height: 140px;
    width: 318px;
    margin-top: 32px; }
  .oldgames-wrapper.newmenu #header {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 360px) {
  .oldgames-wrapper.newmenu #header {
    background-color: green; }
  .oldgames-wrapper.newmenu .header_container.closed,
  .oldgames-wrapper.newmenu .header_container.closed #header {
    background: 0 0;
    border-bottom: 0; }
  .oldgames-wrapper .menu_top_mobile_container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block; }
  .oldgames-wrapper.newmenu #logo svg {
    display: block;
    height: 40px;
    width: 135px; }
  .oldgames-wrapper.newmenu .header_container.closed #header {
    background: 0 0; }
  .oldgames-wrapper.newmenu .header_container {
    width: 510px;
    max-width: 510px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-left: -40px; } }

@media only screen and (max-device-width: 300px) {
  .oldgames-wrapper.newmenu #logo svg,
  .oldgames-wrapper.newmenu .menu_opener_header.open #logo svg,
  .oldgames-wrapper.newmenu .menu_opener_header > a#logo svg {
    display: none; }
  .oldgames-wrapper.newmenu .menu_opener_header > a#logo {
    background: url(https://www.neocoregames.com/wp-content/uploads/wh-landing/landing-pictures-eu/Sprite/NeoLogo-240px.png) center 15px no-repeat; } }

@media only screen and (min-device-width: 240px) and (max-device-width: 640px) {
  .oldgames-wrapper.newmenu #logo svg {
    margin-top: 10px; }
  .oldgames-wrapper.newmenu .menu_opener_header.open #logo svg {
    margin-top: 12px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .oldgames-wrapper.newmenu #logo svg,
  .oldgames-wrapper.newmenu .menu_opener_header.open #logo svg {
    margin-top: 10px; } }

@media only screen and (max-width: 300px) {
  .oldgames-wrapper.newmenu .logo {
    max-width: 100%;
    height: auto; }
  .oldgames-wrapper.newmenu #header #menu_top_mobile #MainMenu {
    width: 100%; } }

@media only screen and (max-width: 1280px) {
  .oldgames-wrapper.newmenu #logo {
    height: 68px;
    width: 150px; } }

@media only screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .oldgames-wrapper.newmenu .wysija-submit {
    z-index: 100; }
  .oldgames-wrapper.newmenu #logo svg {
    margin-top: 10px; }
  .oldgames-wrapper.newmenu .menu_opener_header.open #logo svg {
    margin-top: 10px; } }

.oldgames-wrapper .header_container.closed,
.oldgames-wrapper.newmenu .header_container.closed #header {
  background: 0 0;
  border-bottom: 0; }

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .oldgames-wrapper.newmenu .header_container.closed #menu_opener svg:nth-child(2) {
    padding-top: 8px;
    margin-top: 8px; } }

.oldgames-wrapper.newmenu .header_container.closed #menu_opener svg:nth-child(2) {
  margin-top: 8px;
  padding-top: 0; }

.oldgames-wrapper.newmenu .header_container.closed .menu_opener_header.open #menu_opener svg:nth-child(2) {
  margin-top: 0;
  padding-top: 0; }

.oldgames-wrapper.newmenu #header {
  position: relative; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .oldgames-wrapper.newmenu #header .login_box {
    margin-left: 8px; } }

@media only screen and (min-device-width: 200px) and (max-device-width: 240px) {
  .oldgames-wrapper.newmenu .menu_opener_header > a#logo {
    background: url(https://www.neocoregames.com/wp-content/uploads/wh-landing/landing-pictures-eu/Sprite/NeoLogo-240px.png) center 15px no-repeat; }
  .oldgames-wrapper.newmenu .menu_opener_header > a#logo svg {
    display: none; } }

.oldgames-wrapper #menu_top_mobile > ul > li > ul.sub-menu.open > li ul.sub-menu.open li a span small,
.oldgames-wrapper #menu_top_mobile > ul > li > ul.sub-menu.open > li ul.sub-menu.open li a:hover span small {
  display: block; }

.oldgames-wrapper #menu_social {
  display: none; }

@media (max-width: 1110px) and (min-width: 1075px) {
  .oldgames-wrapper #page {
    width: auto; } }

@media screen and (max-width: 1090px) {
  .oldgames-wrapper.newmenu {
    padding-top: 68px; } }

@media screen and (max-width: 1280px) {
  .oldgames-wrapper #menu_top_mobile > ul > li.menu-item-has-children ul.sub-menu li:not(.menu-item-has-children) a span small {
    display: block; }
  .oldgames-wrapper #menu_top_mobile > ul > li > .sub-menu.open > li:not(.menu-item-has-children) a span small {
    display: block; } }

@media screen and (max-width: 1365px) {
  .oldgames-wrapper #media_boxes {
    margin-left: 0px;
    right: 10px; }
  .oldgames-wrapper.newmenu #content {
    max-width: 670px;
    margin: 0 auto; }
  /*
  .oldgames-wrapper.home #zero_row{
    display: table;
    padding:0px;
  }*/ }

.oldgames-wrapper #footer {
  padding-top: 20px;
  font-size: 13px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: arial;
  color: #9E9E9E; }

.oldgames-wrapper.newmenu {
  background-color: #000; }

/* blog */
.oldgames-wrapper .media_box_small .overlay {
  background: url("../assets/images/oldgames/W40K_mb_small.png") no-repeat center top !important; }

.oldgames-wrapper .media_box_small .overlay:hover {
  background-position: 0 -150px !important; }

.oldgames-wrapper.blog {
  background: #000 url(../images/W40K_devblog_BG.jpg) center top no-repeat;
  background-attachment: fixed; }

.oldgames-wrapper.blog .oldgames-wrapper .oldgames-wrapper-body {
  background-image: none !important; }

@media screen and (min-width: 1090px) {
  .oldgames-wrapper.blog #blog_wrapper {
    position: relative;
    margin-left: -144px;
    margin-top: 30px;
    width: 908px;
    background: url("../images/blog_content_filler.png") center repeat-y; }
  .oldgames-wrapper.blog #blog_wrapper_head {
    height: 787px;
    width: 100%;
    margin-left: -15px;
    margin-top: -20px;
    display: block;
    position: relative;
    top: -15px;
    background: url("../images/blog_content_head.png") center top; }
  .oldgames-wrapper.blog #blog_wrapper_bottom {
    width: 865px;
    height: 9px;
    position: relative;
    margin-left: 22px;
    margin-top: -2px;
    bottom: 0px;
    background: url("../images/Content_Bottom.png") no-repeat center top; }
  .oldgames-wrapper.blog #blog_wrapper #posts {
    /* display: none;*/
    position: relative;
    margin-top: -742px; }
  .oldgames-wrapper.blog .promoted_tags {
    top: 135px;
    margin-left: 106px;
    margin-top: -2px; } }

.oldgames-wrapper.blog #media_boxes {
  top: 131px;
  margin-left: 824px; }

.oldgames-wrapper.blog #media_boxes .media_box {
  margin-bottom: 27px; }

.oldgames-wrapper.blog.newmenu #menu_sub ul {
  margin-top: 53px;
  margin-left: -21px; }

.oldgames-wrapper.blog.newmenu #menu_sub ul li {
  margin-bottom: 13px; }

.oldgames-wrapper.blog.newmenu #menu_sub ul li a {
  background: url(../images/menu_sub_new.png) no-repeat;
  color: #ebebeb; }

.oldgames-wrapper.blog.newmenu #menu_sub ul li a:hover {
  background-position: 0px -47px;
  color: #be9e48; }

.oldgames-wrapper.blog #content #posts h2 {
  color: #be9e48;
  font-size: 24px;
  font-family: 'Bank Gothic MDBT'; }

.oldgames-wrapper.blog #content #posts {
  width: 658px;
  margin-left: 85px; }

.oldgames-wrapper.blog #content #posts h2 a {
  color: #be9e48;
  transition: all .5s ease; }

.oldgames-wrapper.blog #content #posts h2 a:hover {
  color: #FFF; }

.oldgames-wrapper.blog #content #posts .postmeta {
  color: #a08663;
  font-family: 'Open Sans', arial;
  font-size: 12px;
  margin-top: -21px; }

.oldgames-wrapper.blog #content #posts .postmeta a:first-child {
  font-family: 'Open Sans Bold', arial; }

.oldgames-wrapper.blog #content #posts .postmeta a {
  color: #FFF;
  transition: all .5s ease; }

.oldgames-wrapper.blog #content #posts .postmeta a:hover {
  color: #be9e48; }

.oldgames-wrapper.blog .media_box .wp-video .mejs-video {
  width: 218px !important;
  height: 140px;
  margin: -2px; }

.oldgames-wrapper.blog #content #posts p {
  font-family: 'Open Sans', arial;
  font-size: 15px;
  color: #ebebeb;
  padding-top: 3px;
  text-align: justify; }

.oldgames-wrapper.blog #content #posts .post {
  background-image: none !important; }

.oldgames-wrapper.blog #content #posts .post .post-excerpt {
  min-height: 200px;
  max-height: 200px; }

.oldgames-wrapper.blog #content #posts .post .read-more {
  margin-left: 52px;
  margin-top: 18px;
  margin-bottom: -19px;
  display: block;
  position: relative; }

.oldgames-wrapper.blog #content #posts .post .read-more:after {
  content: '';
  width: 230px;
  height: 1px;
  margin: 0 auto;
  position: relative;
  background: #be9e48;
  display: block;
  margin-top: -3px; }

.oldgames-wrapper.blog #content #posts .post:nth-last-child(2) .read-more:after {
  display: none; }

.oldgames-wrapper.blog #content #posts .post .read-more * {
  display: none; }

.oldgames-wrapper.blog #posts .post-thumbnail img {
  width: 285px;
  height: auto;
  margin-right: 25px; }

@media screen and (max-width: 1090px) {
  .oldgames-wrapper.blog #content #posts {
    width: 100%;
    margin: 0 auto; }
  .oldgames-wrapper.blog #posts .post {
    border: none; } }

@media screen and (max-width: 710px) {
  .oldgames-wrapper.blog #posts .post .post-thumbnail {
    width: 100%;
    display: block;
    float: none; }
  .oldgames-wrapper #posts .post-thumbnail img {
    width: 100%;
    margin-bottom: 20px; }
  .oldgames-wrapper.blog #content #posts .post .post-excerpt {
    width: 100%;
    display: block;
    float: none;
    height: auto;
    max-height: inherit;
    min-height: auto; }
  .oldgames-wrapper.blog #content #posts .post .post-excerpt p {
    margin-top: 20px;
    font-size: 18px; }
  .oldgames-wrapper.blog #content #posts .post .read-more {
    margin: 0 auto;
    margin-top: 38px;
    margin-bottom: 1px; }
  .oldgames-wrapper.blog #content #posts h2 {
    font-size: 32px; }
  .oldgames-wrapper.blog #content #posts .postmeta {
    font-size: 15px; } }

.oldgames-wrapper.blog .socials {
  width: 100%;
  margin-top: 55px;
  margin-bottom: 28px; }

.oldgames-wrapper.blog .social_table {
  width: 280px;
  margin: 0 auto; }

.oldgames-wrapper.blog .social_table tr td a svg {
  width: 16px;
  height: 16px; }

.oldgames-wrapper.blog #content #posts .pagenavi {
  width: 100%;
  margin: 0 auto;
  display: table;
  margin-top: -70px;
  margin-bottom: 20px; }

.oldgames-wrapper.blog #content #posts .pagenavi a {
  color: #be9e48;
  font-size: 24px;
  font-family: 'Bank Gothic MDBT';
  transition: all .5s ease; }

.oldgames-wrapper.blog #content #posts .pagenavi a:hover {
  color: #FFF; }

.oldgames-wrapper.blog .social_table tr td a svg path {
  fill: #c5a44b;
  transition: all .5s ease; }

.oldgames-wrapper.blog .social_table tr td a:hover svg path {
  fill: #FFF; }

.oldgames-wrapper.blog #footer {
  font-size: 0px;
  height: 0px; }

.oldgames-wrapper.blog #footer2 {
  padding-top: 0px;
  text-align: center; }

.oldgames-wrapper.blog #footer2 {
  margin-top: 35px; }

.oldgames-wrapper.blog #footer2 {
  font-family: 'Opan Sans', arial;
  color: #c5a44b;
  font-size: 12px; }

.oldgames-wrapper.blog #commentform input[type="text"],
.oldgames-wrapper.blog #commentform textarea {
  width: 100%; }

.oldgames-wrapper.blog #commentform input[type="submit"] {
  width: 200px;
  height: 51px;
  background: url(../images/comment_button.png) 0 0 no-repeat;
  display: block;
  border: 0;
  font-size: 0;
  float: right; }

.oldgames-wrapper.blog #content #posts p.form-submit {
  height: 55px; }

.oldgames-wrapper.blog #commentform input[type="submit"]:hover {
  background-position: 0 -53px; }

.oldgames-wrapper.blog #commentform input[type="submit"]:focus {
  background-position: 0 -106px; }

.oldgames-wrapper.blog #posts .author .name {
  color: #be9e48;
  font-size: 24px;
  font-family: 'Bank Gothic MDBT'; }

.oldgames-wrapper.blog #posts .author .desc {
  font-family: 'Open Sans', arial;
  font-size: 15px;
  color: #ebebeb; }

.oldgames-wrapper.blog #front-scroll-top-container {
  display: none;
  right: 20px;
  bottom: 20px;
  transition: all .5s ease;
  position: fixed;
  cursor: pointer;
  z-index: 9999; }

.oldgames-wrapper.blog #front-scroll-top-container svg {
  width: 42px;
  height: 28px;
  display: block; }

.oldgames-wrapper.blog #front-scroll-top-container svg path {
  fill: #c5a44b; }

.oldgames-wrapper.blog a {
  color: #be9e48; }

.oldgames-wrapper.blog a:hover {
  color: #FFF; }

.oldgames-wrapper {
  background-color: #000;
  top: -100px;
  position: relative; }

.oldgames-wrapper.crusaders-kingdom-come .oldgames-wrapper-body {
  background: url("../assets/images/oldgames/Wallpapers/C1.png") top no-repeat; }

.oldgames-wrapper.crusaders-kings-crusade .oldgames-wrapper-body {
  background: url("../assets/images/oldgames/Wallpapers/C2.png") top no-repeat; }

.oldgames-wrapper.kingarthur-1 .oldgames-wrapper-body {
  background: url("../assets/images/oldgames/Wallpapers/KA-I.png") top no-repeat; }

.oldgames-wrapper.kingarthur-2 .oldgames-wrapper-body {
  background: url("../assets/images/oldgames/Wallpapers/KA-II.png") top no-repeat; }

.oldgames-wrapper.deathtrap .oldgames-wrapper-body {
  background: url("../assets/images/oldgames/Wallpapers/DT.png") top no-repeat; }

.oldgames-wrapper.vanhelsing-1 .oldgames-wrapper-body {
  background: url("../assets/images/oldgames/Wallpapers/VH-I.png") top no-repeat; }

.oldgames-wrapper.vanhelsing-2 .oldgames-wrapper-body {
  background: url("../assets/images/oldgames/Wallpapers/VH-II.png") top no-repeat; }

.oldgames-wrapper.vanhelsing-3 .oldgames-wrapper-body {
  background: url("../assets/images/oldgames/Wallpapers/VH-III.png") top no-repeat; }

.oldgames-wrapper.vanhelsing-fc .oldgames-wrapper-body {
  background: url("../assets/images/oldgames/Wallpapers/VHFC.png") top no-repeat; }

.oldgames-wrapper .oldgames-wrapper-body {
  padding-bottom: 20px; }

.oldgames-wrapper .oldgames-wrapper-body::after,
.oldgames-wrapper .oldgames-wrapper-body::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0; }
  @media screen and (max-width: 1090px) {
    .oldgames-wrapper .oldgames-wrapper-body::after,
    .oldgames-wrapper .oldgames-wrapper-body::before {
      display: none; } }

.oldgames-wrapper .oldgames-wrapper-body::after {
  bottom: -67px;
  height: 100px;
  background: url("../assets/images/oldgames/Decor.png") bottom no-repeat; }

.oldgames-wrapper .oldgames-wrapper-body::before {
  top: 290px;
  height: 833px;
  background: url("../assets/images/oldgames/Head.png") bottom no-repeat; }

.oldgames-wrapper.newmenu #page::before {
  content: " ";
  display: block;
  position: absolute;
  width: 34px;
  height: 1080px;
  top: 100px;
  left: calc( 50% + 343px);
  background: url("../assets/images/oldgames/Triblock-Back-Sprite.png") bottom no-repeat; }
  @media screen and (max-width: 1090px) {
    .oldgames-wrapper.newmenu #page::before {
      display: none; } }

@font-face {
  font-family: 'Avenir LT 55 Roman';
  src: url("../king_arthur_knights_tale/fonts/AvenirLT-Roman.eot");
  src: local("Avenir LT 55 Roman"), local("AvenirLT-Roman"), url("../king_arthur_knights_tale/fonts/AvenirLT-Roman.eot?#iefix") format("embedded-opentype"), url("../king_arthur_knights_tale/fonts/AvenirLT-Roman.woff") format("woff"), url("../king_arthur_knights_tale/fonts/AvenirLT-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir LT 65';
  src: url("../king_arthur_knights_tale/fonts/AvenirLT-MediumOblique.eot");
  src: local("Avenir LT 65 Medium Oblique"), local("AvenirLT-MediumOblique"), url("../king_arthur_knights_tale/fonts/AvenirLT-MediumOblique.eot?#iefix") format("embedded-opentype"), url("../king_arthur_knights_tale/fonts/AvenirLT-MediumOblique.woff") format("woff"), url("../king_arthur_knights_tale/fonts/AvenirLT-MediumOblique.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Avenir LT 55 Roman';
  src: url("../king_arthur_knights_tale/fonts/AvenirLT-Heavy.eot");
  src: local("Avenir LT 85 Heavy"), local("AvenirLT-Heavy"), url("../king_arthur_knights_tale/fonts/AvenirLT-Heavy.eot?#iefix") format("embedded-opentype"), url("../king_arthur_knights_tale/fonts/AvenirLT-Heavy.woff") format("woff"), url("../king_arthur_knights_tale/fonts/AvenirLT-Heavy.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Avenir LT 65';
  src: url("../king_arthur_knights_tale/fonts/AvenirLT-Black.eot");
  src: local("Avenir LT 95 Black"), local("AvenirLT-Black"), url("../king_arthur_knights_tale/fonts/AvenirLT-Black.eot?#iefix") format("embedded-opentype"), url("../king_arthur_knights_tale/fonts/AvenirLT-Black.woff") format("woff"), url("../king_arthur_knights_tale/fonts/AvenirLT-Black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Avenir LT 35';
  src: url("../king_arthur_knights_tale/fonts/AvenirLT-LightOblique.eot");
  src: local("Avenir LT 35 Light Oblique"), local("AvenirLT-LightOblique"), url("../king_arthur_knights_tale/fonts/AvenirLT-LightOblique.eot?#iefix") format("embedded-opentype"), url("../king_arthur_knights_tale/fonts/AvenirLT-LightOblique.woff") format("woff"), url("../king_arthur_knights_tale/fonts/AvenirLT-LightOblique.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Avenir LT 65';
  src: url("../king_arthur_knights_tale/fonts/AvenirLT-BlackOblique.eot");
  src: local("Avenir LT 95 Black Oblique"), local("AvenirLT-BlackOblique"), url("../king_arthur_knights_tale/fonts/AvenirLT-BlackOblique.eot?#iefix") format("embedded-opentype"), url("../king_arthur_knights_tale/fonts/AvenirLT-BlackOblique.woff") format("woff"), url("../king_arthur_knights_tale/fonts/AvenirLT-BlackOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Avenir LT 55 Roman';
  src: url("../king_arthur_knights_tale/fonts/AvenirLT-HeavyOblique.eot");
  src: local("Avenir LT 86 Heavy Oblique"), local("AvenirLT-HeavyOblique"), url("../king_arthur_knights_tale/fonts/AvenirLT-HeavyOblique.eot?#iefix") format("embedded-opentype"), url("../king_arthur_knights_tale/fonts/AvenirLT-HeavyOblique.woff") format("woff"), url("../king_arthur_knights_tale/fonts/AvenirLT-HeavyOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Avenir LT 65';
  src: url("../king_arthur_knights_tale/fonts/AvenirLT-Medium.eot");
  src: local("Avenir LT 65 Medium"), local("AvenirLT-Medium"), url("../king_arthur_knights_tale/fonts/AvenirLT-Medium.eot?#iefix") format("embedded-opentype"), url("../king_arthur_knights_tale/fonts/AvenirLT-Medium.woff") format("woff"), url("../king_arthur_knights_tale/fonts/AvenirLT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Avenir LT 35';
  src: url("../king_arthur_knights_tale/fonts/AvenirLT-Light.eot");
  src: local("Avenir LT 35 Light"), local("AvenirLT-Light"), url("../king_arthur_knights_tale/fonts/AvenirLT-Light.eot?#iefix") format("embedded-opentype"), url("../king_arthur_knights_tale/fonts/AvenirLT-Light.woff") format("woff"), url("../king_arthur_knights_tale/fonts/AvenirLT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Avenir LT 45 Book';
  src: url("../king_arthur_knights_tale/fonts/AvenirLT-Book.eot");
  src: local("Avenir LT 45 Book"), local("AvenirLT-Book"), url("../king_arthur_knights_tale/fonts/AvenirLT-Book.eot?#iefix") format("embedded-opentype"), url("../king_arthur_knights_tale/fonts/AvenirLT-Book.woff") format("woff"), url("../king_arthur_knights_tale/fonts/AvenirLT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir LT 55 Roman';
  src: url("../king_arthur_knights_tale/fonts/AvenirLT-Oblique.eot");
  src: local("Avenir LT 55 Oblique"), local("AvenirLT-Oblique"), url("../king_arthur_knights_tale/fonts/AvenirLT-Oblique.eot?#iefix") format("embedded-opentype"), url("../king_arthur_knights_tale/fonts/AvenirLT-Oblique.woff") format("woff"), url("../king_arthur_knights_tale/fonts/AvenirLT-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Avenir LT 45 Book';
  src: url("../king_arthur_knights_tale/fonts/AvenirLT-BookOblique.eot");
  src: local("Avenir LT 45 Book Oblique"), local("AvenirLT-BookOblique"), url("../king_arthur_knights_tale/fonts/AvenirLT-BookOblique.eot?#iefix") format("embedded-opentype"), url("../king_arthur_knights_tale/fonts/AvenirLT-BookOblique.woff") format("woff"), url("../king_arthur_knights_tale/fonts/AvenirLT-BookOblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Brandon Grot W01 Light';
  src: url("../king_arthur_knights_tale/fonts/Brandon-Grot-W01-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*@include fluid-type($min_width, $max_width, $min_font72, $max_font72);*/
.playfair {
  font-family: 'Playfair Display', serif; }

.caudex {
  font-family: 'Caudex', serif; }

.garamond {
  font-family: 'EB Garamond', serif !important; }

.avenir {
  font-family: 'Avenir LT 55 Roman'; }

/*
  params:
  $valign align-items: stretch|center|flex-start|flex-end|baseline|initial|inherit;
  $align justify-content: flex-start|flex-end|center|space-between|space-around|initial|inherit;
  usage:
  @include valign-align(center,center);
  */
.centered {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.kaktbody .container {
  width: 1120px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100% !important; }

.kaktbody header {
  position: relative; }
  .kaktbody header .kakt-cfheader {
    height: 78px;
    position: fixed;
    background-color: #272B2E;
    background-image: url("../king_arthur_knights_tale/images/header_bg.jpg");
    width: 100%;
    border-bottom: 1px solid #b29c6c;
    z-index: 99999999; }
    .kaktbody header .kakt-cfheader .toplogo {
      float: left;
      margin-top: 15px; }
    .kaktbody header .kakt-cfheader .kickstarter img {
      max-width: 152px; }
      @media (max-width: 1025px) {
        .kaktbody header .kakt-cfheader .kickstarter img {
          max-width: 140px; } }
      @media (max-width: 350px) {
        .kaktbody header .kakt-cfheader .kickstarter img {
          max-width: 55px; } }
      .kaktbody header .kakt-cfheader .kickstarter img.steammobile {
        display: none;
        height: 51px; }
      @media (max-width: 435px) {
        .kaktbody header .kakt-cfheader .kickstarter img.steammobile {
          display: block; }
        .kaktbody header .kakt-cfheader .kickstarter img.steamdesktop {
          display: none; } }
    .kaktbody header .kakt-cfheader nav {
      text-align: center;
      position: static;
      margin: 0;
      padding: 0;
      float: left; }
      .kaktbody header .kakt-cfheader nav ul {
        margin: 0px;
        padding: 0px; }
        .kaktbody header .kakt-cfheader nav ul li {
          display: inline-block;
          list-style: none;
          position: relative; }
          .kaktbody header .kakt-cfheader nav ul li a {
            display: inline-block;
            padding: 0 5px;
            color: #FFF0CE;
            transition: color 0.4s ease 0s;
            line-height: 70px;
            position: relative;
            padding: 0 17px;
            font-weight: 600;
            text-decoration: none;
            font-family: 'Caudex', serif;
            letter-spacing: 1px;
            font-weight: 100; }
            .kaktbody header .kakt-cfheader nav ul li a {
              font-size: 12px; }
              @media screen and (min-width: 320px) {
                .kaktbody header .kakt-cfheader nav ul li a {
                  font-size: calc(12px + 6 * ((100vw - 320px) / 1600)); } }
              @media screen and (min-width: 1920px) {
                .kaktbody header .kakt-cfheader nav ul li a {
                  font-size: 18px; } }
            .kaktbody header .kakt-cfheader nav ul li a:hover {
              color: #E21C21;
              transition: color 0.4s ease 0s; }
    .kaktbody header .kakt-cfheader nav.kickstarter {
      position: absolute !important;
      top: 12px;
      right: 0px; }
      @media (max-width: 990px) {
        .kaktbody header .kakt-cfheader nav.kickstarter {
          left: 175px;
          top: 14px;
          right: initial; } }

.kaktbody section.kakt-video video {
  width: 100%; }
  @media (max-width: 990px) {
    .kaktbody section.kakt-video video {
      height: 600px;
      width: auto; } }
  @media (max-width: 768px) {
    .kaktbody section.kakt-video video {
      height: 500px; } }
  @media (max-width: 560px) {
    .kaktbody section.kakt-video video {
      height: 400px; } }
  @media (max-width: 400px) {
    .kaktbody section.kakt-video video {
      height: 300px; } }

.kaktbody section.kakt-video .firefoxvideo {
  display: none; }
  .kaktbody section.kakt-video .firefoxvideo img {
    width: 100%; }
    @media (max-width: 990px) {
      .kaktbody section.kakt-video .firefoxvideo img {
        height: 600px;
        width: auto; } }
    @media (max-width: 768px) {
      .kaktbody section.kakt-video .firefoxvideo img {
        height: 500px; } }
    @media (max-width: 560px) {
      .kaktbody section.kakt-video .firefoxvideo img {
        height: 400px; } }
    @media (max-width: 400px) {
      .kaktbody section.kakt-video .firefoxvideo img {
        height: 300px; } }

.kaktbody .parallax-container {
  position: relative;
  overflow: hidden;
  height: 600px; }
  .kaktbody .parallax-container ::-webkit-scrollbar {
    display: none; }
  @media (max-width: 1368px) {
    .kaktbody .parallax-container {
      height: 450px; } }
  @media (max-width: 990px) {
    .kaktbody .parallax-container {
      height: 400px; } }
  @media (max-width: 768px) {
    .kaktbody .parallax-container {
      height: 250px; } }
  @media (max-width: 450px) {
    .kaktbody .parallax-container {
      height: 180px; } }
  .kaktbody .parallax-container-title {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px; }
    .kaktbody .parallax-container-title h1 {
      text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
      line-height: 1em;
      text-align: center;
      /*font-size: 3.75vw;*/
      color: #d2c8a3;
      font-family: 'Caudex', serif;
      font-weight: 100;
      margin-bottom: 10px;
      text-transform: uppercase; }
      .kaktbody .parallax-container-title h1 {
        font-size: 30px; }
        @media screen and (min-width: 320px) {
          .kaktbody .parallax-container-title h1 {
            font-size: calc(30px + 42 * ((100vw - 320px) / 1600)); } }
        @media screen and (min-width: 1920px) {
          .kaktbody .parallax-container-title h1 {
            font-size: 72px; } }
  .kaktbody .parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow-x: hidden;
    scrollbar-width: none; }
    .kaktbody .parallax-container .parallax img {
      opacity: 0;
      position: absolute;
      left: 50%;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      max-width: 100%; }
      @media (max-width: 990px) {
        .kaktbody .parallax-container .parallax img {
          max-height: 150%; } }
      @media (max-width: 480px) {
        .kaktbody .parallax-container .parallax img {
          max-height: 130%; } }

.kaktbody .bgold {
  border-top: 1px solid #b29c6c;
  border-bottom: 1px solid #b29c6c; }

.kaktbody .kakt-video {
  width: 100%; }
  .kaktbody .kakt-video-cont {
    position: relative;
    overflow: hidden;
    padding-top: 70px; }
    .kaktbody .kakt-video-cont-info {
      position: absolute;
      z-index: 999;
      bottom: 11%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (max-width: 990px) {
        .kaktbody .kakt-video-cont-info {
          width: 80%; } }
      @media (max-width: 450px) {
        .kaktbody .kakt-video-cont-info {
          width: 90%; } }
      @media (max-width: 1600px) {
        .kaktbody .kakt-video-cont-info {
          bottom: 12%; } }
      @media (max-width: 1400px) {
        .kaktbody .kakt-video-cont-info {
          bottom: 13%; } }
      @media (max-width: 1200px) {
        .kaktbody .kakt-video-cont-info {
          bottom: 18%; } }
      .kaktbody .kakt-video-cont-info-bottom {
        padding-left: 4%;
        position: relative; }
        .kaktbody .kakt-video-cont-info-bottom-title {
          position: absolute;
          /*
                        margin-top: -30px;
                        margin-left: -80px;
                        @media (max-width: 450px) {
                            margin-left: -60px;
                        }*/
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-60%, -60%);
          -ms-transform: translate(-60%, -60%);
          transform: translate(-60%, -60%);
          width: 70%; }
          .kaktbody .kakt-video-cont-info-bottom-title-main {
            /*font-size: 1.15vw;*/
            color: #d2c8a3;
            /* padding-bottom: 10px;*/
            font-family: 'Caudex', serif; }
            .kaktbody .kakt-video-cont-info-bottom-title-main {
              font-size: 14px; }
              @media screen and (min-width: 320px) {
                .kaktbody .kakt-video-cont-info-bottom-title-main {
                  font-size: calc(14px + 8 * ((100vw - 320px) / 1600)); } }
              @media screen and (min-width: 1920px) {
                .kaktbody .kakt-video-cont-info-bottom-title-main {
                  font-size: 22px; } }
            @media (max-width: 1100px) {
              .kaktbody .kakt-video-cont-info-bottom-title-main {
                padding-bottom: 0px; } }
            @media (max-width: 450px) {
              .kaktbody .kakt-video-cont-info-bottom-title-main {
                /*padding-top: 20px;*/ }
                .kaktbody .kakt-video-cont-info-bottom-title-main {
                  font-size: 12px; } }
    @media screen and (max-width: 450px) and (min-width: 320px) {
      .kaktbody .kakt-video-cont-info-bottom-title-main {
        font-size: calc(12px + 6 * ((100vw - 320px) / 1600)); } }
    @media screen and (max-width: 450px) and (min-width: 1920px) {
      .kaktbody .kakt-video-cont-info-bottom-title-main {
        font-size: 18px; } }
            @media (max-width: 350px) {
              .kaktbody .kakt-video-cont-info-bottom-title-main {
                /*padding-top: 15px;*/ }
                .kaktbody .kakt-video-cont-info-bottom-title-main {
                  font-size: 11px; } }
    @media screen and (max-width: 350px) and (min-width: 320px) {
      .kaktbody .kakt-video-cont-info-bottom-title-main {
        font-size: calc(11px + 1 * ((100vw - 320px) / 1600)); } }
    @media screen and (max-width: 350px) and (min-width: 1920px) {
      .kaktbody .kakt-video-cont-info-bottom-title-main {
        font-size: 12px; } }
          .kaktbody .kakt-video-cont-info-bottom-title-sub {
            /*font-size: 1.15vw;*/
            padding-top: 5px;
            font-family: 'Caudex', serif;
            color: #DBDBDB; }
            .kaktbody .kakt-video-cont-info-bottom-title-sub {
              font-size: 14px; }
              @media screen and (min-width: 320px) {
                .kaktbody .kakt-video-cont-info-bottom-title-sub {
                  font-size: calc(14px + 8 * ((100vw - 320px) / 1600)); } }
              @media screen and (min-width: 1920px) {
                .kaktbody .kakt-video-cont-info-bottom-title-sub {
                  font-size: 22px; } }
            @media (max-width: 450px) {
              .kaktbody .kakt-video-cont-info-bottom-title-sub {
                padding-top: 0px; }
                .kaktbody .kakt-video-cont-info-bottom-title-sub {
                  font-size: 12px; } }
    @media screen and (max-width: 450px) and (min-width: 320px) {
      .kaktbody .kakt-video-cont-info-bottom-title-sub {
        font-size: calc(12px + 6 * ((100vw - 320px) / 1600)); } }
    @media screen and (max-width: 450px) and (min-width: 1920px) {
      .kaktbody .kakt-video-cont-info-bottom-title-sub {
        font-size: 18px; } }
            @media (max-width: 350px) {
              .kaktbody .kakt-video-cont-info-bottom-title-sub {
                font-size: 11px; } }
  @media screen and (max-width: 350px) and (min-width: 320px) {
    .kaktbody .kakt-video-cont-info-bottom-title-sub {
      font-size: calc(11px + 1 * ((100vw - 320px) / 1600)); } }
  @media screen and (max-width: 350px) and (min-width: 1920px) {
    .kaktbody .kakt-video-cont-info-bottom-title-sub {
      font-size: 12px; } }
          .kaktbody .kakt-video-cont-info-bottom-title-kickstarter {
            color: #88C543;
            text-transform: uppercase;
            font-family: 'Caudex', serif;
            padding-top: 20px;
            font-weight: 600;
            text-align: right; }
            .kaktbody .kakt-video-cont-info-bottom-title-kickstarter {
              font-size: 12px; }
              @media screen and (min-width: 320px) {
                .kaktbody .kakt-video-cont-info-bottom-title-kickstarter {
                  font-size: calc(12px + 6 * ((100vw - 320px) / 1600)); } }
              @media screen and (min-width: 1920px) {
                .kaktbody .kakt-video-cont-info-bottom-title-kickstarter {
                  font-size: 18px; } }
            @media (max-width: 1100px) {
              .kaktbody .kakt-video-cont-info-bottom-title-kickstarter {
                padding-top: 10px; } }
            @media (max-width: 450px) {
              .kaktbody .kakt-video-cont-info-bottom-title-kickstarter {
                padding-top: 5px; } }

.kaktbody .fast-facts {
  position: relative;
  margin-top: -4.5%;
  width: 100%;
  font-family: 'Caudex', serif; }
  .kaktbody .fast-facts-cont {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .kaktbody .fast-facts-cont-desc {
      position: absolute;
      width: 514px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 39%; }
      @media (max-width: 992px) {
        .kaktbody .fast-facts-cont-desc {
          max-width: 90%;
          margin: 0px auto; } }
      .kaktbody .fast-facts-cont-desc li {
        line-height: 2em;
        margin-left: 40px;
        font-size: 20px; }
      .kaktbody .fast-facts-cont-desc-lead {
        color: #EEEEEE;
        font-size: 20px;
        line-height: 2em; }

.kaktbody .gameplay-overview {
  position: relative;
  width: 100%;
  font-family: 'Avenir LT 35 Roman';
  font-weight: 100;
  margin-top: -15px; }
  @media (min-width: 1921px) {
    .kaktbody .gameplay-overview {
      background-image: url("../king_arthur_knights_tale/images/background_gameplay_overview.jpg");
      background-size: cover;
      background-position: center; } }
  .kaktbody .gameplay-overview-cont {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: max-content;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1; }
    .kaktbody .gameplay-overview-cont-desc {
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      width: 956px;
      max-width: 100%; }
      @media (max-width: 992px) {
        .kaktbody .gameplay-overview-cont-desc {
          max-width: 90%;
          margin: 0px auto; } }
      .kaktbody .gameplay-overview-cont-desc-features {
        color: #EEEEEE;
        /*font-size: 1.15vw;*/
        line-height: normal; }
        .kaktbody .gameplay-overview-cont-desc-features {
          font-size: 14px; }
          @media screen and (min-width: 320px) {
            .kaktbody .gameplay-overview-cont-desc-features {
              font-size: calc(14px + 8 * ((100vw - 320px) / 1600)); } }
          @media screen and (min-width: 1920px) {
            .kaktbody .gameplay-overview-cont-desc-features {
              font-size: 22px; } }
        .kaktbody .gameplay-overview-cont-desc-features-item {
          padding: 10px 0px;
          color: #eeeeee;
          font-style: italic; }
    .kaktbody .gameplay-overview-cont-video {
      margin-top: 20px;
      margin-bottom: 20px; }
      .kaktbody .gameplay-overview-cont-video-box {
        position: relative;
        display: inline-block;
        border: 1px solid #b29c6c; }
        @media (max-width: 600px) {
          .kaktbody .gameplay-overview-cont-video-box iframe {
            max-width: 100% !important;
            height: calc(100vw * 0.562499999999) !important; } }
        .kaktbody .gameplay-overview-cont-video-box-leftdecor {
          position: absolute;
          top: -7px;
          left: -7px; }
        .kaktbody .gameplay-overview-cont-video-box-rightdecor {
          position: absolute;
          right: -7px;
          top: -7px; }

.kaktbody .background-story {
  position: relative;
  width: 100%;
  font-family: 'Avenir LT 35'; }
  @media (min-width: 1921px) {
    .kaktbody .background-story {
      background-image: url("../king_arthur_knights_tale/images/background_story.jpg");
      background-size: cover;
      background-position: center; } }
  .kaktbody .background-story-cont {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: max-content;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1; }
    .kaktbody .background-story-cont-desc {
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }
      @media (max-width: 992px) {
        .kaktbody .background-story-cont-desc {
          width: 90%;
          margin: 0px auto; } }
      .kaktbody .background-story-cont-desc-title {
        margin-bottom: 20px; }
        @media (max-width: 992px) {
          .kaktbody .background-story-cont-desc-title h2 {
            margin-top: -40% !important; } }
      .kaktbody .background-story-cont-desc-features {
        color: #EEEEEE;
        /*font-size: 1.15vw;*/
        line-height: 1.5em; }
        .kaktbody .background-story-cont-desc-features {
          font-size: 14px; }
          @media screen and (min-width: 320px) {
            .kaktbody .background-story-cont-desc-features {
              font-size: calc(14px + 8 * ((100vw - 320px) / 1600)); } }
          @media screen and (min-width: 1920px) {
            .kaktbody .background-story-cont-desc-features {
              font-size: 22px; } }
        .kaktbody .background-story-cont-desc-features li {
          padding-bottom: 25px;
          list-style-type: none; }
        .kaktbody .background-story-cont-desc-features-item {
          padding: 10px 0px; }
    .kaktbody .background-story-cont-gallery {
      margin: 0px auto;
      height: 470px;
      width: 990px;
      overflow: visible;
      position: relative; }
      .kaktbody .background-story-cont-gallery a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      @media (max-width: 992px) {
        .kaktbody .background-story-cont-gallery {
          width: 100%;
          height: calc(90vw*0.164188214313); } }
      .kaktbody .background-story-cont-gallery img {
        max-width: 100%; }
      .kaktbody .background-story-cont-gallery .art-3-1 {
        position: absolute;
        top: 0px;
        left: 0px;
        /*width: 539px;*/
        width: 54.444444444%;
        height: 303px; }
        @media (max-width: 992px) {
          .kaktbody .background-story-cont-gallery .art-3-1 {
            height: auto; } }
      .kaktbody .background-story-cont-gallery .art-3-2 {
        position: absolute;
        top: 309px;
        left: 0px;
        /*width: 266px;*/
        width: 26.868686868%;
        height: 150px; }
        @media (max-width: 992px) {
          .kaktbody .background-story-cont-gallery .art-3-2 {
            height: auto;
            top: 193%; } }
      .kaktbody .background-story-cont-gallery .art-3-3 {
        position: absolute;
        top: 309px;
        left: 272px;
        /*width: 267px;*/
        width: 26.969696969%;
        height: 150px; }
        @media (max-width: 992px) {
          .kaktbody .background-story-cont-gallery .art-3-3 {
            height: auto;
            left: 27.474747474%;
            top: 193%; } }
      .kaktbody .background-story-cont-gallery .art-3-4 {
        position: absolute;
        top: 0px;
        left: 545px;
        /*width: 405px;*/
        width: 40.909090909%;
        height: 226px; }
        @media (max-width: 992px) {
          .kaktbody .background-story-cont-gallery .art-3-4 {
            height: auto;
            left: 55.05050505%; } }
      .kaktbody .background-story-cont-gallery .art-3-5 {
        position: absolute;
        top: 232px;
        left: 545px;
        /*width: 405px;*/
        width: 40.909090909%;
        height: 227px; }
        @media (max-width: 992px) {
          .kaktbody .background-story-cont-gallery .art-3-5 {
            height: auto;
            left: 55.05050505%;
            top: 146%; } }

.kaktbody .heroes {
  position: relative;
  width: 100%;
  font-family: 'EB Garamond', serif !important; }
  @media (min-width: 1921px) {
    .kaktbody .heroes {
      background-image: url("../king_arthur_knights_tale/images/background_heroes.jpg");
      background-size: cover; } }
  .kaktbody .heroes-cont {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: max-content;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1; }
    .kaktbody .heroes-cont-desc {
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }
      @media (max-width: 992px) {
        .kaktbody .heroes-cont-desc {
          max-width: 90%;
          margin: 0px auto; } }
      .kaktbody .heroes-cont-desc-features {
        color: #EEEEEE;
        /*font-size: 1.15vw;*/
        line-height: 1.5em; }
        .kaktbody .heroes-cont-desc-features {
          font-size: 14px; }
          @media screen and (min-width: 320px) {
            .kaktbody .heroes-cont-desc-features {
              font-size: calc(14px + 8 * ((100vw - 320px) / 1600)); } }
          @media screen and (min-width: 1920px) {
            .kaktbody .heroes-cont-desc-features {
              font-size: 22px; } }
        .kaktbody .heroes-cont-desc-features li {
          padding-bottom: 25px; }
        .kaktbody .heroes-cont-desc-features-item {
          padding: 10px 0px; }
    .kaktbody .heroes-cont-gallery {
      margin: 0px auto;
      height: 683px;
      width: 978px;
      overflow: visible;
      position: relative; }
      @media (max-width: 990px) {
        .kaktbody .heroes-cont-gallery {
          max-width: 95%;
          margin: 0px auto;
          height: auto; } }
      .kaktbody .heroes-cont-gallery a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .kaktbody .heroes-cont-gallery img {
        max-width: 100%; }
        @media (max-width: 990px) {
          .kaktbody .heroes-cont-gallery img {
            border: 1px solid #b29c6c; } }
      @media (max-width: 990px) {
        .kaktbody .heroes-cont-gallery .imgoverlay {
          border: none !important; } }
      .kaktbody .heroes-cont-gallery .art-4-1 {
        position: relative;
        float: left;
        margin-right: 0.5%;
        width: 24.5%; }
        .kaktbody .heroes-cont-gallery .art-4-1 img {
          /*border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .heroes-cont-gallery .art-4-1 {
            margin-right: 10px; } }
      .kaktbody .heroes-cont-gallery .art-4-2 {
        position: relative;
        float: left;
        margin-right: 0.5%;
        width: 24.5%;
        /*height: 680px;*/ }
        .kaktbody .heroes-cont-gallery .art-4-2 img {
          /*border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .heroes-cont-gallery .art-4-2 {
            margin-right: 10px; } }
      .kaktbody .heroes-cont-gallery .art-4-3 {
        position: relative;
        float: left;
        margin-right: 0.5%;
        width: 24.5%;
        /*height: 680px;*/ }
        .kaktbody .heroes-cont-gallery .art-4-3 img {
          /*border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .heroes-cont-gallery .art-4-3 {
            margin-right: 10px; } }
      .kaktbody .heroes-cont-gallery .art-4-4 {
        position: relative;
        float: left;
        margin-right: 0.5%;
        width: 24.5%;
        /*height: 680px;*/ }
        .kaktbody .heroes-cont-gallery .art-4-4 img {
          /*border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .heroes-cont-gallery .art-4-4 {
            margin-right: 10px; } }

.kaktbody .yourkingdom {
  position: relative;
  width: 100%;
  font-family: 'EB Garamond', serif !important; }
  @media (min-width: 1921px) {
    .kaktbody .yourkingdom {
      background-image: url("../king_arthur_knights_tale/images/background_kingdom.jpg");
      background-size: cover;
      background-position: center; } }
  .kaktbody .yourkingdom-cont {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: max-content;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1; }
    .kaktbody .yourkingdom-cont-desc {
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }
      @media (max-width: 992px) {
        .kaktbody .yourkingdom-cont-desc {
          width: 90%;
          margin: 0px auto; } }
      .kaktbody .yourkingdom-cont-desc-features {
        color: #EEEEEE;
        /*font-size: 1.15vw;*/
        line-height: 1.5em; }
        .kaktbody .yourkingdom-cont-desc-features {
          font-size: 14px; }
          @media screen and (min-width: 320px) {
            .kaktbody .yourkingdom-cont-desc-features {
              font-size: calc(14px + 8 * ((100vw - 320px) / 1600)); } }
          @media screen and (min-width: 1920px) {
            .kaktbody .yourkingdom-cont-desc-features {
              font-size: 22px; } }
        .kaktbody .yourkingdom-cont-desc-features li {
          padding-bottom: 25px; }
        .kaktbody .yourkingdom-cont-desc-features-item {
          padding: 10px 0px; }
    .kaktbody .yourkingdom-cont-gallery {
      margin: 0px auto;
      height: 374px;
      width: 978px;
      overflow: visible;
      position: relative; }
      @media (max-width: 990px) {
        .kaktbody .yourkingdom-cont-gallery {
          margin-bottom: 10%; } }
      .kaktbody .yourkingdom-cont-gallery a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      @media (max-width: 992px) {
        .kaktbody .yourkingdom-cont-gallery {
          width: 100%;
          height: calc(90vw*0.261497326203); } }
      .kaktbody .yourkingdom-cont-gallery img {
        max-width: 100%; }
      .kaktbody .yourkingdom-cont-gallery .art-5-1 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 471px;
        height: 235px; }
        .kaktbody .yourkingdom-cont-gallery .art-5-1 img {
          /* border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .yourkingdom-cont-gallery .art-5-1 {
            width: 47.575757575%;
            /* height: 62.834224598%;*/
            height: auto; } }
      .kaktbody .yourkingdom-cont-gallery .art-5-2 {
        position: absolute;
        top: 241px;
        left: 0px;
        width: 296px;
        height: 132px; }
        .kaktbody .yourkingdom-cont-gallery .art-5-2 img {
          /* border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .yourkingdom-cont-gallery .art-5-2 {
            width: 29.898989899%;
            /*height: 35.294117647%;*/
            height: auto;
            top: 94.438502673%; } }
      .kaktbody .yourkingdom-cont-gallery .art-5-3 {
        position: absolute;
        top: 241px;
        left: 302px;
        width: 169px;
        height: 132px; }
        .kaktbody .yourkingdom-cont-gallery .art-5-3 img {
          /* border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .yourkingdom-cont-gallery .art-5-3 {
            width: 17.07070707%;
            /* height: 35.294117647%;*/
            height: auto;
            top: 94.438502673%;
            left: 30.505050505%; } }
      .kaktbody .yourkingdom-cont-gallery .art-5-4 {
        position: absolute;
        top: 0px;
        left: 477px;
        width: 260px;
        height: 136px; }
        .kaktbody .yourkingdom-cont-gallery .art-5-4 img {
          /* border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .yourkingdom-cont-gallery .art-5-4 {
            width: 26.262626262%;
            /*height: 36.363636363%;*/
            height: auto;
            left: 48.181818181%; } }
      .kaktbody .yourkingdom-cont-gallery .art-5-5 {
        position: absolute;
        top: 0px;
        left: 743px;
        width: 247px;
        height: 136px; }
        .kaktbody .yourkingdom-cont-gallery .art-5-5 img {
          /* border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .yourkingdom-cont-gallery .art-5-5 {
            width: 24.949494949%;
            /*height: 36.363636363%;*/
            height: auto;
            left: 75.05050505%; } }
      .kaktbody .yourkingdom-cont-gallery .art-5-6 {
        position: absolute;
        top: 142px;
        left: 477px;
        width: 513px;
        height: 231px; }
        .kaktbody .yourkingdom-cont-gallery .art-5-6 img {
          /* border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .yourkingdom-cont-gallery .art-5-6 {
            width: 51.818181818%;
            /*height:61.764705882%;*/
            height: auto;
            top: 57.967914438%;
            left: 48.181818181%; } }

.kaktbody .yourlegend {
  position: relative;
  width: 100%;
  font-family: 'EB Garamond', serif !important; }
  @media (min-width: 1921px) {
    .kaktbody .yourlegend {
      background-image: url("../king_arthur_knights_tale/images/background_your_legend.jpg");
      background-size: cover;
      background-position: center; } }
  .kaktbody .yourlegend-cont {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: max-content;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1; }
    .kaktbody .yourlegend-cont-desc {
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }
      @media (max-width: 992px) {
        .kaktbody .yourlegend-cont-desc {
          max-width: 90%;
          margin: 0px auto; } }
      .kaktbody .yourlegend-cont-desc-features {
        color: #EEEEEE;
        /*font-size: 1.15vw;*/
        line-height: 1.5em; }
        .kaktbody .yourlegend-cont-desc-features {
          font-size: 14px; }
          @media screen and (min-width: 320px) {
            .kaktbody .yourlegend-cont-desc-features {
              font-size: calc(14px + 8 * ((100vw - 320px) / 1600)); } }
          @media screen and (min-width: 1920px) {
            .kaktbody .yourlegend-cont-desc-features {
              font-size: 22px; } }
        .kaktbody .yourlegend-cont-desc-features li {
          padding-bottom: 25px; }
        .kaktbody .yourlegend-cont-desc-features-item {
          padding: 10px 0px; }
    .kaktbody .yourlegend-cont-gallery {
      margin: 0px auto;
      width: 978px;
      overflow: visible;
      position: relative; }
      @media (max-width: 990px) {
        .kaktbody .yourlegend-cont-gallery {
          max-width: 95%;
          margin: 0px auto; } }
      .kaktbody .yourlegend-cont-gallery a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .kaktbody .yourlegend-cont-gallery img {
        max-width: 100%; }
        @media (max-width: 480px) {
          .kaktbody .yourlegend-cont-gallery img {
            border: 1px solid #b29c6c; } }
      .kaktbody .yourlegend-cont-gallery .art-6-1 {
        position: relative;
        float: left;
        margin-right: 0.5%;
        width: 24.5%;
        background-image: url("../king_arthur_knights_tale/images/gallery/legend/legend_01_lost_knight_cover.jpg");
        background-size: cover; }
        .kaktbody .yourlegend-cont-gallery .art-6-1 img {
          /*border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .yourlegend-cont-gallery .art-6-1 {
            margin-right: 10px; } }
      .kaktbody .yourlegend-cont-gallery .art-6-2 {
        position: relative;
        float: left;
        margin-right: 0.5%;
        width: 24.5%;
        background-image: url("../king_arthur_knights_tale/images/gallery/legend/legend_02_abyssal_guardian_cover.jpg");
        background-size: cover; }
        .kaktbody .yourlegend-cont-gallery .art-6-2 img {
          /*border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .yourlegend-cont-gallery .art-6-2 {
            margin-right: 10px; } }
      .kaktbody .yourlegend-cont-gallery .art-6-3 {
        position: relative;
        float: left;
        margin-right: 0.5%;
        width: 24.5%;
        background-image: url("../king_arthur_knights_tale/images/gallery/legend/legend_03_banshee_cover.jpg");
        background-size: cover; }
        .kaktbody .yourlegend-cont-gallery .art-6-3 img {
          /*border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .yourlegend-cont-gallery .art-6-3 {
            margin-right: 10px; } }

.kaktbody .beyondthelegend {
  position: relative;
  width: 100%;
  font-family: 'EB Garamond', serif !important; }
  @media (min-width: 1921px) {
    .kaktbody .beyondthelegend {
      background-image: url("../king_arthur_knights_tale/images/background_beyond_thelegend.jpg");
      background-size: cover;
      background-position: center; } }
  .kaktbody .beyondthelegend-cont {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: max-content;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1; }
    .kaktbody .beyondthelegend-cont-desc {
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }
      @media (max-width: 992px) {
        .kaktbody .beyondthelegend-cont-desc {
          max-width: 90%;
          margin: 0px auto; } }
      .kaktbody .beyondthelegend-cont-desc-features {
        color: #EEEEEE;
        /*font-size: 1.15vw;*/
        line-height: 1.5em; }
        .kaktbody .beyondthelegend-cont-desc-features {
          font-size: 14px; }
          @media screen and (min-width: 320px) {
            .kaktbody .beyondthelegend-cont-desc-features {
              font-size: calc(14px + 8 * ((100vw - 320px) / 1600)); } }
          @media screen and (min-width: 1920px) {
            .kaktbody .beyondthelegend-cont-desc-features {
              font-size: 22px; } }
        .kaktbody .beyondthelegend-cont-desc-features li {
          padding-bottom: 25px; }
        .kaktbody .beyondthelegend-cont-desc-features-item {
          padding: 10px 0px; }
    .kaktbody .beyondthelegend-cont-gallery {
      margin: 0px auto;
      width: 978px;
      overflow: visible;
      position: relative; }
      @media (max-width: 990px) {
        .kaktbody .beyondthelegend-cont-gallery {
          max-width: 95%;
          margin: 0px auto; } }
      .kaktbody .beyondthelegend-cont-gallery a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .kaktbody .beyondthelegend-cont-gallery img {
        max-width: 100%; }
        @media (max-width: 480px) {
          .kaktbody .beyondthelegend-cont-gallery img {
            border: 1px solid #b29c6c; } }
      .kaktbody .beyondthelegend-cont-gallery .art-6-1 {
        position: relative;
        float: left;
        margin-right: 0.5%;
        width: 24.5%;
        background-image: url("../king_arthur_knights_tale/images/gallery/beyond_legend/beyond_02_moon_woman_cover.jpg");
        background-size: cover; }
        .kaktbody .beyondthelegend-cont-gallery .art-6-1 img {
          /*border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .beyondthelegend-cont-gallery .art-6-1 {
            margin-right: 10px; } }
      .kaktbody .beyondthelegend-cont-gallery .art-6-2 {
        position: relative;
        float: left;
        margin-right: 0.5%;
        width: 24.5%;
        background-image: url("../king_arthur_knights_tale/images/gallery/beyond_legend/beyond_beastman_01_cover.jpg");
        background-size: cover; }
        .kaktbody .beyondthelegend-cont-gallery .art-6-2 img {
          /*border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .beyondthelegend-cont-gallery .art-6-2 {
            margin-right: 10px; } }
      .kaktbody .beyondthelegend-cont-gallery .art-6-3 {
        position: relative;
        float: left;
        margin-right: 0.5%;
        width: 24.5%;
        background-image: url("../king_arthur_knights_tale/images/gallery/beyond_legend/beyond_tainthog_03_cover.jpg");
        background-size: cover; }
        .kaktbody .beyondthelegend-cont-gallery .art-6-3 img {
          /*border: 1px solid $goldborder;*/ }
        @media (max-width: 992px) {
          .kaktbody .beyondthelegend-cont-gallery .art-6-3 {
            margin-right: 10px; } }

.kaktbody .gameplay {
  position: relative;
  width: 100%;
  font-family: 'Avenir LT 35'; }
  .kaktbody .gameplay-cont {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .kaktbody .gameplay-cont-desc {
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }
      @media (max-width: 992px) {
        .kaktbody .gameplay-cont-desc {
          max-width: 90%;
          margin: 0px auto; } }
      .kaktbody .gameplay-cont-desc-features {
        color: #EEEEEE;
        line-height: 1.7em;
        font-size: 20px; }
        .kaktbody .gameplay-cont-desc-features li {
          padding-bottom: 25px; }
        .kaktbody .gameplay-cont-desc-features-item {
          padding: 10px 0px; }
    .kaktbody .gameplay-cont-gallery {
      margin: 0px auto;
      height: 607.839px;
      width: 990px;
      overflow: visible;
      position: relative; }
      @media (max-width: 992px) {
        .kaktbody .gameplay-cont-gallery {
          max-width: 100%; } }
      .kaktbody .gameplay-cont-gallery img {
        max-width: 100%; }
      .kaktbody .gameplay-cont-gallery .art-2-1 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 461px;
        height: 205px; }
      .kaktbody .gameplay-cont-gallery .art-2-2 {
        position: absolute;
        top: 0px;
        left: 467px;
        width: 358px;
        height: 190px; }
      .kaktbody .gameplay-cont-gallery .art-2-3 {
        position: absolute;
        top: 0px;
        left: 831px;
        width: 159px;
        height: 190px; }
      .kaktbody .gameplay-cont-gallery .art-2-4 {
        position: absolute;
        top: 211px;
        left: 0px;
        width: 171px;
        height: 221px; }
      .kaktbody .gameplay-cont-gallery .art-2-5 {
        position: absolute;
        top: 211px;
        left: 177px;
        width: 284px;
        height: 221px; }
      .kaktbody .gameplay-cont-gallery .art-2-6 {
        position: absolute;
        top: 196px;
        left: 467px;
        width: 523px;
        height: 236px; }
  .kaktbody .gameplay svg.rightarrow {
    margin-left: -25px; }
  .kaktbody .gameplay li {
    margin-bottom: 30px !important; }

.kaktbody .pl-50 {
  padding-left: 50% !important; }

.kaktbody .pt-40 {
  padding-top: 030px; }

.kaktbody .angeldecor {
  margin-bottom: -10px; }
  .kaktbody .angeldecor img {
    height: 30px; }

.kaktbody h2.goldfonttitle {
  color: #d2c8a3;
  line-height: 1.4em;
  /*font-size: 1.56vw;*/
  margin-bottom: 20px;
  padding-top: 30px;
  font-weight: 100;
  margin-top: -22.5px; }
  .kaktbody h2.goldfonttitle {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .kaktbody h2.goldfonttitle {
        font-size: calc(20px + 10 * ((100vw - 320px) / 1600)); } }
    @media screen and (min-width: 1920px) {
      .kaktbody h2.goldfonttitle {
        font-size: 30px; } }
  @media (max-width: 990px) {
    .kaktbody h2.goldfonttitle {
      padding-top: 0px; } }
  @media (max-width: 350px) {
    .kaktbody h2.goldfonttitle {
      margin-bottom: 0px; }
      .kaktbody h2.goldfonttitle {
        font-size: 16px; } }
    @media screen and (max-width: 350px) and (min-width: 320px) {
      .kaktbody h2.goldfonttitle {
        font-size: calc(16px + 8 * ((100vw - 320px) / 1600)); } }
    @media screen and (max-width: 350px) and (min-width: 1920px) {
      .kaktbody h2.goldfonttitle {
        font-size: 24px; } }

.kaktbody .goldfont {
  color: #d2c8a3;
  font-weight: bold; }

.kaktbody svg.rightarrow {
  width: 16px;
  height: 12px;
  fill: #d2c8a3;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 10px; }

.kaktbody ul.goldarrow {
  margin: 0px;
  padding: 0px; }
  .kaktbody ul.goldarrow li {
    list-style-type: none;
    color: #EEEEEE;
    margin: 0px; }

.kaktbody .sword-divider {
  margin-top: -20px;
  z-index: 9;
  position: relative; }

.kaktbody .mtm45 {
  margin-top: -22.5px;
  overflow-x: hidden; }

.kaktbody a.ytp-watermark {
  display: none; }

.kaktbody .zoom {
  overflow: hidden; }
  .kaktbody .zoom img {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease; }
  .kaktbody .zoom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .kaktbody .zoom .imgoverlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7;
    border: 1px solid #b29c6c; }
    @media (max-width: 480px) {
      .kaktbody .zoom .imgoverlay {
        border: none; } }
    .kaktbody .zoom .imgoverlay:hover {
      background-color: #998f74; }

.kaktbody .fancybox-container {
  z-index: 999999999 !important; }

.kaktbody .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
  margin: 0px; }

.kaktbody .col-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.kaktbody .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.kaktbody .sponsor {
  height: 48px;
  margin-top: 25px;
  margin-bottom: 20px;
  float: left; }
  .kaktbody .sponsor img {
    max-width: 100%; }
  @media (max-width: 768px) {
    .kaktbody .sponsor {
      width: 100% !important; } }

.kaktbody .copyright {
  margin-top: 25px;
  margin-bottom: 20px; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: white !important; }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: white !important; }

.mobile-nav-btn {
  display: none;
  position: absolute;
  right: 20px;
  top: 15px; }
  @media (max-width: 992px) {
    .mobile-nav-btn {
      display: block; } }

.mobile-nav {
  display: none;
  position: fixed;
  top: 77px;
  left: 0px;
  width: 100%;
  z-index: 9999999;
  background-color: black;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  height: 100%;
  padding-top: 20px; }
  .mobile-nav.active {
    display: block; }
  .mobile-nav ul {
    padding: 0px; }
    .mobile-nav ul li {
      list-style-type: none;
      height: 60px;
      border-bottom: 1px solid #b29c6c;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .mobile-nav ul li a {
        font-size: 20px; }

@media (max-width: 992px) {
  .topmenu {
    display: none; } }

.steam.sponsor {
  width: 25%;
  text-align: center; }

.playstation.sponsor {
  width: 25%;
  text-align: center; }

.xbox.sponsor {
  width: 10%;
  text-align: center; }

.eumedia.sponsor {
  width: 40%;
  text-align: center; }

a.to-top-button.bp-br.bm-2 {
  right: 0px !important; }

.w-100 {
  width: 100%; }

.slick-prev:before {
  content: url("../king_arthur_knights_tale/images/left_arrow.png") !important;
  font-size: 30px !important; }

.slick-next:before {
  content: url("../king_arthur_knights_tale/images/right_arrow.png") !important;
  font-size: 30px !important; }

.background-story-cont-bg {
  max-width: 100%; }
  @media (min-width: 1921px) {
    .background-story-cont-bg {
      visibility: hidden; } }
  @media (max-width: 1368px) {
    .background-story-cont-bg {
      max-width: 90%; } }
  @media (max-width: 768px) {
    .background-story-cont-bg {
      max-width: 80%; } }
  @media (max-width: 560px) {
    .background-story-cont-bg {
      max-width: 70%; } }
  @media (max-width: 350px) {
    .background-story-cont-bg {
      max-width: 65%; } }

@media (min-width: 1921px) {
  .gameplay-overview-cont-bgimg {
    visibility: hidden; } }

@media (max-width: 400px) {
  .heroes-cont {
    padding-top: 20px;
    padding-bottom: 20px; } }

.heroes-cont-bgimg {
  max-width: 100%; }
  @media (min-width: 1921px) {
    .heroes-cont-bgimg {
      visibility: hidden; } }
  @media (max-width: 1800px) {
    .heroes-cont-bgimg {
      max-width: 110%; } }
  @media (max-width: 1368px) {
    .heroes-cont-bgimg {
      max-width: 100%; } }
  @media (max-width: 990px) {
    .heroes-cont-bgimg {
      max-width: 120%; } }
  @media (max-width: 768px) {
    .heroes-cont-bgimg {
      max-width: 100%; } }
  @media (max-width: 680px) {
    .heroes-cont-bgimg {
      max-width: 140%; } }
  @media (max-width: 550px) {
    .heroes-cont-bgimg {
      max-width: 150%; } }
  @media (max-width: 500px) {
    .heroes-cont-bgimg {
      max-width: 90%; } }
  @media (max-width: 450px) {
    .heroes-cont-bgimg {
      max-width: 160%; } }
  @media (max-width: 400px) {
    .heroes-cont-bgimg {
      max-width: 230%; } }
  @media (max-width: 370px) {
    .heroes-cont-bgimg {
      max-width: 250%; } }
  @media (max-width: 350px) {
    .heroes-cont-bgimg {
      padding-top: 10px; } }

.yourkingdom-cont-bg {
  max-width: 100%; }
  @media (min-width: 1921px) {
    .yourkingdom-cont-bg {
      visibility: hidden; } }
  @media (max-width: 1800px) {
    .yourkingdom-cont-bg {
      max-width: 110%; } }
  @media (max-width: 1200px) {
    .yourkingdom-cont-bg {
      max-width: 120%; } }
  @media (max-width: 786px) {
    .yourkingdom-cont-bg {
      max-width: 135%; } }
  @media (max-width: 550px) {
    .yourkingdom-cont-bg {
      max-width: 160%; } }
  @media (max-width: 450px) {
    .yourkingdom-cont-bg {
      max-width: 170%; } }
  @media (max-width: 400px) {
    .yourkingdom-cont-bg {
      max-width: 180%; } }
  @media (max-width: 350px) {
    .yourkingdom-cont-bg {
      padding-top: 10px; } }

.yourlegend-cont-bg {
  max-width: 100%; }
  @media (min-width: 1921px) {
    .yourlegend-cont-bg {
      visibility: hidden; } }
  @media (max-width: 990px) {
    .yourlegend-cont-bg {
      max-width: 110%; } }
  @media (max-width: 786px) {
    .yourlegend-cont-bg {
      max-width: 115%; } }
  @media (max-width: 520px) {
    .yourlegend-cont-bg {
      max-width: 135%; } }
  @media (max-width: 450px) {
    .yourlegend-cont-bg {
      max-width: 150%; } }
  @media (max-width: 400px) {
    .yourlegend-cont-bg {
      max-width: 155%; } }
  @media (max-width: 350px) {
    .yourlegend-cont-bg {
      padding-top: 20px; } }

.beyondthelegend-cont-bg {
  max-width: 100%; }
  @media (min-width: 1921px) {
    .beyondthelegend-cont-bg {
      visibility: hidden; } }
  @media (max-width: 990px) {
    .beyondthelegend-cont-bg {
      max-width: 110%; } }
  @media (max-width: 786px) {
    .beyondthelegend-cont-bg {
      max-width: 115%; } }
  @media (max-width: 520px) {
    .beyondthelegend-cont-bg {
      max-width: 135%; } }
  @media (max-width: 450px) {
    .beyondthelegend-cont-bg {
      max-width: 140%; } }
  @media (max-width: 400px) {
    .beyondthelegend-cont-bg {
      max-width: 140%; } }
  @media (max-width: 350px) {
    .beyondthelegend-cont-bg {
      max-width: 135%; } }

*,
*:after,
*:before {
  outline: none;
  box-sizing: border-box; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #d0d0d0;
  transition: background-color 0s ease-in-out 500000000000s; }

.icon {
  color: #C39A2A;
  font-size: 24px;
  line-height: 24px; }

html {
  margin-right: 0 !important; }

body {
  overflow-x: hidden;
  font-size: 12px;
  line-height: 15px;
  font-family: "Roboto", sans-serif;
  color: #a3a3a6;
  background-color: #1b1b1b;
  font-weight: normal;
  /*
    @media (min-width: $large-screen-min) {
        height: 100%;
        overflow: hidden;
    }*/ }
  body.laxer-opened {
    overflow: hidden; }
  @media (min-width: 480px) {
    body {
      font-size: 14px;
      line-height: 18px; } }
  @media (min-width: 770px) {
    body {
      font-size: 15px;
      line-height: 19px; } }
  body.is-login-open {
    overflow-y: hidden;
    height: 100%; }
    body.is-login-open > .select2-container {
      width: 100% !important;
      z-index: 20002; }
  body.is-tutorial-page {
    overflow: hidden; }
  body::-webkit-scrollbar {
    width: 8px;
    background: transparent; }
  body::-webkit-scrollbar-track {
    background: rgba(195, 154, 42, 0.1); }
  body::-webkit-scrollbar-thumb {
    background: rgba(195, 154, 42, 0.8); }

p {
  margin-top: 0.7em;
  margin-bottom: 0.7em; }
  @media (min-width: 770px) {
    p {
      margin-top: 1em;
      margin-bottom: 1em; } }

a,
.link {
  color: #C39A2A;
  text-decoration: none;
  font-weight: 500;
  transition: color .3s;
  cursor: pointer; }
  a:hover,
  .link:hover {
    color: #e1c372;
    transition: color .3s; }
  a.link-blue,
  .link.link-blue {
    color: #0091ea; }
    a.link-blue:hover,
    .link.link-blue:hover {
      color: #51bdff; }
  a.link-underline,
  .link.link-underline {
    text-decoration: underline; }

.js-load-ajax-content.is-disabled {
  pointer-events: none; }

.is-bold {
  font-weight: 700; }

#main-ps-container > .ps-scrollbar-y-rail {
  position: fixed !important;
  top: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.underline {
  text-decoration: underline; }

.text-center {
  text-align: center; }

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

.fullwidth {
  width: 100%; }

.hidden {
  display: none !important; }

.nowrap {
  white-space: nowrap; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mr10 {
  margin-right: 10px; }

.mt20 {
  margin-top: 20px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.relative {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

.display-block {
  display: block !important; }

.default-separator {
  margin: 10px auto;
  height: 1px;
  background-image: -webkit-repeating-linear-gradient(left, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px);
  background-image: repeating-linear-gradient(to right, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px);
  background-image: -ms-repeating-linear-gradient(left, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px); }

.container {
  margin: 0 15px;
  position: relative;
  max-width: 100%;
  /*
    @media (min-width: $medium-screen-min){
        margin: 0 auto;
        width: 960px;

        &.is-extended {
            margin-left: -15px;
            margin-right: -15px;
            width: calc(960px + 15px);
        }
    }*/ }
  .container.no-margin {
    margin: 0; }
    @media (min-width: 1280px) {
      .container.no-margin {
        width: 1170px;
        margin: 0 auto; } }
  .container.is-extended .slick-slider {
    width: 100%; }
    @media (min-width: 770px) {
      .container.is-extended .slick-slider {
        width: calc(960px + 15px); } }
    @media (min-width: 1280px) {
      .container.is-extended .slick-slider {
        width: calc(1170px + 30px); } }
  @media (min-width: 1280px) {
    .container {
      width: 1170px;
      margin: 0 auto; }
      .container.is-extended {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(1170px + 15px); } }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.mt60 {
  margin-top: 60px; }

.pb0 {
  padding-bottom: 0; }

.toolbar {
  background: rgba(17, 17, 17, 0.9); }
  .toolbar--primary {
    position: relative; }
    .toolbar--primary .toolbar__inside {
      height: 50px; }
      @media (min-width: 770px) {
        .toolbar--primary .toolbar__inside {
          height: 70px; } }

.is-wysiwyg-content img {
  max-width: 100%; }

.is-wysiwyg-content td img {
  vertical-align: middle; }

#main-ps-container {
  position: relative;
  /*overflow: hidden;

    @media (min-width: $large-screen-min) {
        height: 100vh;
        overflow: hidden;
    }*/ }

#header-helper {
  position: relative; }

.header-banner-helper {
  transition: .4s; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10050; }
  .site-header__inside {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .4s; }
  .site-header.is-disabled {
    pointer-events: none; }
    .site-header.is-disabled .mainnav a:not(.is-enabled) {
      opacity: 0.3; }
    .site-header.is-disabled .mainnav a.is-enabled {
      pointer-events: all; }
  .site-header .toolbar {
    background: rgba(17, 17, 17, 0.98);
    transition: background .3s; }
    .site-header .toolbar__inside {
      max-width: 1170px;
      margin: 0 auto;
      position: relative; }
    .site-header .toolbar--primary {
      height: 50px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      @media (min-width: 770px) {
        .site-header .toolbar--primary {
          height: 70px; } }
  .site-header .sitelogo {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 30;
    display: none; }
    @media (min-width: 1280px) {
      .site-header .sitelogo {
        display: block; } }
    .site-header .sitelogo img {
      display: block;
      width: 45px;
      height: 45px;
      opacity: 0.5;
      transition: 0.3s; }
      .site-header .sitelogo img:hover {
        opacity: 1; }

@media (min-width: 1280px) {
  .site-header .toolbar--primary {
    height: 70px; }
  .site-header .mobilenav-button {
    display: none; }
  .site-header .sitelogo {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0; }
    .site-header .sitelogo img {
      width: 56px;
      height: 55px; } }

.mobilenav-button {
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22px;
  width: 20px;
  height: 34px;
  padding: 10px 0;
  z-index: 5; }
  .mobilenav-button.is-open span {
    background: #C39A2A;
    opacity: 1; }
  .mobilenav-button.is-open span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 6px; }
  .mobilenav-button.is-open span:nth-child(2) {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
    opacity: 0; }
  .mobilenav-button.is-open span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -6px; }
  .mobilenav-button span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto 4px auto;
    background: #FAFAFA;
    opacity: 0.55;
    transition: 0.3s; }
    .mobilenav-button span:last-of-type {
      margin-bottom: 0; }

#bg-helper-1 {
  background-repeat: no-repeat;
  background-position: center top;
  /* background-size: 200%;*/
  background-size: auto !important;
  background-position-y: 1.5%; }
  @media (max-width: 769px) {
    #bg-helper-1 {
      background-size: 400% !important; } }
  @media (max-width: 620px) {
    #bg-helper-1 {
      background-size: 450% !important; } }
  @media (max-width: 540px) {
    #bg-helper-1 {
      background-size: 500% !important; } }
  @media (max-width: 370px) {
    #bg-helper-1 {
      background-size: 550% !important; } }

#bg-helper-2 {
  background-repeat: no-repeat;
  background-position: center 1480px;
  position: relative;
  padding-top: 50px;
  background-size: 200%; }
  @media (min-width: 770px) {
    #bg-helper-2 {
      padding-top: 70px;
      background-size: 140%; } }
  @media (min-width: 1280px) {
    #bg-helper-2 {
      padding-top: 100px;
      background-size: 100%; } }

.use-separator {
  position: relative; }
  .use-separator:before {
    content: '';
    display: block;
    height: 42px;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    background-image: url("../assets/images/backgrounds/separator-line.png");
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 100;
    background-size: auto 21px; }
    @media (min-width: 1280px) {
      .use-separator:before {
        background-size: auto 42px; } }

.site-footer {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #141122;
  background-image: url("../assets/images/backgrounds/bg-footer.jpg");
  position: relative; }
  .site-footer .site-footer-bg-helper {
    background: transparent;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(35%, transparent), color-stop(85%, black), color-stop(85%, black), color-stop(100%, black));
    background: linear-gradient(to bottom, transparent 0%, transparent 35%, black 85%, black 85%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
  .site-footer__pay-logos {
    text-align: center;
    margin-bottom: 40px; }
    .site-footer__pay-logos .sep {
      display: block;
      margin: 15px 0; }
      @media (min-width: 770px) {
        .site-footer__pay-logos .sep {
          display: none; } }
    .site-footer__pay-logos img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 14px; }
      .site-footer__pay-logos img:last-of-type {
        margin-right: 0; }
  .site-footer__placeholder {
    height: 60px; }
  .site-footer__logo {
    opacity: .7;
    transition: 0.3s; }
    .site-footer__logo:hover {
      opacity: 1;
      transition: 0.3s; }
  .site-footer__safe-and-secure {
    text-align: center;
    margin-bottom: 30px; }
    .site-footer__safe-and-secure .icon {
      color: #00b754;
      margin-bottom: 20px;
      display: inline-block;
      vertical-align: middle; }
    .site-footer__safe-and-secure p {
      margin: 0 0 20px 0;
      text-transform: uppercase;
      color: #eee;
      font-size: 13px;
      line-height: 19px;
      letter-spacing: 0.17em;
      font-weight: bold;
      text-align: center;
      vertical-align: middle; }
      @media (min-width: 770px) {
        .site-footer__safe-and-secure p {
          font-size: 15px; } }
    .site-footer__safe-and-secure .truste {
      margin-bottom: 20px;
      display: inline-block; }
  .site-footer__separator {
    width: 170px;
    margin: 30px auto;
    border-bottom: 1px solid #C39A2A; }
  .site-footer__nav {
    text-align: center;
    color: #616161;
    font-weight: bold; }
    .site-footer__nav .sep {
      display: none; }
      @media (min-width: 770px) {
        .site-footer__nav .sep {
          display: inline; } }
    .site-footer__nav a {
      color: #616161;
      letter-spacing: 0.2em;
      text-decoration: none;
      text-align: center;
      display: block;
      margin-bottom: 20px; }
      @media (min-width: 770px) {
        .site-footer__nav a {
          display: inline-block;
          text-align: left;
          margin-bottom: 0; } }
      .site-footer__nav a.is-disabled {
        pointer-events: none; }
      .site-footer__nav a:hover {
        color: #eee; }
      .site-footer__nav a.active {
        color: #eee; }
  .site-footer__logos {
    margin: 36px 0;
    text-align: center; }
    .site-footer__logos .logo-wrapper {
      display: block;
      margin-bottom: 20px; }
      .site-footer__logos .logo-wrapper::after {
        clear: both;
        content: "";
        display: block; }
      .site-footer__logos .logo-wrapper:last-child {
        margin-bottom: 0; }
  .site-footer__language-select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #eee;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px; }
    @media (min-width: 770px) {
      .site-footer__language-select {
        font-size: 19px;
        line-height: 21px; } }
    .site-footer__language-select.is-disabled .select2-container {
      pointer-events: none; }
    .site-footer__language-select.is-disabled .select2-selection__arrow {
      display: none !important; }
    .site-footer__language-select .select2 {
      margin-left: 10px; }
  .site-footer__copyright {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
    color: #eee;
    position: relative;
    opacity: 0.55; }
    @media (min-width: 1280px) {
      .site-footer__copyright br {
        display: none; } }
    @media (max-width: 575px) {
      .site-footer__copyright {
        font-size: 12px; } }
  .site-footer__game-logos {
    text-align: center;
    margin-bottom: 10px; }
    .site-footer__game-logos svg,
    .site-footer__game-logos img {
      display: inline-block;
      margin-right: 19px;
      vertical-align: middle;
      margin-bottom: 10px; }
    .site-footer__game-logos svg:last-child {
      margin-right: 0px; }
    .site-footer__game-logos img {
      width: 103px;
      height: 43px; }
    .site-footer__game-logos svg path {
      fill: #EEE; }
    .site-footer__game-logos svg#pc {
      width: 44px;
      height: 39px; }
    .site-footer__game-logos svg#steam {
      width: 168px;
      height: 40px; }
    .site-footer__game-logos svg#apple {
      width: 35px;
      height: 41px;
      margin-top: 3px; }
    .site-footer__game-logos svg#x1 {
      width: 200px;
      height: 72px; }
    .site-footer__game-logos svg#ps4 {
      width: 158px;
      height: 33px; }

@media (min-width: 480px) {
  .site-footer__safe-and-secure {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .site-footer__safe-and-secure .icon {
      margin-bottom: 0;
      margin-right: 18px; }
    .site-footer__safe-and-secure p {
      text-align: left;
      margin: 0; }
    .site-footer__safe-and-secure .truste {
      margin-left: 20px;
      margin-bottom: 0; }
  .site-footer__logos .logo-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 22px; }
    .site-footer__logos .logo-wrapper:last-child {
      margin-right: 0; } }

#js-login-container {
  /*     position: relative;
    z-index: 1500; */ }

.login-popup.mfp-bg {
  z-index: 20003;
  background: #0b0b0b; }

.login-popup.mfp-wrap {
  z-index: 20004; }

.html-content {
  color: #FAFAFA; }
  .html-content > :first-child {
    margin-top: 0; }
  .html-content ul {
    margin: 0;
    padding: 0; }
    .html-content ul li {
      list-style: none;
      position: relative;
      padding-left: 11px; }
      .html-content ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #c9a854;
        position: absolute;
        left: 0;
        top: 6px;
        display: block; }
  .html-content p {
    margin: 16px 0; }

.bordered-title {
  font-size: 16px;
  font-weight: 800;
  color: #FAFAFA;
  letter-spacing: 0.055em;
  position: relative;
  line-height: 1.11em;
  padding-bottom: 0.44em;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 770px) {
    .bordered-title {
      font-size: 36px;
      text-align: left; } }
  .bordered-title:after {
    content: '';
    display: block;
    width: 75px;
    height: 1px;
    background: #C39A2A;
    position: absolute;
    bottom: 0;
    left: calc( ( 100% - 75px ) / 2); }
    @media (min-width: 770px) {
      .bordered-title:after {
        width: 136px;
        left: 0; } }

.pager {
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (min-width: 770px) {
    .pager {
      font-size: 16px; } }
  .pager__sum {
    margin: 0 20px;
    font-family: "Open Sans", sans-serif; }
  .pager__prev i, .pager__next i {
    vertical-align: middle;
    display: inline-block; }
  .pager__prev span, .pager__next span {
    font-family: "Open Sans", sans-serif;
    color: #FAFAFA;
    vertical-align: middle;
    display: inline-block; }
  .pager__prev:hover span, .pager__next:hover span {
    color: #C39A2A; }
  .pager__prev i {
    margin-right: 5px; }
  .pager__next i {
    margin-left: 5px; }

.bracket-input {
  position: relative;
  background: rgba(0, 0, 0, 0.5); }
  .bracket-input:before, .bracket-input:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    border: 2px solid #b4b4b4; }
  .bracket-input:before {
    left: 0;
    border-right: 0; }
  .bracket-input:after {
    right: 0;
    border-left: 0; }
  .bracket-input input {
    line-height: 41px;
    height: 41px;
    background: none;
    border: 0;
    padding: 0 22px;
    width: 100%;
    color: #929292;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0; }

.bordered-input {
  position: relative; }
  .bordered-input input,
  .bordered-input .select2-selection__rendered {
    border: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #FAFAFA;
    background: none;
    width: 100%;
    padding-left: 46px;
    line-height: 40px;
    height: 42px;
    color: #FAFAFA;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0; }
  .bordered-input input::-webkit-input-placeholder {
    color: #b9b9b9;
    opacity: 1; }
  .bordered-input input:-moz-placeholder {
    /* Firefox 18- */
    color: #b9b9b9;
    opacity: 1; }
  .bordered-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #b9b9b9;
    opacity: 1; }
  .bordered-input input:-ms-input-placeholder {
    color: #b9b9b9;
    opacity: 1; }
  .bordered-input .select2-selection__rendered {
    color: #b9b9b9; }
  .bordered-input i {
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    text-align: center;
    line-height: 40px;
    color: #b9b9b9; }
  .bordered-input input:focus,
  .bordered-input .select2-container--open .select2-selection__rendered,
  .bordered-input .picker__input--active {
    padding-bottom: 0;
    border-bottom: 2px solid #C39A2A; }
  .bordered-input input.filled + i {
    color: #C39A2A; }
  .bordered-input input:focus + i,
  .bordered-input .select2-container--open + i,
  .bordered-input .picker--focused + i {
    color: #fff; }
  .bordered-input .select2-selection__arrow {
    height: 22px;
    top: 10px;
    right: 16px; }
    .bordered-input .select2-selection__arrow b {
      display: none; }
    .bordered-input .select2-selection__arrow:after {
      content: "\e5cf";
      font-family: 'Icomoon';
      color: #fff;
      display: block;
      font-size: 22px;
      line-height: 22px;
      height: 22px; }
  .bordered-input.is-valid:after, .bordered-input.is-invalid:after {
    font-family: 'Icomoon';
    position: absolute;
    right: -17px;
    font-size: 16px;
    line-height: 16px;
    top: 12px; }
    @media (min-width: 770px) {
      .bordered-input.is-valid:after, .bordered-input.is-invalid:after {
        right: -26px;
        font-size: 19px;
        line-height: 19px;
        top: 11px; } }
  .bordered-input.is-valid:after {
    content: "\e876";
    color: #00c853; }
  .bordered-input.is-invalid:after {
    content: "\e5cd";
    color: #e91e63; }
  .bordered-input input:-webkit-autofill,
  .bordered-input input:-webkit-autofill:hover,
  .bordered-input input:-webkit-autofill:focus
input:-webkit-autofill,
  .bordered-input textarea:-webkit-autofill,
  .bordered-input textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
  .bordered-input select:-webkit-autofill,
  .bordered-input select:-webkit-autofill:hover,
  .bordered-input select:-webkit-autofill:focus {
    -webkit-text-fill-color: #FAFAFA;
    color: #FAFAFA; }

.input-error,
.error-message {
  padding-top: 4px;
  font-size: 13px;
  line-height: 15px;
  color: #e91e63;
  text-align: right;
  display: block; }
  .input-error--center,
  .error-message--center {
    text-align: center !important; }
  .input-error--left,
  .error-message--left {
    text-align: left !important; }

.g-recaptcha > div {
  margin-left: auto;
  margin-right: auto; }

.select2--clear-default + .select2 {
  width: auto !important;
  position: relative;
  padding-right: 0; }
  .select2--clear-default + .select2 .select2-selection {
    width: 250px;
    padding-right: 45px; }
  .select2--clear-default + .select2 .select2-selection__rendered {
    font-weight: bold;
    color: #C39A2A;
    font-size: 16px;
    line-height: 21px;
    font-family: "Open Sans", sans-serif; }
  .select2--clear-default + .select2 .select2-selection__arrow {
    display: block;
    right: 0;
    top: -2px;
    opacity: .55; }
    .select2--clear-default + .select2 .select2-selection__arrow b {
      display: none; }
    .select2--clear-default + .select2 .select2-selection__arrow:after {
      content: "\e5cf";
      font-family: 'Icomoon';
      color: #FAFAFA;
      display: block;
      font-size: 25px;
      line-height: 25px;
      height: 25px; }

.select2--clear-blue + .select2 {
  width: auto !important;
  position: relative;
  padding-right: 25px; }
  .select2--clear-blue + .select2 .select2-selection__rendered {
    font-weight: bold;
    color: #3366cc;
    font-size: 19px;
    line-height: 21px; }
  .select2--clear-blue + .select2 .select2-selection__arrow {
    display: block;
    right: 0;
    top: -2px; }
    .select2--clear-blue + .select2 .select2-selection__arrow b {
      display: none; }
    .select2--clear-blue + .select2 .select2-selection__arrow:after {
      content: "\e5cf";
      font-family: 'Icomoon';
      color: #616161;
      display: block;
      font-size: 25px;
      line-height: 25px;
      height: 25px; }

.select2--dashed + .select2 {
  width: auto !important;
  position: relative;
  border: 1px dashed #C39A2A;
  border-radius: 2px; }
  .select2--dashed + .select2 .select2-selection__rendered {
    color: #FAFAFA;
    font-size: 13px;
    line-height: 21px;
    padding: 0 10px;
    font-weight: 400; }
  .select2--dashed + .select2 .select2-selection__arrow {
    display: none; }
    .select2--dashed + .select2 .select2-selection__arrow b {
      display: none; }

.select2--white-dashed + .select2 {
  border: 1px dashed #FAFAFA; }
  .select2--white-dashed + .select2 .select2-selection__rendered {
    color: #C39A2A; }

.select2--media + .select2 {
  width: 224px !important;
  position: relative;
  border: 1px solid rgba(56, 59, 67, 0.7);
  background: rgba(0, 0, 0, 0.7); }
  .select2--media + .select2 .select2-selection__rendered {
    width: 164px !important;
    color: #FAFAFA;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    padding: 6px 20px; }
  .select2--media + .select2 .select2-selection__arrow {
    display: block;
    right: -12px;
    top: -1px;
    bottom: -1px;
    width: 70px;
    color: #FAFAFA;
    background: #383b43; }
    .select2--media + .select2 .select2-selection__arrow b {
      display: none; }
    .select2--media + .select2 .select2-selection__arrow:after {
      content: "\e5cf";
      font-family: 'Icomoon';
      text-align: center;
      color: inherit;
      display: block;
      font-size: 25px;
      line-height: 34px;
      height: 34px; }

.select2--media.is-ps4 + .select2 {
  border: 1px solid #003d91; }
  .select2--media.is-ps4 + .select2 .select2-selection__arrow {
    background: #003d91; }

.select2--media.is-xbox + .select2 {
  border: 1px solid #0f760f; }
  .select2--media.is-xbox + .select2 .select2-selection__arrow {
    background: #0f760f; }

input[type="checkbox"].default,
input[type="radio"].default {
  display: none;
  /*
    &:checked + label:before {
        background: $defaultColor;
    }
    */ }
  input[type="checkbox"].default + label,
  input[type="radio"].default + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 14px;
    padding-left: 23px;
    text-align: left; }
    @media (min-width: 1280px) {
      input[type="checkbox"].default + label,
      input[type="radio"].default + label {
        min-height: 18px;
        padding-left: 28px; } }
  input[type="checkbox"].default + label:before,
  input[type="radio"].default + label:before {
    border: 2px solid #C39A2A;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    cursor: pointer;
    content: "";
    position: absolute;
    left: 0;
    top: 1px; }
    @media (min-width: 1280px) {
      input[type="checkbox"].default + label:before,
      input[type="radio"].default + label:before {
        top: 0;
        width: 18px;
        height: 18px; } }
  input[type="checkbox"].default:checked + label:after,
  input[type="radio"].default:checked + label:after {
    content: "";
    position: absolute;
    display: block; }
  input[type="checkbox"].default.disabled:checked + label,
  input[type="radio"].default.disabled:checked + label {
    opacity: 0.5; }
  input[type="checkbox"].default.disabled + label:before,
  input[type="radio"].default.disabled + label:before {
    opacity: 0.5; }
  input[type="checkbox"].default.disabled:checked + label:after,
  input[type="radio"].default.disabled:checked + label:after {
    opacity: 0.5; }

input[type="checkbox"].default:checked + label:before {
  background: #C39A2A; }

input[type="checkbox"].default:checked + label:after {
  width: 5px;
  height: 9px;
  left: 5px;
  top: 3px;
  border-bottom: 2px solid #1e1a2a;
  border-right: 2px solid #1e1a2a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media (min-width: 1280px) {
    input[type="checkbox"].default:checked + label:after {
      width: 7px;
      height: 12px;
      top: 1px; } }

input[type="radio"].default + label:before {
  border-radius: 50%; }

input[type="radio"].default:checked + label:after {
  width: 7px;
  height: 7px;
  left: 4px;
  top: 5px;
  background: #C39A2A;
  border-radius: 50%; }
  @media (min-width: 1280px) {
    input[type="radio"].default:checked + label:after {
      width: 8px;
      height: 8px;
      left: 5px;
      top: 5px; } }

.editable-field-wrapper {
  position: relative;
  padding-left: 24px; }
  .editable-field-wrapper .icon {
    position: absolute;
    top: 0;
    left: 0; }

.button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  position: relative;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  background-color: #C39A2A;
  font-family: "Open Sans", sans-serif;
  transition: background-color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  letter-spacing: 0.12em;
  line-height: 45px;
  font-size: 15px;
  padding: 0px 20px; }
  .button:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 0;
    bottom: 0; }
  .button:hover {
    background-color: #d8b148;
    color: #fff;
    transition: background-color 0.3s; }
  .button .icon {
    color: #fff;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    font-size: 27px;
    line-height: 45px; }
    .button .icon--right {
      margin-right: 0;
      margin-left: 6px; }
    .button .icon--smaller {
      font-size: 12px; }
      @media (min-width: 770px) {
        .button .icon--smaller {
          font-size: 17px; } }
  .button--small {
    line-height: 40px;
    font-size: 14px; }
    .button--small .icon {
      line-height: 40px;
      font-size: 19px; }
    .button--small:after {
      border-width: 0 0 10px 10px; }
  .button--blue {
    background: #2979ff; }
    .button--blue:hover {
      background: #5c99ff; }
  .button[data-spinner="left"].is-spinning, .button[data-spinner="right"].is-spinning, .button[data-form-spinner="true"].is-spinning {
    pointer-events: none; }
    .button[data-spinner="left"].is-spinning .spinner-text, .button[data-spinner="right"].is-spinning .spinner-text, .button[data-form-spinner="true"].is-spinning .spinner-text {
      position: relative;
      line-height: 22px;
      display: inline-block; }
      .button[data-spinner="left"].is-spinning .spinner-text svg, .button[data-spinner="right"].is-spinning .spinner-text svg, .button[data-form-spinner="true"].is-spinning .spinner-text svg {
        width: 22px;
        height: 22px;
        display: block;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        fill: #FAFAFA;
        -webkit-animation-name: buttonSpinnerRotate;
        animation-name: buttonSpinnerRotate;
        -webkit-animation-duration: 0.7s;
        animation-duration: 0.7s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear; }
  .button[data-form-spinner="true"].is-spinning {
    background: #909090; }
  .button[data-spinner="left"].is-spinning .spinner-text {
    padding-left: 25px; }
    .button[data-spinner="left"].is-spinning .spinner-text svg {
      left: 0; }
  .button[data-spinner="right"].is-spinning .spinner-text, .button[data-form-spinner="true"].is-spinning .spinner-text {
    padding-right: 25px; }
    .button[data-spinner="right"].is-spinning .spinner-text svg, .button[data-form-spinner="true"].is-spinning .spinner-text svg {
      right: 0; }
  .button[data-spinner="left"].is-spinning.button--small .spinner-text, .button[data-spinner="right"].is-spinning.button--small .spinner-text {
    position: relative;
    line-height: 17px;
    display: inline-block; }
    .button[data-spinner="left"].is-spinning.button--small .spinner-text svg, .button[data-spinner="right"].is-spinning.button--small .spinner-text svg {
      width: 17px;
      height: 17px; }
  .button[data-spinner="left"].is-spinning.button--small .spinner-text {
    padding-left: 20px; }
  .button[data-spinner="right"].is-spinning.button--small .spinner-text {
    padding-right: 20px; }
  .button--ghost {
    box-shadow: inset 0 0 0 1px #FAFAFA;
    color: #FAFAFA;
    background: none; }
    .button--ghost .icon {
      color: #C39A2A;
      font-size: 24px;
      margin-right: 9px; }
    .button--ghost:hover {
      color: #111;
      background: #FAFAFA; }
    .button--ghost:after {
      border-color: transparent transparent #FAFAFA transparent; }
  .button--white-border {
    box-shadow: inset 0 0 0 1px #FAFAFA;
    color: #FAFAFA;
    background: none; }
    .button--white-border:hover {
      color: #111;
      background: #FAFAFA; }
    .button--white-border:after {
      display: none; }
  .button--default-border {
    box-shadow: inset 0 0 0 1px #C39A2A;
    color: #FAFAFA;
    background: none;
    text-transform: none; }
    .button--default-border:hover {
      color: #FAFAFA;
      background: #C39A2A; }
    .button--default-border:after {
      display: none; }
    .button--default-border .icon {
      font-size: 22px; }
  .button.is-small-padding {
    padding: 0px 10px; }
  .button--white-bg {
    color: #111;
    background: #eee; }
    .button--white-bg:after {
      display: none; }
    .button--white-bg:hover {
      color: #fff;
      background: #C39A2A; }
  .button.is-disabled {
    background-color: #989896;
    pointer-events: none; }

.button-ss {
  display: inline-block;
  border: none;
  background: #747474;
  position: relative;
  line-height: 41px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #fff;
  padding: 0 84px 0 22px;
  cursor: pointer;
  transition: all .3s; }
  .button-ss:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 41px 26px;
    border-color: transparent transparent #535353 transparent;
    position: absolute;
    top: 0;
    right: 42px;
    transition: all .3s; }
  .button-ss:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 41px;
    background: #535353;
    transition: all .3s; }
  .button-ss:hover, .button-ss.active {
    color: #fff;
    background: #c5a44b;
    transition: all .3s; }
    .button-ss:hover:after, .button-ss.active:after {
      border-color: transparent transparent #8c722d transparent;
      transition: all .3s; }
    .button-ss:hover:before, .button-ss.active:before {
      background: #8c722d;
      transition: all .3s; }
  .button-ss .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    font-size: 29px;
    color: #fff; }

.button-facebook {
  display: block;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #2979ff;
  line-height: 35px;
  padding: 0 15px;
  text-align: center;
  transition: background-color 0.3s;
  margin-bottom: 10px; }
  @media (min-width: 770px) {
    .button-facebook {
      line-height: 45px; } }
  .button-facebook:hover {
    background: #5c99ff;
    color: #fff; }
  .button-facebook .icon {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    vertical-align: bottom;
    margin-right: 0.2em;
    display: inline-block; }
    @media (min-width: 770px) {
      .button-facebook .icon {
        font-size: 22px;
        line-height: 45px; } }

.button-social {
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  line-height: 19px;
  text-align: center;
  transition: background-color 0.3s; }
  .button-social .icon {
    color: #fff;
    font-size: 16px;
    line-height: 35px; }
    @media (min-width: 770px) {
      .button-social .icon {
        font-size: 22px;
        line-height: 45px; } }
  .button-social--steam {
    background: #21242b;
    margin-right: 10px; }
    .button-social--steam .icon {
      font-size: 24px; }
      @media (min-width: 770px) {
        .button-social--steam .icon {
          font-size: 30px; } }
    .button-social--steam:hover {
      background: #373c48; }
  .button-social--xbox {
    background: #0f760f;
    margin-right: 10px; }
    .button-social--xbox:hover {
      background: #15a315; }
  .button-social--psn {
    background: #003d91; }
    .button-social--psn:hover {
      background: #0052c4; }

.generic-slider .button-store {
  width: 100%; }

.button-store {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  border: none;
  background: #00b754;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  padding: 0 58px 0 12px;
  cursor: pointer;
  font-weight: normal;
  transition: background 0.3s;
  text-align: center;
  line-height: 30px;
  /*width: 100%;*/ }
  .button-store.support {
    background: #04B56B; }
    .button-store.support:after {
      border-color: transparent transparent #028D52 transparent; }
    .button-store.support:before {
      background: #028D52; }
  @media (max-width: 890px) {
    .button-store {
      font-size: 12px !important; } }
  @media (min-width: 770px) {
    .button-store {
      line-height: 41px; } }
  .button-store:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 18px;
    border-color: transparent transparent #009e48 transparent;
    position: absolute;
    top: 0;
    right: 27px;
    transition: all 0.3s; }
    @media (min-width: 770px) {
      .button-store:after {
        right: 34px;
        border-width: 0 0 41px 18px; } }
  .button-store:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 30px;
    background: #009e48;
    transition: background 0.3s; }
    @media (min-width: 770px) {
      .button-store:before {
        width: 34px;
        height: 41px; } }
  .button-store:hover, .button-store.active {
    color: #FAFAFA;
    background: #00d160;
    transition: background 0.3s; }
    .button-store:hover:after, .button-store.active:after {
      border-color: transparent transparent #00b754 transparent;
      transition: all 0.3s; }
    .button-store:hover:before, .button-store.active:before {
      background: #00b754;
      transition: background 0.3s; }
  .button-store .icon--default {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    font-size: 12px;
    line-height: 1;
    color: #fff; }
    @media (min-width: 770px) {
      .button-store .icon--default {
        right: 11px;
        font-size: 16px; } }
  .button-store--large {
    font-size: 15px;
    line-height: 41px; }
    @media (min-width: 1280px) {
      .button-store--large {
        font-size: 22px;
        line-height: 60px;
        padding-left: 22px;
        padding-right: 112px; } }
    .button-store--large:after {
      border-width: 0 0 41px 21px;
      right: 32px; }
    .button-store--large:before {
      height: 41px;
      width: 32px; }
    .button-store--large .icon--default {
      right: 9px;
      font-size: 17px; }
    @media (min-width: 1280px) {
      .button-store--large:after {
        border-width: 0 0 60px 26px;
        right: 65px; }
      .button-store--large:before {
        height: 60px;
        width: 65px; }
      .button-store--large .icon--default {
        right: 20px;
        font-size: 29px; }
      .button-store--large .icon--large {
        font-size: 39px;
        line-height: 1;
        right: 18px; }
      .button-store--large.is-arrow-icon {
        width: 100%; }
        .button-store--large.is-arrow-icon .icon--default {
          font-size: 32px; } }
  .button-store--small {
    font-size: 15px;
    line-height: 30px;
    padding: 0 50px 0 12px;
    letter-spacing: 1px; }
    @media (max-width: 575px) {
      .button-store--small {
        font-size: 13px; } }
    .button-store--small:after {
      border-width: 0 0 30px 15px;
      right: 27px; }
    .button-store--small:before {
      height: 30px;
      width: 27px; }
    .button-store--small .icon--default {
      font-size: 17px;
      right: 6px; }
  .button-store--pre-order {
    background: #2670ef;
    padding: 0 22px; }
    .button-store--pre-order:after {
      display: none; }
    .button-store--pre-order:before {
      display: none; }
    .button-store--pre-order:hover, .button-store--pre-order.active {
      color: #FAFAFA;
      background: #3e80f1; }
    .button-store--pre-order.button-store--small {
      padding: 0 12px; }
    .button-store--pre-order.button-store--large {
      padding-right: 22px; }
  .button-store.button-store--buy-now .icon--default {
    font-size: 19px;
    right: 10px; }
  .button-store--large.button-store--buy-now .icon--default {
    font-size: 18px;
    right: 6px; }
    @media (min-width: 1280px) {
      .button-store--large.button-store--buy-now .icon--default {
        font-size: 29px;
        right: 19px; } }
  .button-store--blue {
    background: #009ce5; }
    .button-store--blue:after {
      border-color: transparent transparent #007cd3 transparent;
      transition: all 0.3s; }
    .button-store--blue:before {
      background: #007cd3;
      transition: background 0.3s; }
    .button-store--blue:hover {
      background: #19b6ff; }
      .button-store--blue:hover:after {
        border-color: transparent transparent #0799ff transparent; }
      .button-store--blue:hover:before {
        background: #0799ff; }
  .button-store--disabled {
    background: #747474;
    cursor: default; }
    .button-store--disabled:after {
      border-color: transparent transparent #676767 transparent; }
    .button-store--disabled:before {
      background: #676767; }
    .button-store--disabled:hover {
      background: #747474; }
      .button-store--disabled:hover:after {
        border-color: transparent transparent #676767 transparent; }
      .button-store--disabled:hover:before {
        background: #676767; }
  .button-store--default-color {
    background: #C39A2A; }
    .button-store--default-color:after {
      border-color: transparent transparent #ae8925 transparent; }
    .button-store--default-color:before {
      background: #ae8925; }
    .button-store--default-color:hover {
      background: #d4aa38; }
      .button-store--default-color:hover:after {
        border-color: transparent transparent #bb9328 transparent; }
      .button-store--default-color:hover:before {
        background: #bb9328; }

.button-comment {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 21px;
  border: 1px solid #C39A2A;
  border-radius: 2px;
  color: #FAFAFA;
  padding: 0 8px 0 20px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.018em;
  position: relative; }
  @media (min-width: 1280px) {
    .button-comment {
      font-size: 14px;
      line-height: 31px;
      padding: 0 25px 0 45px; } }
  .button-comment .icon {
    color: #FAFAFA;
    position: absolute;
    left: 7px;
    top: -1px;
    font-size: 13px; }
    @media (min-width: 1280px) {
      .button-comment .icon {
        font-size: 21px;
        left: 16px;
        top: 4px; } }
  .button-comment:hover {
    background: #C39A2A; }
  .button-comment--white {
    border: 1px solid #FAFAFA; }
    .button-comment--white:hover {
      background: #FAFAFA;
      color: #111; }
      .button-comment--white:hover .icon {
        color: #111; }
  .button-comment--reply {
    padding-left: 25px; }
    @media (min-width: 1280px) {
      .button-comment--reply {
        padding-left: 40px; } }
    .button-comment--reply .icon {
      font-size: 13px;
      top: -1px;
      left: 7px; }
      @media (min-width: 1280px) {
        .button-comment--reply .icon {
          font-size: 21px;
          top: 3px;
          left: 16px; } }
  .button-comment--disable-ls {
    letter-spacing: 0;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    padding-left: 40px;
    padding-right: 10px; }
    .button-comment--disable-ls .icon {
      left: 10px; }

.text-button {
  color: #FAFAFA;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .text-button:hover {
    color: #C39A2A;
    transition: .3s; }
  @media (min-width: 770px) {
    .text-button {
      font-size: 14px; } }
  @media (max-width: 479px) {
    .text-button__text {
      font-size: 13px; } }
  .text-button--simple {
    padding: 0;
    position: relative;
    line-height: 1em;
    font-weight: 500;
    text-transform: none;
    color: #C39A2A; }
    .text-button--simple:focus {
      color: #C39A2A; }
    .text-button--simple:hover {
      color: #FAFAFA;
      transition: .3s; }
    .text-button--simple::after {
      content: '\e409';
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: -1px;
      position: relative;
      top: 3px;
      font-size: 18px;
      color: #FAFAFA; }
  .text-button--skew {
    padding: 8px 24px;
    position: relative;
    line-height: 1em; }
    @media (max-width: 575px) {
      .text-button--skew {
        padding: 8px 16px; } }
    .text-button--skew .text-button__text {
      position: relative;
      z-index: 2; }
    .text-button--skew::before {
      content: '';
      background: rgba(0, 0, 0, 0.55);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      z-index: 1;
      -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
      transform: skewX(-20deg); }
  .text-button--line {
    padding: 8px 20px;
    position: relative;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    border-top: 1px solid rgba(64, 61, 76, 0.75);
    border-bottom: 1px solid rgba(64, 61, 76, 0.75); }
    .text-button--line::after {
      content: '\e5c8';
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: 5px;
      position: relative;
      top: 1px;
      color: #C39A2A; }
  .text-button.has-icon::after {
    display: none;
    content: ''; }
  .text-button.is-simple-arrow-right .btn-icon {
    font-size: 23px;
    float: right;
    position: relative;
    top: -3px;
    margin-left: -2px; }
  .text-button.is-simple-arrow-left .btn-icon {
    font-size: 23px;
    float: left;
    position: relative;
    top: -3px;
    margin-right: -2px; }
  .text-button.restart-btn .btn-icon {
    font-size: 18px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 4px; }

.bracket-box {
  position: relative;
  padding: 33px 66px; }
  .bracket-box--narrow {
    width: 560px;
    padding: 10px 30px; }
  .bracket-box__helper-tl, .bracket-box__helper-tr, .bracket-box__helper-bl, .bracket-box__helper-br {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #ece7ff;
    position: absolute; }
  .bracket-box__helper-tl {
    top: 0;
    left: 0;
    border-right: 0;
    border-bottom: 0; }
  .bracket-box__helper-tr {
    top: 0;
    right: 0;
    border-left: 0;
    border-bottom: 0; }
  .bracket-box__helper-bl {
    bottom: 0;
    left: 0;
    border-right: 0;
    border-top: 0; }
  .bracket-box__helper-br {
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0; }

.mobilenav {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background: rgba(17, 17, 17, 0.75);
  border-top: 2px solid #C39A2A;
  margin: 0;
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.03em; }
  .mobilenav a, .mobilenav .mobilenav__open-title {
    cursor: pointer;
    opacity: 0.75; }
    .mobilenav a i.mobilenav__main-icon, .mobilenav .mobilenav__open-title i.mobilenav__main-icon {
      vertical-align: middle;
      font-size: 18px;
      width: 20px;
      text-align: center;
      display: inline-block; }
      .mobilenav a i.mobilenav__main-icon.wiki, .mobilenav .mobilenav__open-title i.mobilenav__main-icon.wiki {
        font-style: normal;
        font-size: 16px;
        font-family: "Open Sans", sans-serif; }
    .mobilenav a i.mobilenav__dropdown-icon, .mobilenav .mobilenav__open-title i.mobilenav__dropdown-icon {
      vertical-align: middle;
      display: inline-block;
      font-size: 18px;
      color: #C39A2A;
      margin-left: -4px; }
    .mobilenav a i.mobilenav__submenu-icon, .mobilenav .mobilenav__open-title i.mobilenav__submenu-icon {
      font-style: normal;
      font-size: 12px;
      font-weight: bold;
      vertical-align: middle;
      display: inline-block;
      margin-right: 3px;
      color: #C39A2A; }
    .mobilenav a span, .mobilenav .mobilenav__open-title span {
      vertical-align: middle;
      font-size: 15px;
      font-weight: bold;
      color: #FAFAFA;
      text-transform: uppercase; }
    .mobilenav a.is-active, .mobilenav .mobilenav__open-title.is-active {
      opacity: 1; }
      .mobilenav a.is-active span, .mobilenav .mobilenav__open-title.is-active span {
        color: #C39A2A; }
      .mobilenav a.is-active i.mobilenav__dropdown-icon, .mobilenav .mobilenav__open-title.is-active i.mobilenav__dropdown-icon {
        /*transform: rotate(90deg);*/
        color: #FAFAFA; }
    .mobilenav a:hover, .mobilenav .mobilenav__open-title:hover {
      opacity: 1; }
  .mobilenav .is-disabled {
    opacity: 0.4; }
    .mobilenav .is-disabled a {
      cursor: default; }
      .mobilenav .is-disabled a:hover {
        opacity: 0.75 !important; }
  .mobilenav li {
    list-style: none; }
  .mobilenav ul {
    margin: 0;
    padding: 0 0 0 20px; }
  .mobilenav__submenu li {
    padding: 2px 0; }
  .mobilenav__submenu a, .mobilenav__submenu .mobilenav__open-title {
    opacity: 1; }
    .mobilenav__submenu a span, .mobilenav__submenu .mobilenav__open-title span {
      font-size: 12px; }
  .mobilenav.opened {
    display: block; }

@media (min-width: 1280px) {
  .mobilenav {
    display: none !important; } }

.mainnav.is-main {
  display: none; }
  @media (min-width: 1280px) {
    .mainnav.is-main {
      display: block; } }

.mainnav {
  display: block;
  text-align: center;
  position: static;
  margin: 0;
  padding: 0; }
  .mainnav li {
    display: inline-block;
    list-style: none;
    position: relative; }
    .mainnav li.is-inactive::after {
      display: none !important; }
    .mainnav li.is-inactive::before {
      display: none !important; }
    .mainnav li.is-active a {
      opacity: 1; }
    .mainnav li.is-active::after {
      content: '';
      width: 8px;
      height: 8px;
      border: 1px solid #C39A2A;
      display: inline-block;
      background: transparent;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      bottom: -4px;
      left: 50%;
      margin-left: -4px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      opacity: 1; }
    .mainnav li.is-active::before {
      content: attr(data-subtitle);
      position: absolute;
      bottom: 6px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      font-weight: 400;
      font-size: 12px;
      color: rgba(237, 238, 238, 0.55);
      letter-spacing: 3px;
      white-space: nowrap; }
    .mainnav li.is-active a::before {
      content: '';
      width: calc(100% / 2 - 5px);
      height: 1px;
      background: #C39A2A;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
    .mainnav li.is-active a::after {
      content: '';
      width: calc(100% / 2 - 5px);
      height: 1px;
      background: #C39A2A;
      display: block;
      position: absolute;
      bottom: 0;
      right: 0; }
    .mainnav li::after {
      content: '';
      width: 8px;
      height: 8px;
      border: 1px solid #C39A2A;
      background: #C39A2A;
      display: inline-block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      bottom: -4px;
      left: 50%;
      margin-left: -4px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      opacity: 0;
      transition: all 0.3s; }
    .mainnav li:hover::after {
      opacity: 1;
      transition: all 0.3s; }
    .mainnav li.is-active:hover::after {
      background: #C39A2A; }
  .mainnav a {
    display: inline-block;
    line-height: 50px;
    position: relative;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.55;
    text-decoration: none;
    transition: all 0.3s;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px; }
    @media (min-width: 770px) {
      .mainnav a {
        line-height: 70px;
        font-size: 18px; } }
    .mainnav a:hover {
      opacity: 1; }
    .mainnav a.is-inactive {
      line-height: 26px;
      opacity: 0.3;
      cursor: default; }

.level {
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #C39A2A;
  font-family: 'Roboto Condensed', sans-serif;
  background-repeat: no-repeat;
  background-image: url("../assets/images/level-status-hexa.png");
  background-size: cover;
  background-position: top center; }
  .level--large {
    width: 62px;
    height: 62px;
    line-height: 62px; }

.avatar {
  width: 65px;
  height: 82px;
  padding: 6px 0 0 2px;
  text-align: left;
  position: relative;
  display: block; }
  .avatar:hover .avatar__upload-icon {
    display: inline-block; }
  .avatar.is-error::after {
    content: attr(data-error-text);
    position: absolute;
    left: 120%;
    top: 25px;
    color: #E91E63;
    font-weight: 700;
    width: 200px; }
  .avatar--x-small {
    width: 38px;
    height: 49px;
    padding: 6px 0 0 2px; }
    .avatar--x-small svg {
      width: 35px;
      height: 39px; }
  .avatar--small {
    width: 59px;
    height: 75px;
    padding: 6px 0 0 2px; }
    .avatar--small svg {
      width: 57px;
      height: 62px; }
  .avatar--large {
    width: 85px;
    height: 108px;
    padding: 6px 0 0 2px; }
    .avatar--large svg {
      width: 82px;
      height: 96px; }
  .avatar:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-image: url("../assets/images/avatar-border-hexa.png");
    background-size: cover;
    z-index: 100; }
  .avatar__upload-icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: rgba(255, 255, 255, 0.7);
    z-index: 40;
    pointer-events: none; }

.userbox {
  position: absolute;
  right: 15px;
  top: 0;
  display: none;
  z-index: 20;
  pointer-events: none; }
  @media (min-width: 770px) {
    .userbox {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (min-width: 1280px) {
    .userbox {
      pointer-events: all; } }
  .userbox .dropdown.opened .dropdown__container {
    z-index: 20005; }
  .userbox .dropdown__container {
    right: -10px; }
  .userbox .type {
    display: none; }
  .userbox .name {
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .userbox .name span {
      display: none; }
    .userbox .name .icon {
      vertical-align: middle;
      color: #fff;
      opacity: 0.55; }
  .userbox__button {
    text-align: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px; }
    .userbox__button .notification {
      position: relative;
      top: 0;
      right: 0;
      margin-right: 8px;
      line-height: 100%; }
    @media (min-width: 770px) {
      .userbox__button {
        height: 70px; } }
  .userbox__arrow-down-icon {
    display: none; }
  .userbox .level {
    display: none; }
  .userbox .avatar {
    display: none; }
  .userbox svg {
    display: none; }
  .userbox .logged-user {
    display: none; }

@media (max-width: 1279px) {
  .userbox .level {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 10px; }
  .userbox .avatar {
    width: 40px;
    height: 50px;
    padding: 4px 0 0 2px; }
  .userbox svg {
    width: 36px;
    height: 42px; }
  .userbox .small-basket {
    display: none; } }

@media (min-width: 1280px) {
  .userbox {
    right: 0; }
    .userbox .userbox__button {
      height: 70px;
      padding-right: 0; }
    .userbox .level {
      width: 38px;
      height: 38px;
      line-height: 38px;
      font-size: 10px;
      top: 2px;
      position: relative; }
    .userbox .avatar {
      width: 44px;
      height: 58px;
      padding: 2px 0 0 0px; }
    .userbox .userbox__arrow-down-icon {
      top: 3px;
      position: relative; }
    .userbox svg {
      width: 44px;
      height: 52px; }
    .userbox .small-basket {
      display: block; }
    .userbox__button {
      padding-right: 13px;
      height: 100px; }
    .userbox .logged-user {
      display: block; } }

@media (min-width: 770px) {
  .userbox__small-login-icon {
    display: none; }
  .userbox .level {
    display: block; }
  .userbox .avatar {
    display: block; }
    .userbox .avatar--not-logged-in {
      margin-right: 8px; }
  .userbox svg {
    display: block; }
  .userbox__arrow-down-icon {
    display: block; } }

/*
@media (min-width: $large-screen-min){
    .userbox {
        &__button {
            padding-right: 13px;
            height: 100px;
        }
    }
}*/
.small-basket .dropdown__container {
  right: -15px; }

.small-basket__button {
  text-align: right;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .small-basket__button .icon {
    display: block;
    color: #fff;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
    margin-left: 15px;
    /*width: 30px;*/ }
    @media (min-width: 1280px) {
      .small-basket__button .icon {
        font-size: 16px;
        line-height: 16px; } }
    .small-basket__button .icon .badge {
      display: block;
      font-family: "Roboto", sans-serif;
      color: #fff;
      font-size: 10px;
      line-height: 16px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #cc3333;
      text-align: center;
      position: absolute;
      top: -8px;
      right: -8px; }
      @media (min-width: 1280px) {
        .small-basket__button .icon .badge {
          top: -6px;
          right: -6px;
          line-height: 14px;
          width: 14px;
          height: 14px;
          font-size: 8px; } }
    .small-basket__button .icon.is-empty {
      opacity: 0.5; }

.small-basket .dropdown__container {
  margin-top: 10px; }

.small-basket .basket-empty-message {
  width: 480px;
  padding-left: 20px;
  padding-right: 20px; }

.small-basket table {
  width: 480px;
  margin-right: 20px; }
  .small-basket table td {
    vertical-align: middle; }

.small-basket .basket-items {
  color: #cccccc;
  border-collapse: collapse; }
  .small-basket .basket-items__item td {
    height: 70px;
    padding: 10px 0;
    border-top: 1px solid #C39A2A; }
    .small-basket .basket-items__item td:first-child {
      border: none;
      width: 54px;
      text-align: center; }
    .small-basket .basket-items__item td.basket-items__quantity-col {
      padding-left: 16px;
      padding-right: 16px; }
  .small-basket .basket-items__item:first-of-type td {
    border-top: none; }
  .small-basket .basket-items__dashed-separator .sep {
    display: block;
    height: 1px;
    background-image: -webkit-repeating-linear-gradient(left, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px);
    background-image: repeating-linear-gradient(to right, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px);
    background-image: -ms-repeating-linear-gradient(left, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px); }
  .small-basket .basket-items__title {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.12em;
    font-weight: 500;
    display: inline-block; }
    .small-basket .basket-items__title a {
      color: #FAFAFA; }
      .small-basket .basket-items__title a:hover {
        color: #C39A2A; }
  .small-basket .basket-items__description {
    display: block;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.12em; }
  .small-basket .basket-items__upgrade {
    margin-bottom: 3px; }
  .small-basket .basket-items__quantity {
    display: inline-block;
    line-height: 20px;
    min-width: 20px;
    padding: 0 4px;
    background: #FAFAFA;
    border-radius: 10px;
    text-align: center;
    color: #111;
    font-size: 12px;
    font-weight: bold; }
  .small-basket .basket-items__price {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.15em;
    white-space: nowrap; }
  .small-basket .basket-items__total td {
    padding: 16px 0;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.15em;
    color: #C39A2A;
    font-weight: bold; }
    .small-basket .basket-items__total td .price {
      white-space: nowrap; }
  .small-basket .basket-items td:last-of-type {
    text-align: right; }

.small-basket__buttons {
  display: inline-block;
  min-width: 190px; }
  .small-basket__buttons .button-separator {
    border-bottom: 1px solid #434248;
    margin: 20px 0 16px; }
  .small-basket__buttons .view-my-cart {
    font-size: 14px;
    text-transform: uppercase;
    color: #FAFAFA;
    font-weight: 500;
    opacity: 0.55;
    letter-spacing: 1px; }
    .small-basket__buttons .view-my-cart.is-disabled {
      color: #989896;
      pointer-events: none; }
    .small-basket__buttons .view-my-cart:hover {
      color: #C39A2A;
      opacity: 1; }

@media (min-width: 1280px) {
  .small-basket {
    position: absolute;
    top: calc(100% + 1px);
    right: 39px; } }

.header-search .icon {
  color: #FAFAFA;
  opacity: 0.55;
  display: block; }

.header-search__search-icon {
  margin-left: 15px; }

@media (min-width: 1280px) {
  .header-search {
    position: absolute;
    top: 101px;
    left: 0;
    margin-left: 0; }
    .header-search__button {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      height: 39px; }
    .header-search__search-icon {
      margin-left: 0; } }

.subscribe-box {
  margin: 0 auto;
  max-width: 400px;
  padding: 80px 0 40px;
  text-align: center; }
  .subscribe-box__title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    letter-spacing: 0.19em; }
    @media (min-width: 770px) {
      .subscribe-box__title {
        font-size: 21px;
        line-height: 27px; } }
    .subscribe-box__title strong {
      color: #c5a44b; }
  .subscribe-box__inner {
    display: inline-block; }
  .subscribe-box form {
    text-align: center; }
  .subscribe-box .bracket-input {
    margin-bottom: 20px; }

.newsletter-responses {
  margin: 20px auto 0;
  max-width: 400px;
  text-align: left; }
  .newsletter-responses .response {
    padding: 6px 10px;
    color: #fff;
    font-size: 13px;
    display: none; }
    .newsletter-responses .response:empty {
      display: none; }
    .newsletter-responses .response.open {
      display: block; }
  .newsletter-responses .error-response {
    background: #E91E63; }
  .newsletter-responses .success-response {
    background: #00C853; }
  .newsletter-responses a {
    color: #fff;
    text-decoration: underline; }
    .newsletter-responses a:focus, .newsletter-responses a:hover {
      text-decoration: none; }

@media (min-width: 1280px) {
  .subscribe-box {
    padding: 280px 0;
    max-width: 100%; }
    .subscribe-box .bracket-input {
      display: inline-block;
      margin: 0 30px 0 0;
      width: 270px; } }

.user-dropdown {
  width: 300px; }
  .user-dropdown__buttonbox {
    text-align: center;
    padding: 10px 0 0 0;
    margin-bottom: 20px; }
    .user-dropdown__buttonbox .button {
      min-width: 220px; }
  .user-dropdown__tabulated-separator {
    margin-left: 60px !important; }

.breadcrumb {
  display: none; }

.breadcrumb-item--highlighted {
  opacity: 0.85 !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media (min-width: 1280px) {
  .breadcrumb {
    display: block;
    font-family: "Open Sans", sans-serif;
    padding-left: 24px; }
    .breadcrumb__game-item {
      position: relative;
      padding-right: 25px;
      margin-right: 20px; }
      .breadcrumb__game-item .icon {
        font-size: 16px; }
      .breadcrumb__game-item::after {
        content: '' !important;
        margin: 0 !important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.1); }
      .breadcrumb__game-item a::after {
        display: none; }
    .breadcrumb .icon-home {
      font-size: 15px; }
    .breadcrumb ul {
      margin: 0;
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start; }
      .breadcrumb ul li {
        list-style: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start; }
        .breadcrumb ul li *, .breadcrumb ul li:after {
          line-height: 30px; }
        .breadcrumb ul li:after {
          content: '/';
          display: inline-block;
          margin-left: 5px;
          margin-right: 5px; }
        .breadcrumb ul li:last-of-type:after {
          display: none; }
        .breadcrumb ul li span, .breadcrumb ul li a {
          display: block;
          font-size: 12px;
          color: #eeeeee;
          opacity: 0.85;
          text-decoration: none;
          vertical-align: middle; }
        .breadcrumb ul li a {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
          align-content: flex-start; }
        .breadcrumb ul li .icon {
          margin-right: 10px; }
        .breadcrumb ul li:first-of-type a span {
          font-weight: 800; }
        .breadcrumb ul li a:hover {
          opacity: 1; } }

.account-layer {
  position: fixed !important;
  z-index: 20001;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  background-color: #141122;
  overflow-x: hidden !important;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
  -ms-touch-action: auto;
  -ms-overflow-style: none;
  padding-bottom: 40px; }
  @media (min-width: 1280px) {
    .account-layer::-webkit-scrollbar {
      width: 8px;
      background: transparent; }
    .account-layer::-webkit-scrollbar-track {
      background: rgba(195, 154, 42, 0.1); }
    .account-layer::-webkit-scrollbar-thumb {
      background: rgba(195, 154, 42, 0.8); } }
  .account-layer__bg-image {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    height: 100%; }
  .account-layer.account-animate--out {
    -webkit-animation-name: account-layout-animate-out;
    animation-name: account-layout-animate-out;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .account-layer.account-animate--in {
    -webkit-animation-name: account-layout-animate-in;
    animation-name: account-layout-animate-in;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .account-layer .bracket-box {
    width: 480px;
    max-width: 100%; }
  .account-layer .g-recaptcha {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -18px; }
    @media (min-width: 380px) {
      .account-layer .g-recaptcha {
        margin-left: 0; } }
    @media (min-width: 770px) {
      .account-layer .g-recaptcha {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin-left: 0; } }
  .account-layer__toolbar .container {
    position: relative; }
  .account-layer__close {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 30px;
    color: #FAFAFA;
    opacity: 0.55;
    cursor: pointer; }
    .account-layer__close:hover {
      color: #FAFAFA;
      opacity: 1; }
    @media (min-width: 770px) {
      .account-layer__close {
        font-size: 30px;
        right: 10px; } }
  .account-layer__title {
    font-size: 22px;
    line-height: 28px;
    padding: 20px 0;
    color: #C39A2A;
    text-align: center;
    text-transform: uppercase;
    font-family: "Bank Gothic", sans-serif;
    font-weight: medium;
    letter-spacing: 0.06em; }
    @media (min-width: 770px) {
      .account-layer__title {
        font-size: 30px;
        line-height: 40px; } }
    @media (min-width: 1280px) {
      .account-layer__title {
        font-size: 40px;
        line-height: 50px; } }
    .account-layer__title strong {
      color: #fff;
      font-weight: normal; }
  .account-layer__content {
    padding: 0;
    background: rgba(30, 23, 68, 0.25); }
    .account-layer__content .bracket-box {
      padding: 0; }
      .account-layer__content .bracket-box [class*="bracket-box__helper"] {
        display: none; }
    @media (min-width: 770px) {
      .account-layer__content {
        padding: 15px 0; }
        .account-layer__content .bracket-box {
          padding: 13px 66px; }
          .account-layer__content .bracket-box > div {
            display: block; } }
    @media (min-width: 1280px) {
      .account-layer__content {
        padding: 30px 0; }
        .account-layer__content .bracket-box {
          padding: 33px 66px; } }
    .account-layer__content .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 30px; }
      @media (min-width: 1280px) {
        .account-layer__content .container {
          margin: 0 auto; } }
  .account-layer__or {
    text-align: center;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: 500; }
  .account-layer__separator {
    position: relative;
    background: #fff;
    opacity: 0.15;
    width: 114px;
    margin: 32px auto; }
  .account-layer__forgot-password {
    margin-top: 30px; }
    @media (min-width: 1280px) {
      .account-layer__forgot-password {
        margin-top: 0; } }
    .account-layer__forgot-password a {
      font-size: 15px;
      color: #FAFAFA;
      font-weight: 500;
      opacity: 0.55; }
      .account-layer__forgot-password a:hover {
        color: #C39A2A;
        opacity: 1; }
  .account-layer__login-buttons {
    margin: 0 36px;
    min-width: 180px;
    padding-top: 10px; }
    @media (max-width: 769px) {
      .account-layer__login-buttons {
        text-align: center; }
        .account-layer__login-buttons .button {
          line-height: 35px; }
          .account-layer__login-buttons .button .icon {
            line-height: 35px;
            font-size: 20px; }
          .account-layer__login-buttons .button .spinner-text {
            font-size: 14px; } }
    @media (min-width: 770px) {
      .account-layer__login-buttons {
        min-width: 230px; } }
    .account-layer__login-buttons .social-buttons {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .account-layer__numbers {
    margin-top: 28px;
    margin-bottom: 30px; }
    .account-layer__numbers input[type=tel] {
      width: 40px;
      height: 40px;
      border: solid 2px white;
      padding: 0;
      color: #C39A2A;
      font-size: 28px;
      font-weight: 700;
      text-align: center;
      margin-right: 11px;
      background: transparent;
      transition: .3s; }
      .account-layer__numbers input[type=tel]:focus, .account-layer__numbers input[type=tel].js-protector-code-filled {
        border: solid 2px #C39A2A; }
      .account-layer__numbers input[type=tel]:last-of-type() {
        margin-right: 0; }
  .account-layer .select2,
  .account-layer .select2-container {
    width: 100% !important; }
  .account-layer__footer {
    padding-bottom: 26px; }
    .account-layer__footer .agreements {
      padding: 25px 0;
      color: #FAFAFA;
      font-size: 15px;
      line-height: 19px;
      max-width: 540px;
      text-align: center;
      margin: 0 auto; }
      @media (min-width: 770px) {
        .account-layer__footer .agreements {
          padding: 56px 0; } }
    .account-layer__footer .new-account {
      padding: 10px 0 20px 0;
      color: #FAFAFA;
      font-size: 15px;
      line-height: 19px;
      max-width: 540px;
      text-align: center;
      margin: 0 auto; }
      @media (min-width: 770px) {
        .account-layer__footer .new-account {
          padding: 56px 0 160px 0; } }
    .account-layer__footer .copyright {
      color: #9c9c9c;
      opacity: 0.55;
      text-align: center;
      font-size: 13px;
      z-index: -100;
      position: relative; }
      @media (min-width: 1280px) {
        .account-layer__footer .copyright {
          color: #eeeeee;
          font-size: 15px; }
          .account-layer__footer .copyright br {
            display: none !important; } }
  .account-layer .form-group {
    margin-bottom: 16px; }
  .account-layer label {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px; }
    .account-layer label a {
      font-weight: bold; }

@-webkit-keyframes account-layout-animate-out {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transform-origin: center;
    transform-origin: center; }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .6;
    -webkit-transform-origin: center;
    transform-origin: center; } }

@keyframes account-layout-animate-out {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transform-origin: center;
    transform-origin: center; }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .6;
    -webkit-transform-origin: center;
    transform-origin: center; } }

@-webkit-keyframes account-layout-animate-in {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .3; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes account-layout-animate-in {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .3; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.account-content {
  padding: 140px 0; }
  .account-content .inner-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(30, 23, 68, 0.25);
    padding: 30px 0; }
  .account-content .bracket-box {
    width: 480px; }
  .account-content .form-group {
    margin-bottom: 16px; }

.switch-separator {
  text-align: center;
  overflow: hidden; }
  .switch-separator .switch {
    display: inline-block;
    position: relative;
    padding: 3px 0;
    font-size: 13px; }
    .switch-separator .switch::before, .switch-separator .switch::after {
      content: '';
      display: block;
      height: 1px;
      width: 10000px;
      background: rgba(255, 255, 255, 0.25);
      position: absolute;
      top: 12px; }
    .switch-separator .switch::before {
      right: calc( 100% + 22px); }
    .switch-separator .switch::after {
      left: calc( 100% + 22px); }

.play-video {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../assets/images/community/edit-post-video-play-button.png") no-repeat center center;
  background-size: cover;
  opacity: 0.8;
  transition: opacity 0.3s; }
  .play-video:hover {
    opacity: 1;
    transition: opacity 0.3s; }
  @media (min-width: 1280px) {
    .play-video {
      width: 66px;
      height: 66px; } }

.dropdown {
  position: relative; }
  .dropdown__button {
    cursor: pointer; }
  .dropdown__container {
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s;
    position: absolute; }
  .dropdown.opened .dropdown__container {
    visibility: visible;
    position: absolute;
    top: 100%;
    z-index: 10910;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    max-height: 3000px;
    overflow: visible; }
  .dropdown__container {
    right: 0;
    min-width: 100%;
    background: #2e2d34;
    border-radius: 4px;
    padding: 6px 0;
    box-shadow: 0 2px 2px 0 rgba(17, 17, 17, 0.2);
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 1280px) {
      .dropdown__container {
        padding: 12px 0; } }
    .dropdown__container:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #2e2d34 transparent;
      position: absolute;
      top: -10px;
      right: 13px; }
  .dropdown__linkrow {
    display: block;
    font-size: 11px;
    line-height: 14px;
    color: #cccccc;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 5px 10px;
    transition: background 0.3s;
    cursor: pointer; }
    @media (min-width: 1280px) {
      .dropdown__linkrow {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0.05em;
        padding: 5px 20px; } }
    .dropdown__linkrow span {
      display: block; }
    .dropdown__linkrow strong {
      color: #FAFAFA; }
    .dropdown__linkrow .icon-holder {
      display: block;
      width: 30px;
      min-width: 30px;
      margin-bottom: 2px;
      text-align: center; }
      .dropdown__linkrow .icon-holder .icon {
        font-size: 13px;
        line-height: 13px; }
      @media (min-width: 1280px) {
        .dropdown__linkrow .icon-holder {
          width: 40px;
          min-width: 40px;
          margin-bottom: 3px; }
          .dropdown__linkrow .icon-holder .icon {
            font-size: 20px;
            line-height: 20px; } }
    .dropdown__linkrow:hover, .dropdown__linkrow.is-active {
      background: #3c3b42;
      box-shadow: 0 0 4px 0 rgba(17, 17, 17, 0.2);
      color: #cccccc;
      transition: background 0.3s; }
    .dropdown__linkrow--centered-icon {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .dropdown__linkrow--small .icon-holder .icon {
      font-size: 13px;
      line-height: 13px; }
      @media (min-width: 1280px) {
        .dropdown__linkrow--small .icon-holder .icon {
          font-size: 18px;
          line-height: 18px; } }
  .dropdown .separator {
    margin: 10px auto;
    width: 195px;
    height: 1px;
    background-image: -webkit-repeating-linear-gradient(left, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px);
    background-image: repeating-linear-gradient(to right, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px);
    background-image: -ms-repeating-linear-gradient(left, #C39A2A 0px, #C39A2A 8px, transparent 8px, transparent 11px); }
  .dropdown__select-list {
    width: 180px;
    padding: 5px; }
    .dropdown__select-list a {
      font-size: 13px;
      line-height: 15px;
      padding: 3px 8px;
      display: block;
      font-weight: 400;
      color: #a3a3a6;
      font-family: "Roboto", sans-serif; }
      .dropdown__select-list a:hover, .dropdown__select-list a:focus, .dropdown__select-list a:active {
        background: #3c3b42;
        color: #FAFAFA;
        font-weight: 700; }

.js-dropdownmenu__submenu {
  display: none; }

.js-dropdownmenu__open-title.is-active + .js-dropdownmenu__submenu {
  display: block; }

.carousel-theme {
  opacity: 0;
  transition: 0.3s; }
  .carousel-theme.slick-initialized {
    opacity: 1;
    transition: 0.3s; }
  .carousel-theme .slick-slide img {
    display: inline-block;
    vertical-align: middle; }
  .carousel-theme--default .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    top: calc( 50% - 20px);
    z-index: 100;
    opacity: 0.55;
    cursor: pointer; }
    .carousel-theme--default .slick-arrow .icon {
      color: #FAFAFA;
      font-size: 30px;
      line-height: 40px; }
    .carousel-theme--default .slick-arrow.slick-prev {
      left: -40px; }
    .carousel-theme--default .slick-arrow.slick-next {
      right: -40px; }
    .carousel-theme--default .slick-arrow:hover {
      opacity: 1; }
  .carousel-theme--default .slick-dots {
    text-align: center;
    margin: 0;
    padding: 0; }
    .carousel-theme--default .slick-dots li {
      display: inline-block;
      margin: 0 4px;
      padding: 4px;
      cursor: pointer;
      vertical-align: middle; }
      @media (min-width: 770px) {
        .carousel-theme--default .slick-dots li {
          margin: 0 8px; } }
      .carousel-theme--default .slick-dots li span {
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #FAFAFA;
        border: none; }
        @media (min-width: 770px) {
          .carousel-theme--default .slick-dots li span {
            width: 8px;
            height: 8px; } }
      .carousel-theme--default .slick-dots li.slick-active {
        padding: 0; }
        .carousel-theme--default .slick-dots li.slick-active span {
          width: 13px;
          height: 13px;
          background: none;
          border: 3px solid #FAFAFA; }
          @media (min-width: 770px) {
            .carousel-theme--default .slick-dots li.slick-active span {
              width: 16px;
              height: 16px; } }
  .carousel-theme--product-image-carousel .slick-arrow {
    top: calc( ((100% - 20px) / 2) - 20px); }
    .carousel-theme--product-image-carousel .slick-arrow.slick-prev {
      left: 0; }
    .carousel-theme--product-image-carousel .slick-arrow.slick-next {
      right: 0; }

.tab-contentblock__navigation {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 30px; }

.tab-contentblock__navigation-item {
  display: block;
  min-width: 170px;
  line-height: 32px;
  height: 34px;
  color: #FAFAFA;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s;
  position: relative;
  border: 1px solid #FAFAFA;
  border-left: 0; }
  .tab-contentblock__navigation-item:first-of-type {
    border-left: 1px solid #FAFAFA; }
  .tab-contentblock__navigation-item::before, .tab-contentblock__navigation-item::after {
    display: inline-block;
    content: '-';
    letter-spacing: 0;
    color: #C39A2A; }
  .tab-contentblock__navigation-item::before {
    margin-right: 0.4em; }
  .tab-contentblock__navigation-item:active, .tab-contentblock__navigation-item:focus, .tab-contentblock__navigation-item:hover {
    color: #FAFAFA; }
  .tab-contentblock__navigation-item.is-active {
    color: #111;
    background: #FAFAFA; }

.tab-contentblock__content {
  display: none; }
  .tab-contentblock__content.is-active {
    display: block; }

.readmore-wrapper {
  overflow: hidden;
  transition: max-height 1s; }
  .readmore-wrapper--store-details-overview {
    max-height: 206px; }
  .readmore-wrapper.full-height {
    max-height: 2000px;
    transition: max-height 1s; }

[data-readmore-target] {
  display: none; }

.daterangepicker {
  display: none; }

.select2-results__options {
  overflow: hidden !important; }

.select2-container .select2-dropdown {
  background: #2e2d34;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(17, 17, 17, 0.2);
  border: none;
  z-index: 1049; }
  .select2-container .select2-dropdown .select2-search--dropdown,
  .select2-container .select2-dropdown .select2-results {
    padding: 4px; }
  .select2-container .select2-dropdown .select2-results__option {
    font-size: 13px;
    line-height: 15px;
    padding: 3px 8px;
    transition: .2s; }
    .select2-container .select2-dropdown .select2-results__option--highlighted {
      font-weight: bold;
      color: #FAFAFA;
      transition: .2s; }
    .select2-container .select2-dropdown .select2-results__option:hover {
      background: #3c3b42; }
  .select2-container .select2-dropdown--below {
    margin-top: 10px; }
    .select2-container .select2-dropdown--below:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #2e2d34 transparent;
      position: absolute;
      top: -10px;
      right: 13px; }
  .select2-container .select2-dropdown--above {
    margin-top: -10px; }
    .select2-container .select2-dropdown--above:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #2e2d34 transparent transparent  transparent;
      position: absolute;
      bottom: -10px;
      right: 13px; }
  .select2-container .select2-dropdown .select2-search {
    padding: 6px 6px 4px 6px; }
    .select2-container .select2-dropdown .select2-search__field {
      background: rgba(0, 0, 0, 0.3);
      color: #FAFAFA;
      border: none;
      font-size: 13px;
      height: 27px;
      line-height: 27px; }

.ps-container {
  position: relative;
  /*
    {

        background-color: rgba(0,0,0,.2) !important;
        opacity: 1 !important;
    }
*/ }
  .ps-container > .ps-scrollbar-x-rail {
    z-index: 10051;
    height: 12px !important; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      border-radius: 0;
      height: 8px !important;
      top: 2px !important; }
  .ps-container > .ps-scrollbar-y-rail {
    z-index: 10051;
    width: 12px !important; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      border-radius: 0;
      width: 8px !important;
      right: 2px !important; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
  .ps-container > .ps-scrollbar-x-rail:hover,
  .ps-container > .ps-scrollbar-y-rail:hover {
    background-color: rgba(195, 154, 42, 0.1) !important; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail .ps-scrollbar-x,
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail .ps-scrollbar-y,
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail .ps-scrollbar-x,
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail .ps-scrollbar-y,
    .ps-container > .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
    .ps-container > .ps-scrollbar-x-rail:hover .ps-scrollbar-y,
    .ps-container > .ps-scrollbar-y-rail:hover .ps-scrollbar-x,
    .ps-container > .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
      background-color: rgba(195, 154, 42, 0.8) !important; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    background-color: rgba(255, 255, 255, 0.05); }
    .ps-container:hover > .ps-scrollbar-x-rail:hover,
    .ps-container:hover > .ps-scrollbar-y-rail:hover {
      background-color: rgba(255, 255, 255, 0.05); }

.bracket-popup .corner {
  position: absolute;
  width: 6px;
  height: 6px; }
  .bracket-popup .corner--tl {
    left: -10px;
    top: -10px;
    border-top: 2px solid #C39A2A;
    border-left: 2px solid #C39A2A; }
  .bracket-popup .corner--tr {
    right: -10px;
    top: -10px;
    border-top: 2px solid #C39A2A;
    border-right: 2px solid #C39A2A; }
  .bracket-popup .corner--br {
    right: -10px;
    bottom: -10px;
    border-bottom: 2px solid #C39A2A;
    border-right: 2px solid #C39A2A; }
  .bracket-popup .corner--bl {
    left: -10px;
    bottom: -10px;
    border-bottom: 2px solid #C39A2A;
    border-left: 2px solid #C39A2A; }

.video-popup .mfp-close {
  color: #b3b3b3;
  position: absolute;
  top: -44px;
  right: -44px;
  z-index: 10;
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 44px;
  cursor: pointer;
  text-align: center;
  display: block; }
  .video-popup .mfp-close::after {
    display: inline; }
  .video-popup .mfp-close:hover {
    opacity: .8; }

.image-popup .mfp-container,
.video-popup .mfp-container {
  padding-left: 44px;
  padding-right: 44px; }

.magnific-ajax-popup-close {
  color: #b3b3b3 !important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 44px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer; }
  .magnific-ajax-popup-close:hover {
    opacity: .8; }

/*
 * Magnific Popup Grayscale effect
*/
body.mfp-opened #bg-helper-1,
body.mfp-opened footer {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

body.mfp-opened-login .account-layer {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.mfp-bg {
  background: none; }

.separator--light {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 20px 0; }

/*
** _PROFILE.SCSS KIEGÉSZÍTÉS
*/
.simple-btn[data-spinner="left"].is-spinning, .simple-btn[data-spinner="right"].is-spinning {
  pointer-events: none; }
  .simple-btn[data-spinner="left"].is-spinning .spinner-text, .simple-btn[data-spinner="right"].is-spinning .spinner-text {
    position: relative;
    line-height: 18px;
    display: inline-block; }
    .simple-btn[data-spinner="left"].is-spinning .spinner-text svg, .simple-btn[data-spinner="right"].is-spinning .spinner-text svg {
      width: 18px;
      height: 18px;
      display: block;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      fill: #FAFAFA;
      -webkit-animation-name: buttonSpinnerRotate;
      animation-name: buttonSpinnerRotate;
      -webkit-animation-duration: 0.7s;
      animation-duration: 0.7s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

.simple-btn[data-spinner="left"].is-spinning .spinner-text {
  padding-left: 22px; }
  .simple-btn[data-spinner="left"].is-spinning .spinner-text svg {
    left: 0; }

.simple-btn[data-spinner="right"].is-spinning .spinner-text {
  padding-right: 22px; }
  .simple-btn[data-spinner="right"].is-spinning .spinner-text svg {
    right: 0; }

.simple-btn--white[data-spinner="left"].is-spinning .spinner-text svg, .simple-btn--white[data-spinner="right"].is-spinning .spinner-text svg {
  fill: #212121; }

.simple-btn--white:hover[data-spinner="left"].is-spinning .spinner-text svg, .simple-btn--white:hover[data-spinner="right"].is-spinning .spinner-text svg, .simple-btn--white:focus[data-spinner="left"].is-spinning .spinner-text svg, .simple-btn--white:focus[data-spinner="right"].is-spinning .spinner-text svg, .simple-btn--white:active[data-spinner="left"].is-spinning .spinner-text svg, .simple-btn--white:active[data-spinner="right"].is-spinning .spinner-text svg {
  fill: #fff; }

.simple-btn--blue[data-spinner="left"].is-spinning .spinner-text svg, .simple-btn--blue[data-spinner="right"].is-spinning .spinner-text svg {
  fill: #fff; }

.simple-btn--blue:hover[data-spinner="left"].is-spinning .spinner-text svg, .simple-btn--blue:hover[data-spinner="right"].is-spinning .spinner-text svg, .simple-btn--blue:focus[data-spinner="left"].is-spinning .spinner-text svg, .simple-btn--blue:focus[data-spinner="right"].is-spinning .spinner-text svg, .simple-btn--blue:active[data-spinner="left"].is-spinning .spinner-text svg, .simple-btn--blue:active[data-spinner="right"].is-spinning .spinner-text svg {
  fill: #fff; }

.button-ss[data-spinner="left"].is-spinning, .button-ss[data-spinner="right"].is-spinning {
  pointer-events: none; }
  .button-ss[data-spinner="left"].is-spinning .spinner-text, .button-ss[data-spinner="right"].is-spinning .spinner-text {
    position: relative;
    line-height: 18px;
    display: inline-block; }
    .button-ss[data-spinner="left"].is-spinning .spinner-text svg, .button-ss[data-spinner="right"].is-spinning .spinner-text svg {
      width: 18px;
      height: 18px;
      display: block;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      fill: #FAFAFA;
      -webkit-animation-name: buttonSpinnerRotate;
      animation-name: buttonSpinnerRotate;
      -webkit-animation-duration: 0.7s;
      animation-duration: 0.7s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

.button-ss[data-spinner="left"].is-spinning .spinner-text {
  padding-left: 22px; }
  .button-ss[data-spinner="left"].is-spinning .spinner-text svg {
    left: 0; }

.button-ss[data-spinner="right"].is-spinning .spinner-text {
  padding-right: 22px; }
  .button-ss[data-spinner="right"].is-spinning .spinner-text svg {
    right: 0; }

.rr-btn {
  cursor: pointer;
  display: inline-block;
  padding: 0 25px;
  height: 45px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 700;
  transition: 0.3s; }
  .rr-btn--blue {
    background: #2979ff;
    color: #fff;
    border: none; }
    .rr-btn--blue:hover, .rr-btn--blue:focus, .rr-btn--blue:active {
      background: #005cf5;
      color: #fff; }
  .rr-btn--ghost-blue {
    border: 1px solid #2979ff;
    background: transparent;
    color: #fff; }
    .rr-btn--ghost-blue:hover, .rr-btn--ghost-blue:focus, .rr-btn--ghost-blue:active {
      background: #2979ff;
      color: #fff; }
  .rr-btn--icon {
    padding: 0 25px 0 25px;
    position: relative;
    top: -1px; }
  .rr-btn__icon {
    font-size: 20px;
    position: relative;
    bottom: -3px;
    display: inline; }
  .rr-btn[data-spinner="left"].is-spinning, .rr-btn[data-spinner="right"].is-spinning {
    pointer-events: none; }
    .rr-btn[data-spinner="left"].is-spinning .spinner-text, .rr-btn[data-spinner="right"].is-spinning .spinner-text {
      position: relative;
      line-height: 18px;
      display: inline-block; }
      .rr-btn[data-spinner="left"].is-spinning .spinner-text svg, .rr-btn[data-spinner="right"].is-spinning .spinner-text svg {
        width: 18px;
        height: 18px;
        display: block;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        fill: #FAFAFA;
        -webkit-animation-name: buttonSpinnerRotate;
        animation-name: buttonSpinnerRotate;
        -webkit-animation-duration: 0.7s;
        animation-duration: 0.7s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear; }
  .rr-btn[data-spinner="left"].is-spinning .spinner-text {
    padding-left: 22px; }
    .rr-btn[data-spinner="left"].is-spinning .spinner-text svg {
      left: 0; }
  .rr-btn[data-spinner="right"].is-spinning .spinner-text {
    padding-right: 22px; }
    .rr-btn[data-spinner="right"].is-spinning .spinner-text svg {
      right: 0; }

.tricky-button {
  position: relative;
  display: inline-block; }
  .tricky-button__default {
    display: inline-block; }
  .tricky-button__secondary {
    display: none; }
  .tricky-button.active .tricky-button__default {
    display: none; }
  .tricky-button.active .tricky-button__secondary {
    display: inline-block; }

.cookie-notification {
  background: #111;
  display: block;
  position: fixed;
  bottom: -500px;
  right: 0;
  left: 0;
  padding: 8px 20px;
  color: #adacaf;
  margin: 0;
  z-index: 1031;
  font-family: "Bank Gothic", sans-serif;
  text-align: center; }
  .cookie-notification::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(17, 17, 17, 0.75) url(../assets/images/pw_maze_black.png) top left repeat;
    opacity: .5; }
  .cookie-notification__message {
    color: #adacaf;
    margin-top: 0;
    line-height: 1.3em;
    margin-bottom: 2px;
    position: relative;
    z-index: 10; }
  .cookie-notification__close-btn {
    color: #FAFAFA;
    cursor: pointer;
    position: relative;
    z-index: 10;
    transition: .3s; }
    .cookie-notification__close-btn .btn-icon {
      font-size: 24px;
      line-height: 24px;
      color: #C39A2A;
      margin-right: 6px;
      transition: .3s; }
    .cookie-notification__close-btn .btn-text {
      position: relative;
      top: -5px; }
    .cookie-notification__close-btn:hover, .cookie-notification__close-btn:focus, .cookie-notification__close-btn:active {
      color: #d8b148;
      transition: .3s; }

.image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  display: block; }

.is-spinning-image-preloader .image-preloader {
  z-index: 15;
  font-size: 49px;
  line-height: 48px;
  height: 49px;
  width: 49px;
  display: inline-block;
  position: absolute;
  top: 50%;
  text-align: left;
  left: 50%;
  margin-top: -6px;
  margin-left: -24px;
  color: #FAFAFA;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation-name: buttonSpinnerRotateInverse;
  animation-name: buttonSpinnerRotateInverse;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.star-marker {
  color: #C39A2A;
  font-style: normal;
  /*font-size: 17px;*/
  font-family: "Roboto", sans-serif; }
  .star-marker--pink {
    color: #e81d62; }

.star-marker-info {
  color: #FAFAFA;
  font-size: 10px;
  font-style: italic; }
  @media (min-width: 480px) and (max-width: 1279px) {
    .star-marker-info {
      max-width: 360px;
      text-align: center;
      margin: 0 auto;
      position: relative; } }
  @media (min-width: 770px) {
    .star-marker-info {
      font-size: 14px; } }
  .star-marker-info .star-marker {
    font-size: 1.21em; }

/*
** WH40K Tier Page Overrides
*/
@media (min-width: 480px) {
  .site-footer--wh40ktier .subscribe-box {
    padding-bottom: 140px; }
  .site-footer--wh40ktier .site-footer__game-logos {
    margin-bottom: 150px; } }

#front-scroll-top-container {
  transition: all .5s ease;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  right: 20px;
  opacity: 0;
  bottom: 20px;
  display: none; }
  @media (min-width: 770px) {
    #front-scroll-top-container {
      display: block; } }
  #front-scroll-top-container.is-visible {
    visibility: visible;
    opacity: 1; }
  #front-scroll-top-container svg {
    width: 42px;
    height: 28px;
    display: block; }
  #front-scroll-top-container svg path {
    fill: #c5a44b; }

.wizard {
  letter-spacing: .5px; }
  .wizard label[for="user-wizzard-avatar-input"] {
    margin: 30px auto 30px;
    display: block;
    width: 85px; }
  .wizard .avatar--large {
    margin: 0 auto; }
  .wizard .aquila-bg {
    position: relative; }
    .wizard .aquila-bg::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      background-image: url(../assets/images/aquila-dark.png);
      width: 820px;
      height: 304px;
      margin-left: -410px;
      z-index: -1; }
  .wizard .footer-nav {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-top: 20px; }
    .wizard .footer-nav > div {
      margin: 10px 0; }
    .wizard .footer-nav a {
      color: #eee;
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 10px;
      display: inline-block; }
      @media (min-width: 1280px) {
        .wizard .footer-nav a {
          font-size: 13px;
          margin-bottom: 0; } }
      .wizard .footer-nav a:hover, .wizard .footer-nav a:focus, .wizard .footer-nav a:active {
        color: #C39A2A; }
      .wizard .footer-nav a .icon {
        color: #C39A2A;
        margin-right: 3px;
        font-size: 21px;
        position: relative;
        bottom: -3px; }
        @media (min-width: 1280px) {
          .wizard .footer-nav a .icon {
            bottom: -4px; } }
  .wizard .agreements {
    text-align: center;
    margin-top: 30px; }
  .wizard .container.is-wrapped {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wizard .info-section {
    margin-bottom: 30px; }
  .wizard .info-section__item {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0; }
  .wizard .account-layer__title {
    font-weight: 500; }
  .wizard .submit-wrapper {
    margin-top: 30px; }
    .wizard .submit-wrapper .rr-btn--ghost-blue {
      position: relative;
      top: 0px; }
    .wizard .submit-wrapper .rr-btn {
      margin: 0 5px 10px;
      padding: 0px 16px 0 16px; }
  .wizard .account-layer__title {
    padding: 10px 0; }
  .wizard .account-layer__content {
    background: rgba(30, 23, 68, 0.44); }
  .wizard .bracket-box {
    width: 420px;
    max-width: 100%;
    padding: 0; }
    @media (min-width: 770px) {
      .wizard .bracket-box {
        padding: 53px; } }
  .wizard__header {
    height: 50px;
    background-color: rgba(0, 0, 0, 0.65);
    position: relative; }
    @media (min-width: 770px) {
      .wizard__header {
        height: 70px; } }
    @media (min-width: 1280px) {
      .wizard__header {
        height: 100px; } }
    .wizard__header .sitelogo {
      opacity: 0.5;
      transition: 0.3s;
      position: absolute;
      left: 20px;
      top: 50%;
      margin-top: -25px;
      display: none; }
      @media (min-width: 770px) {
        .wizard__header .sitelogo {
          display: block; }
          .wizard__header .sitelogo img {
            width: 46px;
            height: 45px; } }
      @media (min-width: 1280px) {
        .wizard__header .sitelogo {
          display: block; }
          .wizard__header .sitelogo img {
            width: 56px;
            height: 55px; } }
      .wizard__header .sitelogo:hover, .wizard__header .sitelogo:focus, .wizard__header .sitelogo:active {
        opacity: 1; }
    .wizard__header .wizard__title {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: 0; }
  .wizard__progressbar {
    background: rgba(30, 23, 69, 0.65);
    padding: 20px 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 770px) {
      .wizard__progressbar {
        padding: 30px 20px; } }
  .wizard .progressbar-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .wizard .progressbar-item.is-passed .progressbar-item__num {
      background: transparent;
      border: 1px solid #C39A2A; }
    .wizard .progressbar-item.is-passed .progressbar-item__title {
      color: #C39A2A; }
    .wizard .progressbar-item.is-active .progressbar-item__num {
      background: #C39A2A; }
    .wizard .progressbar-item.is-active .progressbar-item__title {
      color: #eeeeee; }
    .wizard .progressbar-item__num {
      width: 30px;
      height: 30px;
      border-radius: 30px;
      background: #616161;
      color: #fff;
      font-weight: 700;
      text-align: center;
      line-height: 30px;
      margin-right: 15px; }
    .wizard .progressbar-item__title {
      font-size: 18px;
      color: rgba(238, 238, 238, 0.55);
      text-transform: uppercase;
      font-weight: 700;
      display: none; }
      @media (min-width: 992px) {
        .wizard .progressbar-item__title {
          display: inline; } }
  .wizard .progressbar-sep {
    width: 70px;
    height: 1px;
    background: #C39A2A;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px; }
  .wizard__title {
    position: relative;
    color: rgba(238, 238, 238, 0.55);
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center; }
    @media (min-width: 770px) {
      .wizard__title {
        font-size: 22px;
        text-align: left;
        width: auto; } }
    .wizard__title::before, .wizard__title::after {
      display: inline-block;
      content: '';
      width: 5px;
      height: 2px;
      background: rgba(238, 238, 238, 0.55);
      position: relative;
      top: -5px; }
    .wizard__title::before {
      margin-right: 8px; }
    .wizard__title::after {
      margin-left: 8px; }
  .wizard__content {
    padding-top: 30px;
    padding-bottom: 30px;
    /*.wizard-step-nick {
            width: 520px;
        }*/ }
    @media (min-width: 1280px) {
      .wizard__content {
        padding-top: 110px;
        padding-bottom: 110px; } }
    .wizard__content .container {
      display: block;
      width: 420px;
      margin: 0 auto;
      text-align: center;
      padding-left: 30px;
      padding-right: 30px;
      max-width: 100%; }
  .wizard__footer {
    margin: 20px 0 20px; }
    @media (min-width: 770px) {
      .wizard__footer {
        margin: 60px 0 20px; } }
  .wizard .countdown {
    margin-top: 40px;
    margin-bottom: 40px; }
    .wizard .countdown__num {
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      position: relative; }
      .wizard .countdown__num::before, .wizard .countdown__num::after {
        display: inline-block;
        content: '';
        width: 5px;
        height: 2px;
        background: #C39A2A;
        position: relative;
        top: -5px; }
      .wizard .countdown__num::before {
        margin-right: 8px; }
      .wizard .countdown__num::after {
        margin-left: 8px; }
  .wizard .ghost-btn .spinner-text {
    padding: 0; }

.tooltip-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .tooltip-content__icon {
    color: #C39A2A;
    margin-right: 10px;
    font-size: 17px; }

.gird-container blockquote {
  color: #FAFAFA;
  font-size: 12px;
  line-height: 19px;
  font-style: italic;
  font-weight: 300;
  position: relative;
  padding: 20px 30px;
  margin: 0;
  overflow: hidden; }
  @media (max-width: 769px) {
    .gird-container blockquote {
      text-align: center; } }
  @media (min-width: 770px) {
    .gird-container blockquote {
      font-size: 25px;
      line-height: 31px;
      padding: 50px 54px; } }
  .gird-container blockquote:before, .gird-container blockquote:after {
    color: #FAFAFA;
    font-size: 50px;
    line-height: 50px;
    display: block;
    position: absolute;
    font-family: 'Times New Roman', sans-serif;
    letter-spacing: 0; }
    @media (min-width: 770px) {
      .gird-container blockquote:before, .gird-container blockquote:after {
        font-size: 75px;
        line-height: 75px; } }
  .gird-container blockquote:before {
    content: '“';
    top: 6px;
    left: -3px; }
    @media (min-width: 770px) {
      .gird-container blockquote:before {
        top: 16px;
        left: -12px; } }
  .gird-container blockquote:after {
    content: '”';
    bottom: -10px;
    right: 0px; }
    @media (min-width: 770px) {
      .gird-container blockquote:after {
        bottom: -14px; } }

.custom-header-wrapper {
  padding-top: 200px;
  padding-bottom: 200px; }

.readmore-prev-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }
  .readmore-prev-wrapper.full-height {
    max-height: 2000px; }

.readmore-prev-button {
  margin-top: 20px; }

.filters {
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  margin-bottom: 10px; }
  .filters::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #C39A2A;
    border-left: 1px solid #C39A2A;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 10; }
  .filters::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #C39A2A;
    border-right: 1px solid #C39A2A;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 10; }
  .filters__title {
    font-size: 12px;
    font-weight: 700;
    color: #eee;
    margin-top: 10px;
    position: relative;
    letter-spacing: 0.1px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .filters__title::before, .filters__title::after {
      display: inline-block;
      content: '';
      width: 3px;
      height: 1px;
      background: #C39A2A;
      position: relative;
      top: -3px; }
    .filters__title::before {
      margin-right: 8px; }
    .filters__title::after {
      margin-left: 8px; }
    @media (min-width: 1280px) {
      .filters__title {
        display: none; } }
    .filters__title .icon {
      font-size: 20px;
      color: #C39A2A;
      position: absolute;
      top: calc(50% - 13px);
      right: 6px;
      transition: 0.3s; }
  .filters.is-open .filters__inside {
    max-height: 800px;
    transition: 0.4s; }
  .filters.is-open .filters__title .icon {
    transition: 0.3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: calc(50% - 10px); }
  .filters__inside {
    padding: 10px 5px 0 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s; }
    @media (min-width: 1280px) {
      .filters__inside {
        max-height: 2000px !important; } }
    .filters__inside::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-bottom: 1px solid #C39A2A;
      border-left: 1px solid #C39A2A;
      position: absolute;
      bottom: -1px;
      left: -1px;
      z-index: 10; }
    .filters__inside::after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-bottom: 1px solid #C39A2A;
      border-right: 1px solid #C39A2A;
      position: absolute;
      bottom: -1px;
      right: -1px;
      z-index: 10; }

.filter-item {
  color: #959499;
  border: 1px solid #959499;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  letter-spacing: -0.1px; }
  @media (min-width: 770px) {
    .filter-item {
      height: 30px;
      line-height: 28px;
      font-size: 14px;
      letter-spacing: 3px;
      letter-spacing: 1px; } }
  .filter-item.is-disabled {
    opacity: 0;
    pointer-events: none;
    display: none; }
    @media (min-width: 770px) {
      .filter-item.is-disabled {
        display: inline-block; } }
  .filter-item.is-50 {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px; }
  .filter-item.is-33 {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px; }
    @media (min-width: 770px) {
      .filter-item.is-33 {
        width: calc(33.3333% - 10px);
        margin: 0 5px 10px 5px; } }
  .filter-item.is-game:hover, .filter-item.is-game.is-active {
    background: #C39A2A;
    color: #fff;
    border-color: #C39A2A; }
  .filter-item.is-category:hover, .filter-item.is-category.is-active {
    background: #2196f3;
    color: #fff;
    border-color: #2196f3; }
  .filter-item.is-platform:hover, .filter-item.is-platform.is-active {
    background: #fff;
    color: #111111;
    border-color: #fff; }
  .filter-item.is-gallery:hover, .filter-item.is-gallery.is-active {
    background: #2196f3;
    color: #fff;
    border-color: #2196f3; }
  .filter-item--media.is-50 {
    width: 100%;
    margin: 0 5px 10px 5px; }
    @media (min-width: 480px) {
      .filter-item--media.is-50 {
        width: calc(50% - 10px); } }
  .filter-item--media.is-33 {
    width: 100%;
    margin: 0 5px 10px 5px; }
    @media (min-width: 480px) {
      .filter-item--media.is-33 {
        width: calc(50% - 10px); } }
    @media (min-width: 770px) {
      .filter-item--media.is-33 {
        width: calc(33.3333% - 10px); } }

.carousel-generic .slick-dots {
  padding-top: 15px !important; }

.hover-state-btn svg {
  max-width: 100%;
  height: auto; }

.hover-state-btn .normal-state {
  opacity: 1;
  transition: opacity .3s; }

.hover-state-btn .hover-state {
  opacity: 0;
  transition: opacity .3s; }

.hover-state-btn:hover .normal-state {
  opacity: 0;
  transition: opacity .3s; }

.hover-state-btn:hover .hover-state {
  opacity: 1;
  transition: opacity .3s; }

.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.notification {
  position: absolute;
  top: 25px;
  right: 160px;
  opacity: 0.5;
  pointer-events: none;
  display: none;
  /*
    @media (max-width: $medium-screen-max) {
        display: none;
    }
*/ }
  .notification.has-auth {
    opacity: 1;
    pointer-events: all; }
  .notification .mark-as-read-all {
    opacity: 0.5; }
  .notification.has-notification .mark-as-read-all {
    opacity: 1; }
  .notification__footer-setting-icon {
    position: absolute;
    right: 35px;
    top: calc(50% - 8px);
    color: rgba(195, 154, 42, 0.5); }
    .notification__footer-setting-icon:hover {
      color: #C39A2A; }
  @media (min-width: 770px) {
    .notification {
      right: 130px; }
      .notification.has-auth {
        right: 160px; } }
  @media (min-width: 1280px) {
    .notification {
      right: 85px;
      display: block; }
      .notification.has-auth {
        right: 110px; } }
  .notification.has-notification .notification__icon-notification {
    display: inline-block; }
  .notification.has-notification .notification__icon-no-notification {
    display: none;
    pointer-events: none;
    cursor: default; }
  .notification__icon-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .notification__icon-notification {
    position: relative;
    display: none; }
    .notification__icon-notification .notification__icon {
      color: #fff; }
  .notification__icon-no-notification {
    display: inline-block; }
    .notification__icon-no-notification .notification__icon {
      color: #7f7f80; }
  .notification__icon {
    font-size: 22px;
    cursor: pointer; }
  .notification__number {
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 9px;
    position: absolute;
    top: -2px;
    right: -2px;
    background: #C39A2A;
    border-radius: 14px; }
  .notification__dropdown {
    position: absolute;
    top: 172% !important;
    right: -102%;
    width: 368px;
    padding: 0;
    visibility: hidden; }
  .notification__footer {
    background: #333238;
    color: #656469;
    padding: 16px 20px;
    line-height: 1em;
    border-radius: 0 0 4px 4px;
    text-align: center;
    position: relative;
    z-index: 10; }
    .notification__footer.is-mobile {
      background: transparent;
      font-size: 12px; }
      .notification__footer.is-mobile .notification__footer-setting-icon {
        top: calc(50% - 6px); }
  .notification__meta {
    color: #FAFAFA;
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #323138;
    position: relative;
    z-index: 10; }
    .notification__meta.is-mobile {
      background: #0e0e0f;
      height: 44px;
      border-top: 1px solid rgba(255, 255, 255, 0.06);
      border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
      .notification__meta.is-mobile a,
      .notification__meta.is-mobile span {
        font-size: 13px; }
    .notification__meta a {
      text-decoration: underline;
      font-size: 12px; }
  .notification__tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .notification__tab::before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #434248; }
  @media (min-width: 1280px) {
    .notification__inside {
      max-height: 65vh;
      overflow: hidden; } }
  .notification .notification-tab-item {
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .notification .notification-tab-item.is-active {
      color: #FAFAFA; }
      .notification .notification-tab-item.is-active::before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 10px;
        height: 10px;
        background: #2e2d34;
        margin-left: -4px;
        border-top: 1px solid #C39A2A;
        border-right: 1px solid #C39A2A;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        display: inline-block; }
      .notification .notification-tab-item.is-active::after {
        content: '';
        box-sizing: content-box;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -204px;
        width: 10px;
        height: 1px;
        background: transparent;
        border-left: 200px solid #C39A2A;
        border-right: 200px solid #C39A2A;
        display: inline-block; }
    .notification .notification-tab-item.is-disabled {
      pointer-events: none;
      cursor: default;
      color: #5e5d63; }
  .notification .dropdown__container:after {
    right: 23px; }

.notification-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #323138;
  position: relative;
  transition: 0.3s; }
  .notification-item > a {
    padding: 12px 45px 12px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
  .notification-item.notification-highlighted {
    background: rgba(49, 33, 61, 0.5); }
    .notification-item.notification-highlighted:hover, .notification-item.notification-highlighted.is-unread {
      background: #31213d; }
    .notification-item.notification-highlighted .avatar::before {
      content: '';
      background: url(../assets/images/dev-logo-bg--list.png) no-repeat center center;
      width: 70px;
      height: 65px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -35px;
      margin-top: -30px;
      background-size: cover;
      opacity: .05;
      z-index: 5; }
  .notification-item .avatar--x-small {
    margin-right: 30px; }
  .notification-item:hover {
    background: #3c3b41;
    transition: 0.3s; }
  .notification-item__icon {
    width: 40px;
    height: 40px;
    background: #eeeeee;
    border-radius: 40px;
    margin-right: 30px;
    display: inline-block;
    text-align: center;
    line-height: 49px;
    opacity: 0.5; }
    .notification-item__icon span {
      color: #C39A2A;
      font-size: 22px; }
  .notification-item__text {
    width: calc(100% - 70px - 30px);
    color: #fafafa;
    font-weight: 400;
    font-size: 12px;
    opacity: 0.5;
    line-height: 1.4; }
    .notification-item__text a {
      font-size: 12px; }
  .notification-item__meta {
    font-size: 10px;
    display: block;
    color: rgba(255, 255, 255, 0.5); }
  .notification-item__marker {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -5px;
    cursor: pointer;
    width: 9px;
    height: 9px; }
  .notification-item__all-marker {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -5px;
    cursor: pointer;
    width: 15px;
    height: 15px; }
    .notification-item__all-marker .marker-disabled {
      z-index: 2;
      position: absolute;
      top: 1px;
      left: 1px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0; }
      .notification-item__all-marker .marker-disabled > span {
        color: #C39A2A;
        opacity: 0.5;
        transition: .2s; }
        .notification-item__all-marker .marker-disabled > span:hover {
          color: #C39A2A;
          opacity: 1;
          transition: .2s; }
    .notification-item__all-marker .marker-enabled {
      z-index: 5;
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 1; }
      .notification-item__all-marker .marker-enabled > span {
        color: #69686c;
        opacity: 0.5;
        transition: .2s; }
        .notification-item__all-marker .marker-enabled > span:hover {
          color: #C39A2A;
          opacity: 1;
          transition: .2s; }
  .notification-item .marker-unread {
    z-index: 2;
    position: absolute;
    top: 1px;
    left: 1px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .notification-item .marker-unread .read-it-marker {
      width: 7px;
      height: 7px; }
  .notification-item .marker-read {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .notification-item .marker-read .read-it-marker {
      width: 9px;
      height: 9px; }
  .notification-item .avatar {
    opacity: 0.7; }
  .notification-item.is-unread .notification-item__icon {
    opacity: 1; }
  .notification-item.is-unread .notification-item__text {
    opacity: 1; }
  .notification-item.is-unread .marker-disabled span,
  .notification-item.is-unread .marker-enabled span {
    opacity: 1; }
  .notification-item.is-unread .marker-unread {
    z-index: 5;
    top: 0;
    left: 0; }
    .notification-item.is-unread .marker-unread .read-it-marker {
      width: 9px;
      height: 9px; }
  .notification-item.is-unread .marker-read {
    z-index: 2;
    top: 1px;
    left: 1px; }
    .notification-item.is-unread .marker-read .read-it-marker {
      width: 7px;
      height: 7px; }
  .notification-item.is-unread .avatar {
    opacity: 1; }
  .notification-item.is-update-disabled .marker-disabled {
    z-index: 5;
    top: 0;
    left: 0;
    opacity: 1; }
    .notification-item.is-update-disabled .marker-disabled .read-it-marker {
      opacity: 0; }
  .notification-item.is-update-disabled .marker-enabled {
    z-index: 2;
    top: 1px;
    left: 1px;
    opacity: 0; }
    .notification-item.is-update-disabled .marker-enabled .read-it-marker {
      opacity: 1; }
  .notification-item.is-group-action-notification .notification-item__marker {
    margin-top: 5px; }
  .notification-item.is-group-action-notification .notification-item__all-marker {
    margin-top: -22px;
    right: 23px; }

.refresh-notification-list--mobile {
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
  .refresh-notification-list--mobile a {
    color: #fff;
    position: relative; }
    .refresh-notification-list--mobile a::before {
      content: '';
      position: absolute;
      top: calc(50% - 3px);
      left: -12px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #C39A2A;
      display: block; }

.refresh-notification-list--desktop {
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
  text-align: center;
  display: block; }
  .refresh-notification-list--desktop a {
    color: #fff;
    position: relative;
    padding-left: 12px; }
    .refresh-notification-list--desktop a:hover {
      color: #C39A2A; }
    .refresh-notification-list--desktop a::before {
      content: '';
      position: absolute;
      top: calc(50% - 3px);
      left: 1px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #C39A2A;
      display: block; }

.read-it-marker {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 9px;
  transition: background-color .3s; }
  .read-it-marker.is-read {
    background-color: #414047; }
  .read-it-marker.is-unread {
    background-color: #69686c; }
  .read-it-marker:hover {
    background-color: #C39A2A;
    transition: background-color .3s; }

.tutorial-popup {
  color: #eee;
  padding: 55px 65px 25px 65px;
  background-repeat: no-repeat; }
  .tutorial-popup #post-form p {
    font-weight: 400; }
  .tutorial-popup .button {
    margin-top: 10px;
    margin-bottom: 30px; }
  .tutorial-popup .excerpt {
    margin-top: 10px;
    margin-bottom: 10px; }
  .tutorial-popup .version {
    background: #00a14b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    padding: 9px 11px 7px;
    line-height: 14px;
    margin-top: 4px;
    display: inline-block; }
  .tutorial-popup .popup-sep {
    width: 300px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 25px auto; }
  .tutorial-popup ul {
    text-align: left; }
    .tutorial-popup ul li {
      list-style: none;
      margin-bottom: 6px;
      position: relative;
      padding-left: 16px; }
      .tutorial-popup ul li::before {
        content: '';
        position: absolute;
        top: calc(50% - 4px);
        left: 0;
        width: 6px;
        height: 6px;
        background: #C39A2A;
        display: inline-block; }

.text-sep {
  text-align: center; }
  .text-sep__inside {
    display: inline-block;
    color: #616166;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative; }
    .text-sep__inside::before {
      content: '';
      width: 70px;
      height: 1px;
      background: rgba(255, 255, 255, 0.15);
      display: inline-block;
      position: absolute;
      top: calc(50% - 2px);
      left: -80px; }
    .text-sep__inside::after {
      content: '';
      width: 70px;
      height: 1px;
      background: rgba(255, 255, 255, 0.15);
      display: inline-block;
      position: absolute;
      top: calc(50% - 2px);
      right: -80px; }

.full-site-overlay {
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10020;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  display: none; }

.xpaystation-widget-lightbox {
  z-index: 100000 !important; }

.store-cover-story .button-store--large.is-arrow-icon {
  width: auto; }

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