@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

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

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

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

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-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 */ }

/**
 * 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; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

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

._exradicated-tooltip {
  position: absolute;
  display: block;
  opacity: 1;
  z-index: 999; }

tooltip {
  display: block;
  position: relative; }
@-webkit-keyframes animate-tooltip {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  60% {
    opacity: .8; }
  70% {
    opacity: .9; }
  90% {
    opacity: 1; } }
@-moz-keyframes animate-tooltip {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  60% {
    opacity: .8; }
  70% {
    opacity: .9; }
  90% {
    opacity: 1; } }
@-ms-keyframes animate-tooltip {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  60% {
    opacity: .8; }
  70% {
    opacity: .9; }
  90% {
    opacity: 1; } }
@keyframes animate-tooltip {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  60% {
    opacity: .8; }
  70% {
    opacity: .9; }
  90% {
    opacity: 1; } }
  tooltip._multiline {
    display: block; }
  tooltip._slow._ready tip {
    animation: animate-tooltip 0.65s; }
  tooltip._fast._ready tip {
    animation: animate-tooltip 0.15s; }
  tooltip._steady._ready tip {
    animation: animate-tooltip 0.35s; }
  tooltip tip {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    display: none;
    line-height: normal;
    max-width: 500px;
    min-width: 100px;
    opacity: 0;
    padding: 8px 16px;
    position: absolute;
    text-align: center;
    width: auto;
    will-change: top, left, bottom, right; }
    tooltip tip._hidden {
      display: block;
      visibility: hidden; }
  tooltip.active tip {
    display: block;
    opacity: 1;
    z-index: 999; }
  tooltip tip-tip {
    font-size: .95em; }
    tooltip tip-tip._large {
      font-size: 1.1em; }
    tooltip tip-tip._small {
      font-size: .8em; }
  tooltip._top tip {
    left: 50%;
    top: -9px;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%); }
    tooltip._top tip tip-arrow {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid rgba(0, 0, 0, 0.85);
      content: '';
      height: 0;
      left: 50%;
      margin-left: -6px;
      position: absolute;
      top: 100%;
      width: 0; }
  tooltip._bottom tip {
    right: 50%;
    top: 100%;
    -webkit-transform: translateX(50%) translateY(9px);
    transform: translateX(50%) translateY(9px); }
    tooltip._bottom tip tip-arrow {
      border-bottom: 6px solid rgba(0, 0, 0, 0.85);
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      bottom: 100%;
      content: '';
      height: 0;
      left: 50%;
      margin-left: -6px;
      position: absolute;
      width: 0; }
  tooltip._right tip {
    left: 100%;
    top: 50%;
    -webkit-transform: translateX(9px) translateY(-50%);
    transform: translateX(9px) translateY(-50%); }
    tooltip._right tip tip-arrow {
      border-bottom: 6px solid transparent;
      border-right: 6px solid rgba(0, 0, 0, 0.85);
      border-top: 6px solid transparent;
      content: '';
      height: 0;
      margin-top: -6px;
      position: absolute;
      right: 100%;
      top: 50%;
      width: 0; }
  tooltip._left tip {
    left: -9px;
    top: 50%;
    -webkit-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%); }
    tooltip._left tip tip-arrow {
      border-bottom: 6px solid transparent;
      border-left: 6px solid rgba(0, 0, 0, 0.85);
      border-top: 6px solid transparent;
      content: '';
      height: 0;
      left: 100%;
      margin-top: -6px;
      position: absolute;
      top: 50%;
      width: 0; }

tip-tip #close-button {
  cursor: pointer;
  float: right;
  left: 8%;
  margin-top: -7%;
  padding: 3px;
  position: relative; }

/* ===== UTILS ===== */
/* _____ SYSTEM TOOLS _____ */
/* _____ MIXINS _____ */
/* ===== PROJECT ===== */
/* _____ FONTS _____ */
@font-face {
  font-family: "BangersPlusWide";
  src: url("./fonts/BangersPlusWide/eot/BangersPlusWide.eot"), url("./fonts/BangersPlusWide/woff2/BangersPlusWide.woff2") format("woff2"), url("./fonts/BangersPlusWide/woff/BangersPlusWide.woff") format("woff"), url("./fonts/BangersPlusWide/ttf/BangersPlusWide.ttf") format("truetype"), url("./fonts/BangersPlusWide/svg/BangersPlusWide.svg#") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Oswald";
  src: url("./fonts/Oswald/eot/Oswald-Regular.eot"), url("./fonts/Oswald/woff2/Oswald-Regular.woff2") format("woff2"), url("./fonts/Oswald/woff/Oswald-Regular.woff") format("woff"), url("./fonts/Oswald/ttf/Oswald-Regular.ttf") format("truetype"), url("./fonts/Oswald/svg/Oswald-Regular.svg#") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto/eot/Roboto.eot"), url("./fonts/Roboto/woff2/Roboto.woff2") format("woff2"), url("./fonts/Roboto/woff/Roboto.woff") format("woff"), url("./fonts/Roboto/ttf/Roboto.ttf") format("truetype"), url("./fonts/Roboto/svg/Roboto.svg#") format("svg");
  font-weight: normal;
  font-style: normal; }
/* _____ GLOBAL DEFAULTS _____ */
*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  width: 100%;
  height: 100%;
  font-size: 100%; }

body {
  font-size:  14px ;
  font-size:  0.875rem ;
  background: #262c3e;
  width: 100%;
  min-height: 100%;
  color: #b7c0cd;
  font-family: "Roboto", Tahoma, Arial, sans-serif; }

a {
  color: #b7c0cd;
  text-decoration: underline; }
  a:hover, a:active {
    color: #ff5400; }

ul {
  list-style: none; }
  ul li {
    padding-bottom:  3px ;
    padding-bottom:  0.1875rem ; }

p {
  margin: 0 0 20px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'BangersPlusWide', normal;
  font-weight: normal;
  letter-spacing:  1.5px ;
  letter-spacing:  0.09375rem ;
  text-shadow: 2px 3px 1px #000;
  color: #72b83e; }

h1 {
  font-size:  65px ;
  font-size:  4.0625rem ;
  line-height:  65px ;
  line-height:  4.0625rem ; }

h2 {
  font-size:  44px ;
  font-size:  2.75rem ;
  line-height:  44px ;
  line-height:  2.75rem ;
  margin-bottom:  20px ;
  margin-bottom:  1.25rem ; }

h3 {
  font-size:  31px ;
  font-size:  1.9375rem ;
  line-height:  31px ;
  line-height:  1.9375rem ;
  margin-bottom:  15px ;
  margin-bottom:  0.9375rem ; }

h4 {
  font-size:  26px ;
  font-size:  1.625rem ;
  line-height:  26px ;
  line-height:  1.625rem ;
  margin-bottom:  10px ;
  margin-bottom:  0.625rem ; }

h5 {
  font-size:  22px ;
  font-size:  1.375rem ;
  line-height:  22px ;
  line-height:  1.375rem ;
  margin-bottom:  5px ;
  margin-bottom:  0.3125rem ; }

input, textarea {
  background-color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 3px 8px;
  font-family: "Roboto", Tahoma, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  border: 1px solid #fff;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

fieldset {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0; }

form input {
  width: 100%;
  margin: 5px 0; }
form button {
  width: 100%; }

/* _____ LAYOUT _____ */
.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 964px; }
  .container:before, .container:after {
    display: table;
    content: ' ';
    clear: both; }

label {
  font-weight: bold;
  padding-right: 10px;
  display: inline-block; }

.right {
  float: right; }

.inline {
  display: inline; }

.strong {
  font-weight: bold; }

#content {
  background: #394158; }

.rightText {
  text-align: right; }

#teaser {
  position: relative;
  height: 465px; }
  #teaser .container {
    z-index: 5;
    height: 100%; }

.leftContent {
  width: 650px;
  margin-bottom: 40px; }

.rightContent {
  clear: both;
  float: right;
  max-width: 310px;
  margin-bottom: 40px; }

.separator {
  padding-bottom: 20px;
  position: relative; }
  .separator:after {
    position: absolute;
    content: '';
    height: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #424B66; }

.center {
  text-align: center; }

.infoBox {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 30px;
  -moz-border-image: url("../images/layout/boxes/standard.png") 30 stretch;
  -webkit-border-image: url("../images/layout/boxes/standard.png") 30 stretch;
  -o-border-image: url("../images/layout/boxes/standard.png") 30 stretch;
  border-image: url("../images/layout/boxes/standard.png") 30 fill stretch;
  padding-bottom: 25px; }
  @media screen\0 {
    .infoBox {
      border: 1px solid #35c2ed;
      background: #262c3e;
      padding: 30px; } }
  @media all and (-ms-high-contrast: none) {
    .infoBox {
      background: transparent;
      border-style: solid;
      border-width: 30px;
      -moz-border-image: url("../images/layout/boxes/standard.png") 30 stretch;
      -webkit-border-image: url("../images/layout/boxes/standard.png") 30 stretch;
      -o-border-image: url("../images/layout/boxes/standard.png") 30 stretch;
      border-image: url("../images/layout/boxes/standard.png") 30 fill stretch;
      border-top-width: 1px\0;
      border-bottom-width: 1px\0;
      border-right-width: 1px\0;
      border-left-width: 1px\0;
      border-color: #35c2ed\0;
      background: #262c3e\0;
      background: #262c3e\0;
      padding: 30px\0;
      /*border-top-width: 1px\9;
      border-bottom-width: 1px\9;
      border-right-width: 1px\9;
      border-left-width: 1px\9;
      border-color: #35c2ed\9;
      background: #262c3e\9;
      background: #262c3e\9;
      padding: 30px\9;*/ } }
  .infoBox .button {
    width: 75%;
    height: 40px; }
  .infoBox > div {
    margin-bottom: 20px; }
  .infoBox h3 {
    color: #35c2ed;
    font-family: 'Oswald', sans-serif;
    letter-spacing:  1px ;
    letter-spacing:  0.0625rem ;
    font-size:  22px ;
    font-size:  1.375rem ;
    text-decoration: none;
    text-shadow: none; }

.boxMargin {
  margin-left: -10px; }

.box {
  border-style: solid;
  border-width: 40px;
  -moz-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
  -webkit-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
  -o-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
  border-image: url("../images/layout/boxes/standard.png") 40 fill stretch;
  padding-bottom: 25px;
  width: 100%; }
  @media screen\0 {
    .box {
      border: 1px solid #35c2ed;
      background: #262c3e;
      padding: 40px; } }
  @media all and (-ms-high-contrast: none) {
    .box {
      background: transparent;
      border-style: solid;
      border-width: 40px;
      -moz-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
      -webkit-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
      -o-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
      border-image: url("../images/layout/boxes/standard.png") 40 fill stretch;
      border-top-width: 1px\0;
      border-bottom-width: 1px\0;
      border-right-width: 1px\0;
      border-left-width: 1px\0;
      border-color: #35c2ed\0;
      background: #262c3e\0;
      background: #262c3e\0;
      padding: 40px\0;
      /*border-top-width: 1px\9;
      border-bottom-width: 1px\9;
      border-right-width: 1px\9;
      border-left-width: 1px\9;
      border-color: #35c2ed\9;
      background: #262c3e\9;
      background: #262c3e\9;
      padding: 40px\9;*/ } }

.success {
  color: #72b83e; }

.blue {
  color: #35c2ed; }

#languagebar {
  position: relative;
  font-size:  12px ;
  font-size:  0.75rem ;
  height: 40px;
  padding-top:  5px ;
  padding-top:  0.3125rem ;
  z-index: 100; }
  #languagebar a {
    text-decoration: none; }
    #languagebar a:hover, #languagebar a:active {
      color: #b7c0cd; }
  #languagebar .current {
    border: 1px solid #262c3e;
    border-radius: 5px;
    background: #394158;
    position: relative;
    padding: 5px 15px;
    display: inline-block; }
    #languagebar .current .currentlanguage {
      background: none;
      border: 0;
      padding: 0;
      cursor: pointer;
      text-decoration: none;
      font-size:  14px ;
      font-size:  0.875rem ;
      font-weight: bold;
      position: relative;
      padding-right: 15px;
      padding-left: 25px; }
      #languagebar .current .currentlanguage::before {
        position: absolute;
        top:  3px ;
        top:  0.1875rem ;
        left:  -5px ;
        left:  -0.3125rem ;
        content: '';
        height: 11px;
        width: 16px;
        background-image: url("/images/layout/sprites/flags.png"); }
      #languagebar .current .currentlanguage::after {
        width: 0;
        height: 0;
        border-left:  6px solid transparent;
        border-left:  0.375rem solid transparent;
        border-right:  6px solid transparent;
        border-right:  0.375rem solid transparent;
        border-top:  10px solid #b7c0cd;
        border-top:  0.625rem solid #b7c0cd;
        content: '';
        position: absolute;
        top:  4px ;
        top:  0.25rem ;
        right:  0px ;
        right:  0rem ; }
    #languagebar .current:hover {
      border-radius: 5px 5px 0 0; }
      #languagebar .current:hover .regionlist {
        display: block; }
    #languagebar .current .regionlist {
      border: 1px solid #262c3e;
      border-top: 0;
      border-radius: 0 0 5px 5px;
      background: #394158;
      width: 101%;
      margin: 0;
      display: none;
      position: absolute;
      top: 100%;
      right: -1px;
      text-align: right; }
      #languagebar .current .regionlist .region {
        padding: 4px 8px 4px 30px;
        color: #fff; }
      #languagebar .current .regionlist .languagelink {
        padding: 5px 10px 5px 30px;
        position: relative;
        display: block; }
        #languagebar .current .regionlist .languagelink::before {
          position: absolute;
          top:  6px ;
          top:  0.375rem ;
          left:  10px ;
          left:  0.625rem ;
          content: '';
          height: 11px;
          width: 16px;
          background-image: url("/images/layout/sprites/flags.png"); }
        #languagebar .current .regionlist .languagelink:hover {
          background: #262c3e; }

.language_ad:before {
  background-position: 0 0; }

.language_ae:before {
  background-position: 0 -11px; }

.language_af:before {
  background-position: 0 -22px; }

.language_ag:before {
  background-position: 0 -33px; }

.language_ai:before {
  background-position: 0 -44px; }

.language_al:before {
  background-position: 0 -55px; }

.language_am:before {
  background-position: 0 -66px; }

.language_an:before {
  background-position: 0 -77px; }

.language_ao:before {
  background-position: 0 -88px; }

.language_ar:before {
  background-position: 0 -99px; }

.language_as:before {
  background-position: 0 -110px; }

.language_at:before {
  background-position: 0 -121px; }

.language_au:before {
  background-position: 0 -132px; }

.language_aw:before {
  background-position: 0 -143px; }

.language_ax:before {
  background-position: 0 -154px; }

.language_az:before {
  background-position: 0 -165px; }

.language_ba:before {
  background-position: 0 -176px; }

.language_bb:before {
  background-position: 0 -187px; }

.language_bd:before {
  background-position: 0 -198px; }

.language_be:before {
  background-position: 0 -209px; }

.language_bf:before {
  background-position: 0 -220px; }

.language_bg:before {
  background-position: 0 -231px; }

.language_bh:before {
  background-position: 0 -242px; }

.language_bi:before {
  background-position: 0 -253px; }

.language_bj:before {
  background-position: 0 -264px; }

.language_bm:before {
  background-position: 0 -275px; }

.language_bn:before {
  background-position: 0 -286px; }

.language_bo:before {
  background-position: 0 -297px; }

.language_br:before {
  background-position: 0 -308px; }

.language_bs:before {
  background-position: 0 -319px; }

.language_bt:before {
  background-position: 0 -330px; }

.language_bv:before {
  background-position: 0 -341px; }

.language_bw:before {
  background-position: 0 -352px; }

.language_by:before {
  background-position: 0 -363px; }

.language_bz:before {
  background-position: 0 -374px; }

.language_ca:before {
  background-position: 0 -385px; }

.language_catbeforea:after {
  background-position: 0 -396px; }

.language_cc:before {
  background-position: 0 -407px; }

.language_cd:before {
  background-position: 0 -418px; }

.language_cf:before {
  background-position: 0 -429px; }

.language_cg:before {
  background-position: 0 -440px; }

.language_ch:before {
  background-position: 0 -451px; }

.language_ci:before {
  background-position: 0 -462px; }

.language_ck:before {
  background-position: 0 -473px; }

.language_cl:before {
  background-position: 0 -484px; }

.language_cm:before {
  background-position: 0 -495px; }

.language_cn:before {
  background-position: 0 -506px; }

.language_co:before {
  background-position: 0 -517px; }

.language_cu:before {
  background-position: 0 -528px; }

.language_cr:before {
  background-position: 0 -539px; }

.language_cs:before {
  background-position: 0 -550px; }

.language_cv:before {
  background-position: 0 -561px; }

.language_cx:before {
  background-position: 0 -572px; }

.language_cy:before {
  background-position: -16px 0; }

.language_cz:before {
  background-position: -16px -11px; }

.language_de:before {
  background-position: -16px -22px; }

.language_dj:before {
  background-position: -16px -33px; }

.language_dk:before {
  background-position: -16px -44px; }

.language_dm:before {
  background-position: -16px -55px; }

.language_do:before {
  background-position: -16px -66px; }

.language_dz:before {
  background-position: -16px -77px; }

.language_ec:before {
  background-position: -16px -88px; }

.language_ee:before {
  background-position: -16px -99px; }

.language_eg:before {
  background-position: -16px -110px; }

.language_eh:before {
  background-position: -16px -121px; }

.language_engbeforeafter {
  background-position: -16px -132px; }

.language_er:before {
  background-position: -16px -143px; }

.language_es:before {
  background-position: -16px -154px; }

.language_et:before {
  background-position: -16px -165px; }

.language_eu:before {
  background-position: -16px -176px; }

.language_fambeforer {
  background-position: -16px -187px; }

.language_fi:before {
  background-position: -16px -198px; }

.language_fj:before {
  background-position: -16px -209px; }

.language_fk:before {
  background-position: -16px -220px; }

.language_fm:before {
  background-position: -16px -231px; }

.language_fo:before {
  background-position: -16px -242px; }

.language_fr:before {
  background-position: -16px -253px; }

.language_ga:before {
  background-position: -16px -264px; }

.language_gb:before {
  background-position: -16px -275px; }

.language_gd:before {
  background-position: -16px -286px; }

.language_ge:before {
  background-position: -16px -297px; }

.language_gf:before {
  background-position: -16px -308px; }

.language_gh:before {
  background-position: -16px -319px; }

.language_gi:before {
  background-position: -16px -330px; }

.language_gl:before {
  background-position: -16px -341px; }

.language_gm:before {
  background-position: -16px -352px; }

.language_gn:before {
  background-position: -16px -363px; }

.language_gp:before {
  background-position: -16px -374px; }

.language_gq:before {
  background-position: -16px -385px; }

.language_gr:before {
  background-position: -16px -396px; }

.language_gs:before {
  background-position: -16px -407px; }

.language_gt:before {
  background-position: -16px -418px; }

.language_gu:before {
  background-position: -16px -429px; }

.language_gw:before {
  background-position: -16px -440px; }

.language_gy:before {
  background-position: -16px -451px; }

.language_hk:before {
  background-position: -16px -462px; }

.language_hm:before {
  background-position: -16px -473px; }

.language_hn:before {
  background-position: -16px -484px; }

.language_hr:before {
  background-position: -16px -495px; }

.language_ht:before {
  background-position: -16px -506px; }

.language_hu:before {
  background-position: -16px -517px; }

.language_id:before {
  background-position: -16px -528px; }

.language_ie:before {
  background-position: -16px -539px; }

.language_il:before {
  background-position: -16px -550px; }

.language_in:before {
  background-position: -16px -561px; }

.language_io:before {
  background-position: -16px -572px; }

.language_iq:before {
  background-position: -32px 0; }

.language_ir:before {
  background-position: -32px -11px; }

.language_is:before {
  background-position: -32px -22px; }

.language_it:before {
  background-position: -32px -33px; }

.language_jm:before {
  background-position: -32px -44px; }

.language_jo:before {
  background-position: -32px -55px; }

.language_jp:before {
  background-position: -32px -66px; }

.language_ke:before {
  background-position: -32px -77px; }

.language_kg:before {
  background-position: -32px -88px; }

.language_kh:before {
  background-position: -32px -99px; }

.language_ki:before {
  background-position: -32px -110px; }

.language_km:before {
  background-position: -32px -121px; }

.language_kn:before {
  background-position: -32px -132px; }

.language_kp:before {
  background-position: -32px -143px; }

.language_kr:before {
  background-position: -32px -154px; }

.language_kw:before {
  background-position: -32px -165px; }

.language_ky:before {
  background-position: -32px -176px; }

.language_kz:before {
  background-position: -32px -187px; }

.language_la:before {
  background-position: -32px -198px; }

.language_lb:before {
  background-position: -32px -209px; }

.language_lc:before {
  background-position: -32px -220px; }

.language_li:before {
  background-position: -32px -231px; }

.language_lr:before {
  background-position: -32px -242px; }

.language_lk:before {
  background-position: -32px -253px; }

.language_ls:before {
  background-position: -32px -264px; }

.language_lt:before {
  background-position: -32px -275px; }

.language_lu:before {
  background-position: -32px -286px; }

.language_lv:before {
  background-position: -32px -297px; }

.language_ly:before {
  background-position: -32px -308px; }

.language_ma:before {
  background-position: -32px -319px; }

.language_mc:before {
  background-position: -32px -330px; }

.language_md:before {
  background-position: -32px -341px; }

.language_me:before {
  background-position: -32px -352px; }

.language_mg:before {
  background-position: -32px -363px; }

.language_mh:before {
  background-position: -32px -374px; }

.language_mk:before {
  background-position: -32px -385px; }

.language_ml:before {
  background-position: -32px -396px; }

.language_mm:before {
  background-position: -32px -407px; }

.language_mn:before {
  background-position: -32px -418px; }

.language_mo:before {
  background-position: -32px -429px; }

.language_mp:before {
  background-position: -32px -440px; }

.language_mq:before {
  background-position: -32px -451px; }

.language_mr:before {
  background-position: -32px -462px; }

.language_ms:before {
  background-position: -32px -473px; }

.language_mt:before {
  background-position: -32px -484px; }

.language_mu:before {
  background-position: -32px -495px; }

.language_mv:before {
  background-position: -32px -506px; }

.language_mw:before {
  background-position: -32px -517px; }

.language_mx:before {
  background-position: -32px -528px; }

.language_my:before {
  background-position: -32px -539px; }

.language_mz:before {
  background-position: -32px -550px; }

.language_na:before {
  background-position: -32px -561px; }

.language_nc:before {
  background-position: -32px -572px; }

.language_ne:before {
  background-position: -48px 0; }

.language_nf:before {
  background-position: -48px -11px; }

.language_ng:before {
  background-position: -48px -22px; }

.language_ni:before {
  background-position: -48px -33px; }

.language_nl:before {
  background-position: -48px -44px; }

.language_no:before {
  background-position: -48px -55px; }

.language_np:before {
  background-position: -48px -66px; }

.language_nr:before {
  background-position: -48px -77px; }

.language_nu:before {
  background-position: -48px -88px; }

.language_nz:before {
  background-position: -48px -99px; }

.language_om:before {
  background-position: -48px -110px; }

.language_pa:before {
  background-position: -48px -121px; }

.language_pe:before {
  background-position: -48px -132px; }

.language_pf:before {
  background-position: -48px -143px; }

.language_pg:before {
  background-position: -48px -154px; }

.language_ph:before {
  background-position: -48px -165px; }

.language_pk:before {
  background-position: -48px -176px; }

.language_pl:before {
  background-position: -48px -187px; }

.language_pm:before {
  background-position: -48px -198px; }

.language_pn:before {
  background-position: -48px -209px; }

.language_pr:before {
  background-position: -48px -220px; }

.language_ps:before {
  background-position: -48px -231px; }

.language_pt:before {
  background-position: -48px -242px; }

.language_pw:before {
  background-position: -48px -253px; }

.language_py:before {
  background-position: -48px -264px; }

.language_qa:before {
  background-position: -48px -275px; }

.language_re:before {
  background-position: -48px -286px; }

.language_ro:before {
  background-position: -48px -297px; }

.language_rs:before {
  background-position: -48px -308px; }

.language_ru:before {
  background-position: -48px -319px; }

.language_rw:before {
  background-position: -48px -330px; }

.language_sa:before {
  background-position: -48px -341px; }

.language_sb:before {
  background-position: -48px -352px; }

.language_sc:before {
  background-position: -48px -363px; }

.language_scobefore:after {
  background-position: -48px -374px; }

.language_sd:before {
  background-position: -48px -385px; }

.language_se:before {
  background-position: -48px -396px; }

.language_sg:before {
  background-position: -48px -407px; }

.language_sh:before {
  background-position: -48px -418px; }

.language_si:before {
  background-position: -48px -429px; }

