#title {
    display: block;
    line-height: 70px;
    margin: 28px 13px 28px;
    width: 450px;
    position: absolute;
    /* text-decoration: underline; */
    font-size: 61px;
    color: white;
    font-family: 'Fred Fredburger Headline W04Bl';
    text-align: left;
    padding: 0;
    border-bottom: 6px solid white;
}

.type {
    position: relative;
    top: 130px;
}

#meter {
    position: absolute;
    right: 0;
    top: 17px;
    width: 313px;
    height: 104px;
    background-image: url('../img/1.png');
    background-size: 100%;
}

.energy {
    left: 214px;
    top: 47px;
    width: 14px;
    height: 11px;
    background-color: #6DCFF5;
    position: absolute;
}

.tip {
    position: relative;
    width: 14px;
    height: 11px;
    background-color: #6DCFF5;
    border-radius: 7px;
    left: 209px;
    top: 47px;
}

.red {
    color: #E46954;
}

.preloader-appla {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    display: table;
    z-index: 999999;
}

.preloader {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
}

html {
    overflow-x: hidden;
    max-width: 1024px;
    width: 100%;
    background: transparent;
    background-color: black;
    height: 574px;
    margin: auto;
    text-transform: uppercase;
}

body {
    font-weight: 700;
    color: black;
    text-transform: none;
    height: 100%;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

.backgrounds {
    width: 100%;
    height: 574px;
    position: absolute;
}

.backgrounds .background {
    max-width: 1024px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 574px;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 1s;
    /* Safari */
    transition: all 1s;
}

.backgrounds .background.active {
    opacity: 1;
    -webkit-transition: all 1s;
    /* Safari */
    transition: all 1s;
    background-image: url('../img/start.jpg');
}

.page-containers {
    position: relative;
    margin: 0 auto;
}

.gfx-container {
    pointer-events: none;
    width: 100%;
    max-width: 1024px;
    height: 574px;
    position: absolute;
    top: 0;
    display: none;
    overflow: hidden;
}

.gfx {
    height: 574px;
    width: 1024px;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -512px;
}

#hero-left {
    background-image: url('../img/l0.png');
    left: 40px;
    top: 207px;
    width: 269px;
    height: 367px;
}

#hero-left.correct {
    background-image: url('../img/l2.png');
}

#hero-left.wrong {
    background-image: url('../img/l1.png');
}

#hero-left,
#hero-right {
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.abs {
    position: absolute;
    pointer-events: none;
}

.page {
    overflow-x: visible;
    display: none;
    margin: 0 auto;
    width: 800px;
    position: relative;
    height: 576px;
}

.active {
    display: block;
}

#intro-logo {
    display: block;
    margin: auto;
    position: relative;
    top: 228px;
}

.summary {
    z-index: 99;
}

#intro-header {
    position: relative;
    color: white;
    font-size: 24px;
    top: 116px;
    padding: 0 214px;
    opacity: 1;
    position: relative;
    text-align: center;
    font-family: 'Fred Fredburger Headline W04Bl';
    text-transform: uppercase;
    margin: 0;
}

#summary-bgd,
#summary-header,
#summary-description {
    display: block;
    position: absolute;
    color: white;
}

#summary-bgd {
    width: 442px;
    height: 397px;
    position: relative;
    margin: auto;
    margin-right: 0;
    top: 58px;
}

.go0 {
    background-image: url('../img/summary1BgdAnswer.png');
}

.go1 {
    background-image: url('../img/summary2BgdAnswer.png');
}

.go2 {
    background-image: url('../img/summary3BgdAnswer.png');
}

#summary-results {
    top: 30px;
}

#summary-header,
#summary-description {
    width: 100%;
    padding: 0 30px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Fred Fredburger Headline W04Bl';
}

#summary-header {
    line-height: 1;
}

#summary-description {
    text-transform: none;
    font-family: 'Fred Fredburger W04 Regular';
}

#play-again-button {
    /*-webkit-text-stroke: 3px black;
    text-shadow: 0 0 5px #000, 0 0 10px #fff;*/
    top: 95px;
    position: relative;
}

#play-button {
    position: relative;
    top: 428px;
}

#play-button>.button-inner p {
    font-size: 53px;
    color: white;
}

#continue-button,
#play-again-button {
    width: 375px;
    height: 52px;
    background-image: url('../img/long_btt_on.png');
}

.button {
    width: 375px;
    height: 52px;
    text-align: center;
    color: white;
    margin: auto;
}

#start-header {
    font-family: 'Fred Fredburger Headline W04Bl';
    font-size: 38px;
    color: white;
    text-align: center;
    position: relative;
    margin: auto;
    top: 417px;
}

