@font-face {
    font-family: 'vtc_martinregular';
    src: url('./fonts/vtc-martin-regular-webfont.woff2') format('woff2'),
         url('./fonts/vtc-martin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.active-state, .noselection, a {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: sans-serif;
    background-color: #fafafa;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: url(../images/background.jpg);
    background-size: cover;
    font-family: vtc_martinregular ,serif !important;
    letter-spacing: 0.5px;
}
div { outline-style:none;}

h2 {
    display: block;
    font-size: 2em;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.a-enter-vr {
 bottom: -100px !important;
}

a.active-state {
    transform: scale(0.95) !important;
}


#nolandscape {
    background-color: rgb(183, 172, 143);
    background-image: url("../images/background.jpg");
    background-position: center center;
    background-size: cover;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 2000;
    display: none;
    flex-direction: column;
    align-content: center;
    color: #fff;
    transition: 0.5s;
}

#nolandscape img {
    z-index: 2001;
    width: 150px;
    height: auto;
}

#nolandscape h3 {
    font-size: 15px;
    font-family: sans-serif !important;
    letter-spacing: 0px;
    margin-top: 30px;
}

#nolandscape p {
    margin: 0;
    font-family: sans-serif !important;
    font-size: 12px;
    letter-spacing: 0;
}

#nolandscape.show {
    display: flex;
}

#splash {
    background-image: url(../images/background.jpg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    align-items: center;
    justify-content: center;
    inset: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 999;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#splash-loading-text {
    width: 100%;
    text-align: center;
    margin: 10px 0rem 0rem 0rem;
    text-shadow: none;
    font-size: 12px;
    color: #fff;
    font-family: sans-serif !important;
    letter-spacing: 0px;
}


#footerholder {
    position: absolute;
    bottom: 80px;
}

.footer-content.centered {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.progress-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress-ring__circle {
    transition: 0.3s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

/* .ldBar-label {
    color: transparent;
    font-family: tahoma;
    font-size: 0.01em;
    font-weight: 1
  } */

#photoModeContainer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
}

#flash {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 10;
    opacity: 0;
    transition: 0.5s;
}

.flash #flash {
    opacity: 1;
    transition: 0s;
    pointer-events: auto;
}

#photoModeImage {
    position: absolute;
    max-width: 65%;
    max-height: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 5px #ffaa0f;
    border-radius: 2vmax;
    opacity: 0;
    transition: 0.5s;
}

.photo #photoModeImage {
    opacity: 1;
    transition: 0s;
    pointer-events: auto;
}

#shutterButton,
#closeButton {
    position: absolute;
    width: 31vmin;
    height: 31vmin;
    background-color: #ffaa0f00;
    bottom: -1vmax;
    border-radius: 7.5vmin;
    left: 50%;
    transform: translateX(-50%);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: auto;
}

#saveMessage {
    position: absolute;
    /* min-height: 10vmin; */
    min-width: 57%;
    border-radius: 2.5vmin;
    background-color: white;
    color: #4D2917;
    left: 50%;
    font-size: 3.5vmin;
    font-family: vtc_martinregular;
    text-align: center;
    transform: translateX(-50%);
    pointer-events: auto;
    top: 9.5%;
    display: none;
    /* background-size: 96%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/touchsavemessage.png"); */
}

#softerMessage {
    position: absolute;
    height: 9vmin;
    width: 50%;
    border-radius: 5vmin;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: auto;
    top: 50%;
    display: none;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("https://webar-static.blippar.com/common/softer.png");
}

#shutterButton {
    background-image: url("../images/cam_but.png");
}

.photo #shutterButton {
    display: none;
}

#closeButton {
    background-image: url("../images/pic_close.png");
    display: none;
}

.photo #closeButton {
    display: block;
}

#shareButton {
    position: absolute;
    width: 15vmin;
    height: 15vmin;

    /* background-color: #ffaa0f; */
    background-color: transparent;
    bottom: 1vmax;
    border-radius: 7.5vmin;
    left: 3%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: auto;
    background-image: url("https://webar-static.blippar.com/common/share-white.png");
    display: none;
}