.language_sj:before {
  background-position: -48px -440px; }

.language_sk:before {
  background-position: -48px -451px; }

.language_sl:before {
  background-position: -48px -462px; }

.language_sm:before {
  background-position: -48px -473px; }

.language_sn:before {
  background-position: -48px -484px; }

.language_so:before {
  background-position: -48px -495px; }

.language_sr:before {
  background-position: -48px -506px; }

.language_st:before {
  background-position: -48px -517px; }

.language_sv:before {
  background-position: -48px -528px; }

.language_sy:before {
  background-position: -48px -539px; }

.language_sz:before {
  background-position: -48px -550px; }

.language_tc:before {
  background-position: -48px -561px; }

.language_td:before {
  background-position: -48px -572px; }

.language_tf:before {
  background-position: -64px 0; }

.language_tg:before {
  background-position: -64px -11px; }

.language_th:before {
  background-position: -64px -22px; }

.language_tj:before {
  background-position: -64px -33px; }

.language_tk:before {
  background-position: -64px -44px; }

.language_tl:before {
  background-position: -64px -55px; }

.language_tm:before {
  background-position: -64px -66px; }

.language_tn:before {
  background-position: -64px -77px; }

.language_to:before {
  background-position: -64px -88px; }

.language_tr:before {
  background-position: -64px -99px; }

.language_tt:before {
  background-position: -64px -110px; }

.language_tv:before {
  background-position: -64px -121px; }

.language_tw:before {
  background-position: -64px -132px; }

.language_tz:before {
  background-position: -64px -143px; }

.language_ua:before {
  background-position: -64px -154px; }

.language_ug:before {
  background-position: -64px -165px; }

.language_um:before {
  background-position: -64px -176px; }

.language_us:before {
  background-position: -64px -187px; }

.language_uy:before {
  background-position: -64px -198px; }

.language_uz:before {
  background-position: -64px -209px; }

.language_va:before {
  background-position: -64px -220px; }

.language_vc:before {
  background-position: -64px -231px; }

.language_ve:before {
  background-position: -64px -242px; }

.language_vg:before {
  background-position: -64px -253px; }

.language_vi:before {
  background-position: -64px -264px; }

.language_vn:before {
  background-position: -64px -275px; }

.language_vu:before {
  background-position: -64px -286px; }

.language_walbeforeter {
  background-position: -64px -297px; }

.language_wf:before {
  background-position: -64px -308px; }

.language_ws:before {
  background-position: -64px -319px; }

.language_ye:before {
  background-position: -64px -330px; }

.language_yt:before {
  background-position: -64px -341px; }

.language_za:before {
  background-position: -64px -352px; }

.language_zm:before {
  background-position: -64px -363px; }

.language_zw:before {
  background-position: -64px -374px; }

.language_en:before {
  background-position: -64px -385px; }

#header {
  background: #394158;
  background-image: url("/images/layout/backgrounds/header.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 240px; }
  #header #maint {
    /* transition: top 2s; */
    width: 650px;
    position: absolute;
    top: -201px;
    left: -140px;
    font-size: 28px;
    font-family: 'BangersPlusWide', normal;
    line-height: 28px;
    color: yellow; }
    #header #maint.animate {
      animation-delay: 1s;
      animation-duration: 0.5s;
      animation-name: changewidth;
      animation-direction: normal;
      animation-fill-mode: forwards; }
@keyframes changewidth {
  from {
    top: -201px; }
  to {
    top: -56px; } }
  #header #logo {
    top: 25px;
    left: -10px;
    position: absolute; }
    #header #logo:after {
      content: '';
      position: absolute;
      height: 80px;
      width: 79px;
      background-image: url("/images/layout/misc/logo/openbeta_badge.png");
      bottom: 0;
      right: -35px; }
  #header #account {
    top: 15px;
    right: -15px;
    border-style: solid;
    border-width: 10px;
    -moz-border-image: url("../images/layout/boxes/account.png") 10 stretch;
    -webkit-border-image: url("../images/layout/boxes/account.png") 10 stretch;
    -o-border-image: url("../images/layout/boxes/account.png") 10 stretch;
    border-image: url("../images/layout/boxes/account.png") 10 fill stretch;
    padding-bottom: 25px;
    padding: 10px 15px;
    position: absolute; }
    @media screen\0 {
      #header #account {
        border: 1px solid #35c2ed;
        background: #262c3e;
        padding: 10px; } }
    @media all and (-ms-high-contrast: none) {
      #header #account {
        background: transparent;
        border-style: solid;
        border-width: 10px;
        -moz-border-image: url("../images/layout/boxes/account.png") 10 stretch;
        -webkit-border-image: url("../images/layout/boxes/account.png") 10 stretch;
        -o-border-image: url("../images/layout/boxes/account.png") 10 stretch;
        border-image: url("../images/layout/boxes/account.png") 10 fill stretch;
        border-top-width: 1px\0;
        border-bottom-width: 1px\0;
        border-right-width: 1px\0;
        border-left-width: 1px\0;
        border-color: #35c2ed\0;
        background: #262c3e\0;
        background: #262c3e\0;
        padding: 10px\0;
        /*border-top-width: 1px\9;
        border-bottom-width: 1px\9;
        border-right-width: 1px\9;
        border-left-width: 1px\9;
        border-color: #35c2ed\9;
        background: #262c3e\9;
        background: #262c3e\9;
        padding: 10px\9;*/ } }
    #header #account #loggedOut li {
      float: left;
      height: 40px;
      line-height: 40px;
      vertical-align: middle; }
    #header #account #loggedOut .button {
      margin-left: 15px;
      padding-left: 10px;
      padding-right: 10px; }
      #header #account #loggedOut .button:hover {
        padding-top: 0px; }
    #header #account #loggedIn {
      min-width: 350px; }
      #header #account #loggedIn #accountLinks {
        height: 40px;
        margin-bottom: 10px;
        float: right; }
        #header #account #loggedIn #accountLinks li {
          float: left;
          height: 40px;
          line-height: 40px;
          vertical-align: middle; }
        #header #account #loggedIn #accountLinks li + li:before {
          content: " | ";
          padding: 5px; }
        #header #account #loggedIn #accountLinks li:last-child:before {
          content: none; }
        #header #account #loggedIn #accountLinks .button {
          margin-left: 15px;
          padding-left: 10px;
          padding-right: 10px; }
          #header #account #loggedIn #accountLinks .button:hover {
            padding-top: 0px; }
      #header #account #loggedIn .accountStatusBox {
        clear: both; }
        #header #account #loggedIn .accountStatusBox .info {
          color: #72b83e;
          font-weight: bold;
          max-width: 200px; }
          #header #account #loggedIn .accountStatusBox .info#unvalidated {
            color: #f6d901; }
          #header #account #loggedIn .accountStatusBox .info#banned, #header #account #loggedIn .accountStatusBox .info#deleted {
            color: #f62217; }
        #header #account #loggedIn .accountStatusBox .avatarPic {
          float: left; }
        #header #account #loggedIn .accountStatusBox .founderStatus {
          max-width: 150px;
          margin: 10px 60px; }
        #header #account #loggedIn .accountStatusBox .accountBalance {
          float: right;
          text-align: right;
          margin-top:  -25px ;
          margin-top:  -1.5625rem ; }
          #header #account #loggedIn .accountStatusBox .accountBalance #balance {
            position: relative;
            font-size:  24px ;
            font-size:  1.5rem ;
            margin-bottom:  3px ;
            margin-bottom:  0.1875rem ;
            color: #b7c0cd;
            text-shadow: 1px 2px 1px #000; }
            #header #account #loggedIn .accountStatusBox .accountBalance #balance span {
              position: relative; }
              #header #account #loggedIn .accountStatusBox .accountBalance #balance span:before {
                content: '';
                position: absolute;
                background: url("/images/layout/sprites/icons.png") 0 -1980px;
                background-repeat: no-repeat;
                float: left;
                width: 20px;
                height: 23px;
                left: -30px;
                top: 48%;
                -webkit-transform: translate(0%, -50%);
                -moz-transform: translate(0%, -50%);
                -ms-transform: translate(0%, -50%);
                -o-transform: translate(0%, -50%);
                transform: translate(0%, -50%); }
          #header #account #loggedIn .accountStatusBox .accountBalance .gold {
            font-weight: bold;
            font-size:  15px ;
            font-size:  0.9375rem ;
            line-height:  15px ;
            line-height:  0.9375rem ;
            color: #f6d901; }
    #header #account:after {
      content: '';
      clear: both; }

#menu {
  position: relative;
  z-index: 20;
  background: #394158;
  font-size:  22px ;
  font-size:  1.375rem ; }
  #menu a {
    color: #ff5400;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    letter-spacing:  1.5px ;
    letter-spacing:  0.09375rem ;
    text-shadow: 1px 2px 1px #262C3E;
    text-decoration: none; }
    #menu a.active {
      color: #b7c0cd; }
    #menu a:hover, #menu a:active {
      color: #fff; }
  #menu .container > ul > li {
    float: left;
    padding: 17px 25px 15px; }
    #menu .container > ul > li.home a {
      background: url("/images/layout/sprites/icons.png") 0 -450px;
      background-repeat: no-repeat;
      display: inline-block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 28px;
      height: 30px; }
      #menu .container > ul > li.home a.active {
        background: url("/images/layout/sprites/icons.png") 0 -630px;
        background-repeat: no-repeat; }
      #menu .container > ul > li.home a:hover {
        background: url("/images/layout/sprites/icons.png") 0 -540px;
        background-repeat: no-repeat; }
  #menu .submenu {
    position: relative; }
    #menu .submenu:before {
      width: 0;
      height: 0;
      border-left:  6px solid transparent;
      border-left:  0.375rem solid transparent;
      border-right:  6px solid transparent;
      border-right:  0.375rem solid transparent;
      border-top:  6px solid #ff5400;
      border-top:  0.375rem solid #ff5400;
      content: '';
      position: absolute;
      top:  30px ;
      top:  1.875rem ;
      right:  10px ;
      right:  0.625rem ; }
    #menu .submenu.active:before {
      width: 0;
      height: 0;
      border-left:  6px solid transparent;
      border-left:  0.375rem solid transparent;
      border-right:  6px solid transparent;
      border-right:  0.375rem solid transparent;
      border-top:  6px solid #b7c0cd;
      border-top:  0.375rem solid #b7c0cd; }
    #menu .submenu:hover ul, #menu .submenu:active ul {
      display: inline-block; }
    #menu .submenu:hover:before, #menu .submenu:active:before {
      width: 0;
      height: 0;
      border-left:  6px solid transparent;
      border-left:  0.375rem solid transparent;
      border-right:  6px solid transparent;
      border-right:  0.375rem solid transparent;
      border-top:  6px solid #fff;
      border-top:  0.375rem solid #fff; }
    #menu .submenu:hover:after, #menu .submenu:active:after {
      content: '';
      width: 0;
      height: 0;
      border-left:  12px solid transparent;
      border-left:  0.75rem solid transparent;
      border-right:  12px solid transparent;
      border-right:  0.75rem solid transparent;
      border-bottom:  12px solid #262c3e;
      border-bottom:  0.75rem solid #262c3e;
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left:  -12px ;
      margin-left:  -0.75rem ; }
    #menu .submenu ul {
      text-align: center;
      position: absolute;
      font-size:  16px ;
      font-size:  1rem ;
      bottom: -34px;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 120px;
      padding: 0;
      white-space: nowrap; }
      #menu .submenu ul li {
        display: inline-block;
        position: relative;
        padding: 5px;
        background: #262c3e;
        margin-right: -4px; }
        #menu .submenu ul li a {
          padding: 0 10px;
          display: block;
          clear: both;
          white-space: nowrap; }
        #menu .submenu ul li:first-child:before {
          content: '';
          position: absolute;
          background: url("/images/layout/boxes/submenu.png") left top no-repeat;
          width: 10px;
          height: 100%;
          top: 0;
          left: -10px; }
        #menu .submenu ul li:last-child:after {
          content: '';
          position: absolute;
          background: url("/images/layout/boxes/submenu.png") right top no-repeat;
          width: 10px;
          height: 100%;
          top: 0;
          right: -10px; }

.button {
  position: relative;
  background: #ff5400;
  text-shadow: 1px 1px 1px #000;
  height: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  min-width: 140px;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  border: 0;
  text-align: center; }
  .button, .button em {
    font-size:  26px ;
    font-size:  1.625rem ;
    line-height:  30px ;
    line-height:  1.875rem ;
    font-family: "BangersPlusWide", normal; }
    .button:after, .button em:after {
      content: '';
      display: inline-block;
      height:  30px ;
      height:  1.875rem ; }
  .button * {
    color: #fff; }
  .button:hover {
    background: #f62217;
    color: #fff;
    text-decoration: none;
    padding-top: 0px; }
  .button:active {
    padding-top: 0;
    top: 1px;
    color: #fff; }

.downloadbutton {
  position: relative;
  background: #ff5400;
  text-shadow: 1px 1px 1px #000;
  height: 85px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  min-width: 280px;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  border: 0;
  padding-top:  15px ;
  padding-top:  0.9375rem ;
  padding-left: 80px;
  margin-bottom: 5px;
  display: block; }
  .downloadbutton, .downloadbutton em {
    font-size:  26px ;
    font-size:  1.625rem ;
    line-height:  30px ;
    line-height:  1.875rem ;
    font-family: "BangersPlusWide", normal; }
    .downloadbutton:after, .downloadbutton em:after {
      content: '';
      display: inline-block;
      height:  30px ;
      height:  1.875rem ; }
  .downloadbutton * {
    color: #fff; }
  .downloadbutton:hover {
    background: #f62217;
    color: #fff;
    text-decoration: none;
    padding-top: 0px; }
  .downloadbutton:active {
    padding-top: 0;
    top: 1px;
    color: #fff; }
  .downloadbutton em {
    display: block;
    font-style: normal; }
  .downloadbutton span {
    display: block;
    font-family: "Roboto", Tahoma, Arial, sans-serif;
    font-size:  12px ;
    font-size:  0.75rem ;
    line-height:  12px ;
    line-height:  0.75rem ;
    text-transform: none;
    text-shadow: 0 1px 1px #000; }
  .downloadbutton:hover {
    padding-top:  15px ;
    padding-top:  0.9375rem ; }
  .downloadbutton:before {
    height: 40px;
    padding-top:  20px ;
    padding-top:  1.25rem ;
    background: url("/images/layout/sprites/icons.png") 0 0;
    background-repeat: no-repeat;
    background-size: 40px;
    content: '';
    position: absolute;
    left: 30px;
    top: 20px;
    width: 40px; }

.bigdownloadbutton {
  position: relative;
  height: 210px;
  width: 310px; }
  .bigdownloadbutton .button {
    position: relative;
    top: 130px;
    left: 57px;
    min-width: 200px;
    max-width: 250px; }
    .bigdownloadbutton .button:before {
      content: '';
      height: 90px;
      width: 90px;
      position: absolute;
      left: 50%;
      margin-left: -45px;
      top: -100px;
      background: url("/images/layout/sprites/icons.png") 0 -0px;
      background-repeat: no-repeat; }
    .bigdownloadbutton .button:active {
      top: 130px; }
  .bigdownloadbutton:before {
    content: '';
    width: 310px;
    height: 210px;
    position: absolute;
    background-image: url("/images/layout/boxes/download.png");
    background-repeat: no-repeat; }

.easyButton {
  position: relative;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  font-size:  16px ;
  font-size:  1rem ;
  border: 1px solid #000;
  font-weight: bold;
  color: #b7c0cd;
  border-radius: 5px;
  padding: 5px 30px; }
  .easyButton:hover {
    background-color: #000;
    color: #fff; }
  .easyButton:active {
    position: relative;
    top: 1px; }
  .easyButton.green {
    border: 1px solid #72b83e; }
    .easyButton.green:hover {
      background-color: #72b83e; }
  .easyButton.red {
    border: 1px solid #f62217; }
    .easyButton.red:hover {
      background-color: #f62217; }
  .easyButton.external:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 15px;
    background: url("/images/layout/sprites/icons.png") 0 -360px;
    background-repeat: no-repeat;
    top: 6px;
    right: 5px; }

#footer a, #footer p {
  font-size:  13px ;
  font-size:  0.8125rem ; }
#footer .footer_row {
  clear: left;
  padding-top: 20px; }
  #footer .footer_row:before, #footer .footer_row:after {
    display: table;
    content: ' ';
    clear: both; }
#footer .footer_col {
  width: 170.11765px;
  float: left; }
#footer .footer_two_col {
  width: 283.52941px;
  float: left; }
#footer #socialMedia {
  height:  160px ;
  height:  10rem ; }
#footer #sitemap {
  height:  200px ;
  height:  12.5rem ; }
#footer #links li + li:before {
  content: " | ";
  padding: 8px; }
#footer .followus_icon {
  height: 40px;
  padding-left: 50px;
  padding-top:  5px ;
  padding-top:  0.3125rem ; }
#footer .icon_facebook_white {
  background: url("/images/layout/sprites/communities.png") 0 -40px;
  background-repeat: no-repeat; }
#footer .icon_twitter_white {
  background: url("/images/layout/sprites/communities.png") 0 -200px;
  background-repeat: no-repeat; }
#footer .icon_youtube_white {
  background: url("/images/layout/sprites/communities.png") 0 -120px;
  background-repeat: no-repeat; }
#footer .icon_twitch_white {
  background: url("/images/layout/sprites/communities.png") 0 -280px;
  background-repeat: no-repeat; }
#footer #logos {
  padding-top: 40px; }
#footer .logo {
  height: 60px;
  display: inline-block; }
#footer .logo + .logo {
  margin-left: 20px; }
#footer .logo_gameforge {
  background: url("/images/layout/sprites/logos.png") 0 -0px;
  background-repeat: no-repeat;
  width: 200px; }
#footer .logo_robot {
  background: url("/images/layout/sprites/logos.png") 0 -60px;
  background-repeat: no-repeat;
  width: 100px; }
#footer .logo_ps {
  background: url("/images/layout/sprites/logos.png") 0 -120px;
  background-repeat: no-repeat;
  width: 180px; }
#footer .logo_downloadable {
  background: url("/images/layout/sprites/logos.png") 0 -180px;
  background-repeat: no-repeat;
  width: 50px;
  margin-bottom: 10px; }
#footer .logo_safeplay {
  background: url("/images/layout/sprites/logos.png") 0 -240px;
  background-repeat: no-repeat;
  width: 50px; }
#footer #usklogo {
  position: relative;
  top: -74px;
  left: 820px;
  right: 100px;
  padding-top: 40px;
  height: 80px;
  display: inline-block;
  background: url("/images/layout/sprites/usk.png") 0 -0px;
  background-repeat: no-repeat;
  width: 82px;
  margin-bottom: 10px; }

#tabMenu {
  text-align: center;
  margin: 40px 0; }
  #tabMenu.leftAlign {
    text-align: left;
    margin-left: -25px; }
  #tabMenu ul {
    margin: 0 auto; }
    #tabMenu ul li {
      margin: 0px 20px;
      display: inline;
      text-align: center; }
      #tabMenu ul li a {
        color: #ff5400;
        font-family: 'Oswald', sans-serif;
        font-size:  20px ;
        font-size:  1.25rem ;
        letter-spacing:  1.5px ;
        letter-spacing:  0.09375rem ;
        text-shadow: 1px 2px 1px #262C3E;
        text-decoration: none; }
        #tabMenu ul li a:hover, #tabMenu ul li a:active {
          color: #fff; }
      #tabMenu ul li.active {
        padding: 10px 10px 5px 20px;
        border-style: solid;
        border-width: 10px;
        -moz-border-image: url("../images/layout/boxes/tab-menu.png") 10 stretch;
        -webkit-border-image: url("../images/layout/boxes/tab-menu.png") 10 stretch;
        -o-border-image: url("../images/layout/boxes/tab-menu.png") 10 stretch;
        border-image: url("../images/layout/boxes/tab-menu.png") 10 fill stretch;
        padding-bottom: 25px; }
        @media screen\0 {
          #tabMenu ul li.active {
            border: 1px solid #35c2ed;
            background: #262c3e;
            padding: 10px; } }
        @media all and (-ms-high-contrast: none) {
          #tabMenu ul li.active {
            background: transparent;
            border-style: solid;
            border-width: 10px;
            -moz-border-image: url("../images/layout/boxes/tab-menu.png") 10 stretch;
            -webkit-border-image: url("../images/layout/boxes/tab-menu.png") 10 stretch;
            -o-border-image: url("../images/layout/boxes/tab-menu.png") 10 stretch;
            border-image: url("../images/layout/boxes/tab-menu.png") 10 fill stretch;
            border-top-width: 1px\0;
            border-bottom-width: 1px\0;
            border-right-width: 1px\0;
            border-left-width: 1px\0;
            border-color: #35c2ed\0;
            background: #262c3e\0;
            background: #262c3e\0;
            padding: 10px\0;
            /*border-top-width: 1px\9;
            border-bottom-width: 1px\9;
            border-right-width: 1px\9;
            border-left-width: 1px\9;
            border-color: #35c2ed\9;
            background: #262c3e\9;
            background: #262c3e\9;
            padding: 10px\9;*/ } }
        #tabMenu ul li.active a {
          color: #b7c0cd; }

#popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: none;
  z-index: 100; }
  #popup .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value * 100)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8; }
  #popup .popup {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 736px;
    background-color: #394158;
    border-radius: 5px;
    background-image: url("/images/layout/backgrounds/background_popup.png");
    background-position: left top;
    background-repeat: no-repeat; }
    #popup .popup .content {
      height: 100%; }
  #popup .close {
    position: absolute;
    background: #ff5400;
    text-shadow: 1px 1px 1px #000;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    min-width: 50px;
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    border: 0;
    top: 35px;
    right: 60px; }
    #popup .close, #popup .close em {
      font-size:  26px ;
      font-size:  1.625rem ;
      line-height:  30px ;
      line-height:  1.875rem ;
      font-family: "BangersPlusWide", normal; }
      #popup .close:after, #popup .close em:after {
        content: '';
        display: inline-block;
        height:  30px ;
        height:  1.875rem ; }
    #popup .close * {
      color: #fff; }
    #popup .close:hover {
      background: #f62217;
      color: #fff;
      text-decoration: none;
      padding-top: 0px; }
    #popup .close:active {
      padding-top: 0;
      top: 1px;
      color: #fff; }
    #popup .close:after {
      content: '';
      position: absolute;
      background: url("/images/layout/sprites/icons.png") 0 -270px;
      background-repeat: no-repeat;
      width: 33px;
      height: 33px;
      top: 9px;
      left: 8px; }
    #popup .close:active {
      top: 36px; }
  #popup .loginPopup, #popup .passwordresetPopup {
    width: 602px;
    height: 472px;
    background: url("/images/layout/boxes/login.png"); }
    #popup .loginPopup #login, #popup .loginPopup #passwordreset, #popup .passwordresetPopup #login, #popup .passwordresetPopup #passwordreset {
      padding: 30px 60px; }
      #popup .loginPopup #login h2, #popup .loginPopup #passwordreset h2, #popup .passwordresetPopup #login h2, #popup .passwordresetPopup #passwordreset h2 {
        padding-bottom: 20px;
        position: relative;
        margin-right: 60px; }
        #popup .loginPopup #login h2:after, #popup .loginPopup #passwordreset h2:after, #popup .passwordresetPopup #login h2:after, #popup .passwordresetPopup #passwordreset h2:after {
          position: absolute;
          content: '';
          height: 1px;
          bottom: 0;
          left: 0;
          width: 100%;
          background: #000;
          border-top: 1px solid #000;
          border-bottom: 1px solid #424B66; }
      #popup .loginPopup #login #passwordresetForm button, #popup .loginPopup #passwordreset #passwordresetForm button, #popup .passwordresetPopup #login #passwordresetForm button, #popup .passwordresetPopup #passwordreset #passwordresetForm button {
        margin-top: 10px; }
      #popup .loginPopup #login #loginForm, #popup .loginPopup #passwordreset #loginForm, #popup .passwordresetPopup #login #loginForm, #popup .passwordresetPopup #passwordreset #loginForm {
        padding-right: 200px;
        padding-bottom: 15px;
        min-height: 240px;
        padding-bottom: 20px;
        position: relative; }
        #popup .loginPopup #login #loginForm:after, #popup .loginPopup #passwordreset #loginForm:after, #popup .passwordresetPopup #login #loginForm:after, #popup .passwordresetPopup #passwordreset #loginForm:after {
          position: absolute;
          content: '';
          height: 1px;
          bottom: 0;
          left: 0;
          width: 100%;
          background: #000;
          border-top: 1px solid #000;
          border-bottom: 1px solid #424B66; }
        #popup .loginPopup #login #loginForm .passwordReset, #popup .loginPopup #passwordreset #loginForm .passwordReset, #popup .passwordresetPopup #login #loginForm .passwordReset, #popup .passwordresetPopup #passwordreset #loginForm .passwordReset {
          text-align: right;
          padding-top: 10px;
          padding-bottom: 10px; }
        #popup .loginPopup #login #loginForm:before, #popup .loginPopup #passwordreset #loginForm:before, #popup .passwordresetPopup #login #loginForm:before, #popup .passwordresetPopup #passwordreset #loginForm:before {
          content: '';
          position: absolute;
          background: url("/images/layout/portraits/master.jpg");
          width: 183px;
          height: 221px;
          border: 2px solid #b7c0cd;
          right: 0;
          top: 0; }
      #popup .loginPopup #login #usefulLinks li, #popup .loginPopup #passwordreset #usefulLinks li, #popup .passwordresetPopup #login #usefulLinks li, #popup .passwordresetPopup #passwordreset #usefulLinks li {
        font-size:  15px ;
        font-size:  0.9375rem ;
        padding-top: 10px; }
        #popup .loginPopup #login #usefulLinks li:before, #popup .loginPopup #passwordreset #usefulLinks li:before, #popup .passwordresetPopup #login #usefulLinks li:before, #popup .passwordresetPopup #passwordreset #usefulLinks li:before {
          content: "";
          display: block;
          width: 22px;
          height: 22px;
          float: left;
          padding-right: 28px;
          margin-top: -2px; }
      #popup .loginPopup #login #usefulLinks #createAccount:before, #popup .loginPopup #passwordreset #usefulLinks #createAccount:before, #popup .passwordresetPopup #login #usefulLinks #createAccount:before, #popup .passwordresetPopup #passwordreset #usefulLinks #createAccount:before {
        background: url("/images/layout/sprites/icons.png") 5px -1800px;
        background-repeat: no-repeat; }
      #popup .loginPopup #login #usefulLinks #loginProblems:before, #popup .loginPopup #passwordreset #usefulLinks #loginProblems:before, #popup .passwordresetPopup #login #usefulLinks #loginProblems:before, #popup .passwordresetPopup #passwordreset #usefulLinks #loginProblems:before {
        clear: left;
        background: url("/images/layout/sprites/icons.png") 0 -1710px;
        background-repeat: no-repeat; }
  #popup .videoPopup {
    width: 940px;
    height: 700px;
    padding: 20px 20px 30px;
    background: url("/images/layout/boxes/media.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    #popup .videoPopup .content {
      position: relative;
      width: 100%;
      height: 100%; }
      #popup .videoPopup .content .galleryViewer {
        position: relative;
        width: 100%;
        height: 100%; }
        #popup .videoPopup .content .galleryViewer > ul {
          position: relative;
          width: 100%;
          height: 100%; }
          #popup .videoPopup .content .galleryViewer > ul > li {
            display: none;
            position: relative;
            height: 100%;
            width: 100%; }
            #popup .videoPopup .content .galleryViewer > ul > li iframe {
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%; }
            #popup .videoPopup .content .galleryViewer > ul > li.active {
              display: block; }
    #popup .videoPopup .close {
      top: 25px;
      right: 25px;
      height: 40px;
      min-width: 40px; }
      #popup .videoPopup .close:after {
        top: 4px;
        left: 4px; }
      #popup .videoPopup .close:active {
        top: 28px; }
  #popup .galleryPopup {
    max-width: 940px;
    width: auto;
    height: auto;
    padding: 20px;
    background: url("/images/layout/boxes/media.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    #popup .galleryPopup .content .galleryViewer > ul > li {
      display: none;
      position: relative; }
      #popup .galleryPopup .content .galleryViewer > ul > li img {
        display: block;
        width: 100%; }
      #popup .galleryPopup .content .galleryViewer > ul > li.active {
        display: block; }
    #popup .galleryPopup .content .galleryViewer > ul .title {
      margin: 20px 50px 20px 0;
      color: #35c2ed;
      font-family: 'Oswald', sans-serif;
      letter-spacing:  1px ;
      letter-spacing:  0.0625rem ;
      font-size:  20px ;
      font-size:  1.25rem ;
      text-decoration: none;
      text-shadow: none; }
    #popup .galleryPopup .content .galleryViewer > ul .download {
      position: absolute;
      width: 35px;
      height: 35px;
      bottom: 0;
      right: 0;
      z-index: 2;
      background: url("/images/layout/sprites/icons.png") 0 -90px;
      background-repeat: no-repeat; }
      #popup .galleryPopup .content .galleryViewer > ul .download a {
        display: block;
        height: 100%;
        width: 100%; }
      #popup .galleryPopup .content .galleryViewer > ul .download:hover {
        background: url("/images/layout/sprites/icons.png") 0 -180px;
        background-repeat: no-repeat; }
    #popup .galleryPopup .content .galleryViewer .previous, #popup .galleryPopup .content .galleryViewer .next {
      background: none;
      border: 0;
      padding: 0;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      height: 90px;
      width: 80px;
      z-index: 15; }
      #popup .galleryPopup .content .galleryViewer .previous:active, #popup .galleryPopup .content .galleryViewer .next:active {
        -webkit-transform: translate(-48%, 0);
        -moz-transform: translate(-48%, 0);
        -ms-transform: translate(-48%, 0);
        -o-transform: translate(-48%, 0);
        transform: translate(-48%, 0); }
    #popup .galleryPopup .content .galleryViewer .previous {
      left: 20px;
      background: url("/images/layout/sprites/icons.png") 0 -990px;
      background-repeat: no-repeat; }
      #popup .galleryPopup .content .galleryViewer .previous:hover {
        background: url("/images/layout/sprites/icons.png") 0 -1080px;
        background-repeat: no-repeat; }
    #popup .galleryPopup .content .galleryViewer .next {
      right: 20px;
      background: url("/images/layout/sprites/icons.png") 0 -1170px;
      background-repeat: no-repeat; }
      #popup .galleryPopup .content .galleryViewer .next:hover {
        background: url("/images/layout/sprites/icons.png") 0 -1260px;
        background-repeat: no-repeat; }
    #popup .galleryPopup .close {
      top: 35px;
      right: 35px; }
      #popup .galleryPopup .close:active {
        top: 36px; }
  #popup .paymentCurrencyPopup, #popup .paymentPopup, #popup .paymentCurrencyFromAccountOverviewPopup {
    width: 903px;
    height: 604px; }
    #popup .paymentCurrencyPopup .content, #popup .paymentPopup .content, #popup .paymentCurrencyFromAccountOverviewPopup .content {
      position: relative;
      width: 100%;
      height: 100%; }
      #popup .paymentCurrencyPopup .content #payment, #popup .paymentPopup .content #payment, #popup .paymentCurrencyFromAccountOverviewPopup .content #payment {
        position: relative;
        width: 100%;
        height: 100%; }
        #popup .paymentCurrencyPopup .content #payment iframe, #popup .paymentPopup .content #payment iframe, #popup .paymentCurrencyFromAccountOverviewPopup .content #payment iframe {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; }
    #popup .paymentCurrencyPopup .close, #popup .paymentPopup .close, #popup .paymentCurrencyFromAccountOverviewPopup .close {
      top: 10px;
      right: 10px; }
      #popup .paymentCurrencyPopup .close:active, #popup .paymentPopup .close:active, #popup .paymentCurrencyFromAccountOverviewPopup .close:active {
        top: 11px; }
  #popup .doifeedbackPopup, #popup .resendvalidationlinkPopup {
    width: 602px;
    background: transparent;
    border-style: solid;
    border-width: 20px;
    -moz-border-image: url("../images/layout/boxes/login.png") 20 stretch;
    -webkit-border-image: url("../images/layout/boxes/login.png") 20 stretch;
    -o-border-image: url("../images/layout/boxes/login.png") 20 stretch;
    border-image: url("../images/layout/boxes/login.png") 20 fill stretch;
    padding-bottom: 25px; }
    @media screen\0 {
      #popup .doifeedbackPopup, #popup .resendvalidationlinkPopup {
        border: 1px solid #35c2ed;
        background: #262c3e;
        padding: 20px; } }
    @media all and (-ms-high-contrast: none) {
      #popup .doifeedbackPopup, #popup .resendvalidationlinkPopup {
        background: transparent;
        border-style: solid;
        border-width: 20px;
        -moz-border-image: url("../images/layout/boxes/login.png") 20 stretch;
        -webkit-border-image: url("../images/layout/boxes/login.png") 20 stretch;
        -o-border-image: url("../images/layout/boxes/login.png") 20 stretch;
        border-image: url("../images/layout/boxes/login.png") 20 fill stretch;
        border-top-width: 1px\0;
        border-bottom-width: 1px\0;
        border-right-width: 1px\0;
        border-left-width: 1px\0;
        border-color: #35c2ed\0;
        background: #262c3e\0;
        background: #262c3e\0;
        padding: 20px\0;
        /*border-top-width: 1px\9;
        border-bottom-width: 1px\9;
        border-right-width: 1px\9;
        border-left-width: 1px\9;
        border-color: #35c2ed\9;
        background: #262c3e\9;
        background: #262c3e\9;
        padding: 20px\9;*/ } }
    #popup .doifeedbackPopup #emailvalidation, #popup .doifeedbackPopup #resendValidationLink, #popup .resendvalidationlinkPopup #emailvalidation, #popup .resendvalidationlinkPopup #resendValidationLink {
      padding: 35px 60px; }
      #popup .doifeedbackPopup #emailvalidation h2, #popup .doifeedbackPopup #resendValidationLink h2, #popup .resendvalidationlinkPopup #emailvalidation h2, #popup .resendvalidationlinkPopup #resendValidationLink h2 {
        padding-bottom: 20px;
        position: relative; }
        #popup .doifeedbackPopup #emailvalidation h2:after, #popup .doifeedbackPopup #resendValidationLink h2:after, #popup .resendvalidationlinkPopup #emailvalidation h2:after, #popup .resendvalidationlinkPopup #resendValidationLink h2:after {
          position: absolute;
          content: '';
          height: 1px;
          bottom: 0;
          left: 0;
          width: 100%;
          background: #000;
          border-top: 1px solid #000;
          border-bottom: 1px solid #424B66; }
  #popup .deletefriendPopup {
    width: 602px;
    height: 472px;
    background: url("/images/layout/boxes/login.png"); }
    #popup .deletefriendPopup #deletefriend {
      padding: 30px 60px; }
      #popup .deletefriendPopup #deletefriend h2 {
        padding-bottom: 20px;
        position: relative;
        text-align: center; }
        #popup .deletefriendPopup #deletefriend h2:after {
          position: absolute;
          content: '';
          height: 1px;
          bottom: 0;
          left: 0;
          width: 100%;
          background: #000;
          border-top: 1px solid #000;
          border-bottom: 1px solid #424B66; }
    #popup .deletefriendPopup .text {
      font-size: 20px;
      color: red;
      padding-bottom: 130px; }

.error_right {
  position: absolute;
  right: -398px;
  top: -12px;
  padding: 20px;
  z-index: 10;
  width: 392px;
  height: 89px;
  background-image: url("/images/layout/boxes/notify_right.png");
  background-position: left top;
  background-repeat: no-repeat; }
  .error_right:before {
    content: '';
    position: absolute;
    background: url("/images/layout/sprites/icons.png") 0 -1890px;
    background-repeat: no-repeat;
    width: 32px;
    height: 29px;
    left: 27px;
    top: 25px; }
  .error_right li {
    margin-left: 50px; }

.error_bottom {
  position: relative;
  background-image: url("/images/layout/boxes/notify_bottom.png");
  padding: 27px 20px 20px;
  width: 392px;
  height: 96px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 auto; }
  .error_bottom:before {
    content: '';
    position: absolute;
    background: url("/images/layout/sprites/icons.png") 0 -1890px;
    background-repeat: no-repeat;
    width: 32px;
    height: 29px;
    left: 27px;
    top: 32px; }
  .error_bottom li {
    margin-left: 50px; }

#changepassword .error_bottom, #account .error_bottom, #service .error_bottom {
  position: relative;
  background: transparent;
  border-style: solid;
  border-width: 30px 20px 20px 20px;
  -moz-border-image: url("../images/layout/boxes/glow_bottom.png") 30 20 20 20 stretch;
  -webkit-border-image: url("../images/layout/boxes/glow_bottom.png") 30 20 20 20 stretch;
  -o-border-image: url("../images/layout/boxes/glow_bottom.png") 30 20 20 20 stretch;
  border-image: url("../images/layout/boxes/glow_bottom.png") 30 20 20 20 fill stretch;
  padding: 8px;
  width: 100%;
  height: auto;
  margin: 0 0 0 -10px; }
  #changepassword .error_bottom:before, #account .error_bottom:before, #service .error_bottom:before {
    content: '';
    position: absolute;
    background: url("/images/layout/sprites/icons.png") 0 -2160px;
    background-repeat: no-repeat;
    width: 23px;
    height: 27px;
    left: 5px;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #changepassword .error_bottom li, #account .error_bottom li, #service .error_bottom li {
    margin-left: 30px; }

.pagination {
  position: relative;
  clear: both;
  text-align: center;
  margin: 40px 0; }
  .pagination ul {
    position: relative; }
    .pagination ul li {
      display: inline-block;
      position: relative;
      float: none;
      width: auto; }
      .pagination ul li a {
        text-decoration: none; }
    .pagination ul .pageNumber + .pageNumber:before {
      content: " | ";
      padding: 10px; }
    .pagination ul .special {
      position: absolute;
      display: block;
      width: 16px;
      height: 13px; }
      .pagination ul .special:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 13px;
        top: 0;
        left: 0; }
      .pagination ul .special.disabled {
        display: none; }
    .pagination ul .firstPage {
      top: -11px;
      left: -50px; }
      .pagination ul .firstPage:before {
        background: url("/images/layout/sprites/icons.png") -73px -1646px;
        background-repeat: no-repeat; }
      .pagination ul .firstPage:hover:before {
        background: url("/images/layout/sprites/icons.png") -73px -1697px;
        background-repeat: no-repeat; }
    .pagination ul .previousPage {
      top: -11px;
      left: -30px; }
      .pagination ul .previousPage:before {
        background: url("/images/layout/sprites/icons.png") -73px -1620px;
        background-repeat: no-repeat; }
      .pagination ul .previousPage:hover:before {
        background: url("/images/layout/sprites/icons.png") -73px -1672px;
        background-repeat: no-repeat; }
    .pagination ul .nextPage {
      top: -11px;
      right: -30px; }
      .pagination ul .nextPage:before {
        background: url("/images/layout/sprites/icons.png") 0 -1620px;
        background-repeat: no-repeat; }
      .pagination ul .nextPage:hover:before {
        background: url("/images/layout/sprites/icons.png") 0 -1672px;
        background-repeat: no-repeat; }
    .pagination ul .lastPage {
      top: -11px;
      right: -50px; }
      .pagination ul .lastPage:before {
        background: url("/images/layout/sprites/icons.png") 0 -1646px;
        background-repeat: no-repeat; }
      .pagination ul .lastPage:hover:before {
        background: url("/images/layout/sprites/icons.png") 0 -1697px;
        background-repeat: no-repeat; }

.passwordValidation {
  position: absolute;
  border-style: solid;
  border-width: 40px 30px 20px 30px;
  -moz-border-image: url("../images/layout/boxes/glow_bottom.png") 40 30 20 30 stretch;
  -webkit-border-image: url("../images/layout/boxes/glow_bottom.png") 40 30 20 30 stretch;
  -o-border-image: url("../images/layout/boxes/glow_bottom.png") 40 30 20 30 stretch;
  border-image: url("../images/layout/boxes/glow_bottom.png") 40 30 20 30 fill stretch;
  top: 200px;
  padding: 5px;
  margin-left: -10px;
  width: 585px;
  z-index: 10; }
  .passwordValidation .pwStrength {
    color: #b7c0cd;
    font-size:  16px ;
    font-size:  1rem ;
    font-weight: bold;
    padding-left: 45px;
    margin-bottom: 30px; }
    .passwordValidation .pwStrength:before {
      content: '';
      position: absolute;
      background: url("/images/layout/sprites/icons.png") 0 -2250px;
      background-repeat: no-repeat;
      width: 33px;
      height: 33px;
      left: 0px;
      top: -3px; }
  .passwordValidation .passwordStrength {
    position: absolute;
    width: 250px;
    right: 30px;
    top: 3px; }
    .passwordValidation .passwordStrength.strength_0 .indicator > div, .passwordValidation .passwordStrength.strength_10 .indicator > div, .passwordValidation .passwordStrength.strength_20 .indicator > div, .passwordValidation .passwordStrength.strength_30 .indicator > div, .passwordValidation .passwordStrength.strength_40 .indicator > div {
      background: #f62217; }
    .passwordValidation .passwordStrength.strength_0 .weak, .passwordValidation .passwordStrength.strength_10 .weak, .passwordValidation .passwordStrength.strength_20 .weak, .passwordValidation .passwordStrength.strength_30 .weak, .passwordValidation .passwordStrength.strength_40 .weak {
      color: #f62217;
      display: block; }
    .passwordValidation .passwordStrength.strength_50 .indicator > div, .passwordValidation .passwordStrength.strength_60 .indicator > div {
      background: #ff5400; }
    .passwordValidation .passwordStrength.strength_50 .medium, .passwordValidation .passwordStrength.strength_60 .medium {
      color: #ff5400;
      display: block; }
    .passwordValidation .passwordStrength.strength_70 .indicator > div, .passwordValidation .passwordStrength.strength_80 .indicator > div {
      background: #f6d901; }
    .passwordValidation .passwordStrength.strength_70 .strong, .passwordValidation .passwordStrength.strength_80 .strong {
      color: #f6d901;
      display: block; }
    .passwordValidation .passwordStrength.strength_90 .indicator > div, .passwordValidation .passwordStrength.strength_100 .indicator > div {
      background: #72b83e; }
    .passwordValidation .passwordStrength.strength_90 .strong, .passwordValidation .passwordStrength.strength_100 .strong {
      color: #72b83e;
      display: block; }
    .passwordValidation .passwordStrength .indicator {
      position: relative;
      border: 1px solid #b7c0cd;
      height: 10px;
      margin-top: 6px;
      margin-right: 100px; }
      .passwordValidation .passwordStrength .indicator:before {
        content: '';
        position: absolute;
        background: url("/images/layout/sprites/icons.png") 0 -2340px;
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        left: -25px;
        top: -6px; }
      .passwordValidation .passwordStrength .indicator > div {
        height: 100%; }
    .passwordValidation .passwordStrength .labels {
      margin-left: 30px;
      float: right;
      line-height: 24px;
      font-family: 'Oswald', sans-serif;
      letter-spacing:  1px ;
      letter-spacing:  0.0625rem ;
      font-size:  20px ;
      font-size:  1.25rem ;
      text-decoration: none;
      text-shadow: none; }
      .passwordValidation .passwordStrength .labels li {
        display: none;
        font-weight: bold; }
  .passwordValidation .validations div {
    position: relative; }
    .passwordValidation .validations div:before {
      content: '';
      position: absolute;
      background: url("/images/layout/sprites/icons.png") 0 -2380px;
      background-repeat: no-repeat;
      width: 18px;
      height: 18px;
      left: 0px;
      top: -3px; }
    .passwordValidation .validations div.valid:before {
      background: url("/images/layout/sprites/icons.png") -73px -2380px;
      background-repeat: no-repeat; }
    .passwordValidation .validations div p {
      margin-left: 25px; }

.step {
  margin-left: -15px;
  border-style: solid;
  border-width: 50px;
  -moz-border-image: url("../images/layout/boxes/step.png") 50 stretch;
  -webkit-border-image: url("../images/layout/boxes/step.png") 50 stretch;
  -o-border-image: url("../images/layout/boxes/step.png") 50 stretch;
  border-image: url("../images/layout/boxes/step.png") 50 fill stretch;
  padding-bottom: 25px;
  height: 240px; }
  @media screen\0 {
    .step {
      border: 1px solid #35c2ed;
      background: #262c3e;
      padding: 50px; } }
  @media all and (-ms-high-contrast: none) {
    .step {
      background: transparent;
      border-style: solid;
      border-width: 50px;
      -moz-border-image: url("../images/layout/boxes/step.png") 50 stretch;
      -webkit-border-image: url("../images/layout/boxes/step.png") 50 stretch;
      -o-border-image: url("../images/layout/boxes/step.png") 50 stretch;
      border-image: url("../images/layout/boxes/step.png") 50 fill stretch;
      border-top-width: 1px\0;
      border-bottom-width: 1px\0;
      border-right-width: 1px\0;
      border-left-width: 1px\0;
      border-color: #35c2ed\0;
      background: #262c3e\0;
      background: #262c3e\0;
      padding: 50px\0;
      /*border-top-width: 1px\9;
      border-bottom-width: 1px\9;
      border-right-width: 1px\9;
      border-left-width: 1px\9;
      border-color: #35c2ed\9;
      background: #262c3e\9;
      background: #262c3e\9;
      padding: 50px\9;*/ } }
  .step:before, .step:after {
    display: table;
    content: ' ';
    clear: both; }
  .step.large {
    border-style: solid;
    border-width: 50px;
    -moz-border-image: url("../images/layout/boxes/step-large.png") 50 stretch;
    -webkit-border-image: url("../images/layout/boxes/step-large.png") 50 stretch;
    -o-border-image: url("../images/layout/boxes/step-large.png") 50 stretch;
    border-image: url("../images/layout/boxes/step-large.png") 50 fill stretch;
    padding-bottom: 25px;
    height: 370px; }
    @media screen\0 {
      .step.large {
        border: 1px solid #35c2ed;
        background: #262c3e;
        padding: 50px; } }
    @media all and (-ms-high-contrast: none) {
      .step.large {
        background: transparent;
        border-style: solid;
        border-width: 50px;
        -moz-border-image: url("../images/layout/boxes/step-large.png") 50 stretch;
        -webkit-border-image: url("../images/layout/boxes/step-large.png") 50 stretch;
        -o-border-image: url("../images/layout/boxes/step-large.png") 50 stretch;
        border-image: url("../images/layout/boxes/step-large.png") 50 fill stretch;
        border-top-width: 1px\0;
        border-bottom-width: 1px\0;
        border-right-width: 1px\0;
        border-left-width: 1px\0;
        border-color: #35c2ed\0;
        background: #262c3e\0;
        background: #262c3e\0;
        padding: 50px\0;
        /*border-top-width: 1px\9;
        border-bottom-width: 1px\9;
        border-right-width: 1px\9;
        border-left-width: 1px\9;
        border-color: #35c2ed\9;
        background: #262c3e\9;
        background: #262c3e\9;
        padding: 50px\9;*/ } }
  .step .leftContent {
    max-width: 500px;
    margin-bottom: 20px; }
    .step .leftContent h3 {
      color: #fff; }
  .step .rightContent {
    width: 265px;
    margin-bottom: 20px; }
    .step .rightContent .downloadButton {
      margin-top: 12px; }
    .step .rightContent .right {
      float: none; }

.avatarPic {
  margin-top: 5px;
  background-position: left 0px;
  background-repeat: no-repeat;
  border-radius: 4px;
  border: 3px solid #b7c0cd; }
  .avatarPic.small {
    height: 46px;
    width: 46px; }

#promo {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 442px;
  height: 582px;
  background-image: url("/images/layout/backgrounds/chains.png");
  background-repeat: no-repeat;
  text-align: center; }
  #promo .button {
    top: 420px;
    left: 8px; }
    #promo .button:active {
      top: 421px; }
  #promo:before {
    z-index: -1;
    top: 285px;
    left: 70px; }

#hardwareRequirements {
  margin-left: -12px;
  border-style: solid;
  border-width: 8px 20px 30px 20px;
  -moz-border-image: url("../images/layout/boxes/hardware.png") 8 20 30 20 stretch;
  -webkit-border-image: url("../images/layout/boxes/hardware.png") 8 20 30 20 stretch;
  -o-border-image: url("../images/layout/boxes/hardware.png") 8 20 30 20 stretch;
  border-image: url("../images/layout/boxes/hardware.png") 8 20 30 20 fill stretch; }
  #hardwareRequirements table {
    width: 100%; }
    #hardwareRequirements table th {
      color: #fff;
      font-weight: bold;
      font-size:  18px ;
      font-size:  1.125rem ; }
    #hardwareRequirements table th, #hardwareRequirements table td {
      padding: 10px 20px;
      text-align: left; }

#index #teaser:after {
  content: '';
  position: absolute;
  background: url("/images/layout/backgrounds/slider.png") bottom center no-repeat;
  max-width: 1920px;
  width: 100%;
  height: 90px;
  bottom: -46px;
  z-index: 10;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
#index #teaser .container #articles {
  position: absolute;
  top: 210px;
  left: -20px;
  width: 640px;
  z-index: 5; }
  #index #teaser .container #articles li {
    width: 680px;
    height: 190px;
    padding: 30px;
    background-image: url("/images/layout/boxes/teaser.png");
    background-repeat: no-repeat; }
    #index #teaser .container #articles li h3 a {
      color: #35c2ed;
      font-family: 'Oswald', sans-serif;
      letter-spacing:  1px ;
      letter-spacing:  0.0625rem ;
      font-size:  22px ;
      font-size:  1.375rem ;
      text-decoration: none;
      text-shadow: none; }
      #index #teaser .container #articles li h3 a:hover, #index #teaser .container #articles li h3 a:active {
        color: #fff; }
    #index #teaser .container #articles li p {
      padding-left: 15px; }
