body.quiz {
        background-image:url(../images/pc-main-bg.jpg);
        background-color: transparent
    }
.navbar{
    background: url(../images/pc-navbg.png) repeat-x;
}
body.quiz #visual {
    padding-top: 50px;
    position: relative;
    margin-top: 0
}

body.quiz #visual #quiz {
    width: 70%;
    margin: 0 auto
}

body.quiz #visual .progress-keeper {
    margin: 0 auto;
    background: #fece00;
    overflow: hidden;
    border-radius: 25px;
    clear: both;
    margin-bottom: 30px
}

body.quiz #visual .progress {
    width: 100%;
    background: #efefef;
    color: #4c4c4c;
    position: relative;
    margin: 0;
    overflow: hidden;
    left: 0;
    border-radius: 0;
    height: 10px
}

body.quiz #visual .questionCount {
    text-align: center;
    color: #050607;
    font-style: italic
}

#quiz .graphics {
    position: absolute;
    left: -60px;
    top: -65px
}

#quiz .question-title {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 25px
}

#quiz label.active {
    background-color: #fece00;
    color: #000
}

#quiz .quiz-picture {
    margin-bottom: 30px
}

#quiz .quiz-picture img {
    display: inline-block
}

#quiz label.wrong {
    background-color: #e93f3f
}

#quiz label.correct {
    background-color: #b0c62c
}

body.quiz label.btn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    margin-bottom: 10px;
    white-space: normal;
    display: block;
    font-weight: bold;
    padding-top: 13px;
    padding-bottom: 11px;
    padding-left: 20px;
    border-radius: 35px;
    text-align: left;
}

#quiz .submit-btn {
    text-align: center
}

#quiz .submit,#quiz .share {
    width: 240px;
    background: #24bfef;
    border: 5px solid #fff;
    padding: 10px 0;
    margin: 30px auto 0;
    font-weight: 900;
    border-radius: 20px;
    color: #fff
}

#quiz .submit:hover ,#quiz .share:hover{
    background-color: #ffce03;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

[data-toggle="buttons"] .btn input[type="radio"],[data-toggle="buttons"] .btn-group .btn input[type="radio"],[data-toggle="buttons"] .btn input[type="checkbox"],[data-toggle="buttons"] .btn-group .btn input[type="checkbox"] {
    clip: rect(0,0,0,0);
    pointer-events: none;
    position: absolute
}

input[type="radio"],input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body.quiz input {
    border-width: 2px;
    box-shadow: none
}

#quiz .errorMsg {
    display: none;
    text-align: center;
    line-height: 2
}

body.quiz .result {
    width: 100%;
    display: none
}

body.quiz .go-to-reward a {
    background-color: #24bfef;
    border: 5px solid #fff;
    border-radius: 20px;
    padding: 10px 85px 8px;
    box-shadow: 1px 1px 5px #666;
    color: #fff;
    font-weight: 700;
    font-size: 1em
}

body.quiz .go-to-reward a:hover {
    background-color: #ffce03;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

body.quiz .go-to-reward a::before {
    content: "★";
    display: inline-block;
    color: #fff355;
    padding-right: 5px
}

body.quiz #answer {
    margin-top: 3em;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.125em;
    color: #fff
}

body.quiz #visual #quiz .quetion {
    display: none
}

body.quiz #quiz .show {
    display: block
}

.btn-primary {
    background-color: #fff;
    border: 0;
    color: #000
}