#pauseButton {
    position: absolute;
    width: 15vmin;
    height: 15vmin;

    /* background-color: #ffaa0f; */
    background-color: transparent;
    bottom: 1vmax;
    border-radius: 7.5vmin;
    right: 3%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: auto;
    background-image: url("https://webar-static.blippar.com/common/pause.png");
}

#refreshButton {
    position: absolute;
    width: 15vmin;
    height: 15vmin;

    /* background-color: #ffaa0f; */
    background-color: transparent;
    bottom: 8vmax;
    border-radius: 7.5vmin;
    right: 3%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: auto;
    background-image: url("https://webar-static.blippar.com/common/refresh.png");
    display: none;
}

.issuediv {
    background-image: url(../images/background.jpg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    align-items: center;
    justify-content: center;
    inset: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    display: none;
    user-select: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}

.fullInstruc {
    background-color: white;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0; 
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}
.gameInstruc, .end_level_window {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #004effa6, #00ff27bd);
    margin: 0px auto;
    z-index: 110;
  }
  .gameInstruc .panels {
    position: relative;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 75%;
    transition: 0.5s ease-in-out;
  }

  .gameInstruc .panels.slide_2 {
        left: -90%;
    }
  .gameInstruc .panel {
        position: absolute;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        background-image: url(../images/window.svg);
        background-repeat: no-repeat;
        width: 276px;
        height: 427px;
    }

    .end_level_window .panel {
        background-image: url(../images/level_complete.svg);
        width: 345px;
        height: 295px;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }

    #level_complete {
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #level_complete .ribbon {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: -10px;
        top: 0;
        margin-left: 20px;
    }

    #level_complete .stars {
        position: absolute;
        margin-top: 16px;
        width: 195px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    #level_complete .stars img {
        opacity: 0.5;
    }

    #level_complete .stars img.active {
        opacity: 1;
    }

    #level_complete .text {
        color: #86451D;
        font-size: 36px;
        width: 100%;
        margin-top: 21px;
        height: 130px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    #level_complete .text p {
        margin: -7px 0px;
    }

    .panelheading_level {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        color: white;
        font-size: 38px;
        top: 0;
        margin-left: 20px;
        text-transform: uppercase;
        align-items: center;
        flex-wrap: nowrap;
        text-align: center;
    }
  /* .gameInstruc .panel2 {
    position: absolute;
    display: flex;
    left: 150%;
    border-radius: 15px;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    background-color:#78CAFF;
    min-height: 100%;
    min-width: 100%;
  } */
  .panelheading {
        position: absolute;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        text-align: center;
        color: white;
        font-size: 38px;
        min-height: 65px;
        min-width: 80%;
        max-width: 80%;
        left: 10%;
        top: 0;
        text-transform: uppercase;
    }

    .end_level_window .panelheading {
        margin-top: -10px;
        margin-left: 10px;
    }

  .panelpic {
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    min-height: 28%;
    min-width: 90%;
    left: 5%;
    top: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: auto;
  }
  .panelpic2 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    min-height: 11%;
    min-width: 70%;
    left: 15%;
    bottom: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fce44d;
    border-radius: 4vmin;
    pointer-events: auto;
    /* background-image: url("./ans_box.png"); */
    text-align: center;
    /* text-shadow: 2px 2px 4px #d7cd4c55; */
    color: rgb(77, 43, 19);
    font-family: vtc_martinregular;
    font-size: 5vmin;
  }
  .yesbut {
    bottom: 17%;
    min-height: 9%;
  }
  .nobut {
    bottom: 4%;
    min-height: 9%;
  }
  .paneltext {
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
    font-family: vtc_martinregular;
    font-size: 5vmin;
    min-height: 30%;
    min-width: 80%;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
  .paneltextagain {
      bottom: 24%;
  }
  /* .rightbut {
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    min-height: 20%;
    min-width: 20%;
    right: 5%;
    bottom: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: auto;
    background-image: url("./more_diag.png");
  } */
  .podCounterBG {
        background-image: url(../images/score.svg);
        background-size: cover;
        position: absolute;
        top: 4vmin;
        right: 3vmin;
        min-width: 140px;
        min-height: 56px;
        z-index: 105;
        flex-direction: column;
    }
  .podCounter, .timer_counter {
        position: absolute;
        margin-left: -6px;
        width: 40px;
        top: 8px;
        color: white;
        font-family: vtc_martinregular;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        font-size: 30px;
        transform: scale(1);
        transition: transform 200ms ease-in-out;
    }

    .podCounter { 
        margin-left: 92px;
    }

    .timer {
        background-image: url(../images/timer.svg);
        background-size: cover;
        position: absolute;
        top: 4vmin;
        left: 3vmin;
        min-width: 145px;
        min-height: 58px;
        z-index: 105;
        flex-direction: column;
    }

    .timer_counter {
        right: unset;
        left: 102px;
    }

    .level {
        background-image: url(../images/level.svg);
        background-size: cover;
        position: absolute;
        top: 2vmin;
        left: calc(50% - 28px);
        min-width: 58px;
        min-height: 56px;
        z-index: 105;
        flex-direction: column;
    }

    .level_counter {
        position: absolute;
        width: 100%;
        font-size: 21px;
        top: 22px;
        margin-left: 4px;
        color: white;
        font-family: vtc_martinregular;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

  .scanDot {
    transform: scale(0);
    transition: transform 500ms ease-in-out;
  }
  .scanCounter {
    position: absolute; background-color: #502408; min-height: 10vmin; min-width: 10vmin; border-radius: 10vmin;
    border-color: white; border-style: solid; border-width: 0.5vmin; box-shadow: -0.2vmin 0.5vmin 1vmin #888888;
    right: calc(50% - 6vmin); bottom: 3%; color: white; font-family: vtc_martinregular; display: flex; justify-content: center;
    text-align: center; align-items: center; font-size: 5vmin;
    transform: scale(1);
    transition: transform 200ms ease-in-out;
  }
  .wcscanCounter {
    position: absolute; background-color: #502408; min-height: 10vmin; min-width: 10vmin; border-radius: 10vmin;
    border-color: white; border-style: solid; border-width: 0.5vmin; box-shadow: -0.2vmin 0.5vmin 1vmin #888888;
    right: calc(50% - 6vmin); bottom: 3%; color: white; font-family: vtc_martinregular; display: flex; justify-content: center;
    text-align: center; align-items: center; font-size: 5vmin;
    transform: scale(1);
    transition: transform 200ms ease-in-out;
  }
  .worldSelectPanel {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 23%;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 102;
  }
  .hideit {
      display: none;
  }

  #countdown {
        position: absolute;
        top: 50%;
        min-height: 578px;
        min-width: 100%;
        background-image: url(../images/3.png);
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        transform: translateY(-50%) scale(0);
        z-index: 110;
        transition: 0.5s;
    }
  .scaleup {
    -webkit-animation-name: scaleupani;
    -webkit-animation-duration:0.8s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
  }
  .scaledown {
    -webkit-animation-name: scaledownani;
    -webkit-animation-duration:0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
  }
  @keyframes scaleupani {
      from {transform: translateY(-50%) scale(0);}
      to {transform: translateY(-50%) scale(1);}
  }
  @keyframes scaledownani {
      from {transform: translateY(-50%) scale(1);}
      to {transform: translateY(-50%) scale(0);}
  }
  /* .wspodCounter {
    position: absolute; background-color: #502408; min-height: 4.55vmin; min-width: 4.55vmin; border-radius: 4.55vmin;
    border-color: white; border-style: solid; border-width: 0.5vmin; box-shadow: -0.2vmin 0.5vmin 1vmin #888888;
    right: 5%; color: white; font-family: vtc_martinregular; display: flex; justify-content: center;
    text-align: center; align-items: center; font-size: 3vmin;
    transform: scale(1);
    transition: transform 200ms ease-in-out;
  } */




#blockdesk-wrapper, #issue-wrapper, #no-landscape {
    z-index: 999999 !important;
    user-select: none;
    background-image: url(../images/background.jpg);
    background-size: cover;
}