#index #teaser .container #articlesNavigation {
  position: absolute;
  top: 0;
  left: 0; }
  #index #teaser .container #articlesNavigation li {
    width: 40px;
    height: 40px;
    margin-right: -10px;
    float: left;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    background: url("/images/layout/sprites/icons.png") 0 -1350px;
    background-repeat: no-repeat; }
    #index #teaser .container #articlesNavigation li:hover, #index #teaser .container #articlesNavigation li:active {
      background: url("/images/layout/sprites/icons.png") 0 -1440px;
      background-repeat: no-repeat; }
    #index #teaser .container #articlesNavigation li.active {
      background: url("/images/layout/sprites/icons.png") 0 -1530px;
      background-repeat: no-repeat; }
#index #teaser #images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }
  #index #teaser #images li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: top center;
    background-repeat: no-repeat;
    height: 465px; }
#index #teaser .next, #index #teaser .previous {
  height: 90px;
  width: 90px;
  position: absolute;
  top: 50%;
  margin-top: -39px;
  z-index: 10;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  #index #teaser .next.inactive, #index #teaser .previous.inactive {
    display: none; }
#index #teaser .previous {
  left: 10px;
  background: url("/images/layout/sprites/icons.png") 0 -990px;
  background-repeat: no-repeat; }
  #index #teaser .previous:hover, #index #teaser .previous:active {
    background: url("/images/layout/sprites/icons.png") 0 -1080px;
    background-repeat: no-repeat; }
#index #teaser .next {
  right: 10px;
  background: url("/images/layout/sprites/icons.png") 0 -1170px;
  background-repeat: no-repeat; }
  #index #teaser .next:hover, #index #teaser .next:active {
    background: url("/images/layout/sprites/icons.png") 0 -1260px;
    background-repeat: no-repeat; }
#index #news {
  position: relative;
  padding-top: 40px;
  z-index: 20; }
  #index #news .newsBox {
    margin-bottom: 20px;
    position: relative;
    width: 290px;
    padding: 20px 20px 10px 0px;
    border-style: solid;
    border-width: 10px;
    -moz-border-image: url("../images/layout/boxes/standard.png") 10 stretch;
    -webkit-border-image: url("../images/layout/boxes/standard.png") 10 stretch;
    -o-border-image: url("../images/layout/boxes/standard.png") 10 stretch;
    border-image: url("../images/layout/boxes/standard.png") 10 fill stretch;
    padding-bottom: 25px; }
    @media screen\0 {
      #index #news .newsBox {
        border: 1px solid #35c2ed;
        background: #262c3e;
        padding: 10px; } }
    @media all and (-ms-high-contrast: none) {
      #index #news .newsBox {
        background: transparent;
        border-style: solid;
        border-width: 10px;
        -moz-border-image: url("../images/layout/boxes/standard.png") 10 stretch;
        -webkit-border-image: url("../images/layout/boxes/standard.png") 10 stretch;
        -o-border-image: url("../images/layout/boxes/standard.png") 10 stretch;
        border-image: url("../images/layout/boxes/standard.png") 10 fill stretch;
        border-top-width: 1px\0;
        border-bottom-width: 1px\0;
        border-right-width: 1px\0;
        border-left-width: 1px\0;
        border-color: #35c2ed\0;
        background: #262c3e\0;
        background: #262c3e\0;
        padding: 10px\0;
        /*border-top-width: 1px\9;
        border-bottom-width: 1px\9;
        border-right-width: 1px\9;
        border-left-width: 1px\9;
        border-color: #35c2ed\9;
        background: #262c3e\9;
        background: #262c3e\9;
        padding: 10px\9;*/ } }
  #index #news .newsBox + .newsBox {
    margin-left: 67px; }
  #index #news .news {
    margin-left: -10px;
    margin-right: -10px;
    float: left;
    min-height: 280px;
    padding-left: 16px; }
    #index #news .news .title {
      position: relative;
      padding: 0px 0px 0px 40px;
      min-height: 65px; }
      #index #news .news .title:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        left: -10px; }
      #index #news .news .title.game:before {
        background: url("/images/layout/sprites/news_small.png") 0 -0px;
        background-repeat: no-repeat; }
      #index #news .news .title.info:before {
        background: url("/images/layout/sprites/news_small.png") 0 -40px;
        background-repeat: no-repeat; }
      #index #news .news .title.maintenance:before {
        background: url("/images/layout/sprites/news_small.png") 0 -80px;
        background-repeat: no-repeat; }
      #index #news .news .title.patchnotes:before {
        background: url("/images/layout/sprites/news_small.png") 0 -120px;
        background-repeat: no-repeat; }
      #index #news .news .title.twitch:before {
        background: url("/images/layout/sprites/news_small.png") 0 -160px;
        background-repeat: no-repeat; }
      #index #news .news .title.update:before {
        background: url("/images/layout/sprites/news_small.png") 0 -200px;
        background-repeat: no-repeat; }
      #index #news .news .title.event:before {
        background: url("/images/layout/sprites/news_small.png") 0 -240px;
        background-repeat: no-repeat; }
      #index #news .news .title a {
        color: #35c2ed;
        font-family: 'Oswald', sans-serif;
        letter-spacing:  1px ;
        letter-spacing:  0.0625rem ;
        font-size:  18px ;
        font-size:  1.125rem ;
        text-decoration: none;
        text-shadow: none; }
        #index #news .news .title a:hover, #index #news .news .title a:active {
          color: #fff; }
    #index #news .news .content {
      padding-top: 5px;
      margin-bottom: 10px; }
      #index #news .news .content img {
        display: block;
        max-height: 121px;
        width: 240px; }
      #index #news .news .content:after {
        content: '';
        display: block;
        border: 1px solid #000;
        border-bottom-color: #b7c0cd;
        margin-top: 10px; }
    #index #news .news .more {
      margin-bottom: 10px; }
      #index #news .news .more:hover, #index #news .news .more:active {
        color: #ff5400; }
#index #socialMediaThumbnails {
  background: #b7c0cd;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 20; }
  #index #socialMediaThumbnails a:hover, #index #socialMediaThumbnails a:active {
    color: #fff; }
  #index #socialMediaThumbnails ul li {
    background: #394158;
    position: relative;
    float: left;
    width: 270px;
    height: 210px;
    margin-bottom: 50px;
    margin-top: 40px; }
    #index #socialMediaThumbnails ul li:before {
      content: '';
      position: absolute;
      height: 280px;
      width: 320px; }
    #index #socialMediaThumbnails ul li.twitch .tileHover > div {
      border-top: 3px solid #72b83e; }
    #index #socialMediaThumbnails ul li.twitch:before {
      background: url("/images/layout/sprites/thumbnails.png") 0 -0px;
      background-repeat: no-repeat;
      left: -44px;
      bottom: -22px; }
    #index #socialMediaThumbnails ul li.twitter .tileHover > div {
      border-top: 3px solid #ff5400; }
    #index #socialMediaThumbnails ul li.twitter:before {
      background: url("/images/layout/sprites/thumbnails.png") 0 -280px;
      background-repeat: no-repeat;
      bottom: -24px; }
    #index #socialMediaThumbnails ul li.facebook .tileHover > div {
      border-top: 3px solid #35c2ed; }
    #index #socialMediaThumbnails ul li.facebook:before {
      background: url("/images/layout/sprites/thumbnails.png") 0 -560px;
      background-repeat: no-repeat;
      left: 0;
      bottom: -20px; }
    #index #socialMediaThumbnails ul li .tileHover {
      overflow: hidden;
      height: 260px;
      width: 100%;
      position: relative; }
      #index #socialMediaThumbnails ul li .tileHover > div {
        background: #262c3e;
        /* The Fallback */
        background: rgba(38, 44, 62, 0.85);
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: -210px;
        padding: 10px 20px 20px;
        transition: bottom .75s; }
        #index #socialMediaThumbnails ul li .tileHover > div > strong {
          color: #35c2ed;
          font-family: 'Oswald', sans-serif;
          letter-spacing:  1px ;
          letter-spacing:  0.0625rem ;
          font-size:  18px ;
          font-size:  1.125rem ;
          text-decoration: none;
          text-shadow: none;
          display: block; }
          #index #socialMediaThumbnails ul li .tileHover > div > strong:hover, #index #socialMediaThumbnails ul li .tileHover > div > strong:active {
            color: #fff; }
        #index #socialMediaThumbnails ul li .tileHover > div > p {
          margin-top: 20px; }
      #index #socialMediaThumbnails ul li .tileHover:hover > div, #index #socialMediaThumbnails ul li .tileHover:active > div {
        bottom: -100px; }
        #index #socialMediaThumbnails ul li .tileHover:hover > div > strong, #index #socialMediaThumbnails ul li .tileHover:active > div > strong {
          color: #fff; }
  #index #socialMediaThumbnails ul li + li {
    margin-left: 77px; }

#news #teaser {
  position: relative;
  height: 380px;
  background: url("/images/layout/backgrounds/news.jpg") top center no-repeat; }
#news #newsMain {
  position: relative;
  padding-top: 0px;
  z-index: 20; }
  #news #newsMain #newsContent {
    width: 650px;
    min-height: 350px; }
    #news #newsMain #newsContent .box {
      margin-bottom: 20px;
      position: relative;
      width: auto;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      #news #newsMain #newsContent .box .title {
        position: relative;
        padding: 0px 0px 15px 85px;
        min-height: 65px; }
        #news #newsMain #newsContent .box .title:before {
          content: '';
          position: absolute;
          width: 75px;
          height: 75px;
          left: -10px; }
        #news #newsMain #newsContent .box .title.game:before {
          background: url("/images/layout/sprites/news.png") 0 -0px;
          background-repeat: no-repeat; }
        #news #newsMain #newsContent .box .title.info:before {
          background: url("/images/layout/sprites/news.png") 0 -75px;
          background-repeat: no-repeat; }
        #news #newsMain #newsContent .box .title.maintenance:before {
          background: url("/images/layout/sprites/news.png") 0 -150px;
          background-repeat: no-repeat; }
        #news #newsMain #newsContent .box .title.patchnotes:before {
          background: url("/images/layout/sprites/news.png") 0 -225px;
          background-repeat: no-repeat; }
        #news #newsMain #newsContent .box .title.twitch:before {
          background: url("/images/layout/sprites/news.png") 0 -300px;
          background-repeat: no-repeat; }
        #news #newsMain #newsContent .box .title.update:before {
          background: url("/images/layout/sprites/news.png") 0 -375px;
          background-repeat: no-repeat; }
        #news #newsMain #newsContent .box .title.event:before {
          background: url("/images/layout/sprites/news.png") 0 -450px;
          background-repeat: no-repeat; }
        #news #newsMain #newsContent .box .title a {
          color: #35c2ed;
          font-family: 'Oswald', sans-serif;
          letter-spacing:  1px ;
          letter-spacing:  0.0625rem ;
          font-size:  22px ;
          font-size:  1.375rem ;
          text-decoration: none;
          text-shadow: none; }
          #news #newsMain #newsContent .box .title a:hover, #news #newsMain #newsContent .box .title a:active {
            color: #fff; }
      #news #newsMain #newsContent .box img {
        max-width: 580px !important;
        float: none !important;
        margin: 0 !important;
        margin-bottom: 25px !important; }
    #news #newsMain #newsContent .moreNews {
      margin: 0 12px 25px; }
    #news #newsMain #newsContent #newsDetails .title h3 {
      color: #35c2ed;
      font-family: 'Oswald', sans-serif;
      letter-spacing:  1px ;
      letter-spacing:  0.0625rem ;
      font-size:  22px ;
      font-size:  1.375rem ;
      text-decoration: none;
      text-shadow: none;
      margin-top: 15px; }
  #news #newsMain #twitter {
    top: 15px;
    right: 0px;
    float: right; }
    #news #newsMain #twitter.sticky {
      position: fixed;
      top: 15px;
      left: 50%;
      -webkit-transform: translate(212px, 0);
      -moz-transform: translate(212px, 0);
      -ms-transform: translate(212px, 0);
      -o-transform: translate(212px, 0);
      transform: translate(212px, 0); }
    #news #newsMain #twitter.bottom {
      position: absolute;
      bottom: 20px;
      top: auto; }

#media #content {
  background-color: #394158; }
#media #teaser {
  background: url("/images/layout/backgrounds/media.jpg") top center no-repeat;
  height: 340px; }
#media .noItems {
  font-weight: bold;
  margin-bottom: 40px; }
#media .livestream {
  margin-bottom: 40px; }
#media .videoList {
  margin: 0 auto;
  overflow: hidden; }
  #media .videoList ul:before, #media .videoList ul:after {
    display: table;
    content: ' ';
    clear: both; }
  #media .videoList ul li {
    float: left;
    width: 300px;
    margin: 10px;
    margin-bottom: 20px;
    height: 300px; }
    #media .videoList ul li .thumb_title {
      font-size:  18px ;
      font-size:  1.125rem ; }
    #media .videoList ul li .thumb {
      position: relative;
      display: block;
      width: 300px;
      margin-bottom: 10px; }
      #media .videoList ul li .thumb img {
        display: block;
        width: 300px;
        border: 2px solid #ff5400; }
      #media .videoList ul li .thumb:before {
        position: absolute;
        content: '';
        height: 60px;
        width: 60px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url("/images/layout/sprites/icons.png") 0 -900px;
        background-repeat: no-repeat;
        z-index: 10; }
    #media .videoList ul li:hover {
      cursor: pointer; }
      #media .videoList ul li:hover .thumb_title {
        color: #fff; }
      #media .videoList ul li:hover .thumb img {
        border-color: #fff;
        -webkit-box-shadow: 0px 0px 10px #35c2ed;
        -moz-box-shadow: 0px 0px 10px #35c2ed;
        box-shadow: 0px 0px 10px #35c2ed; }
      #media .videoList ul li:hover .thumb:before {
        background: url("/images/layout/sprites/icons.png") 0 -810px;
        background-repeat: no-repeat; }
#media .galleryContainer {
  margin: 0 auto;
  overflow: hidden; }
  #media .galleryContainer ul:before, #media .galleryContainer ul:after {
    display: table;
    content: ' ';
    clear: both; }
  #media .galleryContainer ul li {
    float: left;
    width: 217px;
    margin: 10px;
    margin-bottom: 20px; }
    #media .galleryContainer ul li .thumb_title {
      font-size:  18px ;
      font-size:  1.125rem ; }
    #media .galleryContainer ul li .thumb {
      position: relative;
      display: block;
      width: 200px;
      margin-bottom: 10px; }
      #media .galleryContainer ul li .thumb img {
        display: block;
        width: 100%;
        border: 2px solid #ff5400; }
      #media .galleryContainer ul li .thumb:before {
        position: absolute;
        content: '';
        height: 55px;
        width: 55px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url("/images/layout/sprites/icons.png") 0 -720px;
        background-repeat: no-repeat;
        filter: alpha(opacity=80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value * 100)";
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        z-index: 10; }
    #media .galleryContainer ul li:hover {
      cursor: pointer; }
      #media .galleryContainer ul li:hover .thumb_title {
        color: #fff; }
      #media .galleryContainer ul li:hover .thumb img {
        border-color: #fff;
        -webkit-box-shadow: 0px 0px 10px #35c2ed;
        -moz-box-shadow: 0px 0px 10px #35c2ed;
        box-shadow: 0px 0px 10px #35c2ed; }
      #media .galleryContainer ul li:hover .thumb:before {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value * 100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }

#helpIndex #content {
  background-color: #394158; }
#helpIndex #teaser {
  background: url("/images/layout/backgrounds/help.jpg") top center no-repeat;
  height: 538px; }
  #helpIndex #teaser #helpThumbnails {
    position: relative;
    z-index: 20; }
    #helpIndex #teaser #helpThumbnails a:hover, #helpIndex #teaser #helpThumbnails a:active {
      color: #fff; }
    #helpIndex #teaser #helpThumbnails ul li {
      background: #394158;
      position: relative;
      float: left;
      width: 277px;
      height: 210px;
      margin-bottom: 50px;
      margin-top: 40px; }
      #helpIndex #teaser #helpThumbnails ul li:before {
        content: '';
        position: absolute;
        height: 280px;
        width: 320px; }
      #helpIndex #teaser #helpThumbnails ul li.faq .tileHover > div {
        border-top: 3px solid #72b83e; }
      #helpIndex #teaser #helpThumbnails ul li.faq:before {
        background: url("/images/layout/sprites/thumbnails.png") 0 -1680px;
        background-repeat: no-repeat;
        left: -21px;
        bottom: -9px; }
      #helpIndex #teaser #helpThumbnails ul li.forum .tileHover > div {
        border-top: 3px solid #ff5400; }
      #helpIndex #teaser #helpThumbnails ul li.forum:before {
        background: url("/images/layout/sprites/thumbnails.png") 0 -1960px;
        background-repeat: no-repeat;
        bottom: -24px;
        left: -21px; }
      #helpIndex #teaser #helpThumbnails ul li.support .tileHover > div {
        border-top: 3px solid #35c2ed; }
      #helpIndex #teaser #helpThumbnails ul li.support:before {
        background: url("/images/layout/sprites/thumbnails.png") 0 -2240px;
        background-repeat: no-repeat;
        left: 0;
        bottom: -6px;
        left: -21px; }
      #helpIndex #teaser #helpThumbnails ul li .tileHover {
        overflow: hidden;
        height: 260px;
        width: 100%;
        position: relative; }
        #helpIndex #teaser #helpThumbnails ul li .tileHover > div {
          background: #262c3e;
          /* The Fallback */
          background: rgba(38, 44, 62, 0.85);
          position: absolute;
          height: 100%;
          width: 100%;
          bottom: -210px;
          padding: 10px 20px 20px;
          transition: bottom .75s; }
          #helpIndex #teaser #helpThumbnails ul li .tileHover > div > strong {
            color: #35c2ed;
            font-family: 'Oswald', sans-serif;
            letter-spacing:  1px ;
            letter-spacing:  0.0625rem ;
            font-size:  18px ;
            font-size:  1.125rem ;
            text-decoration: none;
            text-shadow: none;
            display: block; }
            #helpIndex #teaser #helpThumbnails ul li .tileHover > div > strong:hover, #helpIndex #teaser #helpThumbnails ul li .tileHover > div > strong:active {
              color: #fff; }
          #helpIndex #teaser #helpThumbnails ul li .tileHover > div > p {
            margin-top: 20px; }
        #helpIndex #teaser #helpThumbnails ul li .tileHover:hover > div, #helpIndex #teaser #helpThumbnails ul li .tileHover:active > div {
          bottom: -100px; }
          #helpIndex #teaser #helpThumbnails ul li .tileHover:hover > div > strong, #helpIndex #teaser #helpThumbnails ul li .tileHover:active > div > strong {
            color: #fff; }
    #helpIndex #teaser #helpThumbnails ul li + li {
      margin-left: 60px; }
#helpIndex #helpDetails .container h2 {
  margin-top: 20px; }

#helpFaq #content {
  background-color: #394158; }
#helpFaq #teaser {
  background: url("/images/layout/backgrounds/faq.jpg") top center no-repeat;
  height: 380px;
  margin-bottom: 40px; }
#helpFaq #faqDetails #faqContent {
  overflow: hidden;
  width: 600px; }
  #helpFaq #faqDetails #faqContent li .question {
    padding: 15px 0 15px 40px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    padding-bottom: 15px;
    position: relative; }
    #helpFaq #faqDetails #faqContent li .question:after {
      position: absolute;
      content: '';
      height: 1px;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #424B66;
      border-top: 1px solid #424B66;
      border-bottom: 1px solid #b7c0cd; }
    #helpFaq #faqDetails #faqContent li .question:before {
      content: '';
      position: absolute;
      left: 0;
      top: 10px;
      height: 25px;
      width: 25px;
      background: url("/images/layout/sprites/icons.png") 0 -2070px;
      background-repeat: no-repeat; }
  #helpFaq #faqDetails #faqContent li .answer {
    display: none;
    padding: 10px 30px 30px 40px;
    position: relative; }
  #helpFaq #faqDetails #faqContent li:hover .question {
    background: #262c3e; }
  #helpFaq #faqDetails #faqContent li.active .question:after {
    margin-left: 30px; }
  #helpFaq #faqDetails #faqContent li.active .question:before {
    top: 13px;
    background: url("/images/layout/sprites/icons.png") -65px -2070px;
    background-repeat: no-repeat; }
  #helpFaq #faqDetails #faqContent li.active .answer {
    display: block;
    padding-bottom: 15px;
    position: relative; }
    #helpFaq #faqDetails #faqContent li.active .answer:after {
      position: absolute;
      content: '';
      height: 1px;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #424B66;
      border-top: 1px solid #424B66;
      border-bottom: 1px solid #b7c0cd; }

#account #teaser {
  position: relative;
  height: 321px;
  background: url("/images/layout/backgrounds/account.jpg") bottom center no-repeat; }
#account #accountData h3 {
  color: #35c2ed;
  font-family: 'Oswald', sans-serif;
  letter-spacing:  1px ;
  letter-spacing:  0.0625rem ;
  font-size:  22px ;
  font-size:  1.375rem ;
  text-decoration: none;
  text-shadow: none; }
#account #accountData .box > div {
  margin-bottom: 20px; }
#account #accountData #validationSection #validationStatus {
  margin: 0 -12px 15px 0;
  border-style: solid;
  border-width: 30px;
  -moz-border-image: url("../images/layout/boxes/glow.png") 30 stretch;
  -webkit-border-image: url("../images/layout/boxes/glow.png") 30 stretch;
  -o-border-image: url("../images/layout/boxes/glow.png") 30 stretch;
  border-image: url("../images/layout/boxes/glow.png") 30 fill stretch;
  padding-bottom: 25px; }
  @media screen\0 {
    #account #accountData #validationSection #validationStatus {
      border: 1px solid #35c2ed;
      background: #262c3e;
      padding: 30px; } }
  @media all and (-ms-high-contrast: none) {
    #account #accountData #validationSection #validationStatus {
      background: transparent;
      border-style: solid;
      border-width: 30px;
      -moz-border-image: url("../images/layout/boxes/glow.png") 30 stretch;
      -webkit-border-image: url("../images/layout/boxes/glow.png") 30 stretch;
      -o-border-image: url("../images/layout/boxes/glow.png") 30 stretch;
      border-image: url("../images/layout/boxes/glow.png") 30 fill stretch;
      border-top-width: 1px\0;
      border-bottom-width: 1px\0;
      border-right-width: 1px\0;
      border-left-width: 1px\0;
      border-color: #35c2ed\0;
      background: #262c3e\0;
      background: #262c3e\0;
      padding: 30px\0;
      /*border-top-width: 1px\9;
      border-bottom-width: 1px\9;
      border-right-width: 1px\9;
      border-left-width: 1px\9;
      border-color: #35c2ed\9;
      background: #262c3e\9;
      background: #262c3e\9;
      padding: 30px\9;*/ } }
  #account #accountData #validationSection #validationStatus span {
    position: relative;
    padding-left: 30px; }
    #account #accountData #validationSection #validationStatus span:before {
      content: '';
      position: absolute;
      background: url("/images/layout/sprites/icons.png") -67px -2160px;
      background-repeat: no-repeat;
      width: 23px;
      height: 27px;
      left: 0px;
      top: -4px; }
#account #accountData #passwordSection {
  position: relative; }
#account #accountData #deleteAccountSection #deleteForm {
  position: relative;
  border-style: solid;
  border-width: 30px 20px 20px 20px;
  -moz-border-image: url("../images/layout/boxes/glow_bottom.png") 30 20 20 20 stretch;
  -webkit-border-image: url("../images/layout/boxes/glow_bottom.png") 30 20 20 20 stretch;
  -o-border-image: url("../images/layout/boxes/glow_bottom.png") 30 20 20 20 stretch;
  border-image: url("../images/layout/boxes/glow_bottom.png") 30 20 20 20 fill stretch;
  margin: -10px 0 0 -10px;
  padding-left: 60px;
  padding-top: 10px; }
  #account #accountData #deleteAccountSection #deleteForm h5 {
    color: #b7c0cd;
    font-family: "Roboto", Tahoma, Arial, sans-serif;
    font-weight: bold;
    letter-spacing:  0.3px ;
    letter-spacing:  0.01875rem ;
    font-size:  18px ;
    font-size:  1.125rem ;
    text-shadow: none;
    margin-bottom: 10px; }
  #account #accountData #deleteAccountSection #deleteForm .error_bottom {
    margin-top: -10px; }
  #account #accountData #deleteAccountSection #deleteForm input {
    width: 300px; }
  #account #accountData #deleteAccountSection #deleteForm:before {
    content: '';
    position: absolute;
    background: url("/images/layout/sprites/icons.png") 0 -2430px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 5px;
    top: 5px; }
  #account #accountData #deleteAccountSection #deleteForm .buttons {
    margin: 20px 0; }
    #account #accountData #deleteAccountSection #deleteForm .buttons .button {
      float: none; }