#play-button {
    width: 261px;
    height: 78px;
    background-image: url('../img/round_btt_on.png');
}

#continue-button {
    position: relative;
    top: 336px;
}

.no-touch #continue-button:hover,
#continue-button.disabled,
.no-touch #play-again-button:hover {
    color: white;
    background-image: url('../img/long_btt.png');
}

.no-touch #play-button:hover,
#play-button.disabled,
#play-again-button.disabled {
    color: white;
    background-image: url('../img/round_btt.png');
}

.button .answer {
    width: 225px;
    height: 136px;
}

.rank.black {
    color: black;
}

.no-touch .button:hover,
.button.disabled {
    color: white;
    background-image: url('../img/round-btt_on.png');
}

.button.disabled,
.image-button.disabled {
    pointer-events: none;
}

.button-inner,
.question-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.image-button {
    display: inline-block;
    width: 200px;
    height: 121px;
    text-align: center;
    color: white;
    margin: 10px;
    cursor: pointer;
    position: relative;
}

.inner-image-answer {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url('../img/image_quiz_assets/image_question_bgd.png');
}

.no-touch .image-button:hover>.inner-image-answer,
.image-button.disabled>.inner-image-answer {
    color: white;
    background-image: url('../img/image_quiz_assets/image_question_bgd_on.png');
}

.inner-image-answer p {
    font-family: 'Fred Fredburger W04 Bold';
    cursor: pointer;
    padding-top: 93px;
}

.image-button>img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.page.disabled {
    pointer-events: none;
}

.answerContainer .button-inner p {
    font-family: 'Fred Fredburger Headline W04Bl';
    font-size: 20px;
    padding: 0 10%;
}

.button-inner p {
    font-size: 32px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    font-weight: 300;
    font-family: 'Fred Fredburger Headline W04Bl';
}

.answer {
    vertical-align: top;
}

#main-question {
    font-size: 22px;
    font-family: 'Fred Fredburger Headline W04Bl';
    color: black;
    padding: 6px;
}

.question {
    box-sizing: border-box;
    margin: 4px auto 2px;
    width: 580px;
    height: 275px;
    margin-right: 0;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../img/quiz-question.png');
}

#question-image {
    padding: 4px;
}

.question-inner p {
    padding: 30px 40px;
    color: white;
    text-align: left;
    font-family: 'Fred Fredburger Headline W04Bl';
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
}

.quiz .button {
    margin: 3px auto;
}

.button.answer {
    position: relative;
}

h2 {
    font-size: 40px;
}

h3 {
    font-family: 'Fred Fredburger W04 Condensed';
    font-size: 40px;
}

h4 {
    font-size: 40px;
}

h5 {
    font-family: 'FredFredburgerHeadlineW04Shado';
    font-size: 140px;
}

.counter-container {
    position: absolute;
    left: 495px;
    top: 30px;
}

.answerContainer {
    margin-right: -223px;
}

.rank {
    font-size: 40px;
    color: #fff;
}

.image-button.wrong.disabled .inner-image-answer {
    color: white;
    background-image: url('../img/image_quiz_assets/image_question_bgd_wrong.png');
}

.image-button.good.disabled .inner-image-answer {
    color: white;
    background-image: url('../img/image_quiz_assets/image_question_bgd_good.png');
}

.rr {
    pointer-events: none;
}

.button.answer {
    width: 225px;
    height: 136px;
    margin: 10px;
    background-size: 100%;
    display: inline-block;
    color: black;
}

.button.answer {
    background-image: url('../img/q_btt.png');
}

.no-touch .button.answer:nth-of-type(1):hover,
.button:nth-of-type(1).disabled {
    color: white;
    background-image: url('../img/q_btt_correct.png');
}

.button.answer.good.disabled {
    color: white;
    background-image: url('../img/q_btt_correct.png');
}

.no-touch .button.answer:nth-of-type(2):hover,
.button:nth-of-type(2).disabled {
    color: white;
    background-image: url('../img/q_btt_wrong.png');
}

#summary-results {
    font-family: 'Fred Fredburger W04 Bold';
    color: black;
    position: absolute;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 950px) {
    .counter-container {}
}

