.mobile{
    display: none;
}
.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;
    font-family: 'Short Stack', cursive;
    /*font-family: 'Schoolbell', cursive;*/
	/*font-family: 'Gaegu', cursive;*/
    /*font-family: 'Walter Turncoat', cursive;*/
    /*font-family: 'Bowlby One SC', cursive;*/
    text-transform: uppercase;
}
body {

    font-weight: 700;
    color: black;
    text-transform: none;
    height:100%;
    margin: auto;

    overflow-x: hidden;

    text-align: center;

}
.backgrounds{
    width:100%;
    max-width: 1024px;
    height: 574px;
    overflow: hidden;
    position: absolute;
}
.backgrounds .background {
    width:100%;
    max-width: 1024px;
    position: absolute;
    top:0;
    left:0;

    height: 574px;
    overflow-x: hidden;
    overflow-y: 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;

}
.page-containers{
    position: relative;
    margin: 0 auto;

    overflow: hidden;
}
.gfx-container{
    pointer-events: none;
    width:100%;
    max-width: 1024px;
    height:574px;
    position: absolute;
    top:0;
    display: none;

}
.gfx{

    overflow: hidden;
    height: 574px;
    width:1024px;

    position: relative;
    top: 0;
    left:50%;
    margin-left: -512px;
}

.page .quiz{
    width:100%;
}
#hero-left,#hero-right{
    display: block;
    margin: auto;
    position: absolute;
    z-index:999;
    pointer-events: none;
}
#hero-left{
    left:46px;
    top:242px;
}
#hero-right{
    left:748px;
    top:178px;
}
#hero-left.after{
    left:28px;
    top:226px;
}
#hero-right.after{
    left:731px;
    top:177px;
}

.question{

    position: relative;
    padding: 30px 0 0 ;
    width: 580px;
    margin: auto;
    color:white;
    font-weight: 300;
    line-height: 1.1;
}
#topQ{

    position: absolute;
    left:-70px;
    top:22px;
    z-index: 51;
}
.question1-inner{
    padding: 0 10px;
    display: table;
    margin: auto;
    width:457px;
    position: relative;
    left:0;
    z-index: 50;
    height:89px;
    background-image: url('../img/question_top1.png');
}
.question2-inner{
    display: table;
    margin: 30px auto 0;
    width:415px;
    padding: 0 10px;
    height:77px;

    background-image: url('../img/question_top2.png');
}
.question1-inner p,.question2-inner p{

    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1;

}
.question2-inner p {
    font-size: 13px;
}

.answerContainer{
    width:580px;
    margin: auto;
}
.button-answer{
    width:421px;
    height:58px;
    background-image: url('../img/btt_long.png');
    font-size: 15px;
    color:white;
    margin: 10px auto;
    font-weight: 300;
    cursor: pointer;
}
.no-touch .button-answer:hover,
.button-answer.disabled{

    color:#F1632D;
    background-image: url('../img/btt_long_on.png');
}
.abs{
    position: absolute;
    pointer-events: none;
}
.page{
    display: none;
    margin: 0 auto;
    width:580px;
    height: 574px;
    position: relative;


}
.active{
    display: block;
}

#intro-logo,#intro2-logo{
    display: block;
    margin: 0 auto;
    position: relative;
    top:12px;

}
#intro2-logo{
    top:85px;
}
.summary{
    z-index: 99;
    padding-top:48px;
}
#intro-header{
    color:white;
    font-size: 25px;
    top:8px;
    left:-201px;
    position: relative;
    text-align: center;

    text-transform: uppercase;
    margin: 5px auto 15px;
}
#play-button{
    position: relative;

}


#summary-header1,#summary-header2,#summary-description{
    text-transform: uppercase;
    text-align: left;
    color:white;
    /*font-family: 'Bowlby One SC', cursive;*/
    /*font-family: 'Walter Turncoat', cursive;*/
	/*font-family: 'Gaegu', cursive;*/
    /*font-family: 'Schoolbell', cursive;*/
    font-family: 'Short Stack', cursive;
}
#summary-bgd{

    position: relative;
    width:442px;
    height:397px;
    margin: auto;

    padding: 25px;
    background-image: url('../img/summary1BgdAnswer.png');
}
#summary-header1{
    font-size: 18px;
}
#summary-header2{
    font-size: 36px;
    line-height: 1;
}
#summary-description{
    margin-top: 12px;
 font-size: 16px;
    font-weight: 300;
    line-height: 1.2;

}