#account #accountData #restoreAccount #restoreBackground {
  position: relative;
  margin-left: -195px;
  background: url("/images/layout/backgrounds/deleted.png") top center no-repeat;
  height: 564px; }
  #account #accountData #restoreAccount #restoreBackground #restoreWrapper {
    position: relative;
    margin-left: 195px;
    width: 650px;
    height: 100%;
    text-align: center; }
    #account #accountData #restoreAccount #restoreBackground #restoreWrapper #deletionInfo {
      position: absolute;
      text-align: left;
      top: 20px;
      left: 25px;
      right: 20px;
      border-style: solid;
      border-width: 20px 20px 40px 20px;
      -moz-border-image: url("../images/layout/boxes/talking_balloon.png") 20 20 40 20 stretch;
      -webkit-border-image: url("../images/layout/boxes/talking_balloon.png") 20 20 40 20 stretch;
      -o-border-image: url("../images/layout/boxes/talking_balloon.png") 20 20 40 20 stretch;
      border-image: url("../images/layout/boxes/talking_balloon.png") 20 20 40 20 fill stretch;
      min-height: 130px;
      padding-left: 90px;
      padding-top: 10px; }
      #account #accountData #restoreAccount #restoreBackground #restoreWrapper #deletionInfo span {
        font-size:  18px ;
        font-size:  1.125rem ;
        color: #fff; }
      #account #accountData #restoreAccount #restoreBackground #restoreWrapper #deletionInfo:before {
        content: '';
        position: absolute;
        background: url("/images/layout/sprites/icons.png") 0 -2520px;
        background-repeat: no-repeat;
        width: 70px;
        height: 60px;
        left: 5px;
        top: 5px; }
    #account #accountData #restoreAccount #restoreBackground #restoreWrapper #deletionAbort {
      position: absolute;
      bottom: 23px;
      left: 10px;
      right: 2px;
      height: 125px;
      background: #262c3e;
      /* The Fallback */
      background: rgba(38, 44, 62, 0.8); }
      #account #accountData #restoreAccount #restoreBackground #restoreWrapper #deletionAbort #restoreHeadline {
        margin-top: 20px; }
        #account #accountData #restoreAccount #restoreBackground #restoreWrapper #deletionAbort #restoreHeadline h2 {
          font-size:  28px ;
          font-size:  1.75rem ;
          color: #fff; }
      #account #accountData #restoreAccount #restoreBackground #restoreWrapper #deletionAbort .easyButton {
        width: 50%;
        margin: 0 auto; }
#account #accountData span.toggle {
  float: right;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  text-decoration: underline;
  margin-left: 30px; }
  #account #accountData span.toggle:hover {
    color: #fff; }
#account #accountData form.toggleTarget {
  display: none; }
  #account #accountData form.toggleTarget input {
    margin-top: 5px;
    width: 200px;
    height: 25px; }
  #account #accountData form.toggleTarget button {
    float: right;
    margin-right: 10px;
    width: initial;
    min-width: 100px;
    height: 35px;
    padding: 0 8px;
    font-size:  18px ;
    font-size:  1.125rem ;
    line-height:  18px ;
    line-height:  1.125rem ; }
    #account #accountData form.toggleTarget button:after {
      content: '';
      display: inline-block;
      height:  18px ;
      height:  1.125rem ; }
#account #coupons h3 {
  color: #35c2ed;
  font-family: 'Oswald', sans-serif;
  letter-spacing:  1px ;
  letter-spacing:  0.0625rem ;
  font-size:  22px ;
  font-size:  1.375rem ;
  text-decoration: none;
  text-shadow: none; }
#account #coupons #keyRedeemSection {
  position: relative; }
  #account #coupons #keyRedeemSection h3, #account #coupons #keyRedeemSection p {
    margin-right: 200px; }
  #account #coupons #keyRedeemSection form input {
    width: 55%; }
  #account #coupons #keyRedeemSection form button {
    float: right;
    width: 36%;
    height: 28px;
    margin-top: 3px;
    padding: 0 6px;
    font-size:  18px ;
    font-size:  1.125rem ;
    line-height:  18px ;
    line-height:  1.125rem ; }
    #account #coupons #keyRedeemSection form button:after {
      content: '';
      display: inline-block;
      height:  18px ;
      height:  1.125rem ; }
  #account #coupons #keyRedeemSection:before {
    position: absolute;
    content: '';
    background: url("/images/layout/misc/account/coupons.png") top center no-repeat;
    width: 229px;
    height: 162px;
    top: -50px;
    right: -50px; }
#account #coupons #yourKeysSection {
  padding-top: 20px; }
  #account #coupons #yourKeysSection table {
    width: 100%; }
    #account #coupons #yourKeysSection table tr, #account #coupons #yourKeysSection table td {
      padding: 5px; }
    #account #coupons #yourKeysSection table .badge {
      width: 105px; }
    #account #coupons #yourKeysSection table .keys {
      vertical-align: top;
      text-align: left; }
#account #avatars #avatarsList {
  position: relative; }
  #account #avatars #avatarsList ul {
    position: relative; }
    #account #avatars #avatarsList ul li {
      position: relative;
      display: inline-block;
      padding: 5px; }
      #account #avatars #avatarsList ul li .avatarPic {
        margin-top: 5px;
        background-position: left 0px;
        background-repeat: no-repeat;
        border-radius: 4px;
        border: 3px solid #b7c0cd;
        height: 132px;
        width: 132px; }
        #account #avatars #avatarsList ul li .avatarPic.current {
          border-color: #f6d901; }
#account #referfriendsAccountMain {
  position: relative; }
  #account #referfriendsAccountMain .notvalidatedAccount {
    position: relative;
    width: 980px;
    height: 75px;
    padding: 20px 10px 10px 10px;
    border: 3px solid red;
    text-align: center;
    font-family: "BangersPlusWide", normal;
    font-size: 28px;
    color: #72b83e;
    padding-bottom: 20px; }
  #account #referfriendsAccountMain #bannerbox {
    position: relative;
    width: 1088px;
    height: 402px;
    padding-top: 65px;
    padding-left: 30px;
    background-image: url("/images/layout/referfriends/referfriendsbanner2.png"); }
    #account #referfriendsAccountMain #bannerbox .bannertextbox {
      width: 500px; }
  #account #referfriendsAccountMain #referfriendsTabs {
    position: relative;
    height: 68px;
    margin: 0 10px -12px;
    border-style: solid;
    border-width: 13px;
    -moz-border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 stretch;
    -webkit-border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 stretch;
    -o-border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 stretch;
    border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 fill stretch;
    padding-bottom: 25px; }
    @media screen\0 {
      #account #referfriendsAccountMain #referfriendsTabs {
        border: 1px solid #35c2ed;
        background: #262c3e;
        padding: 13px; } }
    @media all and (-ms-high-contrast: none) {
      #account #referfriendsAccountMain #referfriendsTabs {
        background: transparent;
        border-style: solid;
        border-width: 13px;
        -moz-border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 stretch;
        -webkit-border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 stretch;
        -o-border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 stretch;
        border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 fill stretch;
        border-top-width: 1px\0;
        border-bottom-width: 1px\0;
        border-right-width: 1px\0;
        border-left-width: 1px\0;
        border-color: #35c2ed\0;
        background: #262c3e\0;
        background: #262c3e\0;
        padding: 13px\0;
        /*border-top-width: 1px\9;
        border-bottom-width: 1px\9;
        border-right-width: 1px\9;
        border-left-width: 1px\9;
        border-color: #35c2ed\9;
        background: #262c3e\9;
        background: #262c3e\9;
        padding: 13px\9;*/ } }
    #account #referfriendsAccountMain #referfriendsTabs ul {
      margin-left: -13px;
      margin-right: -13px;
      margin-top: -13px;
      height: 68px; }
      #account #referfriendsAccountMain #referfriendsTabs ul li {
        text-align: center;
        display: inline-block;
        position: relative;
        width: 210px;
        height: 100%;
        border: 2px solid #7585B6;
        margin-right: -4px;
        border-left: none; }
        #account #referfriendsAccountMain #referfriendsTabs ul li a {
          display: block;
          position: relative;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          color: #35c2ed;
          font-family: 'Oswald', sans-serif;
          letter-spacing:  1px ;
          letter-spacing:  0.0625rem ;
          font-size:  22px ;
          font-size:  1.375rem ;
          text-decoration: none;
          text-shadow: none;
          color: #b7c0cd;
          position: relative;
          z-index: 2; }
          #account #referfriendsAccountMain #referfriendsTabs ul li a:hover, #account #referfriendsAccountMain #referfriendsTabs ul li a:active {
            color: #fff; }
          #account #referfriendsAccountMain #referfriendsTabs ul li a:hover, #account #referfriendsAccountMain #referfriendsTabs ul li a:active {
            color: #ff5400; }
        #account #referfriendsAccountMain #referfriendsTabs ul li.active a {
          color: #35c2ed;
          cursor: default; }
        #account #referfriendsAccountMain #referfriendsTabs ul li.active:hover, #account #referfriendsAccountMain #referfriendsTabs ul li.active:active {
          cursor: default;
          color: #35c2ed; }
        #account #referfriendsAccountMain #referfriendsTabs ul li.active:before {
          content: '';
          position: absolute;
          border-style: solid;
          border-width: 10px;
          -moz-border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 stretch;
          -webkit-border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 stretch;
          -o-border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 stretch;
          border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 fill stretch;
          padding-bottom: 25px;
          top: -2px;
          left: -2px;
          right: -3px;
          bottom: -2px;
          z-index: 1; }
          @media screen\0 {
            #account #referfriendsAccountMain #referfriendsTabs ul li.active:before {
              border: 1px solid #35c2ed;
              background: #262c3e;
              padding: 10px; } }
          @media all and (-ms-high-contrast: none) {
            #account #referfriendsAccountMain #referfriendsTabs ul li.active:before {
              background: transparent;
              border-style: solid;
              border-width: 10px;
              -moz-border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 stretch;
              -webkit-border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 stretch;
              -o-border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 stretch;
              border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 fill stretch;
              border-top-width: 1px\0;
              border-bottom-width: 1px\0;
              border-right-width: 1px\0;
              border-left-width: 1px\0;
              border-color: #35c2ed\0;
              background: #262c3e\0;
              background: #262c3e\0;
              padding: 10px\0;
              /*border-top-width: 1px\9;
              border-bottom-width: 1px\9;
              border-right-width: 1px\9;
              border-left-width: 1px\9;
              border-color: #35c2ed\9;
              background: #262c3e\9;
              background: #262c3e\9;
              padding: 10px\9;*/ } }
        #account #referfriendsAccountMain #referfriendsTabs ul li:last-child {
          border-right: none; }
  #account #referfriendsAccountMain .referfriendsbox {
    position: relative;
    border-style: solid;
    border-width: 40px;
    -moz-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
    -webkit-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
    -o-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
    border-image: url("../images/layout/boxes/standard.png") 40 fill stretch;
    padding-bottom: 25px;
    width: 100%; }
    @media screen\0 {
      #account #referfriendsAccountMain .referfriendsbox {
        border: 1px solid #35c2ed;
        background: #262c3e;
        padding: 40px; } }
    @media all and (-ms-high-contrast: none) {
      #account #referfriendsAccountMain .referfriendsbox {
        background: transparent;
        border-style: solid;
        border-width: 40px;
        -moz-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
        -webkit-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
        -o-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
        border-image: url("../images/layout/boxes/standard.png") 40 fill stretch;
        border-top-width: 1px\0;
        border-bottom-width: 1px\0;
        border-right-width: 1px\0;
        border-left-width: 1px\0;
        border-color: #35c2ed\0;
        background: #262c3e\0;
        background: #262c3e\0;
        padding: 40px\0;
        /*border-top-width: 1px\9;
        border-bottom-width: 1px\9;
        border-right-width: 1px\9;
        border-left-width: 1px\9;
        border-color: #35c2ed\9;
        background: #262c3e\9;
        background: #262c3e\9;
        padding: 40px\9;*/ } }
#account #rafOverviewBox {
  position: relative; }
  #account #rafOverviewBox .infoBox {
    padding: 20px; }
  #account #rafOverviewBox h2 {
    text-align: center;
    font-size:  30px ;
    font-size:  1.875rem ;
    line-height:  30px ;
    line-height:  1.875rem ; }
  #account #rafOverviewBox #accountinfo {
    background: #262c3e;
    padding: 20px; }
    #account #rafOverviewBox #accountinfo p {
      margin: 0; }
#account #howto {
  height: 400px;
  margin-bottom: 240px; }
  #account #howto h3 {
    color: #35c2ed;
    font-family: 'Oswald', sans-serif;
    letter-spacing:  1px ;
    letter-spacing:  0.0625rem ;
    font-size:  22px ;
    font-size:  1.375rem ;
    text-decoration: none;
    text-shadow: none; }
  #account #howto .tabheadline {
    position: relative; }
  #account #howto .howtoimage {
    position: relative;
    left: -23px;
    height: 196px;
    width: 606px;
    background: url("/images/layout/referfriends/howtosteps.png") bottom center no-repeat; }
  #account #howto .tablecontainer {
    position: relative;
    width: 614px;
    left: -23px; }
    #account #howto .tablecontainer table {
      width: auto;
      align-content: center;
      text-align: center; }
      #account #howto .tablecontainer table td {
        width: 33.33333%;
        font-weight: bold;
        font-size: 20px;
        padding: 0px 8px; }
  #account #howto form {
    display: block;
    margin-top: 10px; }
    #account #howto form input, #account #howto form label {
      float: left;
      margin-right: 10px; }
    #account #howto form input {
      color: red;
      font-size: 16px;
      font-weight: bold;
      margin-top: 3px;
      height: 39px;
      width: 73%;
      margin-right: 5px; }
    #account #howto form button {
      margin-right: 10px;
      float: right;
      width: 50px; }
    #account #howto form label {
      min-width: 125px; }
    #account #howto form > ul > li {
      margin: 3px 0; }
      #account #howto form > ul > li:before, #account #howto form > ul > li:after {
        display: table;
        content: ' ';
        clear: both; }
    #account #howto form a {
      text-decoration: underline; }
    #account #howto form .tooltip.bottomAlignment {
      top: 25px; }
  #account #howto ul {
    margin-left: 45px; }
  #account #howto li {
    list-style: disc; }
  #account #howto .referForm {
    position: relative;
    width: 596px;
    height: 75px;
    left: -15px; }
  #account #howto .gofurther {
    position: relative;
    text-align: left; }
#account #rewards #recruiter {
  position: relative;
  padding-top: 50px; }
#account #rewards .recruiterSmall {
  padding-top: 20px;
  position: relative;
  background: rgba(56, 55, 56, 0.5);
  height: 377px;
  width: 265px;
  margin-bottom: 50px; }
#account #rewards .recruiteerText {
  text-align: center;
  width: 100%;
  padding: 0px 25px;
  color: #fff;
  font-size:  16px ;
  font-size:  1rem ;
  line-height:  24px ;
  line-height:  1.5rem ;
  font-family: "Oswald", Tahoma, Arial, sans-serif; }
#account #rewards .description {
  position: absolute;
  width: 250px;
  top: 178px; }
#account #rewards .tabheadline {
  padding-bottom: 30px; }
#account #rewards .chestbox {
  position: relative;
  height: 166px;
  width: 200px;
  padding-left: 897px;
  background: url("/images/layout/referfriends/rewardlogo.png") top center no-repeat; }
#account #rewards .recruiterLargeContainer {
  padding-top: 20px;
  position: relative;
  height: 377px;
  width: 265px;
  margin-bottom: -30px; }
#account #rewards .recruiteeMedium {
  padding-top: 20px;
  height: 350px;
  width: 569px;
  background: rgba(56, 55, 56, 0.5); }
#account #rewards .recruiterLarge {
  position: relative;
  background: rgba(56, 55, 56, 0.5);
  padding-top: 20px;
  margin-bottom: 20px;
  width: 569px;
  height: 1150px; }
#account #rewards .cardtext {
  display: block;
  text-align: center;
  width: 135px;
  font-family: "BangersPlusWide", normal;
  font-size:  22px ;
  font-size:  1.375rem ;
  line-height:  22px ;
  line-height:  1.375rem ;
  position: relative;
  top: 57%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: white;
  margin: 0 auto;
  text-shadow: 1px 1px 1px #000; }
  #account #rewards .cardtext:after {
    content: '';
    display: inline-block;
    height:  22px ;
    height:  1.375rem ; }
#account #rewards .card {
  width: 190px;
  height: 246px;
  margin: 0 auto; }
  #account #rewards .card.init {
    background: url("/images/layout/referfriends/skulls_and_ember.png") top center no-repeat; }
  #account #rewards .card.recruiteeInit {
    background: url("/images/layout/referfriends/skulls_and_ember.png") top center no-repeat; }
  #account #rewards .card.level25 {
    background: url("/images/layout/referfriends/skulls_and_ember.png") top center no-repeat; }
  #account #rewards .card.firstlvl50 {
    background: url("/images/layout/referfriends/skulls.png") top center no-repeat; }
  #account #rewards .card.secondlvl50 {
    background: url("/images/layout/referfriends/skulls.png") top center no-repeat; }
  #account #rewards .card.thirdlvl50 {
    background: url("/images/layout/referfriends/skulls.png") top center no-repeat; }
  #account #rewards .card.fourthlvl50 {
    background: url("/images/layout/referfriends/gold.png") top center no-repeat; }
  #account #rewards .card.skin {
    background: url("/images/layout/referfriends/skin.png") center no-repeat;
    width: 332px;
    height: 334px; }
    #account #rewards .card.skin .cardtext {
      font-size:  28px ;
      font-size:  1.75rem ;
      line-height:  28px ;
      line-height:  1.75rem ;
      margin: 0;
      width: 125px;
      right: -290px; }
      #account #rewards .card.skin .cardtext:after {
        content: '';
        display: inline-block;
        height:  28px ;
        height:  1.75rem ; }
  #account #rewards .card.recruiteeLvl50 {
    background: url("/images/layout/referfriends/gold.png") top center no-repeat; }
#account #myfriends {
  height: 950px; }
  #account #myfriends .friendsbox {
    margin-top: -113px;
    border-style: solid;
    border-width: 40px;
    -moz-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
    -webkit-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
    -o-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
    border-image: url("../images/layout/boxes/standard.png") 40 fill stretch;
    padding-bottom: 25px;
    width: 100%; }
    @media screen\0 {
      #account #myfriends .friendsbox {
        border: 1px solid #35c2ed;
        background: #262c3e;
        padding: 40px; } }
    @media all and (-ms-high-contrast: none) {
      #account #myfriends .friendsbox {
        background: transparent;
        border-style: solid;
        border-width: 40px;
        -moz-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
        -webkit-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
        -o-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
        border-image: url("../images/layout/boxes/standard.png") 40 fill stretch;
        border-top-width: 1px\0;
        border-bottom-width: 1px\0;
        border-right-width: 1px\0;
        border-left-width: 1px\0;
        border-color: #35c2ed\0;
        background: #262c3e\0;
        background: #262c3e\0;
        padding: 40px\0;
        /*border-top-width: 1px\9;
        border-bottom-width: 1px\9;
        border-right-width: 1px\9;
        border-left-width: 1px\9;
        border-color: #35c2ed\9;
        background: #262c3e\9;
        background: #262c3e\9;
        padding: 40px\9;*/ } }
  #account #myfriends .tabheadline {
    position: relative;
    padding-top: 70px; }
  #account #myfriends .tablebanner {
    position: relative;
    left: -27px;
    height: 300px;
    width: 940px;
    background-image: url("/images/layout/images/referafriend/myreferedfriendshead.png");
    background-repeat: no-repeat; }
  #account #myfriends .friendstable {
    margin-left: -12px;
    border-style: solid;
    border-width: 8px 20px 40px 20px;
    -moz-border-image: url("../images/layout/boxes/ranking_table.png") 8 20 40 20 stretch;
    -webkit-border-image: url("../images/layout/boxes/ranking_table.png") 8 20 40 20 stretch;
    -o-border-image: url("../images/layout/boxes/ranking_table.png") 8 20 40 20 stretch;
    border-image: url("../images/layout/boxes/ranking_table.png") 8 20 40 20 fill stretch; }
    #account #myfriends .friendstable table {
      width: 100%;
      border-collapse: collapse; }
      #account #myfriends .friendstable table th {
        color: #fff;
        font-weight: bold;
        font-size:  18px ;
        font-size:  1.125rem ; }
      #account #myfriends .friendstable table th, #account #myfriends .friendstable table td {
        padding: 10px 20px;
        text-align: left; }
      #account #myfriends .friendstable table tbody tr:nth-child(odd) {
        background: #394158; }

#registration #teaser {
  background: url("/images/layout/backgrounds/registration.jpg") top center no-repeat;
  height: 100%;
  max-height: 1386px; }
  #registration #teaser #registrationProcess {
    position: relative; }
    #registration #teaser #registrationProcess:before, #registration #teaser #registrationProcess:after {
      display: table;
      content: ' ';
      clear: both; }
    #registration #teaser #registrationProcess h2 {
      color: #fff;
      text-shadow: none; }
    #registration #teaser #registrationProcess .leftContent {
      margin-top: -10px;
      margin-left: 50px;
      position: relative;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      #registration #teaser #registrationProcess .leftContent:before {
        position: absolute;
        top: -10px;
        left: -65px;
        font-family: 'BangersPlusWide', normal;
        font-weight: normal;
        letter-spacing:  1.5px ;
        letter-spacing:  0.09375rem ;
        text-shadow: 2px 3px 1px #000;
        color: #72b83e;
        font-size:  100px ;
        font-size:  6.25rem ; }
    #registration #teaser #registrationProcess li {
      margin-bottom: 5px; }
    #registration #teaser #registrationProcess .registrationSection .leftContent:before {
      content: '1'; }
    #registration #teaser #registrationProcess .registrationSection form li {
      position: relative; }
    #registration #teaser #registrationProcess .registrationSection form .passwordValidation {
      border-style: solid;
      border-width: 40px 30px 20px 30px;
      -moz-border-image: url("../images/layout/boxes/glow_left.png") 40 30 20 30 stretch;
      -webkit-border-image: url("../images/layout/boxes/glow_left.png") 40 30 20 30 stretch;
      -o-border-image: url("../images/layout/boxes/glow_left.png") 40 30 20 30 stretch;
      border-image: url("../images/layout/boxes/glow_left.png") 40 30 20 30 fill stretch;
      top: -115px;
      left: -600px; }
    #registration #teaser #registrationProcess .registrationSection form .error_right {
      background-image: url("/images/layout/boxes/notify_left.png");
      left: -400px; }
    #registration #teaser #registrationProcess .registrationSection .rightContent {
      height: 100%; }
      #registration #teaser #registrationProcess .registrationSection .rightContent .created {
        margin-top: -10px;
        position: relative;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: center; }
        #registration #teaser #registrationProcess .registrationSection .rightContent .created h2 {
          color: #b7c0cd; }
      #registration #teaser #registrationProcess .registrationSection .rightContent .validated {
        position: relative;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: center;
        margin-top: 50px; }
        #registration #teaser #registrationProcess .registrationSection .rightContent .validated:before {
          content: '';
          position: absolute;
          width: 99px;
          height: 109px;
          background: url("/images/layout/misc/registration/sucess.png") top center no-repeat;
          top: -120px;
          left: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
    #registration #teaser #registrationProcess .downloadSection .leftContent:before {
      content: '2'; }
    #registration #teaser #registrationProcess .downloadSection .downloadButton .right {
      display: none; }
    #registration #teaser #registrationProcess .supportSection .leftContent:before {
      content: '3'; }
    #registration #teaser #registrationProcess .supportSection .rightContent {
      margin-top: -10px;
      position: relative;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }

#service #content {
  background: #394158; }
#service #logo {
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute; }
#service h2 {
  margin-top: 40px; }
#service .box {
  margin-bottom: 40px;
  overflow: hidden; }
#service .rightContent {
  margin-right: 120px; }
#service .leftContent {
  width: 400px; }
#service #passwordreset form {
  width: 250px; }
  #service #passwordreset form button {
    margin-right: 10px;
    width: 100%;
    height: 28px;
    margin-top: 3px;
    padding: 0 6px;
    font-size:  18px ;
    font-size:  1.125rem ;
    line-height:  18px ;
    line-height:  1.125rem ; }
    #service #passwordreset form button:after {
      content: '';
      display: inline-block;
      height:  18px ;
      height:  1.125rem ; }
  #service #passwordreset form .error_bottom {
    width: 110%; }
