@import url("https://fonts.googleapis.com/css?family=Grand+Hotel");
@import url("https://fonts.googleapis.com/css?family=Raleway");
.description {
  font-size: 100% !important; }

ion-view[view-title="index"] {
  background: url("../img/animations/homepage_background.gif") no-repeat;
  background-size: 100%;
  background-color: #111c37; }

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 2px #000000, 0px 0px 1px #0d0d0d;
  border: 0px solid transparent;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  height: 27.7px; }

.ie-range {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  left: -14%;
  bottom: 38%;
  height: 30px;
  background: url("../img/reduced-visibility/slider-background.png") repeat;
  width: 42%;
  padding: 0;
  position: absolute; }
  .ie-range .labels {
    color: white; }
    .ie-range .labels .label {
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(90deg);
      position: absolute;
      top: 30%;
      margin-right: -25px;
      font-weight: 700; }
      .ie-range .labels .label.twenty {
        left: 45%;
        font-size: 0.6em; }
      .ie-range .labels .label.fifty {
        right: 0;
        font-size: 0.7em; }
  .ie-range _:-ms-lang(x), .ie-range input {
    margin-top: -27px; }
  .ie-range input {
    width: 100%;
    background: transparent;
    min-height: 30px;
    margin-top: -27px\11;
    /* IE styles */
    /* END IE STYLES */
    /* MOZ STYLES */
    -moz-appearance: none;
    /* END MOZ STYLES */
    /* WEBKIT STYLES */
    -webkit-appearance: none;
    /* END WEBKIT STYLES */ }
    .ie-range input::-ms-thumb {
      height: 30px;
      width: 30px;
      border-radius: 50%;
      background-size: 7px 18px;
      box-shadow: inset 0 1px white;
      background-image: url("../img/animations/homepage_background.gif") no-repeat;
      background-color: white;
      margin-top: -10px; }
    .ie-range input::-ms-track {
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent;
      height: 60px; }
    .ie-range input::-ms-fill-lower {
      background: none;
      border: 0; }
    .ie-range input::-ms-fill-upper {
      background: none;
      border: 0; }
    .ie-range input::-ms-tooltip {
      background: transparent;
      display: none; }
    .ie-range input::-moz-slider-thumb {
      -moz-appearance: none; }
    .ie-range input::-moz-range-track {
      background: none;
      height: 30px; }
    .ie-range input::-moz-range-thumb {
      background: url("../img/reduced-visibility/thumb-background.png") no-repeat;
      background-size: 100%;
      border: none;
      width: 30px;
      height: 30px; }
    .ie-range input::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .ie-range input::-webkit-slider-thumb {
      background: url("../img/reduced-visibility/thumb-background.png") no-repeat;
      background-size: 100%;
      border: none;
      width: 30px;
      height: 30px; }
    .ie-range input:focus {
      outline: none; }

.informace {
  background: #041737;
  color: white; }
  .informace h1 {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    color: white;
    font-size: 1.5em; }
  .informace p {
    font-size: 0.9em; }
  .informace .wrapper {
    padding: 50px 30px; }

.homepage .logo {
  position: absolute;
  width: 76%;
  top: -60%;
  z-index: 10000;
  left: -20%; }
  .homepage .logo img {
    width: 100%; }

.homepage .scroll-content {
  display: table !important;
  width: 100% !important;
  height: 100% !important; }

