/* ==========================================================================

##   ##  #####  ######  ######  #### ######   #####
##   ## ##   ## ##   ## ##   ##  ##  ##   ## ##   ##
##   ## ##   ## ##   ## ##   ##  ##  ##   ## ##
## # ## ####### ######  ##   ##  ##  ##   ## ## ###
## # ## ##   ## ##   ## ##   ##  ##  ##   ## ##   ##
## # ## ##   ## ##   ## ##   ##  ##  ##   ## ##   ##
######  ##   ## ##   ## ##   ## #### ##   ##  #####

Changing ANYTHING in this file will most probably break the rest of the
website and pervent future updates from going smoothly. Close this file
in 5 seconds or self-destruction mode will initiate.

========================================================================== */
/* ==========================================================================
Grids and columns
========================================================================== */
/* ==========================================================================
Common prefixes
========================================================================== */
/* ==========================================================================
Animation
========================================================================== */
/* ==========================================================================
Transformations
========================================================================== */
/* ==========================================================================
Misc
========================================================================== */
/* ==========================================================================
Gradients
========================================================================== */
/* ==========================================================================
Small utilities
========================================================================== */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fnt/Roboto-Regular.ttf");
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #222;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-text-size-adjust: none;
}
* {
  box-sizing: border-box;
  font-family: sans-serif;
}
.no-background {
  background-image: none;
  background-color: #000;
}
#videoPlayer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  z-index: 100;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#videoPlayer iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#game-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#game-wrapper .load-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#game-wrapper .load-screen .bcg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80%;
  max-height: 200px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#game-wrapper .load-screen .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 130px);
  -moz-transform: translate(-50%, 130px);
  -ms-transform: translate(-50%, 130px);
  -o-transform: translate(-50%, 130px);
  transform: translate(-50%, 130px);
  width: 300px;
  height: 14px !important;
  padding: 1px;
  border: 1px solid #efaa07;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
#game-wrapper .load-screen .loader .fill {
  width: 0;
  height: 100%;
  border-radius: 4px;
  background-color: #efaa07;
}
#game-wrapper #game {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#game-wrapper #game canvas {
  position: absolute;
  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%);
}
.background-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 120px);
  -moz-transform: translate(-50%, 120px);
  -ms-transform: translate(-50%, 120px);
  -o-transform: translate(-50%, 120px);
  transform: translate(-50%, 120px);
  width: 280px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #444;
  padding: 3px;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .loader {
    -webkit-transform: translate(-50%, 80px);
    -moz-transform: translate(-50%, 80px);
    -ms-transform: translate(-50%, 80px);
    -o-transform: translate(-50%, 80px);
    transform: translate(-50%, 80px);
  }
}
.loader .fill {
  height: 100%;
  width: 0%;
  background-color: #fff;
  border-radius: 8px;
}
svg {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  width: 560px;
  transform: translate(-50%, -50%);
  background-color: #222;
}
@media screen and (max-width: 720px) {
  svg {
    width: 380px;
  }
}
@media screen and (max-width: 480px) {
  svg {
    width: 320px;
  }
}
#scroller {
  position: relative;
  display: none;
  width: 100%;
  height: 105%;
  z-index: 2;
  background-color: #000;
  opacity: 0.92;
}
#scroller img {
  position: absolute;
  bottom: 10%;
  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%);
  width: 150px;
  -webkit-animation: swipe 1.5s infinite;
  /* Safari 4+ */
  -moz-animation: swipe 1.5s infinite;
  /* Fx 5+ */
  -o-animation: swipe 1.5s infinite;
  /* Opera 12+ */
  animation: swipe 1.5s infinite;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes swipe {
  0% {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -120%);
    -moz-transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    -o-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
    opacity: 0.5;
  }
}
#stop-browser {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  font-family: sans-serif;
  text-align: center;
  z-index: 100;
}
#stop-browser > div {
  position: absolute;
  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%);
  width: 100%;
  padding: 20px;
}
#stop-browser > div .text {
  color: #f2f2f2;
  font-size: 18px;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