#service #legal #links a {
  font-family: 'Oswald', sans-serif;
  letter-spacing:  1px ;
  letter-spacing:  0.0625rem ;
  font-size:  14px ;
  font-size:  0.875rem ;
  display: block;
  width: 250px;
  margin: 10px 0 10px 0;
  padding-left: 10px; }
#service #legal .leftContent {
  padding-top: 17px; }

#communityReferfriends #teaser {
  position: relative;
  height: 465px;
  background: url("/images/layout/referfriends/referfriends.jpg") bottom center no-repeat; }
  #communityReferfriends #teaser .container {
    z-index: 5;
    height: 100%; }
    #communityReferfriends #teaser .container #teaserbox {
      position: absolute;
      top: 222px;
      left: -12px;
      width: 650px;
      z-index: 5;
      border-style: solid;
      border-width: 30px;
      -moz-border-image: url("../images/layout/boxes/teaser.png") 30 stretch;
      -webkit-border-image: url("../images/layout/boxes/teaser.png") 30 stretch;
      -o-border-image: url("../images/layout/boxes/teaser.png") 30 stretch;
      border-image: url("../images/layout/boxes/teaser.png") 30 fill stretch;
      padding-bottom: 25px; }
      @media screen\0 {
        #communityReferfriends #teaser .container #teaserbox {
          border: 1px solid #35c2ed;
          background: #262c3e;
          padding: 30px; } }
      @media all and (-ms-high-contrast: none) {
        #communityReferfriends #teaser .container #teaserbox {
          background: transparent;
          border-style: solid;
          border-width: 30px;
          -moz-border-image: url("../images/layout/boxes/teaser.png") 30 stretch;
          -webkit-border-image: url("../images/layout/boxes/teaser.png") 30 stretch;
          -o-border-image: url("../images/layout/boxes/teaser.png") 30 stretch;
          border-image: url("../images/layout/boxes/teaser.png") 30 fill stretch;
          border-top-width: 1px\0;
          border-bottom-width: 1px\0;
          border-right-width: 1px\0;
          border-left-width: 1px\0;
          border-color: #35c2ed\0;
          background: #262c3e\0;
          background: #262c3e\0;
          padding: 30px\0;
          /*border-top-width: 1px\9;
          border-bottom-width: 1px\9;
          border-right-width: 1px\9;
          border-left-width: 1px\9;
          border-color: #35c2ed\9;
          background: #262c3e\9;
          background: #262c3e\9;
          padding: 30px\9;*/ } }
      #communityReferfriends #teaser .container #teaserbox h3 {
        color: #35c2ed;
        font-family: 'Oswald', sans-serif;
        letter-spacing:  1px ;
        letter-spacing:  0.0625rem ;
        font-size:  22px ;
        font-size:  1.375rem ;
        text-decoration: none;
        text-shadow: none; }
      #communityReferfriends #teaser .container #teaserbox p {
        padding-left: 15px; }
#communityReferfriends #rafcommunitymain {
  position: relative;
  z-index: 20; }
  #communityReferfriends #rafcommunitymain h2 {
    text-align: center; }
  #communityReferfriends #rafcommunitymain h3 {
    color: #35c2ed;
    font-family: 'Oswald', sans-serif;
    letter-spacing:  1px ;
    letter-spacing:  0.0625rem ;
    font-size:  22px ;
    font-size:  1.375rem ;
    text-decoration: none;
    text-shadow: none;
    text-align: center; }
  #communityReferfriends #rafcommunitymain .refbox {
    text-align: center;
    margin-bottom: 40px;
    border-style: solid;
    border-width: 40px;
    -moz-border-image: url("../images/layout/boxes/referafriend.png") 40 stretch;
    -webkit-border-image: url("../images/layout/boxes/referafriend.png") 40 stretch;
    -o-border-image: url("../images/layout/boxes/referafriend.png") 40 stretch;
    border-image: url("../images/layout/boxes/referafriend.png") 40 fill stretch;
    padding-bottom: 25px; }
    @media screen\0 {
      #communityReferfriends #rafcommunitymain .refbox {
        border: 1px solid #35c2ed;
        background: #262c3e;
        padding: 40px; } }
    @media all and (-ms-high-contrast: none) {
      #communityReferfriends #rafcommunitymain .refbox {
        background: transparent;
        border-style: solid;
        border-width: 40px;
        -moz-border-image: url("../images/layout/boxes/referafriend.png") 40 stretch;
        -webkit-border-image: url("../images/layout/boxes/referafriend.png") 40 stretch;
        -o-border-image: url("../images/layout/boxes/referafriend.png") 40 stretch;
        border-image: url("../images/layout/boxes/referafriend.png") 40 fill stretch;
        border-top-width: 1px\0;
        border-bottom-width: 1px\0;
        border-right-width: 1px\0;
        border-left-width: 1px\0;
        border-color: #35c2ed\0;
        background: #262c3e\0;
        background: #262c3e\0;
        padding: 40px\0;
        /*border-top-width: 1px\9;
        border-bottom-width: 1px\9;
        border-right-width: 1px\9;
        border-left-width: 1px\9;
        border-color: #35c2ed\9;
        background: #262c3e\9;
        background: #262c3e\9;
        padding: 40px\9;*/ } }
    #communityReferfriends #rafcommunitymain .refbox > h2, #communityReferfriends #rafcommunitymain .refbox > h3 {
      width: 500px;
      margin-left: auto;
      margin-right: auto; }
    #communityReferfriends #rafcommunitymain .refbox .table {
      display: table;
      margin-top: 240px;
      text-align: center;
      margin-bottom: 10px;
      border-collapse: separate;
      border-spacing: 15px; }
      #communityReferfriends #rafcommunitymain .refbox .table ul {
        display: table-row; }
        #communityReferfriends #rafcommunitymain .refbox .table ul li {
          height: 100%;
          display: table-cell;
          position: relative;
          width: 30%;
          background: #262c3e;
          margin: 10px;
          padding: 15px; }
          #communityReferfriends #rafcommunitymain .refbox .table ul li.blackpaw:before {
            content: '';
            position: absolute;
            background: url("/images/layout/misc/referafriend/blackpaw.png") bottom center no-repeat;
            width: 610px;
            height: 462px;
            left: -335px;
            top: -428px; }
          #communityReferfriends #rafcommunitymain .refbox .table ul li.coin:before {
            content: '';
            position: absolute;
            background: url("/images/layout/misc/referafriend/coin.png") bottom center no-repeat;
            width: 124px;
            height: 131px;
            left: 65px;
            top: -200px; }
          #communityReferfriends #rafcommunitymain .refbox .table ul li.riftemberskull:before {
            content: '';
            position: absolute;
            background: url("/images/layout/misc/referafriend/riftember_skull.png") bottom center no-repeat;
            width: 265px;
            height: 279px;
            left: -30px;
            top: -300px; }
    #communityReferfriends #rafcommunitymain .refbox > p {
      font-weight: bold; }
    #communityReferfriends #rafcommunitymain .refbox .referlogin {
      margin-bottom: -35px; }
    #communityReferfriends #rafcommunitymain .refbox #loggedOut .button {
      min-width: 350px;
      margin-left: 15px; }
    #communityReferfriends #rafcommunitymain .refbox #loggedIn .button {
      margin-left: 15px;
      min-width: 350px; }

#referfriendsAccount #referfriendsAccountMain {
  position: relative; }
  #referfriendsAccount #referfriendsAccountMain .notvalidatedAccount {
    position: relative;
    width: 980px;
    height: 75px;
    padding: 20px 10px 10px 10px;
    border: 3px solid red;
    text-align: center;
    font-family: "BangersPlusWide", normal;
    font-size: 28px;
    color: #72b83e;
    padding-bottom: 20px; }
  #referfriendsAccount #referfriendsAccountMain #bannerbox {
    position: relative;
    width: 1088px;
    height: 402px;
    padding-top: 65px;
    padding-left: 30px;
    background-image: url("/images/layout/referfriends/referfriendsbanner2.png"); }
    #referfriendsAccount #referfriendsAccountMain #bannerbox .bannertextbox {
      width: 500px; }
  #referfriendsAccount #referfriendsAccountMain #referfriendsTabs {
    position: relative;
    height: 68px;
    margin: 0 10px -12px;
    border-style: solid;
    border-width: 13px;
    -moz-border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 stretch;
    -webkit-border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 stretch;
    -o-border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 stretch;
    border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 fill stretch;
    padding-bottom: 25px; }
    @media screen\0 {
      #referfriendsAccount #referfriendsAccountMain #referfriendsTabs {
        border: 1px solid #35c2ed;
        background: #262c3e;
        padding: 13px; } }
    @media all and (-ms-high-contrast: none) {
      #referfriendsAccount #referfriendsAccountMain #referfriendsTabs {
        background: transparent;
        border-style: solid;
        border-width: 13px;
        -moz-border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 stretch;
        -webkit-border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 stretch;
        -o-border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 stretch;
        border-image: url("../images/layout/boxes/referafriend_tabmenu.png") 13 fill stretch;
        border-top-width: 1px\0;
        border-bottom-width: 1px\0;
        border-right-width: 1px\0;
        border-left-width: 1px\0;
        border-color: #35c2ed\0;
        background: #262c3e\0;
        background: #262c3e\0;
        padding: 13px\0;
        /*border-top-width: 1px\9;
        border-bottom-width: 1px\9;
        border-right-width: 1px\9;
        border-left-width: 1px\9;
        border-color: #35c2ed\9;
        background: #262c3e\9;
        background: #262c3e\9;
        padding: 13px\9;*/ } }
    #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul {
      margin-left: -13px;
      margin-right: -13px;
      margin-top: -13px;
      height: 68px; }
      #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul li {
        text-align: center;
        display: inline-block;
        position: relative;
        width: 210px;
        height: 100%;
        border: 2px solid #7585B6;
        margin-right: -4px;
        border-left: none; }
        #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul li a {
          display: block;
          position: relative;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          color: #35c2ed;
          font-family: 'Oswald', sans-serif;
          letter-spacing:  1px ;
          letter-spacing:  0.0625rem ;
          font-size:  22px ;
          font-size:  1.375rem ;
          text-decoration: none;
          text-shadow: none;
          color: #b7c0cd;
          position: relative;
          z-index: 2; }
          #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul li a:hover, #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul li a:active {
            color: #fff; }
          #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul li a:hover, #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul li a:active {
            color: #ff5400; }
        #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul li.active a {
          color: #35c2ed;
          cursor: default; }
        #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul li.active:hover, #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul li.active:active {
          cursor: default;
          color: #35c2ed; }
        #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul li.active:before {
          content: '';
          position: absolute;
          border-style: solid;
          border-width: 10px;
          -moz-border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 stretch;
          -webkit-border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 stretch;
          -o-border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 stretch;
          border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 fill stretch;
          padding-bottom: 25px;
          top: -2px;
          left: -2px;
          right: -3px;
          bottom: -2px;
          z-index: 1; }
          @media screen\0 {
            #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul li.active:before {
              border: 1px solid #35c2ed;
              background: #262c3e;
              padding: 10px; } }
          @media all and (-ms-high-contrast: none) {
            #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul li.active:before {
              background: transparent;
              border-style: solid;
              border-width: 10px;
              -moz-border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 stretch;
              -webkit-border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 stretch;
              -o-border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 stretch;
              border-image: url("../images/layout/boxes/referafriend_tabmenu_active.png") 10 fill stretch;
              border-top-width: 1px\0;
              border-bottom-width: 1px\0;
              border-right-width: 1px\0;
              border-left-width: 1px\0;
              border-color: #35c2ed\0;
              background: #262c3e\0;
              background: #262c3e\0;
              padding: 10px\0;
              /*border-top-width: 1px\9;
              border-bottom-width: 1px\9;
              border-right-width: 1px\9;
              border-left-width: 1px\9;
              border-color: #35c2ed\9;
              background: #262c3e\9;
              background: #262c3e\9;
              padding: 10px\9;*/ } }
        #referfriendsAccount #referfriendsAccountMain #referfriendsTabs ul li:last-child {
          border-right: none; }
  #referfriendsAccount #referfriendsAccountMain .referfriendsbox {
    position: relative;
    border-style: solid;
    border-width: 40px;
    -moz-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
    -webkit-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
    -o-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
    border-image: url("../images/layout/boxes/standard.png") 40 fill stretch;
    padding-bottom: 25px;
    width: 100%; }
    @media screen\0 {
      #referfriendsAccount #referfriendsAccountMain .referfriendsbox {
        border: 1px solid #35c2ed;
        background: #262c3e;
        padding: 40px; } }
    @media all and (-ms-high-contrast: none) {
      #referfriendsAccount #referfriendsAccountMain .referfriendsbox {
        background: transparent;
        border-style: solid;
        border-width: 40px;
        -moz-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
        -webkit-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
        -o-border-image: url("../images/layout/boxes/standard.png") 40 stretch;
        border-image: url("../images/layout/boxes/standard.png") 40 fill stretch;
        border-top-width: 1px\0;
        border-bottom-width: 1px\0;
        border-right-width: 1px\0;
        border-left-width: 1px\0;
        border-color: #35c2ed\0;
        background: #262c3e\0;
        background: #262c3e\0;
        padding: 40px\0;
        /*border-top-width: 1px\9;
        border-bottom-width: 1px\9;
        border-right-width: 1px\9;
        border-left-width: 1px\9;
        border-color: #35c2ed\9;
        background: #262c3e\9;
        background: #262c3e\9;
        padding: 40px\9;*/ } }

#shop #teaser {
  position: relative;
  height: 410px;
  background: url("/images/layout/backgrounds/shop.jpg") top center no-repeat; }
#shop #bundles {
  position: relative;
  padding-top: 40px; }
  #shop #bundles .shop_tooltip {
    position: absolute;
    width: 250px; }
    #shop #bundles .shop_tooltip.max_tooltip {
      top: 50px;
      left: 90px; }
    #shop #bundles .shop_tooltip.gabi_tooltip {
      top: 40px;
      left: 200px; }
    #shop #bundles .shop_tooltip.urza_tooltip {
      top: 0px;
      left: 90px; }
    #shop #bundles .shop_tooltip.dragon_tooltip {
      top: 0px;
      left: 240px; }
    #shop #bundles .shop_tooltip.hogarth_tooltip {
      top: 80px;
      left: 200px; }
    #shop #bundles .shop_tooltip.ivy_tooltip {
      top: 70px;
      left: 90px; }
    #shop #bundles .shop_tooltip.sun_tooltip {
      top: 0px;
      left: 235px; }
    #shop #bundles .shop_tooltip.vitality_tooltip {
      top: 20px;
      left: 125px; }
    #shop #bundles .shop_tooltip.blackpaw_tooltip {
      top: 380px;
      left: 130px; }
    #shop #bundles .shop_tooltip.cygnus_tooltip {
      top: 230px;
      left: 50px; }
    #shop #bundles .shop_tooltip.smolder_tooltip {
      top: 190px;
      left: 180px; }
  #shop #bundles svg {
    position: absolute;
    top: -23px;
    left: -23px;
    z-index: 1; }
  #shop #bundles .shopBox {
    position: relative;
    margin-left: -60px;
    margin-bottom: 50px;
    padding: 0 10px 0 50px;
    border-style: solid;
    border-width: 40px;
    -moz-border-image: url("../images/layout/boxes/shop.png") 40 stretch;
    -webkit-border-image: url("../images/layout/boxes/shop.png") 40 stretch;
    -o-border-image: url("../images/layout/boxes/shop.png") 40 stretch;
    border-image: url("../images/layout/boxes/shop.png") 40 fill stretch;
    padding-bottom: 25px;
    width: 109%; }
    @media screen\0 {
      #shop #bundles .shopBox {
        border: 1px solid #35c2ed;
        background: #262c3e;
        padding: 40px; } }
    @media all and (-ms-high-contrast: none) {
      #shop #bundles .shopBox {
        background: transparent;
        border-style: solid;
        border-width: 40px;
        -moz-border-image: url("../images/layout/boxes/shop.png") 40 stretch;
        -webkit-border-image: url("../images/layout/boxes/shop.png") 40 stretch;
        -o-border-image: url("../images/layout/boxes/shop.png") 40 stretch;
        border-image: url("../images/layout/boxes/shop.png") 40 fill stretch;
        border-top-width: 1px\0;
        border-bottom-width: 1px\0;
        border-right-width: 1px\0;
        border-left-width: 1px\0;
        border-color: #35c2ed\0;
        background: #262c3e\0;
        background: #262c3e\0;
        padding: 40px\0;
        /*border-top-width: 1px\9;
        border-bottom-width: 1px\9;
        border-right-width: 1px\9;
        border-left-width: 1px\9;
        border-color: #35c2ed\9;
        background: #262c3e\9;
        background: #262c3e\9;
        padding: 40px\9;*/ } }
    #shop #bundles .shopBox .detailsHeadline {
      text-align: center; }
      #shop #bundles .shopBox .detailsHeadline h3 {
        display: inline-block;
        position: relative;
        margin-bottom: 70px;
        color: #35c2ed;
        font-family: 'Oswald', sans-serif;
        letter-spacing:  1px ;
        letter-spacing:  0.0625rem ;
        font-size:  30px ;
        font-size:  1.875rem ;
        text-decoration: none;
        text-shadow: none; }
      #shop #bundles .shopBox .detailsHeadline .ownerOfPackage {
        margin-right: 85px; }
      #shop #bundles .shopBox .detailsHeadline .crossbow:before, #shop #bundles .shopBox .detailsHeadline .axe:before, #shop #bundles .shopBox .detailsHeadline .swords:before {
        content: '';
        position: absolute;
        top: 15px;
        left: -70px;
        height: 60px;
        width: 50px; }
      #shop #bundles .shopBox .detailsHeadline .crossbow:before {
        background: url("/images/layout/sprites/boxes.png") -52px 0;
        background-repeat: no-repeat; }
      #shop #bundles .shopBox .detailsHeadline .axe:before {
        background: url("/images/layout/sprites/boxes.png") 0 0;
        background-repeat: no-repeat; }
      #shop #bundles .shopBox .detailsHeadline .swords:before {
        background: url("/images/layout/sprites/boxes.png") -104px 0;
        background-repeat: no-repeat;
        width: 60px; }
    #shop #bundles .shopBox .costInfo {
      position: absolute;
      top: -10px;
      right: 0; }
      #shop #bundles .shopBox .costInfo .cost {
        display: block;
        text-align: right;
        background: url("/images/layout/boxes/shop_costs.png") top center no-repeat;
        width: 202px;
        height: 85px;
        padding-top: 12px;
        padding-right: 35px;
        margin-bottom: -10px;
        font-family: 'BangersPlusWide', normal;
        font-weight: normal;
        letter-spacing:  1.5px ;
        letter-spacing:  0.09375rem ;
        color: #253C14;
        font-size:  40px ;
        font-size:  2.5rem ;
        line-height:  40px ;
        line-height:  2.5rem ; }
        #shop #bundles .shopBox .costInfo .cost:after {
          content: '';
          display: inline-block;
          height:  40px ;
          height:  2.5rem ; }
      #shop #bundles .shopBox .costInfo .discount {
        display: block;
        text-align: center;
        width: 202px;
        font-family: 'BangersPlusWide', normal;
        font-weight: normal;
        letter-spacing:  1.5px ;
        letter-spacing:  0.09375rem ;
        font-size:  25px ;
        font-size:  1.5625rem ;
        text-shadow: 2px 3px 1px #000;
        color: #72b83e; }
        #shop #bundles .shopBox .costInfo .discount:after {
          content: '';
          display: inline-block;
          height:  25px ;
          height:  1.5625rem ; }
    #shop #bundles .shopBox .shopInfoBox {
      position: relative;
      border-style: solid;
      border-width: 20px;
      -moz-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
      -webkit-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
      -o-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
      border-image: url("../images/layout/boxes/shop_info.png") 20 fill stretch;
      padding-bottom: 25px;
      margin-bottom: 30px; }
      @media screen\0 {
        #shop #bundles .shopBox .shopInfoBox {
          border: 1px solid #35c2ed;
          background: #262c3e;
          padding: 20px; } }
      @media all and (-ms-high-contrast: none) {
        #shop #bundles .shopBox .shopInfoBox {
          background: transparent;
          border-style: solid;
          border-width: 20px;
          -moz-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
          -webkit-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
          -o-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
          border-image: url("../images/layout/boxes/shop_info.png") 20 fill stretch;
          border-top-width: 1px\0;
          border-bottom-width: 1px\0;
          border-right-width: 1px\0;
          border-left-width: 1px\0;
          border-color: #35c2ed\0;
          background: #262c3e\0;
          background: #262c3e\0;
          padding: 20px\0;
          /*border-top-width: 1px\9;
          border-bottom-width: 1px\9;
          border-right-width: 1px\9;
          border-left-width: 1px\9;
          border-color: #35c2ed\9;
          background: #262c3e\9;
          background: #262c3e\9;
          padding: 20px\9;*/ } }
      #shop #bundles .shopBox .shopInfoBox h4 {
        color: #35c2ed;
        font-family: 'Oswald', sans-serif;
        letter-spacing:  1px ;
        letter-spacing:  0.0625rem ;
        font-size:  22px ;
        font-size:  1.375rem ;
        text-decoration: none;
        text-shadow: none;
        text-align: center;
        margin: 0 0 0 -10px; }
      #shop #bundles .shopBox .shopInfoBox.stuff {
        width: 575px; }
        #shop #bundles .shopBox .shopInfoBox.stuff .itemList {
          margin-left: 25px;
          margin-top: 20px; }
          #shop #bundles .shopBox .shopInfoBox.stuff .itemList li {
            position: relative;
            padding: 20px 0; }
            #shop #bundles .shopBox .shopInfoBox.stuff .itemList li .quantity {
              display: inline-block;
              width: 30px;
              height: 100%;
              vertical-align: top;
              font-family: 'BangersPlusWide', normal;
              font-weight: normal;
              letter-spacing:  1.5px ;
              letter-spacing:  0.09375rem ;
              font-size:  25px ;
              font-size:  1.5625rem ;
              text-shadow: 2px 3px 1px #000;
              color: #72b83e; }
            #shop #bundles .shopBox .shopInfoBox.stuff .itemList li .description {
              display: inline-block;
              width: 120px;
              margin-left: 50px; }
            #shop #bundles .shopBox .shopInfoBox.stuff .itemList li:after {
              content: '';
              position: absolute;
              background-size: 500px !important; }
            #shop #bundles .shopBox .shopInfoBox.stuff .itemList li.healthpotion:after {
              background: url("/images/layout/sprites/items.png") -110px 0;
              background-repeat: no-repeat;
              left: 32px;
              top: -10px;
              height: 70px;
              width: 45px; }
            #shop #bundles .shopBox .shopInfoBox.stuff .itemList li.ragepotion:after {
              background: url("/images/layout/sprites/items.png") -205px 0;
              background-repeat: no-repeat;
              left: 32px;
              top: -10px;
              height: 70px;
              width: 45px; }
            #shop #bundles .shopBox .shopInfoBox.stuff .itemList li.flamebracers:after {
              background: url("/images/layout/sprites/items.png") -12px 0;
              background-repeat: no-repeat;
              left: 32px;
              top: -10px;
              height: 70px;
              width: 45px; }
            #shop #bundles .shopBox .shopInfoBox.stuff .itemList li.mageclover:after {
              background: url("/images/layout/sprites/items.png") -155px 0;
              background-repeat: no-repeat;
              left: 32px;
              top: -10px;
              height: 70px;
              width: 45px; }
            #shop #bundles .shopBox .shopInfoBox.stuff .itemList li.teleportring:after {
              background: url("/images/layout/sprites/items.png") -442px 0;
              background-repeat: no-repeat;
              left: 32px;
              top: -10px;
              height: 70px;
              width: 45px; }
            #shop #bundles .shopBox .shopInfoBox.stuff .itemList li.keystones:after {
              background: url("/images/layout/sprites/items.png") -255px 0;
              background-repeat: no-repeat;
              left: 32px;
              top: -10px;
              height: 70px;
              width: 45px; }
            #shop #bundles .shopBox .shopInfoBox.stuff .itemList li.firewallbracers:after {
              background: url("/images/layout/sprites/items.png") -64px 0;
              background-repeat: no-repeat;
              left: 32px;
              top: -10px;
              height: 70px;
              width: 45px; }
            #shop #bundles .shopBox .shopInfoBox.stuff .itemList li.unchained:after {
              background: url("/images/layout/sprites/items.png") -393px 0;
              background-repeat: no-repeat;
              left: 32px;
              top: -10px;
              height: 70px;
              width: 45px; }
            #shop #bundles .shopBox .shopInfoBox.stuff .itemList li.ressurection:after {
              background: url("/images/layout/sprites/items.png") -346px 0;
              background-repeat: no-repeat;
              left: 32px;
              top: -10px;
              height: 70px;
              width: 45px; }
            #shop #bundles .shopBox .shopInfoBox.stuff .itemList li.ringofthelaststand:after {
              background: url("/images/layout/sprites/items.png") -300px 0;
              background-repeat: no-repeat;
              left: 32px;
              top: -10px;
              height: 70px;
              width: 45px; }
        #shop #bundles .shopBox .shopInfoBox.stuff .bulgod {
          text-align: center;
          position: absolute;
          background: url("/images/layout/sprites/heroes.png") -450px 20px;
          background-repeat: no-repeat;
          right: 0;
          bottom: 5px;
          height: 223px;
          width: 220px; }
          #shop #bundles .shopBox .shopInfoBox.stuff .bulgod p {
            margin: 0 auto;
            width: 250px; }
        #shop #bundles .shopBox .shopInfoBox.stuff .urza {
          text-align: center;
          position: absolute;
          background: url("/images/layout/sprites/heroes.png") -450px -251px;
          background-repeat: no-repeat;
          right: -22px;
          bottom: 5px;
          height: 254px;
          width: 335px; }
          #shop #bundles .shopBox .shopInfoBox.stuff .urza p {
            margin: 25px auto;
            width: 250px; }
        #shop #bundles .shopBox .shopInfoBox.stuff .vitality {
          text-align: center;
          position: absolute;
          background: url("/images/layout/sprites/heroes.png") -850px 0;
          background-repeat: no-repeat;
          right: -22px;
          top: 30px;
          height: 235px;
          width: 300px; }
          #shop #bundles .shopBox .shopInfoBox.stuff .vitality p {
            margin: 25px auto;
            width: 250px; }
        #shop #bundles .shopBox .shopInfoBox.stuff .blackpaw {
          text-align: center;
          position: absolute;
          background: url("/images/layout/sprites/heroes.png") -900px -251px;
          background-repeat: no-repeat;
          right: -50px;
          bottom: 5px;
          height: 205px;
          width: 380px; }
          #shop #bundles .shopBox .shopInfoBox.stuff .blackpaw p {
            margin: -75px auto;
            width: 250px; }
      #shop #bundles .shopBox .shopInfoBox.heroes {
        width: 325px;
        text-align: center; }
        #shop #bundles .shopBox .shopInfoBox.heroes:after {
          content: '';
          position: absolute; }
    #shop #bundles .shopBox#brave .shopInfoBox {
      border-style: solid;
      border-width: 20px;
      -moz-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
      -webkit-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
      -o-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
      border-image: url("../images/layout/boxes/shop_info.png") 20 fill stretch;
      padding-bottom: 25px;
      height: 330px; }
      @media screen\0 {
        #shop #bundles .shopBox#brave .shopInfoBox {
          border: 1px solid #35c2ed;
          background: #262c3e;
          padding: 20px; } }
      @media all and (-ms-high-contrast: none) {
        #shop #bundles .shopBox#brave .shopInfoBox {
          background: transparent;
          border-style: solid;
          border-width: 20px;
          -moz-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
          -webkit-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
          -o-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
          border-image: url("../images/layout/boxes/shop_info.png") 20 fill stretch;
          border-top-width: 1px\0;
          border-bottom-width: 1px\0;
          border-right-width: 1px\0;
          border-left-width: 1px\0;
          border-color: #35c2ed\0;
          background: #262c3e\0;
          background: #262c3e\0;
          padding: 20px\0;
          /*border-top-width: 1px\9;
          border-bottom-width: 1px\9;
          border-right-width: 1px\9;
          border-left-width: 1px\9;
          border-color: #35c2ed\9;
          background: #262c3e\9;
          background: #262c3e\9;
          padding: 20px\9;*/ } }
      #shop #bundles .shopBox#brave .shopInfoBox.heroes:after {
        background: url("/images/layout/sprites/heroes.png") 0 -0px;
        background-repeat: no-repeat;
        left: -35px;
        bottom: 5px;
        height: 200px;
        width: 400px; }
    #shop #bundles .shopBox#colossal .shopInfoBox {
      border-style: solid;
      border-width: 20px;
      -moz-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
      -webkit-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
      -o-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
      border-image: url("../images/layout/boxes/shop_info.png") 20 fill stretch;
      padding-bottom: 25px;
      height: 380px; }
      @media screen\0 {
        #shop #bundles .shopBox#colossal .shopInfoBox {
          border: 1px solid #35c2ed;
          background: #262c3e;
          padding: 20px; } }
      @media all and (-ms-high-contrast: none) {
        #shop #bundles .shopBox#colossal .shopInfoBox {
          background: transparent;
          border-style: solid;
          border-width: 20px;
          -moz-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
          -webkit-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
          -o-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
          border-image: url("../images/layout/boxes/shop_info.png") 20 fill stretch;
          border-top-width: 1px\0;
          border-bottom-width: 1px\0;
          border-right-width: 1px\0;
          border-left-width: 1px\0;
          border-color: #35c2ed\0;
          background: #262c3e\0;
          background: #262c3e\0;
          padding: 20px\0;
          /*border-top-width: 1px\9;
          border-bottom-width: 1px\9;
          border-right-width: 1px\9;
          border-left-width: 1px\9;
          border-color: #35c2ed\9;
          background: #262c3e\9;
          background: #262c3e\9;
          padding: 20px\9;*/ } }
      #shop #bundles .shopBox#colossal .shopInfoBox.heroes:after {
        background: url("/images/layout/sprites/heroes.png") 0 -250px;
        background-repeat: no-repeat;
        left: -35px;
        bottom: 5px;
        height: 275px;
        width: 400px; }
    #shop #bundles .shopBox#legendary .shopInfoBox {
      border-style: solid;
      border-width: 20px;
      -moz-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
      -webkit-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
      -o-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
      border-image: url("../images/layout/boxes/shop_info.png") 20 fill stretch;
      padding-bottom: 25px;
      height: 650px; }
      @media screen\0 {
        #shop #bundles .shopBox#legendary .shopInfoBox {
          border: 1px solid #35c2ed;
          background: #262c3e;
          padding: 20px; } }
      @media all and (-ms-high-contrast: none) {
        #shop #bundles .shopBox#legendary .shopInfoBox {
          background: transparent;
          border-style: solid;
          border-width: 20px;
          -moz-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
          -webkit-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
          -o-border-image: url("../images/layout/boxes/shop_info.png") 20 stretch;
          border-image: url("../images/layout/boxes/shop_info.png") 20 fill stretch;
          border-top-width: 1px\0;
          border-bottom-width: 1px\0;
          border-right-width: 1px\0;
          border-left-width: 1px\0;
          border-color: #35c2ed\0;
          background: #262c3e\0;
          background: #262c3e\0;
          padding: 20px\0;
          /*border-top-width: 1px\9;
          border-bottom-width: 1px\9;
          border-right-width: 1px\9;
          border-left-width: 1px\9;
          border-color: #35c2ed\9;
          background: #262c3e\9;
          background: #262c3e\9;
          padding: 20px\9;*/ } }
      #shop #bundles .shopBox#legendary .shopInfoBox.heroes:after {
        background: url("/images/layout/sprites/heroes.png") -1350px 0;
        background-repeat: no-repeat;
        left: -35px;
        bottom: 5px;
        height: 479px;
        width: 350px; }
    #shop #bundles .shopBox .buyContainer {
      position: absolute;
      bottom: -25px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      #shop #bundles .shopBox .buyContainer .button {
        height: 50px;
        min-width: 250px;
        font-size:  42px ;
        font-size:  2.625rem ;
        line-height:  42px ;
        line-height:  2.625rem ; }
        #shop #bundles .shopBox .buyContainer .button:after {
          content: '';
          display: inline-block;
          height:  42px ;
          height:  2.625rem ; }