#play-again-button{
    position: static;
    margin: 20px auto;
}
.start-button{
    top:-36px;
    width:108px;
    height:107px;
    margin: auto;
    background-image: url('../img/start_btt.png');
    cursor: pointer;
}
.no-touch .start-button:hover{
    background-image: url('../img/start_btt_on.png');
}


.button{
    width:195px;
    height:29px;
    text-align: center;

    margin: auto;
	/*font-family: 'Gaegu', cursive;*/
    /*font-family: 'Schoolbell', cursive;*/
    font-family: 'Short Stack', cursive;
   /* font-family: 'Walter Turncoat', cursive;*/
    /*font-family: 'Bowlby One SC', cursive;*/
    font-size: 13px;
    background-image: url('../img/intro-button.png');

    color:#509968;
}
.start2-button{

    width:423px;
    height:60px;
    margin: 156px auto auto;
    background-image: url('../img/start2-button.png');
    cursor: pointer;
    /*font-family: 'Walter Turncoat', cursive;*/
	/*font-family: 'Gaegu', cursive;*/
 /*   font-family: 'Schoolbell', cursive;*/
    /*font-family: 'Short Stack', cursive;*/
    font-family: 'Short Stack', cursive;
    /*font-family: 'Bowlby One SC', cursive;*/
    font-size: 30px;
    color:#509968;

}
.start2-button p{

}
.no-touch .button:hover,.button.disabled, .no-touch .start2-button:hover{
    color:#f2632e;

}
.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:#F1632D;

    background-image: url('../img/image_quiz_assets/image_question_bgd_on.png');
}


.inner-image-answer p{
    font-size: 10px;
    cursor: pointer;

    font-weight: 300;
    line-height: 1.1;
}
.center-holder{
    position: relative;
    top: 87px;
    display: table;
    width: 100%;

    height: 30px;

}
.center-holder p{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.image-button>img{
    position: absolute;
    left:0;
    top:0;
    display: block;

}
.page.quiz{
    width:100%;
}
.page.disabled{
    pointer-events: none;
}
.button-inner p{
    text-transform: uppercase;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;

}
.answer{
    vertical-align: top;
}
.question-inner p{
    color: white;

    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    text-transform: uppercase;
}

.quiz .button{
    margin: 15px auto;
}
.button.answer{
    position: relative;
}

h2{

    font-size: 40px;
}
h3{

    font-size: 40px;
}
h4{

    font-size: 40px;
}
h5{

    font-size: 140px;
}



.tuneIn{
    width:561px;
    height:33px;
    background-image:url('../img/tunein.png');
    position: absolute;
    z-index: 9999;
    left:50%;
    margin-left: -280px;
    top:535px;
}
.video-holder{
    display: table;
    width:100%;
    height:100%;
}
.video-inner{

    top: -20px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.video-content{
    display: block;
    margin: auto;

    width: 768px;
    height: 469px;
}
#skip-button{
    position: relative;
    z-index: 9999;
    margin-top: -10px;
}
#vid2{
    width: 100%;
    height: 100%;
}
.video-page{


    width:100%;
    margin: auto;
}
.counter-container{
    top:30px;
    z-index: 88888;
    right:100px;
    position: absolute;
}


p{
    /*pointer-events: none;*/
}

@media screen and (max-width: 960px) {

    .counter-container{
        right: 5px;
    }

}
@media screen and (max-width: 850px) {


    #hero-left,#hero-right{
        display: none;
    }
    .question1-inner{
        left: 27px;
    }
    #topQ{
        left:0;
    }

}