#stop-browser > div a {
  display: inline-block;
  padding: 5px 25px;
  line-height: 30px;
  font-size: 18px;
  background-color: #690;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 30px;
}
#server-down {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #a3a3a3;
  z-index: 100;
  display: none;
}
#server-down > div {
  position: absolute;
  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%);
  width: 100%;
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #server-down > div {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    padding: 0;
    top: 0%;
    left: 0%;
  }
}
#server-down > div .text {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 28px;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
#server-down > div .gears {
  position: relative;
  width: 100%;
  height: 150px;
}
#server-down > div .gears .gear-1 {
  width: 70px;
  margin-top: 40px;
  -webkit-animation: tool-one 4s infinite linear;
  animation: tool-one 4s infinite linear;
}
#server-down > div .gears .gear-2 {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: 12px;
  width: 45px;
  -webkit-animation: tool-two 3s infinite linear;
  animation: tool-two 3s infinite linear;
}
#server-down > div .gears .gear-3 {
  position: absolute;
  top: 102px;
  right: 50%;
  margin-right: 15px;
  width: 30px;
  -webkit-animation: tool-two 2s infinite linear;
  animation: tool-two 2s infinite linear;
}
@keyframes tool-one {
  0% {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg);
  }
}
@keyframes tool-two {
  0% {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(-360deg);
    /* IE 9 */
    -webkit-transform: rotate(-360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-360deg);
  }
}
#bad-login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 100;
  display: none;
}
#bad-login > div {
  position: absolute;
  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%);
  width: 100%;
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #bad-login > div {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    padding: 0;
    top: 0%;
    left: 0%;
  }
}
#bad-login > div .text {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 28px;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
#bad-login > div img {
  width: 60px;
  margin-top: 40px;
  -webkit-animation: login-opacity 1.5s infinite linear;
  animation: login-opacity 1.5s infinite linear;
}
@-webkit-keyframes login-opacity {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
#session-time-settings,
#session-time-msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-family: sans-serif;
  display: none;
}
#session-time-settings > div,
#session-time-msg > div {
  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%);
  display: inline-block;
  max-width: 800px;
  padding: 20px;
}
#session-time-settings > div .text,
#session-time-msg > div .text {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
#session-time-settings > div .text input,
#session-time-msg > div .text input {
  width: 74px;
  font-size: 24px;
  margin: 0 10px;
  padding: 0 5px;
  outline: none;
  border-radius: 4px;
  border: none;
}
#session-time-settings > div .session-btns,
#session-time-msg > div .session-btns {
  margin-top: 30px;
  text-align: center;
}
#session-time-settings > div .session-btns > div,
#session-time-msg > div .session-btns > div {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 14px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  text-transform: uppercase;
}
#session-time-settings > div .session-btns .confirm,
#session-time-msg > div .session-btns .confirm {
  background-color: #558000;
}
#session-time-settings > div .session-btns .confirm:hover,
#session-time-msg > div .session-btns .confirm:hover {
  background-color: #376200;
}
#session-time-settings > div .session-btns .cancel,
#session-time-msg > div .session-btns .cancel {
  background-color: #c43d2f;
}
#session-time-settings > div .session-btns .cancel:hover,
#session-time-msg > div .session-btns .cancel:hover {
  background-color: #a61f11;
}
#settings {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3 !important;
  text-align: center;
  display: none;
}
#settings * {
  font-size: 13px;
}
#settings .settings-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#settings .inner {
  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%);
  display: inline-block;
  width: 320px;
  background-color: #000;
  color: #fff;
  padding-bottom: 12px;
}
@media screen and (max-width: 480px) {
  #settings .inner {
    width: 300px;
    padding-bottom: 8px;
  }
}
@media screen and (max-height: 380px) {
  #settings .inner {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    transform-origin: 50% 50%;
    top: -15px;
  }
}
#settings .inner .header {
  position: relative;
  line-height: 40px;
  background-color: #232323;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  #settings .inner .header {
    line-height: 34px;
    font-size: 20px;
  }
  #settings .inner .header img {
    width: 14px;
  }
}
#settings .inner .header span {
  font-size: 20px !important;
}
#settings .inner .header img {
  position: absolute;
  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%);
  right: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