#gameIndex #content {
  background-color: #394158; }
#gameIndex #teaser {
  position: relative;
  height: 480px;
  background: url("/images/layout/backgrounds/game.jpg") top center no-repeat; }
#gameIndex #gameDetails #about {
  color: #fff; }
  #gameIndex #gameDetails #about h2 {
    margin-top: -100px;
    margin-bottom: 5px; }
  #gameIndex #gameDetails #about .left, #gameIndex #gameDetails #about .right {
    min-height: 400px; }
  #gameIndex #gameDetails #about em {
    font-size:  24px ;
    font-size:  1.5rem ;
    font-family: "BangersPlusWide", normal;
    etter-spacing:  2.5px ;
    etter-spacing:  0.15625rem ;
    font-style: normal;
    margin-bottom: 40px;
    display: block;
    text-shadow: 0 1px 1px #000; }
  #gameIndex #gameDetails #about .media {
    position: relative;
    width: 540px;
    margin-left: 30px;
    margin-bottom: 40px;
    border-style: solid;
    border-width: 20px;
    -moz-border-image: url("../images/layout/boxes/standard.png") 20 stretch;
    -webkit-border-image: url("../images/layout/boxes/standard.png") 20 stretch;
    -o-border-image: url("../images/layout/boxes/standard.png") 20 stretch;
    border-image: url("../images/layout/boxes/standard.png") 20 fill stretch;
    padding-bottom: 25px; }
    @media screen\0 {
      #gameIndex #gameDetails #about .media {
        border: 1px solid #35c2ed;
        background: #262c3e;
        padding: 20px; } }
    @media all and (-ms-high-contrast: none) {
      #gameIndex #gameDetails #about .media {
        background: transparent;
        border-style: solid;
        border-width: 20px;
        -moz-border-image: url("../images/layout/boxes/standard.png") 20 stretch;
        -webkit-border-image: url("../images/layout/boxes/standard.png") 20 stretch;
        -o-border-image: url("../images/layout/boxes/standard.png") 20 stretch;
        border-image: url("../images/layout/boxes/standard.png") 20 fill stretch;
        border-top-width: 1px\0;
        border-bottom-width: 1px\0;
        border-right-width: 1px\0;
        border-left-width: 1px\0;
        border-color: #35c2ed\0;
        background: #262c3e\0;
        background: #262c3e\0;
        padding: 20px\0;
        /*border-top-width: 1px\9;
        border-bottom-width: 1px\9;
        border-right-width: 1px\9;
        border-left-width: 1px\9;
        border-color: #35c2ed\9;
        background: #262c3e\9;
        background: #262c3e\9;
        padding: 20px\9;*/ } }
    #gameIndex #gameDetails #about .media img {
      width: 500px; }
    #gameIndex #gameDetails #about .media a {
      display: block;
      position: relative; }
      #gameIndex #gameDetails #about .media a:before {
        position: absolute;
        content: '';
        height: 60px;
        width: 60px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url("/images/layout/sprites/icons.png") 0 -900px;
        background-repeat: no-repeat;
        z-index: 10; }
      #gameIndex #gameDetails #about .media a:hover:before {
        background: url("/images/layout/sprites/icons.png") 1px -810px;
        background-repeat: no-repeat; }
#gameIndex #gameDetails #gameThumbnails {
  position: relative;
  margin: 40px 0;
  z-index: 20; }
  #gameIndex #gameDetails #gameThumbnails a:hover, #gameIndex #gameDetails #gameThumbnails a:active {
    color: #fff; }
  #gameIndex #gameDetails #gameThumbnails ul li {
    background: #394158;
    position: relative;
    float: left;
    width: 277px;
    height: 210px;
    margin-bottom: 50px;
    margin-top: 40px; }
    #gameIndex #gameDetails #gameThumbnails ul li:before {
      content: '';
      position: absolute;
      height: 280px;
      width: 320px; }
    #gameIndex #gameDetails #gameThumbnails ul li.heroes .tileHover > div {
      border-top: 3px solid #72b83e; }
    #gameIndex #gameDetails #gameThumbnails ul li.heroes:before {
      background: url("/images/layout/sprites/thumbnails.png") 0 -840px;
      background-repeat: no-repeat;
      left: 0px;
      bottom: -19px; }
    #gameIndex #gameDetails #gameThumbnails ul li.maps .tileHover > div {
      border-top: 3px solid #ff5400; }
    #gameIndex #gameDetails #gameThumbnails ul li.maps:before {
      background: url("/images/layout/sprites/thumbnails.png") 0 -1120px;
      background-repeat: no-repeat;
      bottom: -17px;
      left: -20px; }
    #gameIndex #gameDetails #gameThumbnails ul li .tileHover {
      overflow: hidden;
      height: 260px;
      width: 100%;
      position: relative; }
      #gameIndex #gameDetails #gameThumbnails ul li .tileHover > div {
        background: #262c3e;
        /* The Fallback */
        background: rgba(38, 44, 62, 0.85);
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: -210px;
        padding: 10px 20px 20px;
        transition: bottom .75s; }
        #gameIndex #gameDetails #gameThumbnails ul li .tileHover > div > strong {
          color: #35c2ed;
          font-family: 'Oswald', sans-serif;
          letter-spacing:  1px ;
          letter-spacing:  0.0625rem ;
          font-size:  18px ;
          font-size:  1.125rem ;
          text-decoration: none;
          text-shadow: none;
          display: block; }
          #gameIndex #gameDetails #gameThumbnails ul li .tileHover > div > strong:hover, #gameIndex #gameDetails #gameThumbnails ul li .tileHover > div > strong:active {
            color: #fff; }
        #gameIndex #gameDetails #gameThumbnails ul li .tileHover > div > p {
          margin-top: 20px; }
      #gameIndex #gameDetails #gameThumbnails ul li .tileHover:hover > div, #gameIndex #gameDetails #gameThumbnails ul li .tileHover:active > div {
        bottom: -100px; }
        #gameIndex #gameDetails #gameThumbnails ul li .tileHover:hover > div > strong, #gameIndex #gameDetails #gameThumbnails ul li .tileHover:active > div > strong {
          color: #fff; }
  #gameIndex #gameDetails #gameThumbnails ul li + li {
    margin-left: 60px; }

#gameMaps #mapsDetails h1 {
  margin-top: 40px; }
#gameMaps #mapsDetails ul li {
  position: relative;
  display: block;
  height: 325px;
  width: 952px;
  border: 2px solid #ff5400;
  margin: 0 4px 40px; }
  #gameMaps #mapsDetails ul li:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border: 4px solid #394158; }
  #gameMaps #mapsDetails ul li.sharkisland {
    background: url("/images/layout/backgrounds/maps-sharkisland.jpg") top center no-repeat; }
  #gameMaps #mapsDetails ul li.surrounded {
    background: url("/images/layout/backgrounds/maps-surrounded.jpg") top center no-repeat; }
  #gameMaps #mapsDetails ul li.crogonkeep {
    background: url("/images/layout/backgrounds/maps-crogonkeep.jpg") top center no-repeat; }
  #gameMaps #mapsDetails ul li.frostbite {
    background: url("/images/layout/backgrounds/maps-frostbite.jpg") top center no-repeat; }
  #gameMaps #mapsDetails ul li.thewall {
    background: url("/images/layout/backgrounds/maps-thewall.jpg") top center no-repeat; }
  #gameMaps #mapsDetails ul li.cliffsideclash {
    background: url("/images/layout/backgrounds/maps-cliffsideclash.jpg") top center no-repeat; }
  #gameMaps #mapsDetails ul li.unchainedfortress {
    background: url("/images/layout/backgrounds/maps-unchainedfortress.jpg") top center no-repeat; }
  #gameMaps #mapsDetails ul li.highlands {
    background: url("/images/layout/backgrounds/maps-highlands.jpg") top center no-repeat; }
  #gameMaps #mapsDetails ul li.avalanche {
    background: url("/images/layout/backgrounds/maps-avalanche.jpg") top center no-repeat; }
  #gameMaps #mapsDetails ul li.banquet {
    background: url("/images/layout/backgrounds/maps-banquet.jpg") top center no-repeat; }
  #gameMaps #mapsDetails ul li.throneroom {
    background: url("/images/layout/backgrounds/maps-throneroom.jpg") top center no-repeat; }
  #gameMaps #mapsDetails ul li.baths {
    background: url("/images/layout/backgrounds/maps-baths.jpg") top center no-repeat; }
  #gameMaps #mapsDetails ul li .info {
    width: 350px;
    height: 92px;
    position: absolute;
    bottom: 15px;
    left: 0;
    background: url("/images/layout/boxes/map-info.png") top center no-repeat;
    padding: 12px 20px; }
    #gameMaps #mapsDetails ul li .info h3 {
      color: #35c2ed;
      font-family: 'Oswald', sans-serif;
      letter-spacing:  1px ;
      letter-spacing:  0.0625rem ;
      font-size:  22px ;
      font-size:  1.375rem ;
      text-decoration: none;
      text-shadow: none;
      margin-bottom: 10px; }
    #gameMaps #mapsDetails ul li .info span {
      padding-left: 30px;
      position: relative; }
      #gameMaps #mapsDetails ul li .info span:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 28px;
        left: 0;
        top: -6px; }
      #gameMaps #mapsDetails ul li .info span.survival:before {
        background: url("/images/layout/sprites/map-type-icons.png") 0 0;
        background-repeat: no-repeat; }
      #gameMaps #mapsDetails ul li .info span.siege:before {
        background: url("/images/layout/sprites/map-type-icons.png") -24px 0;
        background-repeat: no-repeat; }

#gameHeroesIndex #teaser {
  background: url("/images/layout/backgrounds/heroes.jpg") top center no-repeat;
  height: 380px; }
#gameHeroesIndex #heroesDetails #heroesFilter {
  position: relative;
  margin-top: 10px;
  height: 50px; }
  #gameHeroesIndex #heroesDetails #heroesFilter ul {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 5;
    border-style: solid;
    border-width: 5px 10px 20px 10px;
    -moz-border-image: url("../images/layout/boxes/sort.png") 5 10 20 10 stretch;
    -webkit-border-image: url("../images/layout/boxes/sort.png") 5 10 20 10 stretch;
    -o-border-image: url("../images/layout/boxes/sort.png") 5 10 20 10 stretch;
    border-image: url("../images/layout/boxes/sort.png") 5 10 20 10 fill stretch; }
    #gameHeroesIndex #heroesDetails #heroesFilter ul:before {
      width: 0;
      height: 0;
      border-left:  6px solid transparent;
      border-left:  0.375rem solid transparent;
      border-right:  6px solid transparent;
      border-right:  0.375rem solid transparent;
      border-top:  6px solid #ff5400;
      border-top:  0.375rem solid #ff5400;
      content: '';
      position: absolute;
      top:  9px ;
      top:  0.5625rem ;
      right:  0px ;
      right:  0rem ; }
    #gameHeroesIndex #heroesDetails #heroesFilter ul:hover li {
      display: block; }
    #gameHeroesIndex #heroesDetails #heroesFilter ul li {
      width: 100px;
      text-align: right;
      display: none;
      height: 24px;
      line-height: 24px;
      padding: 0 20px; }
      #gameHeroesIndex #heroesDetails #heroesFilter ul li:hover {
        color: #ff5400; }
      #gameHeroesIndex #heroesDetails #heroesFilter ul li.active {
        display: block;
        color: #ff5400; }
#gameHeroesIndex #heroesDetails #heroesOverview {
  margin: 40px 0; }
  #gameHeroesIndex #heroesDetails #heroesOverview ul {
    margin: 0 -12px;
    overflow: hidden; }
    #gameHeroesIndex #heroesDetails #heroesOverview ul li {
      float: left;
      width: 222px;
      margin: 0 12px 24px 12px;
      height: 273px; }
      #gameHeroesIndex #heroesDetails #heroesOverview ul li .image {
        float: left;
        position: relative;
        text-decoration: none; }
        #gameHeroesIndex #heroesDetails #heroesOverview ul li .image .overlay {
          position: absolute;
          width: 226px;
          height: 222px;
          top: 0px; }
        #gameHeroesIndex #heroesDetails #heroesOverview ul li .image .overlay.en {
          background-image: url("/images/layout/sprites/heroes_coming_soon.png");
          background-position: 6px -40px;
          background-repeat: no-repeat; }
        #gameHeroesIndex #heroesDetails #heroesOverview ul li .image .overlay.de {
          background-image: url("/images/layout/sprites/heroes_coming_soon.png");
          background-position: 6px -296px;
          background-repeat: no-repeat; }
        #gameHeroesIndex #heroesDetails #heroesOverview ul li .image .overlay.es {
          background-image: url("/images/layout/sprites/heroes_coming_soon.png");
          background-position: 6px -552px;
          background-repeat: no-repeat; }
        #gameHeroesIndex #heroesDetails #heroesOverview ul li .image .overlay.fr {
          background-image: url("/images/layout/sprites/heroes_coming_soon.png");
          background-position: 6px -808px;
          background-repeat: no-repeat; }
        #gameHeroesIndex #heroesDetails #heroesOverview ul li .image .overlay.it {
          background-image: url("/images/layout/sprites/heroes_coming_soon.png");
          background-position: 6px -1064px;
          background-repeat: no-repeat; }
        #gameHeroesIndex #heroesDetails #heroesOverview ul li .image .overlay.pl {
          background-image: url("/images/layout/sprites/heroes_coming_soon.png");
          background-position: 6px -1320px;
          background-repeat: no-repeat; }
        #gameHeroesIndex #heroesDetails #heroesOverview ul li .image .overlay.tr {
          background-image: url("/images/layout/sprites/heroes_coming_soon.png");
          background-position: 6px -1576px;
          background-repeat: no-repeat; }
        #gameHeroesIndex #heroesDetails #heroesOverview ul li .image .border {
          margin: 4px;
          border: 2px solid #ff5400;
          position: relative; }
          #gameHeroesIndex #heroesDetails #heroesOverview ul li .image .border:before {
            content: '';
            position: absolute;
            top: -6px;
            left: -6px;
            bottom: -6px;
            right: -6px;
            border: 4px solid #394158; }
          #gameHeroesIndex #heroesDetails #heroesOverview ul li .image .border img {
            display: block; }
            #gameHeroesIndex #heroesDetails #heroesOverview ul li .image .border img.grayscale {
              filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id…ale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
              -webkit-filter: grayscale(1);
              filter: grayscale(1);
              filter: gray; }
      #gameHeroesIndex #heroesDetails #heroesOverview ul li a {
        display: block; }
        #gameHeroesIndex #heroesDetails #heroesOverview ul li a:hover .name {
          color: #fff; }
        #gameHeroesIndex #heroesDetails #heroesOverview ul li a:hover .border {
          border-color: #fff;
          -webkit-box-shadow: 0px 0px 10px #35c2ed;
          -moz-box-shadow: 0px 0px 10px #35c2ed;
          box-shadow: 0px 0px 10px #35c2ed; }
          #gameHeroesIndex #heroesDetails #heroesOverview ul li a:hover .border:before {
            content: none; }
      #gameHeroesIndex #heroesDetails #heroesOverview ul li .classes span:first-child:before {
        content: ''; }
      #gameHeroesIndex #heroesDetails #heroesOverview ul li .classes span:before {
        content: "/ "; }

#gameHeroesHero #hero .previous, #gameHeroesHero #hero .next {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 90px;
  width: 80px;
  z-index: 15; }
  #gameHeroesHero #hero .previous:active, #gameHeroesHero #hero .next:active {
    -webkit-transform: translate(-48%, 0);
    -moz-transform: translate(-48%, 0);
    -ms-transform: translate(-48%, 0);
    -o-transform: translate(-48%, 0);
    transform: translate(-48%, 0); }
#gameHeroesHero #hero .previous {
  left: 80px;
  background: url("/images/layout/sprites/icons.png") 0 -990px;
  background-repeat: no-repeat; }
  #gameHeroesHero #hero .previous:hover {
    background: url("/images/layout/sprites/icons.png") 0 -1080px;
    background-repeat: no-repeat; }
#gameHeroesHero #hero .next {
  right: 0px;
  background: url("/images/layout/sprites/icons.png") 0 -1170px;
  background-repeat: no-repeat; }
  #gameHeroesHero #hero .next:hover {
    background: url("/images/layout/sprites/icons.png") 0 -1260px;
    background-repeat: no-repeat; }
#gameHeroesHero #hero .splitter {
  position: absolute;
  background: url("/images/layout/heroes/splitter.png") top center no-repeat;
  bottom: -68px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1920px;
  height: 136px;
  z-index: 5; }