@media screen and (max-width: 768px) {


    .video-content{
        width: 100%;

    }
    .backgrounds,.backgrounds .background {
        width:768px;
        max-width: 100%;
    }
    .counter-container{
        position: static;
        margin:5px auto 0;
        height:50px;

    }
    .question{
        padding: 0;
    }

    #topQ{
        top:-10px;

    }
    .question2-inner{
        margin: 10px auto 0 ;
    }

}
@media screen and (max-width: 580px) {

    .video-inner{
        top:-90px;
    }
    .video-content{
        width:280px;
        height: 180px;
    }

    .logo_m{
        top:31px;
        left:50%;
        margin-left: -51px;
    }
    .mobile{
        position: absolute;
        display: block;
    }

    .tuneIn{
        width:287px;
        height:57px;
        background-image:url('../img/tunein_m.png');
        margin-left: -144px;
        top:537px;
    }


    .backgrounds,.backgrounds .background {
        width:580px;
        max-width: 100%;
        height:600px;
    }
    .backgrounds .background {
        width:100%;
    }

    #hero-left,#hero-right{
        display: block;
    }

    .question {

    }
    html{
        max-width: 600px;
        width:100%;
        height: 600px;
    }
    body {

    }
    .page{
        width:100%;
        height: 600px;
    }

    #intro-header{
        top:292px;
        font-size: 5vw;
    }
    #intro-logo{
        top:9px;
        width:256px;

    }
    #intro2-logo{
        top:31px;
        width:280px;
    }
    #skip-button{
        margin-top: 8px;
    }
    .button {

        background-size: 100%;

    }
    .start2-button{
        background-size: 100%;
        font-size: 19px;
        width:279px;
        height:39px;
        margin-top: 80px;
    }


    .gfx-container {

        width:100%;
        height: 600px;
        margin: auto;
    }
    .gfx{

        width: 300px;
        height: 100%;
        left:auto;
        top:0;
        margin: auto;
        position: relative;

    }
    .page.summary{
        width:300px;
        padding: 0;
    }
    #summary-bgd{
        background-size: 100%;
        top: 134px;

        width:281px;
        height: 252px;
        padding: 18px 20px;
    }
    #summary-header1{

        font-size:11.5px; ;
    }
    #summary-header2{
        line-height: 1.1;
        font-size: 20px;
    }
    #summary-description{
        font-size: 11px;
        margin-top: 5px;
        line-height: 1.1;
        width:auto;
    }
    .image-button{
        vertical-align: top;
        margin: 10px  3px 0;
        display: inline-block;
        width:150px;
        height: 91px;
    }
    .inner-image-answer{
        background-size: 100% auto;

    }
    #play-again-button {
        position: static;
        margin: 142px auto;
    }
    .inner-image-answer p{
        padding-top: 2px;
        font-size: 7px;
    }
    .image-button img{
        width:150px;
    }
    #hero-left,#hero-right{
        z-index: auto;
    }

    .counter-container{
        top:15px;
        height:35px;
        position: absolute;
        right:20px;

    }
    .page.quiz{
        width:300px;
    }
    .question{
        width:300px;
    }
    #topQ{
        position: static;
        margin: 5px auto;
        width:92px;
    }
    .question1-inner{
        width:286px;
        position: static;
        margin-top: -15px;
        height: 55px;

    }
    .question1-inner p,.question2-inner p{
        font-weight: 300;
        padding: 0 5px;
        font-size: 9.5px;
    }
    .question2-inner{
        margin: 5px auto 0;
        background-size: 100%;
        width: 286px;
        height: 51px;
    }
    .answerContainer{
        width:300px;
    }
    .image-button{
        width:139px;
        height: 83px;
    }
    .image-button img{
        width:139px;
    }
    .center-holder{
        top:56px
    }
    #hero-left{
        width:68px;

        left:46px;
        top:409px;
    }
    #hero-left.after{
        width:94px;

        left:20px;
        top:404px;
    }

    #hero-right{
        width: 103px;
        left: 141px;
        top: 386px;
    }

    #hero-right.after{
        width: 156px;
        left: 143px;
        top: 385px;
    }

    .button-answer{
        background-size: 100%;
        width:289px;
        height:39px;
        font-size: 10px;
    }
}