#blockdesk-wrapper > div {
    justify-content: center;
}

#blockdesk-wrapper > div:nth-child(2) {
    display: flex;
    align-items: flex-end !important;
    justify-content: flex-end !important;
}


@media screen and (orientation: portrait) {
    .ladsissue { position: absolute; top:40%; left:50%; transform:translate(-50%,-50%); width:60%; height:auto;user-select: none; pointer-events: none; }
    .loadlogo {
        top: 65%;
        left: 50%;
        width: 40%;
        height: auto;
        pointer-events: none;
        margin: 30px;
    }
    .urlclick { position: absolute; bottom:10%; left:50%; transform:translate(-50%,-50%);  width:50%; height:auto; user-select: none;}
    .probpointer { position: absolute; top:5%; right:3%; width:7%; height:auto; user-select: none; pointer-events: none;}
    .probDesc {
        width: 80%;
        text-align: center;
        font-size: 17px;
        font-family: sans-serif !important;
        color: #fff;
        user-select: none;
        pointer-events: none;
        font-weight: bold;
        letter-spacing: 0;
    }
    .probinstruc {
        width: 60%;
        text-align: center;
        font-size: 14px;
        font-family: sans-serif !important;
        color: #fff;
        user-select: none;
        pointer-events: none;
    }
    .proburl { position: absolute; bottom:-75%; width: 50%; text-align: center; transform: translateX(50%); font-size: 3vw;user-select: none;}
    .poweredby { position: absolute; bottom:2%; left:50%; transform:translate(-50%,-50%); width:25%; height:auto; user-select: none; pointer-events: none;}
    .botlogo { position: absolute; width: 64vw; height: auto; transform: translate(25%, 0); user-select: none; pointer-events: none;}
    .copydone { background-color: #132344; position: absolute; top:40%; width: 50%; text-align: center; transform: translateX(35%); font-size: 2.6vh; font-family: vtc_martinregular, sans-serif; color: white; border-radius: 25px; border: 1px solid white; padding: 15px; display: none;user-select: none;}
    /* .markerImg { position: absolute; top:44vh; left:50%; transform:translate(-50%,-50%); width: 29vh; height: 50vh; max-width: 29vh; max-height: 50vh; vertical-align: middle; display: inline-block;} */
    .markerImg { position: absolute; top:44vh; left:50%; transform:translate(-50%,-50%); width: 29vh; height: 50vh; max-width: 29vh; max-height: 50vh; background-repeat: no-repeat; background-size: contain; background-position: center; opacity: 0%;}
    .iconBox {
        position: absolute;
        display: flex;
        bottom: -15vh;
        width: 25vw;
        height: 25vw;
        left: 3vw;
        z-index: 100;
        background-color: yellow;
        border: 3px solid #7f9a51;
        border-radius: 20vw;
        align-items: center;
        justify-content: center;
    }
    .iconImg {
        width: 118%;
        transform: translate(0%, -2%);
    }
    .moreImg {
        display: none;
        position: absolute;
        bottom: 0.5%;
        right: 30vw;
        width: 5.5vh;
        height: 5.5vh;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url(.../images/close_diag.png);
        z-index: 101;
    }
    .diagBox {
        position: absolute;
        display: flex;
        bottom: -10vh;
        width: 65vw;
        height: 7.5vh;
        right: 2vw;
        z-index: 100;
        background-color: yellow;
        /* border: 1px solid #7f9a51; */
        box-shadow: 0px 0px 0px 1px rgb(77, 43, 19) inset;
        border-radius: 2vh;
        align-items: center;
        justify-content: center;
    }
    .diagTextBox {
        position: absolute;
        display: flex;
        width: 90%;
        text-align: center;
        z-index: 101;
        background-color: transparent;
        text-shadow: 2px 2px 4px #d7cd4c55;
        color: #4D2917;
        /* font-family: Arial, Helvetica, sans-serif; */
        font-family: vtc_martinregular;
        font-size: 4vw;
        align-items: center;
        justify-content: center;
    }
    .questionBox {
        position: absolute;
        display: flex;
        top: -100vw;
        width: 100vw;
        z-index: 100;
        background-color: transparent;
        align-items: center;
        justify-content: center;
    }
    .questionTextBox {
        position: absolute;
        display: flex;
        width: 60%;
        text-align: center;
        z-index: 101;
        background-color: transparent;
        text-shadow: 2px 2px 4px #d7cd4c55;
        color: #4D2917;
        /* font-family: Arial, Helvetica, sans-serif; */
        font-family: vtc_martinregular;
        font-size: 4.5vmin;
        align-items: center;
        justify-content: center;
    }
    .keepericon {
        position: absolute; top: -6%; left: calc(50% - 9vw); width: 18vw; height: 18vw; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url(../images/keeper_icon.png);
    }
    .arkeepericon {
        position: absolute; top: -6%; left: calc(50% - 9vw); width: 18vw; height: 18vw; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url(../images/arkeeper_icon.png);
    }
    .hinticon {
        position: absolute; bottom: 3%; right: calc(0% + 7vw); width: 12vw; height: 12vw; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url(../images/hintbut.png);
    }
    .staricon {
        display: flex;
        position: absolute;
        bottom: 2%;
        width: 14vmin;
        height: 14vmin;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url(../images/reward_icon_on.png);
    }
    .si1 {
        left: calc(50% - 18vmin);
    }
    .si2 {
        left: calc(50% - 7vmin);
        background-image: url(../images/reward_icon_off.png);
    }
    .si3 {
        left: calc(50% + 4vmin);
    }
    .answerBox {
        position: absolute;
        display: flex;
        bottom: -80vw;
        width: 80vw;
        height: 60vw;
        z-index: 100;
        background-color: transparent;
        left: calc(50% - 40vw);
        align-items: center;
        justify-content: center;
    }
    .answerTextBox {
        position: absolute;
        display: flex;
        width: 100%;
        height: 20vw;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        text-shadow: 2px 2px 4px #d7cd4c55;
        color: #4D2917;
        font-family: vtc_martinregular;
        font-size: 4.5vmin;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .atb1 {
        top: 0;
        background-image: url(../images/ans_box.png);
    }
    .atb2 {
        top: 20vw;
        background-image: url(../images/ans_box_correct.png);
    }
    .atb3 {
        top: 40vw;
        background-image: url(../images/ans_box_incorrect.png);
    }
    .aratb1 {
        top: 0;
        background-image: url(../images/ar_ans_box.png);
    }
    .aratb2 {
        top: 20vw;
        background-image: url(../images/ar_ans_box_correct.png);
    }
    .aratb3 {
        top: 40vw;
        background-image: url(../images/ar_ans_box_incorrect.png);
    }
    .gotBoxText {
        position: relative; min-height: 7vh; min-width: 38vh; transform: translateY(39%); color: #4D2917;
        font-family: vtc_martinregular; font-size: 5.5vmin; text-align: center; vertical-align: middle;
    }
    .finishText {
        position: relative; min-height: 7vh; min-width: 38vh; transform: translateY(39%); color: white;
        font-family: vtc_martinregular; font-size: 5.5vmin; text-align: center; vertical-align: middle;
    }
} 





.gameInstruc .btn_image  {
    position: absolute;
    bottom: -35px;
    width: 100%;
    transition: 0.5s;
}

.btn_image {
    text-align: center;
}

#btn_play_level_again {
    margin-top: -150px;
}

.choose_player_div {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.choose_player_div a {
    width: 95px;
    text-align: center;
    filter: sepia(0.8) saturate(0.5);
    transition: 0.5s;
}

.choose_player_div a.default {
    filter: sepia(0) saturate(1);
}

.choose_player_div a.selected {
    filter: sepia(0) saturate(1);
    transform: scale(1.2);
}

.choose_player_div a img {
    width: 100%;
}

.choose_player_div a p {
    margin: -5px 0px 5px 0px;
    color: #86451D;
    font-size: 20px;
}

.gameInstruc .panelpic {
    padding: 20px;
    box-sizing: border-box;
}

.gameInstruc .panelpic img {
    width: 100%;
    margin-left: -6px;
    margin-top: -3px;
}

.disabled {
    opacity: 0;
    pointer-events: none;
}

.btn_direction {
    position: absolute;
    bottom: 10px;
    background-size: cover;
    background-position: center center;
    min-height: 12vh;
    min-width: 12vh;
    z-index: 5;
    opacity: 1;
    transition: 0.5s;
}

.btn_direction.right {
    right: 10px;
    background-image: url("../images/btn_play.svg");
}

.btn_direction.left {
    left: 10px;
    background-image: url("../images/arrow_left.svg");
}

.fade {
    opacity: 0.0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.show {
    opacity: 1.0;
    visibility: visible;
}

.slide-from-top {
    transform: translateY(-100%);
    opacity:0.0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    pointer-events: none;
}

.slide-from-top.show {
    transform: translateY(0px);
    opacity:1.0;
    visibility: visible;
    pointer-events: all !important;
}



.slide-from-bottom {
    transform: translateY(120%);
    opacity:0.0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.slide-from-bottom.show {
    transform: translateY(0px);
    opacity:1.0;
    visibility: visible;
}

#btn_next_level {
    margin-top: 30px;
}

#splash-progress-container {
    width: 100%;
}

.pulse {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
            animation: heartbeat 1.5s ease-in-out infinite both;
}


@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  15% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  28% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  43% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}




@media only screen and (min-width: 768px) {

    #splash-logo {
        transform: scale(1.2);
        transform-origin: bottom;
        margin-top: -80px !important;
        margin-bottom: 50px !important;
    }

    #splash-progress, #splash-loading-text {
        width: 80%;
        transform: scale(1.6);
        transform-origin: bottom;
    }

    .footer-content {
        transform: scale(1.6);
        transform-origin: bottom;
        padding: 0px 200px;
        box-sizing: border-box;
        line-height: 15px;
        margin-top: -50px;
    }


    #level_complete {
        transform: scale(1.8);
    }

    .gameInstruc .panel {
        transform: scale(1.8);
        margin-left: 23%;
        margin-top: 23%;
    }

    #level {
        transform: scale(1.8);
        transform-origin: top;
    }

    #podcounterbg {
        transform: scale(1.8);
        transform-origin: right;
        top: 60px;
    }

    #timer {
        transform: scale(1.8);
        transform-origin: left;
        top: 60px;
    }

    #countdown {
        background-size: 70%;
    }

}



body.coming_soon {
    background-image: linear-gradient(121deg, #014eff, #00f82e);
    background-color: #00c371;
    color: #fff;
    background-size: cover;
    height: 100vh;
    margin: 1px;
}

.coming_soon #ui {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 90vh;
    align-content: center;
    align-items: center;
    text-align: center;
}

.coming_soon #header {
    max-width: 300px;
    width: 60%;
}

.coming_soon .logo {
    width: 60%;
}

.coming_soon h1 {
    font-size: 4em;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0px;
}

.coming_soon h4 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 30px 0px;
    margin-top: 0px;
}

.coming_soon .games {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.coming_soon .games div {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.coming_soon .games div img {
    max-height: 80px;
    height: 24%;
    margin: 0px 10px;
}

.coming_soon .footer {
    position: fixed;
    bottom: -5px;
    width: 100%;
}

.coming_soon .footer img {
    width: 100%;
}

.coming_soon a {
    color: #fff;
    display: flex;
}

.coming_soon #aframe-container, .coming_soon #container {
    display: none;
}

.coming_soon .copy {
/*    margin-top: -80px;*/
}