#gameHeroesHero #hero .vidBG {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
#gameHeroesHero #hero #skins {
  position: relative;
  height: 1080px; }
  #gameHeroesHero #hero #skins .container {
    height: 100%; }
    #gameHeroesHero #hero #skins .container .skinBox {
      background: url("/images/layout/boxes/hero_skin.png") top center no-repeat;
      padding: 10px;
      width: 470px;
      height: 681px;
      top: 50%;
      position: relative;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      #gameHeroesHero #hero #skins .container .skinBox h1, #gameHeroesHero #hero #skins .container .skinBox h2 {
        margin: 0;
        color: #fff;
        text-shadow: 1px 2px 1px #000; }
      #gameHeroesHero #hero #skins .container .skinBox h1 {
        margin-bottom: 10px; }
      #gameHeroesHero #hero #skins .container .skinBox h2 {
        margin-bottom: 20px;
        font-family: 'Oswald', sans-serif;
        font-size:  34px ;
        font-size:  2.125rem ;
        line-height:  34px ;
        line-height:  2.125rem ; }
      #gameHeroesHero #hero #skins .container .skinBox h3 {
        color: #fff;
        text-shadow: 1px 2px 1px #000;
        font-size:  38px ;
        font-size:  2.375rem ;
        line-height:  38px ;
        line-height:  2.375rem ; }
      #gameHeroesHero #hero #skins .container .skinBox .skin {
        margin-bottom:  15px ;
        margin-bottom:  0.9375rem ;
        display: none; }
        #gameHeroesHero #hero #skins .container .skinBox .skin.show {
          display: block; }
        #gameHeroesHero #hero #skins .container .skinBox .skin.hovered {
          color: #ff5400; }
      #gameHeroesHero #hero #skins .container .skinBox .skinSelection:before, #gameHeroesHero #hero #skins .container .skinBox .skinSelection:after {
        display: table;
        content: ' ';
        clear: both; }
      #gameHeroesHero #hero #skins .container .skinBox .skinSelection ul {
        width: 450px;
        overflow: hidden;
        margin-left: -5px; }
        #gameHeroesHero #hero #skins .container .skinBox .skinSelection ul li {
          display: block;
          float: left;
          margin: 5px; }
          #gameHeroesHero #hero #skins .container .skinBox .skinSelection ul li img {
            background: none;
            border: 0;
            padding: 0;
            cursor: pointer;
            text-decoration: none;
            display: block;
            border: 1px solid #b7c0cd;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box; }
          #gameHeroesHero #hero #skins .container .skinBox .skinSelection ul li:hover, #gameHeroesHero #hero #skins .container .skinBox .skinSelection ul li.active {
            margin: 3px; }
            #gameHeroesHero #hero #skins .container .skinBox .skinSelection ul li:hover img, #gameHeroesHero #hero #skins .container .skinBox .skinSelection ul li.active img {
              border-width: 3px;
              border-color: #fff;
              -webkit-box-shadow: 0px 0px 10px #35c2ed;
              -moz-box-shadow: 0px 0px 10px #35c2ed;
              box-shadow: 0px 0px 10px #35c2ed; }
      #gameHeroesHero #hero #skins .container .skinBox .banner {
        position: absolute;
        bottom: -40px;
        left: -20px;
        width: 304px;
        height: 102px; }
        #gameHeroesHero #hero #skins .container .skinBox .banner .faction {
          position: relative;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          top: 58%;
          margin-left: 110px; }
#gameHeroesHero #hero #abilities {
  position: relative;
  height: 850px; }
  #gameHeroesHero #hero #abilities .container {
    height: 100%; }
    #gameHeroesHero #hero #abilities .container .abilityBanner {
      position: absolute;
      background: url("/images/layout/heroes/abilities.png") top center no-repeat;
      top: 25px;
      left: -75px;
      width: 286px;
      height: 81px;
      z-index: 10; }
      #gameHeroesHero #hero #abilities .container .abilityBanner h3 {
        margin: 0;
        color: #fff;
        text-shadow: 1px 2px 1px #000;
        font-size:  42px ;
        font-size:  2.625rem ;
        line-height:  42px ;
        line-height:  2.625rem ;
        position: relative;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin-left: 35px; }
    #gameHeroesHero #hero #abilities .container .ability {
      position: absolute;
      left: 0;
      bottom: 100px;
      max-width: 550px;
      width: 100%; }
      #gameHeroesHero #hero #abilities .container .ability .head {
        display: block;
        height: 60px;
        background-color: #31374b;
        filter: alpha(opacity=90);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value * 100)";
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        padding: 10px; }
        #gameHeroesHero #hero #abilities .container .ability .head h3 {
          float: left;
          text-shadow: none;
          margin: 0;
          position: relative;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        #gameHeroesHero #hero #abilities .container .ability .head span {
          float: left;
          position: relative;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          font-family: 'Oswald', sans-serif;
          font-size:  14px ;
          font-size:  0.875rem ;
          line-height:  14px ;
          line-height:  0.875rem ;
          margin-left: 10px; }
          #gameHeroesHero #hero #abilities .container .ability .head span:before {
            width: 43px;
            height: 43px;
            display: inline-block;
            vertical-align: -15px;
            margin-right: 10px; }
          #gameHeroesHero #hero #abilities .container .ability .head span.leftmouse:before {
            content: url("/images/layout/heroes/lmb.png"); }
          #gameHeroesHero #hero #abilities .container .ability .head span.rightmouse:before {
            content: url("/images/layout/heroes/rmb.png"); }
          #gameHeroesHero #hero #abilities .container .ability .head span.qkey:before {
            content: url("/images/layout/heroes/q-key.png"); }
          #gameHeroesHero #hero #abilities .container .ability .head span.ekey:before {
            content: url("/images/layout/heroes/e-key.png"); }
          #gameHeroesHero #hero #abilities .container .ability .head span.shiftkey:before {
            content: url("/images/layout/heroes/shift-key.png");
            width: 110px; }
      #gameHeroesHero #hero #abilities .container .ability .body {
        background-color: #495270;
        filter: alpha(opacity=90);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value * 100)";
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        padding: 10px; }
        #gameHeroesHero #hero #abilities .container .ability .body h3 {
          color: #fff;
          font-family: 'Oswald', sans-serif;
          font-size:  22px ;
          font-size:  1.375rem ;
          line-height:  22px ;
          line-height:  1.375rem ;
          text-shadow: none;
          margin: 0 0 5px; }
  #gameHeroesHero #hero #abilities .selector ul {
    overflow: hidden;
    margin-left: -5px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    #gameHeroesHero #hero #abilities .selector ul li {
      float: left;
      margin: 7px;
      display: block; }
      #gameHeroesHero #hero #abilities .selector ul li img {
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;
        text-decoration: none;
        display: block;
        border: 1px solid #b7c0cd;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
      #gameHeroesHero #hero #abilities .selector ul li:hover, #gameHeroesHero #hero #abilities .selector ul li.active {
        margin: 5px; }
        #gameHeroesHero #hero #abilities .selector ul li:hover img, #gameHeroesHero #hero #abilities .selector ul li.active img {
          border-width: 3px;
          border-color: #fff;
          -webkit-box-shadow: 0px 0px 10px #35c2ed;
          -moz-box-shadow: 0px 0px 10px #35c2ed;
          box-shadow: 0px 0px 10px #35c2ed; }
#gameHeroesHero #hero #story {
  height: 950px; }
  #gameHeroesHero #hero #story .container {
    height: 100%; }
    #gameHeroesHero #hero #story .container .storyBox {
      background: url("/images/layout/boxes/hero_story_middle.png") top;
      padding: 0 50px;
      max-width: 627px;
      width: 100%;
      position: relative;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      margin-left: -15px; }
      #gameHeroesHero #hero #story .container .storyBox:before {
        content: '';
        background: url("/images/layout/boxes/hero_story.png") top;
        min-height: 5px;
        max-width: 627px;
        width: 100%;
        height: 45px;
        position: absolute;
        top: -45px;
        left: 0; }
      #gameHeroesHero #hero #story .container .storyBox:after {
        content: '';
        background: url("/images/layout/boxes/hero_story.png") bottom;
        min-height: 5px;
        max-width: 627px;
        width: 100%;
        height: 75px;
        position: absolute;
        bottom: -75px;
        left: 0; }
      #gameHeroesHero #hero #story .container .storyBox h2 {
        color: #fff;
        text-shadow: 1px 2px 1px #000; }
      #gameHeroesHero #hero #story .container .storyBox .storyContent {
        overflow: auto;
        max-height: 555px; }

#gameRanking #content {
  background-color: #394158; }
#gameRanking #teaser {
  background: url("/images/layout/backgrounds/ranking.jpg") top center no-repeat;
  height: 380px; }
#gameRanking #rankingDetails .container h2 {
  margin-top: 20px; }
#gameRanking #rankingDetails .container .mapsMenu {
  width: 965px;
  height: 209px;
  padding: 20px 0;
  margin-bottom: 40px; }
  #gameRanking #rankingDetails .container .mapsMenu.cliffside_clash {
    background: url("/images/layout/backgrounds/ranking_cliffside.png") top center no-repeat; }
  #gameRanking #rankingDetails .container .mapsMenu.highlands {
    background: url("/images/layout/backgrounds/ranking_highlands.png") top center no-repeat; }
  #gameRanking #rankingDetails .container .mapsMenu.crogon_keep {
    background: url("/images/layout/backgrounds/ranking_crogonkeep.png") top center no-repeat; }
  #gameRanking #rankingDetails .container .mapsMenu.frostbite {
    background: url("/images/layout/backgrounds/ranking_frostbite.png") top center no-repeat; }
  #gameRanking #rankingDetails .container .mapsMenu.surrounded {
    background: url("/images/layout/backgrounds/ranking_surrounded.png") top center no-repeat; }
  #gameRanking #rankingDetails .container .mapsMenu.shark_isle {
    background: url("/images/layout/backgrounds/ranking_sharkisle.png") top center no-repeat; }
  #gameRanking #rankingDetails .container .mapsMenu.the_wall {
    background: url("/images/layout/backgrounds/ranking_thewall.png") top center no-repeat; }
  #gameRanking #rankingDetails .container .mapsMenu.unchained_fortress {
    background: url("/images/layout/backgrounds/ranking_unchainedfortress.png") top center no-repeat; }
  #gameRanking #rankingDetails .container .mapsMenu.avalanche {
    background: url("/images/layout/backgrounds/ranking_avalanche.png") top center no-repeat; }
  #gameRanking #rankingDetails .container .mapsMenu.banquet {
    background: url("/images/layout/backgrounds/ranking_banquet.png") top center no-repeat; }
  #gameRanking #rankingDetails .container .mapsMenu.throneroom {
    background: url("/images/layout/backgrounds/ranking_throne.png") top center no-repeat; }
  #gameRanking #rankingDetails .container .mapsMenu.baths {
    background: url("/images/layout/backgrounds/ranking_baths.png") top center no-repeat; }
  #gameRanking #rankingDetails .container .mapsMenu .selectionHeader {
    position: relative;
    margin: 0 3px;
    height: 50px;
    padding: 0 20px; }
    #gameRanking #rankingDetails .container .mapsMenu .selectionHeader .styled-select {
      z-index: 5; }
    #gameRanking #rankingDetails .container .mapsMenu .selectionHeader:before {
      content: "";
      top: 0;
      background-color: #394158;
      filter: alpha(opacity=90);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value * 100)";
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      opacity: 0.9;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute; }
    #gameRanking #rankingDetails .container .mapsMenu .selectionHeader .right {
      position: relative;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      #gameRanking #rankingDetails .container .mapsMenu .selectionHeader .right h3 {
        color: #35c2ed;
        font-family: 'Oswald', sans-serif;
        letter-spacing:  1px ;
        letter-spacing:  0.0625rem ;
        font-size:  22px ;
        font-size:  1.375rem ;
        text-decoration: none;
        text-shadow: none;
        margin: 0; }
  #gameRanking #rankingDetails .container .mapsMenu .teamSize {
    position: relative;
    margin: 0 3px;
    height: 50px;
    padding: 0 20px; }
    #gameRanking #rankingDetails .container .mapsMenu .teamSize .styled-select {
      z-index: 4; }
  #gameRanking #rankingDetails .container .mapsMenu .styled-select {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 250px;
    border: 1px solid #394158;
    border-radius: 5px;
    background: #394158;
    position: relative;
    padding: 5px 25px;
    display: inline-block;
    text-align: right; }
    #gameRanking #rankingDetails .container .mapsMenu .styled-select .currentSelection {
      background: none;
      border: 0;
      padding: 0;
      cursor: pointer;
      text-decoration: none;
      position: relative; }
      #gameRanking #rankingDetails .container .mapsMenu .styled-select .currentSelection:after {
        width: 0;
        height: 0;
        border-left:  6px solid transparent;
        border-left:  0.375rem solid transparent;
        border-right:  6px solid transparent;
        border-right:  0.375rem solid transparent;
        border-top:  10px solid #fff;
        border-top:  0.625rem solid #fff;
        content: '';
        position: absolute;
        top:  3px ;
        top:  0.1875rem ;
        right:  -17px ;
        right:  -1.0625rem ;
        pointer-events: none; }
    #gameRanking #rankingDetails .container .mapsMenu .styled-select:hover {
      border-radius: 5px 5px 0 0; }
      #gameRanking #rankingDetails .container .mapsMenu .styled-select:hover ul {
        display: block;
        border-top-color: #262c3e; }
    #gameRanking #rankingDetails .container .mapsMenu .styled-select ul {
      z-index: 10;
      border: 1px solid #394158;
      border-radius: 0 0 5px 5px;
      background: #394158;
      width: 100.5%;
      margin: 0;
      display: none;
      position: absolute;
      top: 100%;
      right: -1px;
      text-align: right; }
      #gameRanking #rankingDetails .container .mapsMenu .styled-select ul li {
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;
        text-decoration: none;
        padding: 5px 25px;
        position: relative;
        display: block; }
        #gameRanking #rankingDetails .container .mapsMenu .styled-select ul li:hover {
          background: #262c3e; }
  #gameRanking #rankingDetails .container .mapsMenu .nickName {
    position: relative;
    margin: 0 3px;
    padding: 0 20px; }
    #gameRanking #rankingDetails .container .mapsMenu .nickName form {
      width: 450px;
      position: relative; }
      #gameRanking #rankingDetails .container .mapsMenu .nickName form .searchValue > div {
        display: inline-block; }
      #gameRanking #rankingDetails .container .mapsMenu .nickName form .searchValue input[type=text] {
        width: 350px;
        vertical-align: top;
        margin-right: 10px; }
      #gameRanking #rankingDetails .container .mapsMenu .nickName form .searchValue input[type=button] {
        height: 60px;
        width: 60px;
        margin-top: -10px;
        background: url("/images/layout/sprites/icons.png") 0 -720px;
        background-repeat: no-repeat;
        filter: alpha(opacity=80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value * 100)";
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        border: none; }
        #gameRanking #rankingDetails .container .mapsMenu .nickName form .searchValue input[type=button]:hover {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value * 100)";
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; }
#gameRanking #rankingDetails .container .noranking {
  font-weight: bold; }
#gameRanking #rankingDetails .container #rankingfilter {
  position: relative;
  margin: 10px 13px 20px 0;
  height: 50px; }
  #gameRanking #rankingDetails .container #rankingfilter ul {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 5;
    border-style: solid;
    border-width: 5px 10px 20px 10px;
    -moz-border-image: url("../images/layout/boxes/sort.png") 5 10 20 10 stretch;
    -webkit-border-image: url("../images/layout/boxes/sort.png") 5 10 20 10 stretch;
    -o-border-image: url("../images/layout/boxes/sort.png") 5 10 20 10 stretch;
    border-image: url("../images/layout/boxes/sort.png") 5 10 20 10 fill stretch; }
    #gameRanking #rankingDetails .container #rankingfilter ul:before {
      width: 0;
      height: 0;
      border-left:  6px solid transparent;
      border-left:  0.375rem solid transparent;
      border-right:  6px solid transparent;
      border-right:  0.375rem solid transparent;
      border-top:  6px solid #ff5400;
      border-top:  0.375rem solid #ff5400;
      content: '';
      position: absolute;
      top:  9px ;
      top:  0.5625rem ;
      right:  0px ;
      right:  0rem ; }
    #gameRanking #rankingDetails .container #rankingfilter ul:hover li {
      display: block; }
    #gameRanking #rankingDetails .container #rankingfilter ul li {
      width: 120px;
      text-align: right;
      display: none;
      height: 24px;
      line-height: 24px;
      padding-right: 25px; }
      #gameRanking #rankingDetails .container #rankingfilter ul li:hover {
        color: #ff5400; }
      #gameRanking #rankingDetails .container #rankingfilter ul li.active {
        display: block;
        color: #ff5400; }
#gameRanking #rankingDetails .container .rankingtable {
  margin-left: -12px;
  border-style: solid;
  border-width: 8px 20px 40px 20px;
  -moz-border-image: url("../images/layout/boxes/ranking_table.png") 8 20 40 20 stretch;
  -webkit-border-image: url("../images/layout/boxes/ranking_table.png") 8 20 40 20 stretch;
  -o-border-image: url("../images/layout/boxes/ranking_table.png") 8 20 40 20 stretch;
  border-image: url("../images/layout/boxes/ranking_table.png") 8 20 40 20 fill stretch; }
  #gameRanking #rankingDetails .container .rankingtable table {
    width: 100%;
    border-collapse: collapse; }
    #gameRanking #rankingDetails .container .rankingtable table th {
      color: #fff;
      font-weight: bold;
      font-size:  18px ;
      font-size:  1.125rem ; }
    #gameRanking #rankingDetails .container .rankingtable table th, #gameRanking #rankingDetails .container .rankingtable table td {
      padding: 10px 20px;
      text-align: left; }
    #gameRanking #rankingDetails .container .rankingtable table tbody tr:nth-child(odd) {
      background: #394158; }

#communityIndex #teaser {
  background: url("/images/layout/backgrounds/community.jpg") top center no-repeat;
  height: 505px; }
  #communityIndex #teaser .container #communityTileMenu {
    position: relative;
    z-index: 20; }
    #communityIndex #teaser .container #communityTileMenu a:hover, #communityIndex #teaser .container #communityTileMenu a:active {
      color: #fff; }
    #communityIndex #teaser .container #communityTileMenu ul li {
      background: #394158;
      position: relative;
      float: left;
      width: 277px;
      height: 210px;
      margin-bottom: 50px;
      margin-top: 40px; }
      #communityIndex #teaser .container #communityTileMenu ul li:before {
        content: '';
        position: absolute;
        height: 280px;
        width: 320px; }
      #communityIndex #teaser .container #communityTileMenu ul li.forum .tileHover > div {
        border-top: 3px solid #72b83e; }
      #communityIndex #teaser .container #communityTileMenu ul li.forum:before {
        background: url("/images/layout/sprites/thumbnails.png") 0 -2520px;
        background-repeat: no-repeat;
        left: 0px;
        bottom: -37px; }
      #communityIndex #teaser .container #communityTileMenu ul li.ranking .tileHover > div {
        border-top: 3px solid #ff5400; }
      #communityIndex #teaser .container #communityTileMenu ul li.ranking:before {
        background: url("/images/layout/sprites/thumbnails.png") 0 -2800px;
        background-repeat: no-repeat;
        bottom: -24px;
        left: -21px; }
      #communityIndex #teaser .container #communityTileMenu ul li .tileHover {
        overflow: hidden;
        height: 260px;
        width: 100%;
        position: relative; }
        #communityIndex #teaser .container #communityTileMenu ul li .tileHover > div {
          background: #262c3e;
          /* The Fallback */
          background: rgba(38, 44, 62, 0.85);
          position: absolute;
          height: 100%;
          width: 100%;
          bottom: -210px;
          padding: 10px 20px 20px;
          transition: bottom .75s; }
          #communityIndex #teaser .container #communityTileMenu ul li .tileHover > div > strong {
            color: #35c2ed;
            font-family: 'Oswald', sans-serif;
            letter-spacing:  1px ;
            letter-spacing:  0.0625rem ;
            font-size:  18px ;
            font-size:  1.125rem ;
            text-decoration: none;
            text-shadow: none;
            display: block; }
            #communityIndex #teaser .container #communityTileMenu ul li .tileHover > div > strong:hover, #communityIndex #teaser .container #communityTileMenu ul li .tileHover > div > strong:active {
              color: #fff; }
          #communityIndex #teaser .container #communityTileMenu ul li .tileHover > div > p {
            margin-top: 20px; }
        #communityIndex #teaser .container #communityTileMenu ul li .tileHover:hover > div, #communityIndex #teaser .container #communityTileMenu ul li .tileHover:active > div {
          bottom: -100px; }
          #communityIndex #teaser .container #communityTileMenu ul li .tileHover:hover > div > strong, #communityIndex #teaser .container #communityTileMenu ul li .tileHover:active > div > strong {
            color: #fff; }
    #communityIndex #teaser .container #communityTileMenu ul li + li {
      margin-left: 60px; }
#communityIndex #communityDetails .container h2 {
  margin-top: 40px; }
#communityIndex #communityDetails .container #socialNetworks li {
  display: inline-block;
  width: 49%; }
  #communityIndex #communityDetails .container #socialNetworks li .socialbox h3 {
    color: #fff;
    text-shadow: 1px 2px 1px #000;
    padding-left: 50px;
    padding-top:  2px ;
    padding-top:  0.125rem ;
    margin-bottom: 0; }
  #communityIndex #communityDetails .container #socialNetworks li .socialbox .separator {
    padding-bottom: 10px;
    margin-bottom: 10px; }
  #communityIndex #communityDetails .container #socialNetworks li .socialbox .youtube {
    background: url("/images/layout/sprites/communities.png") 0 -80px;
    background-repeat: no-repeat; }
    #communityIndex #communityDetails .container #socialNetworks li .socialbox .youtube h3 {
      color: #ca1d25; }
  #communityIndex #communityDetails .container #socialNetworks li .socialbox .twitch {
    background: url("/images/layout/sprites/communities.png") 0 -240px;
    background-repeat: no-repeat; }
    #communityIndex #communityDetails .container #socialNetworks li .socialbox .twitch h3 {
      color: #813bc5; }
  #communityIndex #communityDetails .container #socialNetworks li .socialbox .facebook {
    background: url("/images/layout/sprites/communities.png") 0 -0px;
    background-repeat: no-repeat; }
    #communityIndex #communityDetails .container #socialNetworks li .socialbox .facebook h3 {
      color: #3551dc; }
  #communityIndex #communityDetails .container #socialNetworks li .socialbox .twitter {
    background: url("/images/layout/sprites/communities.png") 0 -160px;
    background-repeat: no-repeat; }
    #communityIndex #communityDetails .container #socialNetworks li .socialbox .twitter h3 {
      color: #068ab4; }
  #communityIndex #communityDetails .container #socialNetworks li .socialbox .instagram {
    background: url("/images/layout/sprites/communities.png") 0 -360px;
    background-repeat: no-repeat; }
    #communityIndex #communityDetails .container #socialNetworks li .socialbox .instagram h3 {
      color: #4090db; }
  #communityIndex #communityDetails .container #socialNetworks li .socialbox .pinterest {
    background: url("/images/layout/sprites/communities.png") 0 -400px;
    background-repeat: no-repeat; }
    #communityIndex #communityDetails .container #socialNetworks li .socialbox .pinterest h3 {
      color: #bd081c; }
  #communityIndex #communityDetails .container #socialNetworks li .socialbox .easyButton {
    padding-right: 60px;
    padding-left: 10px; }

#gameDownload #downloadDetails {
  margin-top: 40px; }
  #gameDownload #downloadDetails h3.help {
    display: block;
    color: #fff;
    width: 100%;
    padding-left: 10px;
    margin-top:  10px ;
    margin-top:  0.625rem ;
    margin-bottom: 10px; }
  #gameDownload #downloadDetails h2.hardware {
    color: #fff;
    margin-bottom: 10px; }
#gameDownload #teaser {
  background: url("/images/layout/backgrounds/download.jpg") top center no-repeat;
  height: 600px; }

#conditionsofparticipation #content {
  background-color: #394158; }
  #conditionsofparticipation #content .container p {
    width: 70%; }
#conditionsofparticipation #teaser {
  background: url("/images/layout/backgrounds/faq.jpg") bottom center no-repeat;
  height: 350px;
  margin-bottom: 40px; }
  #conditionsofparticipation #teaser .container #title {
    margin-top: 0;
    margin-bottom: 10px; }

#changepassword #content {
  background-color: #394158; }
  #changepassword #content .infoBox .button {
    font-size:  20px ;
    font-size:  1.25rem ;
    line-height:  20px ;
    line-height:  1.25rem ;
    padding-top: 8px; }
    #changepassword #content .infoBox .button:after {
      content: '';
      display: inline-block;
      height:  20px ;
      height:  1.25rem ; }
  #changepassword #content .box input {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 300px;
    height: 25px; }
  #changepassword #content .box button {
    float: right;
    margin-right: 10px;
    width: initial;
    min-width: 100px;
    height: 40px;
    padding: 0 8px;
    font-size:  18px ;
    font-size:  1.125rem ;
    line-height:  18px ;
    line-height:  1.125rem ; }
    #changepassword #content .box button:after {
      content: '';
      display: inline-block;
      height:  18px ;
      height:  1.125rem ; }
#changepassword #teaser {
  background: url("/images/layout/backgrounds/faq.jpg") bottom center no-repeat;
  height: 350px;
  margin-bottom: 40px; }

#riftbattle #riftLogo {
  width: 400px;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
  margin-left: 50px; }
#riftbattle #terms {
  overflow: auto;
  max-height: 500px;
  margin-bottom: 75px; }
#riftbattle #accept {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px; }
  #riftbattle #accept .button {
    padding-left: 15px;
    padding-right: 15px; }