body.quiz .footer {
    width: 100%
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    background-color: #fece00;
    color: #000
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.element-animation1 {
    animation: animationFrames ease .8s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease .8s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease .8s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%
}

.element-animation2 {
    animation: animationFrames ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%
}

.element-animation3 {
    animation: animationFrames ease 1.2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease 1.2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease 1.2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%
}

.element-animation4 {
    animation: animationFrames ease 1.4s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease 1.4s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease 1.4s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%
}

@keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: translate(-1500px,0);
        transform: translate(-1500px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(30px,0);
        transform: translate(30px,0)
    }

    80% {
        -webkit-transform: translate(-10px,0);
        transform: translate(-10px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: translate(-1500px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(30px,0)
    }

    80% {
        -webkit-transform: translate(-10px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0)
    }
}

.blockG {
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 24px;
    -moz-border-radius: 8px 8px 0 0;
    -moz-transform: scale(.4);
    -moz-animation-name: fadeG;
    -moz-animation-duration: .8800000000000001s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 8px 8px 0 0;
    -webkit-transform: scale(.4);
    -webkit-animation-name: fadeG;
    -webkit-animation-duration: .8800000000000001s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 8px 8px 0 0;
    -ms-transform: scale(.4);
    -ms-animation-name: fadeG;
    -ms-animation-duration: .8800000000000001s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 8px 8px 0 0;
    -o-transform: scale(.4);
    -o-animation-name: fadeG;
    -o-animation-duration: .8800000000000001s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 8px 8px 0 0;
    transform: scale(.4);
    animation-name: fadeG;
    animation-duration: .8800000000000001s;
    animation-iteration-count: infinite;
    animation-direction: linear
}

#rotateG_01 {
    left: 0;
    top: 28px;
    -moz-animation-delay: .33s;
    -moz-transform: rotate(-90deg);
    -webkit-animation-delay: .33s;
    -webkit-transform: rotate(-90deg);
    -ms-animation-delay: .33s;
    -ms-transform: rotate(-90deg);
    -o-animation-delay: .33s;
    -o-transform: rotate(-90deg);
    animation-delay: .33s;
    transform: rotate(-90deg)
}

#rotateG_02 {
    left: 8px;
    top: 10px;
    -moz-animation-delay: .44000000000000006s;
    -moz-transform: rotate(-45deg);
    -webkit-animation-delay: .44000000000000006s;
    -webkit-transform: rotate(-45deg);
    -ms-animation-delay: .44000000000000006s;
    -ms-transform: rotate(-45deg);
    -o-animation-delay: .44000000000000006s;
    -o-transform: rotate(-45deg);
    animation-delay: .44000000000000006s;
    transform: rotate(-45deg)
}

#rotateG_03 {
    left: 26px;
    top: 3px;
    -moz-animation-delay: .55s;
    -moz-transform: rotate(0deg);
    -webkit-animation-delay: .55s;
    -webkit-transform: rotate(0deg);
    -ms-animation-delay: .55s;
    -ms-transform: rotate(0deg);
    -o-animation-delay: .55s;
    -o-transform: rotate(0deg);
    animation-delay: .55s;
    transform: rotate(0deg)
}

#rotateG_04 {
    right: 8px;
    top: 10px;
    -moz-animation-delay: .66s;
    -moz-transform: rotate(45deg);
    -webkit-animation-delay: .66s;
    -webkit-transform: rotate(45deg);
    -ms-animation-delay: .66s;
    -ms-transform: rotate(45deg);
    -o-animation-delay: .66s;
    -o-transform: rotate(45deg);
    animation-delay: .66s;
    transform: rotate(45deg)
}

#rotateG_05 {
    right: 0;
    top: 28px;
    -moz-animation-delay: .7700000000000001s;
    -moz-transform: rotate(90deg);
    -webkit-animation-delay: .7700000000000001s;
    -webkit-transform: rotate(90deg);
    -ms-animation-delay: .7700000000000001s;
    -ms-transform: rotate(90deg);
    -o-animation-delay: .7700000000000001s;
    -o-transform: rotate(90deg);
    animation-delay: .7700000000000001s;
    transform: rotate(90deg)
}


@-webkit-keyframes fadeG {
    0% {
        background-color: #000
    }

    100% {
        background-color: #fff
    }
}

@keyframes fadeG {
    0% {
        background-color: #000
    }

    100% {
        background-color: #fff
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width:1024px)and (-webkit-min-device-pixel-ratio:1) {
}

@media(max-width: 767px) {
    body.quiz {
        background-image:url(../images/mobile-main-bg.jpg);
        background-color: transparent
    }
    .header, .navbar {
        background: none;
    }
    body.quiz #visual {
        padding-top: 0
    }

    body.quiz #visual #quiz {
        width: auto
    }

    #quiz .graphics {
        position: relative;
        top: inherit;
        left: inherit;
        margin-bottom: 1em
    }

    #quiz .graphics img {
        display: inline-block
    }

    body.quiz label.btn {
        text-align: left
    }

    body.quiz .footer {
        display: block;
        box-sizing: border-box;
        background-image: url(../images/rio-mobile-footer-bg.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        background-color: transparent;
        width: 100%;
        height: 165px;
        bottom: 0;
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .rio-main-content {
        margin-bottom:0
    }
}

@media screen and (max-width: 767px) {
    .foot-sticky-content-wrapper {
        margin-bottom:-165px
    }

    .content {
        margin-bottom: 6em
    }
}

@media screen and (max-width: 320px) {
    .content {
        margin-bottom:9em
    }
}