@media screen and (max-width: 800px) {
    #play-again-button {
        margin-left: 165px;
    }
    #title {
        margin: 8px 69px 28px;
        font-size: 49px;
    }
    #meter {
        z-index: 99;
        top: 58px;
        right: 4px;
    }
    .answerContainer {
        margin: auto;
    }
    #intro-header {
        padding: 0 100px
    }
    #hero-left,
    #hero-right {
        display: none;
    }
    .backgrounds,
    .backgrounds .background {
        width: 100%;
        max-width: 100%;
    }
    .counter-container {
        top: 80px;
    }
    .question {
        margin-top: 5px;
        position: static;
    }
    .page {
        width: 580px;
    }
}

@media screen and (max-width: 580px) {
    .answerContainer .button-inner p {
        line-height: 1;
    }
    .button.answer {
        background-size: 100% 100%;
        width: 152px;
        height: 116px;
    }
    .button.answer {
        background-image: url('../img/q_bttm.png');
    }
    .no-touch .button.answer:nth-of-type(1):hover,
    .button:nth-of-type(1).disabled {
        color: white;
        background-image: url('../img/q_btt_correctm.png');
    }
    .button.answer.good.disabled {
        color: white;
        background-image: url('../img/q_btt_correctm.png');
    }
    .no-touch .button.answer:nth-of-type(2):hover,
    .button:nth-of-type(2).disabled {
        color: white;
        background-image: url('../img/q_btt_wrongm.png');
    }
    .quiz .button {
        margin: 3px;
    }
    #summary-header {
        line-height: 1.1;
    }
    .rank {
        font-size: 30px;
        color: white;
    }
    #start-header {
        line-height: 1;
    }
    .backgrounds .background.active {
        background-size: auto 100%;
        background-image: url('../img/startm.jpg');
    }
    .backgrounds,
    .backgrounds .background {
        height: 600px;
        width: 580px;
        max-width: 100%;
    }
    .backgrounds .background {
        width: 100%;
    }
    #hero-left,
    #hero-right {
        display: block;
    }
    .question {
        margin-top: 10px;
    }
    html {
        max-width: 600px;
        width: 100%;
        height: 600px;
    }
    body {}
    .page {
        width: 320px;
    }
    #intro-header {
        top: 163px;
        font-size: 17px;
        padding: 0 10px;
    }
    #intro-logo {
        top: 314px;
        width: 133px;
    }
    #play-button {
        top: 429px;
    }
    #continue-button,
    #play-again-button {
        width: 320px;
        height: 44px;
        background-size: 100%;
    }
    #continue-button {
        top: 450px;
    }
    .button {
        background-size: 100%;
        width: 315px;
        height: 45px;
    }
    #main-question {
        font-size: 18px;
    }
    #question-image {
        width: 300px;
    }
    #title {
        display: inline-block;
        position: relative;
        margin: 18px auto;
        font-size: 24px;
        width: auto;
        border-bottom: 3px solid white;
        line-height: 30px;
    }
    .question-inner p {
        padding: 0 20px;
    }
    .question {
        width: 319px;
        height: 152px;
        background-size: 100% 100%;
    }
    .type2 .question {
        margin: 5px auto 0;
    }
    .counter-container {
        position: static;
        margin: 50px auto 0;
        height: 55px;
    }
    .gfx-container {
        width: 100%;
        height: 600px;
        margin: auto;
        overflow: hidden;
    }
    .gfx {
        width: 320px;
        height: 100%;
        left: auto;
        top: 0;
        margin: auto;
        position: relative;
    }
    .image-button {
        vertical-align: top;
        margin: 10px 3px;
        display: inline-block;
        width: 150px;
        height: 91px;
    }
    .inner-image-answer {
        background-size: 100% auto;
    }
    .inner-image-answer p {
        padding-top: 68px;
    }
    .image-button img {
        width: 150px;
    }
    #hero-left,
    #hero-right {
        z-index: auto;
    }
    #summary-description {
        color: white;
    }
    .page {
        z-index: 9999;
    }
    #hero-left {
        left: 19px;
        top: 149px;
        width: 174px;
        height: 325px;
    }
    .type {
        position: relative;
        top: 237px;
    }
    #hero-left.correct {}
    #hero-left.wrong {}
    #play-again-button {
        margin: auto;
    }
    #hero-left,
    #hero-right {
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        margin: auto;
        position: absolute;
        z-index: 999;
        pointer-events: none;
    }
    #summary-bgd {
        top: 235px;
        width: 320px;
        height: 288px;
        background-size: 100%;
    }
    #summary-results {
        top: 197px;
        font-size: 28px;
    }
    #play-again-button {
        top: 250px;
    }
    #summary-header {
        top: 222px;
    }
    .summary3,
    .summary2,
    .summary1 {
        opacity: 0;
    }
    #summary-header,
    #summary-description {
        width: 100%;
        padding: 0 20px;
    }
}