#settings .inner .header img:hover {
  opacity: 0.7;
}
#settings .inner .option {
  position: relative;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  letter-spacing: 1px;
}
#settings .inner .option:before,
#settings .inner .option:after {
  content: " ";
  display: table;
}
#settings .inner .option:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  #settings .inner .option {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }
  #settings .inner .option:after {
    width: 280px !important;
  }
}
#settings .inner .option:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 300px;
  height: 1px;
  background-color: #333;
}
#settings .inner .option .name {
  float: left;
  width: -webkit-calc(100% - 92px);
  width: -moz-calc(100% - 92px);
  width: -o-calc(100% - 92px);
  width: calc(100% - 92px);
  text-align: left;
  padding-left: 16px;
}
#settings .inner .option .button-wrapper {
  float: left;
  width: 92px;
  padding: 7px 16px;
}
@media screen and (max-width: 480px) {
  #settings .inner .option .button-wrapper {
    padding: 6px 17px;
  }
}
#settings .inner .option .button-wrapper .button {
  width: 60px;
  height: 32px;
  border-radius: 15px;
  background-color: #7d7d7d;
  cursor: pointer;
  padding: 3px;
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  -ms-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  transition: 0.1s all linear;
}
#settings .inner .option .button-wrapper .button:before,
#settings .inner .option .button-wrapper .button:after {
  content: " ";
  display: table;
}
#settings .inner .option .button-wrapper .button:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  #settings .inner .option .button-wrapper .button {
    height: 28px;
  }
}
#settings .inner .option .button-wrapper .button > div {
  width: 26px;
  height: 26px;
  background-color: #d8d8d8;
  border-radius: 50%;
  -webkit-transition: 0.15s all linear;
  -moz-transition: 0.15s all linear;
  -ms-transition: 0.15s all linear;
  -o-transition: 0.15s all linear;
  transition: 0.15s all linear;
}
@media screen and (max-width: 480px) {
  #settings .inner .option .button-wrapper .button > div {
    width: 22px;
    height: 22px;
  }
}
#settings .inner .option .button-wrapper .button.on {
  background-color: #6ba000;
}
#settings .inner .option .button-wrapper .button.on > div {
  -webkit-transform: translate(28px, 0);
  -moz-transform: translate(28px, 0);
  -ms-transform: translate(28px, 0);
  -o-transform: translate(28px, 0);
  transform: translate(28px, 0);
}
@media screen and (max-width: 480px) {
  #settings .inner .option .button-wrapper .button.on > div {
    -webkit-transform: translate(32px, 0);
    -moz-transform: translate(32px, 0);
    -ms-transform: translate(32px, 0);
    -o-transform: translate(32px, 0);
    transform: translate(32px, 0);
  }
}
#settings .inner .session-timer {
  position: relative;
  padding: 12px 16px;
  font-size: 18px;
  letter-spacing: 1px;
  display: none;
}
@media screen and (max-width: 480px) {
  #settings .inner .session-timer {
    font-size: 17px;
  }
}
#settings .inner .session-timer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 300px;
  height: 1px;
  background-color: #333;
}
#settings .inner .session-timer .name {
  text-align: left;
}
#settings .inner .session-timer .value {
  padding-top: 10px;
}
#settings .inner .session-timer .value:before,
#settings .inner .session-timer .value:after {
  content: " ";
  display: table;
}
#settings .inner .session-timer .value:after {
  clear: both;
}
#settings .inner .session-timer .value .range {
  float: left;
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: -o-calc(100% - 110px);
  width: calc(100% - 110px);
  text-align: left;
  padding-right: 4px;
  /*Chrome*/
  /** FF*/
  /* IE*/
}
#settings .inner .session-timer .value .range input {
  width: 100%;
  outline: none;
  border: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #settings .inner .session-timer .value .range input[type="range"] {
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    -webkit-appearance: none;
    background-color: #393939;
  }
  #settings .inner .session-timer .value .range input[type="range"]::-webkit-slider-runnable-track {
    height: 20px;
    -webkit-appearance: none;
    color: #13bba4;
  }
  #settings .inner .session-timer .value .range input[type="range"]::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 20px;
    border-radius: 50%;
    cursor: ew-resize;
    background: #6ba000;
    box-shadow: -80px 0 0 80px #393939;
  }
}
#settings .inner .session-timer .value .range input[type="range"]::-moz-range-progress {
  background-color: #393939;
}
#settings .inner .session-timer .value .range input[type="range"]::-moz-range-track {
  background-color: #393939;
}
#settings .inner .session-timer .value .range input[type="range"]::-ms-fill-lower {
  background-color: #393939;
}
#settings .inner .session-timer .value .range input[type="range"]::-ms-fill-upper {
  background-color: #393939;
}
#settings .inner .session-timer .value .time {
  float: left;
  width: 110px;
  line-height: 26px;
  font-size: 12px;
}
#settings .inner .language,
#settings .inner .reality-check {
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  letter-spacing: 1px;
}
#settings .inner .language:before,
#settings .inner .reality-check:before,
#settings .inner .language:after,
#settings .inner .reality-check:after {
  content: " ";
  display: table;
}
#settings .inner .language:after,
#settings .inner .reality-check:after {
  clear: both;
}
#settings .inner .language .lang-cover,
#settings .inner .reality-check .lang-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#settings .inner .language .name,
#settings .inner .reality-check .name {
  float: left;
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: -o-calc(100% - 150px);
  width: calc(100% - 150px);
  text-align: left;
  padding-left: 16px;
}
#settings .inner .language button,
#settings .inner .reality-check button {
  position: relative;
  float: left;
  width: 134px;
  line-height: 20px;
  margin-top: 12px;
  border-radius: 2px;
  border: none;
  padding-top: 4px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #6ba000;
  color: #fff;
  outline: none;
  cursor: pointer;
}
#settings .inner .language .dropdown,
#settings .inner .reality-check .dropdown {
  position: relative;
  float: left;
  width: 150px;
  padding: 8px 16px 8px 0;
}
#settings .inner .language .dropdown .val,
#settings .inner .reality-check .dropdown .val {
  position: relative;
  width: 100%;
  background-color: #232323;
  line-height: 28px;
  font-size: 17px;
  letter-spacing: 1px;
  padding-right: 28px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  text-align: left;
  padding-left: 16px;
}
#settings .inner .language .dropdown .val:after,
#settings .inner .reality-check .dropdown .val:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background-image: url("../img/dropdown.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
#settings .inner .language .dropdown .list,
#settings .inner .reality-check .dropdown .list {
  position: absolute;
  top: -10px;
  left: 16px;
  width: 130px;
  max-height: 98px;
  overflow-y: auto;
  display: none;
}
#settings .inner .language .dropdown .list .row,
#settings .inner .reality-check .dropdown .list .row {
  background-color: #393939;
  line-height: 28px;
  font-size: 17px;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  text-align: left;
  padding-left: 16px;
}
#settings .inner .language .dropdown .list .row:nth-child(odd),
#settings .inner .reality-check .dropdown .list .row:nth-child(odd) {
  background-color: #232323;
}
#info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 4;
  overflow: hidden;
  text-align: center;
}
#info .info-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#info .inner {
  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-top: 10px;
  display: inline-block;
  max-width: 740px;
  max-height: 90%;
  text-align: center;
  background-color: #171717;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 18px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #info .inner {
    max-height: 100%;
    margin-top: 0;
    font-size: 17px;
    padding-top: 50px;
  }
}
#info .inner .close-info {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
#info .inner .close-info:hover {
  opacity: 0.7;
}
#info .inner .close-info img {
  width: 100%;
}
#info .inner .img-sign {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #000;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #info .inner .img-sign {
    display: none;
  }
}
#info .inner .img-sign img {
  height: 100%;
}
#info .inner > .content {
  width: 100%;
  max-height: -webkit-calc(100vh - 180px);
  max-height: -moz-calc(100vh - 180px);
  max-height: -o-calc(100vh - 180px);
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 30px 34px 42px 34px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #info .inner > .content {
    padding: 20px 15px 42px 15px;
    max-height: -webkit-calc(100vh - 30px);
    max-height: -moz-calc(100vh - 30px);
    max-height: -o-calc(100vh - 30px);
    max-height: calc(100vh - 30px);
  }
}
#info .inner > .content .section h2 {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #info .inner > .content .section h2 {
    font-size: 15px;
  }
}
#info .inner > .content .section h4 {
  font-size: 16px;
  color: #dcdee0;
}
@media screen and (max-width: 768px) {
  #info .inner > .content .section h4 {
    font-size: 14px;
  }
}
#info .inner > .content .section table {
  border: 1px solid #fff;
  border-collapse: collapse;
}
#info .inner > .content .section table td,
#info .inner > .content .section table th {
  border: 1px solid #fff;
  font-size: 14px;
  padding: 5px;
}
#info .inner > .content .section p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #info .inner > .content .section p {
    font-size: 13px;
  }
}
#info .inner > .content .section strong {
  color: #ebd224;
}
#popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 4;
  display: none;
  padding: 10px !important;
  text-align: center;
}
#popup .inner {
  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-top: 10px;
  display: inline-block;
  max-width: 800px;
  min-width: 260px;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding-top: 30px;
}
#popup .inner .img-sign {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #000;
  border-radius: 50%;
  border: 2px solid #fff;
}
#popup .inner .img-sign img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popup .inner .img-sign.question .question-sign {
  display: block;
}
#popup .inner .img-sign.warning .warning-sign {
  display: block;
}
#popup .inner .text {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.5px;
  padding: 28px 28px 0 28px;
}
#popup .inner .buttons {
  width: 100%;
  padding-bottom: 34px;
}
#popup .inner .buttons .button {
  display: inline-block;
  margin: 30px 15px 0 15px;
  line-height: 24px;
  font-size: 20px;
  min-width: 80px;
  letter-spacing: 1.4px;
  padding: 6px 16px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  cursor: pointer;
  text-transform: uppercase;
}
#popup .inner .buttons .button.confirm-popup {
  background-color: #149d3b;
}
#popup .inner .buttons .button.confirm-popup:hover {
  background-color: #007513;
}
#popup .inner .buttons .button.confirm-popup:active {
  background-color: #005200;
}
#popup .inner .buttons .button.cancel-popup {
  background-color: #f73030;
}
#popup .inner .buttons .button.cancel-popup:hover {
  background-color: #cf0808;
}
#popup .inner .buttons .button.cancel-popup:active {
  background-color: #ac0000;
}
@media screen and (max-width: 768px) {
  #popup .inner .text {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.7px;
    padding: 24px 20px 0 20px;
  }
  #popup .inner .buttons {
    padding-bottom: 24px;
  }
  #popup .inner .buttons .button {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.2px;
    margin: 24px 10px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  #popup .inner .text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.7px;
    padding: 20px 16px 0 16px;
  }
  #popup .inner .buttons {
    padding-bottom: 20px;
  }
  #popup .inner .buttons .button {
    display: inline-block;
    border-radius: 4px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 20px 8px 0 8px;
  }
}
#exit-game-msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #a3a3a3;
  z-index: 9;
  display: none;
}
#exit-game-msg > div {
  position: absolute;
  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%);
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #exit-game-msg > div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  #exit-game-msg > div {
    padding: 0 15px;
  }
}
#exit-game-msg > div .text {
  color: #f2f2f2;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #exit-game-msg > div .text {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  #exit-game-msg > div .text {
    font-size: 24px;
    line-height: 24px;
  }
}
.exit-game {
  margin-bottom: 4px;
}
.exit-game .exit-button {
  display: inline-block;
  background-color: #bb0000;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 12px;
  margin: 6px auto;
  cursor: pointer;
}
.exit-game .name {
  font-size: 12px;
}