.homepage .scroll {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/* View: Navigation bar */
.navigation-bar {
  background: none;
  width: 100%;
  right: 0;
  left: initial;
  top: 1em;
  border: 0; }
  .navigation-bar .buttons {
    display: block;
    width: 100%; }
  .navigation-bar a.underlined {
    color: #fefefe;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-decoration: none; }
    .navigation-bar a.underlined .border {
      height: 4px;
      display: inline-block;
      width: 0%;
      transition: all 0.3s ease-out;
      background: #fd6c6c;
      position: absolute;
      bottom: 0;
      left: 0;
      margin-bottom: -10px; }
    .navigation-bar a.underlined:hover {
      padding-bottom: 1px; }
      .navigation-bar a.underlined:hover .border {
        width: 100%; }
  .navigation-bar a.underlined {
    font-size: 1em;
    float: right;
    margin: 0 1em; }
    .navigation-bar a.underlined .border {
      width: 20px;
      background: #fefefe; }
    .navigation-bar a.underlined:hover .border {
      background: #fd6c6c; }
  .navigation-bar .right-buttons-wrapper {
    max-width: 44px;
    float: right; }
  .navigation-bar a.circle {
    font-size: 1em;
    float: right;
    margin: -0.7em 0.3em 0.7em 0.3em; }
    .navigation-bar a.circle img {
      width: 3em; }
  .navigation-bar a.logo {
    margin: -0.3em 0 0 0.7em;
    float: left; }
    .navigation-bar a.logo img {
      height: 2em; }

/* View: Main menu*/
.homepage .scroll-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.homepage .homepage-menu {
  max-width: 50%;
  margin: 0 auto;
  position: relative; }
  .homepage .homepage-menu .iris {
    background: #0a101f;
    position: absolute;
    width: 100%;
    height: 170%;
    top: -40%;
    opacity: 0.8; }
  .homepage .homepage-menu .homepage-menu-item {
    text-align: center;
    margin-bottom: 1.5em; }
    .homepage .homepage-menu .homepage-menu-item a.underlined {
      color: #fefefe;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 22px;
      display: inline-block;
      cursor: pointer;
      position: relative;
      text-decoration: none; }
      .homepage .homepage-menu .homepage-menu-item a.underlined .border {
        height: 4px;
        display: inline-block;
        width: 0%;
        transition: all 0.3s ease-out;
        background: #fd6c6c;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: -10px; }
      .homepage .homepage-menu .homepage-menu-item a.underlined:hover {
        padding-bottom: 1px; }
        .homepage .homepage-menu .homepage-menu-item a.underlined:hover .border {
          width: 100%; }
    .homepage .homepage-menu .homepage-menu-item a {
      font-size: 1.3em; }

/* View: Game */
.game {
  background: #041737;
  text-align: center;
  /**
	 * Ratio keeper
	 */
  /**
	 * Game scenarios
	 */ }
  .game .pane {
    background: none; }
  .game .scroll-content {
    top: 0; }
    .game .scroll-content .scroll {
      height: 100%; }
  .game .game-locations {
    padding: 44px 0 0 0;
    width: 100%;
    height: 100%;
    position: relative;
    background: url("../img/select_location_background.png") no-repeat;
    background-size: 100%; }
    .game .game-locations h1 {
      color: #fefefe;
      font-size: 2.0em;
      margin: 1em 0 0 0;
      font-family: 'Raleway', cursive; }
    .game .game-locations .locations-wrapper {
      margin: 2em auto 0 auto;
      width: 100%;
      display: block; }
      .game .game-locations .locations-wrapper a.trophy {
        color: yellow;
        font-size: 38px;
        position: absolute;
        left: 28px;
        z-index: 999;
        top: -10px; }
      .game .game-locations .locations-wrapper location {
        width: 33%;
        float: left;
        padding: 0 .5%;
        margin-bottom: 2em;
        position: relative; }
      .game .game-locations .locations-wrapper .continue-button {
        background: none;
        border: 3px solid #fefefe;
        border-radius: 8px;
        padding: 6px 18px;
        color: #fefefe;
        font-family: 'Raleway', sans-serif;
        font-weight: bold; }
      .game .game-locations .locations-wrapper .unavailable {
        position: absolute;
        bottom: 4px;
        width: 97%;
        height: 75%;
        background: black;
        opacity: 0.8;
        z-index: 100;
        border-radius: 13px; }
      .game .game-locations .locations-wrapper .location {
        position: relative;
        cursor: pointer; }
        .game .game-locations .locations-wrapper .location.active img {
          border: 5px solid #fefefe;
          padding: 0; }
        .game .game-locations .locations-wrapper .location h2 {
          font-family: 'Raleway', sans-serif;
          color: #fefefe;
          font-size: 1.3em;
          font-weight: bold;
          text-align: center; }
        .game .game-locations .locations-wrapper .location img {
          width: 100%;
          border-radius: 1em;
          padding: 5px; }
  .game .wrapper {
    width: 100%;
    position: relative;
    max-height: 100vh; }
  .game .ratio-keeper {
    width: 100%;
    padding-bottom: 56.25%; }
  .game .game-scenario {
    padding: 44px 0 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .game .game-scenario h1 {
      color: white;
      font-size: 1.4em;
      font-family: Raleway, sans-serif;
      font-weight: 700; }
    .game .game-scenario .subheading {
      color: #babbc0;
      font-size: 1em;
      font-family: Raleway, sans-serif;
      font-weight: 700;
      min-height: 18px; }
    .game .game-scenario .content {
      display: block;
      height: 50%;
      margin: 10px 0 5px 0; }
      .game .game-scenario .content .content-image {
        height: 84%; }
        .game .game-scenario .content .content-image img {
          max-height: 100%; }
      .game .game-scenario .content .slider-pins {
        height: 7%;
        display: flex;
        justify-content: center; }
        .game .game-scenario .content .slider-pins .pin {
          background: #0d445e;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          margin: 0 2px; }
          .game .game-scenario .content .slider-pins .pin.active {
            background-color: #00abbf; }
      .game .game-scenario .content .question-wrapper {
        max-width: 80%;
        text-align: left;
        margin: 0 auto; }
        .game .game-scenario .content .question-wrapper .question {
          color: white;
          font-family: Raleway, sans-serif;
          font-weight: 700;
          font-size: 0.9em;
          margin: 5% 0; }
        .game .game-scenario .content .question-wrapper label {
          display: block;
          color: white;
          font-family: Raleway, sans-serif;
          margin: 4% 0;
          font-weight: 700;
          font-size: 0.8em; }
          .game .game-scenario .content .question-wrapper label input {
            vertical-align: middle;
            margin-right: 5px; }
    .game .game-scenario.school {
      background: url("../img/animations/school_background.gif");
      background-repeat: no-repeat;
      background-size: 100%; }
    .game .game-scenario.school-four {
      margin: 0; }
      .game .game-scenario.school-four .subheading {
        display: none; }
      .game .game-scenario.school-four .content {
        height: 68%; }
      .game .game-scenario.school-four h1 {
        font-size: 1.2em;
        margin: 14px 0 0 0; }
    .game .game-scenario.mountains {
      background: url("../img/animations/mountains_background.gif");
      background-repeat: no-repeat;
      background-size: 100%; }
    .game .game-scenario.village {
      background: url("../img/animations/village_background.gif");
      background-repeat: no-repeat;
      background-size: 100%; }
    .game .game-scenario .description {
      color: #babbc0;
      font-family: Raleway, sans-serif;
      font-weight: 700;
      font-size: 0.8em;
      max-width: 78%;
      margin: 0 auto 10px auto; }
    .game .game-scenario .apply-to-competition-dialogue .iris {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: white;
      z-index: 9999; }
    .game .game-scenario .apply-to-competition-dialogue .list {
      position: absolute;
      left: 0;
      top: 10%;
      padding: 0 5%;
      width: 100%;
      height: 100%;
      z-index: 10000; }
      .game .game-scenario .apply-to-competition-dialogue .list .button {
        border-radius: 0; }
      .game .game-scenario .apply-to-competition-dialogue .list .input-label {
        text-align: left; }
    .game .game-scenario .continue-button {
      border: 1px solid white;
      color: #fff;
      text-transform: uppercase;
      border-radius: 20px;
      background: none;
      padding: 6px 18px;
      font-size: 0.8em; }
      .game .game-scenario .continue-button.apply-to-competition-button {
        position: absolute;
        top: 35%;
        right: 10%;
        color: #1fc04f;
        border-color: #1fc04f; }
      .game .game-scenario .continue-button.share-button {
        position: absolute;
        top: 35%;
        left: 10%;
        color: #3b5998;
        border-color: #3b5998; }
    .game .game-scenario .bert-wrapper .bert {
      position: absolute;
      right: 0;
      bottom: 0;
      background-image: url("../img/scenarios/bert-corner-positive.png");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 12%;
      height: 27%;
      z-index: 10000; }
      .game .game-scenario .bert-wrapper .bert.positive {
        background-image: url("../img/scenarios/bert-corner-positive.png"); }
      .game .game-scenario .bert-wrapper .bert.negative {
        background-image: url("../img/scenarios/bert-corner-negative.png"); }
    .game .game-scenario .bert-wrapper .iris {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #001441;
      z-index: 9999;
      left: 0;
      top: 0;
      opacity: 0.9; }
    .game .game-scenario .bert-wrapper .additional-image {
      position: absolute;
      z-index: 10000;
      top: 21%;
      left: 27%;
      width: 45%;
      height: 100%; }
      .game .game-scenario .bert-wrapper .additional-image img {
        width: 100%; }
    .game .game-scenario .bert-wrapper .bert-continue-button {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 20%;
      margin: -25px 0 0 -10%;
      z-index: 10000;
      border-radius: 20px;
      padding: 8px 0px;
      text-transform: uppercase;
      font-size: 0.8em;
      font-weight: 500;
      border: 0; }
      .game .game-scenario .bert-wrapper .bert-continue-button.primary {
        background: #78d0de;
        color: #131d39; }
      .game .game-scenario .bert-wrapper .bert-continue-button.secondary {
        background: #4cc341;
        color: #fff; }
    .game .game-scenario .bert-wrapper .tooltip {
      color: #131d39;
      background: white;
      position: absolute;
      right: 15%;
      bottom: 6%;
      padding: 15px 20px;
      z-index: 10000;
      max-width: 35%;
      border-radius: 6px;
      font-size: 0.8em;
      text-align: left;
      line-height: 14px; }
      .game .game-scenario .bert-wrapper .tooltip:before {
        position: absolute;
        content: " ";
        width: 10px;
        height: 22px;
        background: url("../img/tooltip-arrow-right.png") no-repeat;
        right: -10px;
        top: 20px;
        background-size: 100%; }
    .game .game-scenario.village-tree .content {
      height: 60%; }
    .game .game-scenario.village-tree .equipment {
      width: 60%;
      float: left;
      height: 84%; }
      .game .game-scenario.village-tree .equipment .eq-item {
        width: 20%;
        float: right;
        height: 40%;
        margin: 2% 1%; }
        .game .game-scenario.village-tree .equipment .eq-item.active .image {
          background-color: #283041;
          border: 3px solid #49c25a; }
        .game .game-scenario.village-tree .equipment .eq-item .name {
          color: #b0b2bd;
          font-size: 0.9em;
          font-weight: 700;
          height: 30%;
          margin: 0 0 5% 0; }
        .game .game-scenario.village-tree .equipment .eq-item .image {
          width: 70%;
          height: 70%;
          border: 1px solid #b0b2bd;
          border-radius: 3px;
          padding: 10%;
          margin: 0 auto; }
          .game .game-scenario.village-tree .equipment .eq-item .image img {
            height: 100%;
            width: 100%; }
    .game .game-scenario.village-tree .content-image {
      width: 40%;
      float: right; }
    .game .game-scenario.mountains-ten .equipment .eq-item .name {
      font-size: 0.6em; }
    .game .game-scenario.village-six .progressbar {
      position: absolute;
      top: 0;
      margin: 0;
      width: 100%;
      left: 0;
      border-radius: 0;
      height: 2%;
      padding: 0;
      background: #0b1121;
      border: 0; }
    .game .game-scenario.school-one .content-image {
      height: 100%; }
    .game .game-scenario.school-two {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .game .game-scenario.school-two .background {
        width: 100%;
        height: 100%;
        background: url("../img/reduced-visibility/background.png") no-repeat;
        background-size: 45%;
        background-position: 70% 70%; }
        .game .game-scenario.school-two .background .indicator {
          position: absolute;
          right: 23.6%;
          bottom: 36%;
          width: 30px;
          text-align: center;
          height: 25px;
          color: white; }
        .game .game-scenario.school-two .background .boy-wrapper {
          position: absolute;
          width: 55px;
          height: 100px;
          left: 72%;
          margin-left: -25.5px;
          top: 18%; }
          .game .game-scenario.school-two .background .boy-wrapper .boy {
            width: 100%;
            height: 100%;
            background: url("../img/reduced-visibility/boy.png") no-repeat;
            background-size: 100%; }
          .game .game-scenario.school-two .background .boy-wrapper .reflective-tapes .tape {
            background: url("../img/reduced-visibility/reflective-tape.png") no-repeat;
            background-size: 100%;
            position: absolute;
            top: 49%;
            width: 16%;
            height: 5%; }
            .game .game-scenario.school-two .background .boy-wrapper .reflective-tapes .tape.left {
              left: 12%;
              -ms-transform: rotate(-34deg);
              /* IE 9 */
              -webkit-transform: rotate(-34deg);
              /* Chrome, Safari, Opera */
              transform: rotate(-34deg); }
            .game .game-scenario.school-two .background .boy-wrapper .reflective-tapes .tape.right {
              right: 12%;
              -ms-transform: rotate(34deg);
              /* IE 9 */
              -webkit-transform: rotate(34deg);
              /* Chrome, Safari, Opera */
              transform: rotate(34deg); }
          .game .game-scenario.school-two .background .boy-wrapper .reflective-vest {
            background: url("../img/reduced-visibility/reflective-vest.png") no-repeat;
            background-size: 100%;
            position: absolute;
            top: 32%;
            width: 48%;
            height: 60%;
            left: 26%; }
        .game .game-scenario.school-two .background .enable-buttons {
          position: absolute;
          width: 22%;
          height: 26%;
          left: 15%;
          top: 42%;
          cursor: pointer;
          font-size: 0.8em;
          color: white; }
          .game .game-scenario.school-two .background .enable-buttons .enable-button {
            width: 50%; }
            .game .game-scenario.school-two .background .enable-buttons .enable-button .icon {
              width: 75%;
              min-height: 60px;
              background-size: 100%;
              background-repeat: no-repeat;
              margin: 0 auto 0px auto; }
            .game .game-scenario.school-two .background .enable-buttons .enable-button.selected.enable-tapes .icon {
              background-image: url("../img/reduced-visibility/reflexni_prouzky_vyber.png"); }
            .game .game-scenario.school-two .background .enable-buttons .enable-button.selected.enable-vest .icon {
              background-image: url("../img/reduced-visibility/reflexni_vesta_vyber.png"); }
            .game .game-scenario.school-two .background .enable-buttons .enable-button .text {
              color: white;
              font-size: 10px;
              line-height: 14px; }
            .game .game-scenario.school-two .background .enable-buttons .enable-button.enable-tapes {
              float: left; }
              .game .game-scenario.school-two .background .enable-buttons .enable-button.enable-tapes .icon {
                background-image: url("../img/reduced-visibility/reflexni_prouzky.png"); }
            .game .game-scenario.school-two .background .enable-buttons .enable-button.enable-vest {
              float: right; }
              .game .game-scenario.school-two .background .enable-buttons .enable-button.enable-vest .icon {
                background-image: url("../img/reduced-visibility/reflexni_vesta.png"); }
        .game .game-scenario.school-two .background .continue-button {
          position: absolute;
          bottom: 2%;
          left: 50%;
          margin-left: -50px; }
    .game .game-scenario.school-tree h1, .game .game-scenario.school-five h1, .game .game-scenario.village-two h1, .game .game-scenario.village-six h1, .game .game-scenario.mountains-six h1, .game .game-scenario.mountains-ten h1, .game .game-scenario.mountains-twelve h1 {
      display: none; }
    .game .game-scenario.school-tree .content, .game .game-scenario.school-five .content, .game .game-scenario.village-two .content, .game .game-scenario.village-six .content, .game .game-scenario.mountains-six .content, .game .game-scenario.mountains-ten .content, .game .game-scenario.mountains-twelve .content {
      height: 70%;
      font-size: 1.5em; }
    .game .game-scenario.mountains-ten.subheading {
      font-size: 1em; }
    .game .game-scenario.mountains-ten .equipment .eq-item .image {
      padding: 0px; }
    .game .game-scenario.mountains-ten .content-image {
      width: 40%;
      float: right; }
