@font-face {
    font-family: "themixosfbold";
    src: url("../fonts/themixosf-bold.eot");
    src: url("../fonts/themixosf-bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/themixosf-bold.woff2") format("woff2"),
        url("../fonts/themixosf-bold.woff") format("woff"),
        url("../fonts/themixosf-bold.ttf") format("truetype"),
        url("../fonts/themixosf-bold.svg#themixosfbold") format("svg");
}

html,
body {
    overflow: hidden !important;
    height: 100% !important;
}

body {
    font-family: 'themixosfbold', "Lucida Grande", sans-serif !important;
    background: black;
    padding: 0;
    margin: 0;
    overflow: hidden !important;
}

body.violett #wrapper-container {
    background: #a863a5;
}


canvas {
    width: 1024px !important;
    height: 1024px !important;
    top: 0;
    left: 0;
    background: #dabb27 !important;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #001a16;
}

#canvas-container {
    width: 1024px !important;
    height: 1024px !important;
    top: 870px;
    border-radius: 50%;
    -webkit-border-radius: 50%;

    position: absolute;
    overflow: hidden;
    background: #dabb27;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(255, 255, 143, 1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(255, 255, 143, 1);
    box-shadow: 0px 0px 50px 0px rgba(255, 255, 143, 1);

}

#arrow {
    position: absolute;
    bottom: -450px;
    width: 1024px;
    height: 429px;
    background: url(../imgs/arrow.png) bottom center no-repeat;
    z-index: 100;
}

#title {
    position: absolute;
    top: 210px;
    left: 50%;
    margin-left: -407px;
    width: 814px;
    height: 226px;
    background: url(../imgs/title_home.png) top center no-repeat;
    background-size: cover;
    z-index: 100;
    display: none;
}




.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
    height: auto;
}


.question {
    font-size: 35px;
    line-height: 45px;
    padding-top: 50px;
    text-align: center;
    text-shadow: 0px 3px 2px rgba(87, 36, 145, .7);
}


.question1,
.question2,
.question3 {
    height: 340px;
    display: none;
}

code {
    color: #000;
    opacity: .1;
    background: white;
    font-size: 50%;
    padding: 10px 15px;
    border-radius: 50%;
}










section {
    display: none;
}

h3 {
    margin: 0 !important;
    color: #ffffff;
}



#qid {
    padding: 10px 15px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 20px;
}

.modal-dialog {
    margin-top: 0%;
}

.img-fluid {
    width: 20%;
    height: auto;
}



#curtain {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}

.modal-header,
.modal-body,
.modal-footer {
    border: 0;
    float: left;
    overflow: hidden;
}


.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 10px;
}

.btn-primary {
    background: black;
    border-color: black;
}

.modal-dialog {
    width: 100%;
}

.modal-content {
    min-height: 800px;
}

.quiz {
    width: 100%;
}

.btn-wrapper1,
.btn-wrapper2,
.btn-wrapper3 {
    display: none;
}

label.btn {
    padding: 25px 50px;
    margin-bottom: 25px;
    width: 100%;
    white-space: normal;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    background: linear-gradient(0deg, #e5a31f, #fcef63);
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    color: #000;
    border-radius: 10px;
    letter-spacing: 0;
    border: 0;
    font-family: "themixosfboldBold", "Lucida Grande", sans-serif !important;
    border: none;
    text-align: center;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    text-decoration: none;
    -webkit-box-shadow: 0px 20px 17px -19px rgba(43, 0, 43, 1);
    -moz-box-shadow: 0px 20px 17px -19px rgba(43, 0, 43, 1);
    box-shadow: 0px 20px 17px -19px rgba(43, 0, 43, 1);
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(229, 213, 3, .5);
}

label.btn:active,
label.btn:hover {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    background: black;
    color: white;
    text-shadow: none;
}

label.btn-block {
    text-align: left;
    position: relative;
    width: 45%;
    float: left;
    margin: 2.5% 2.5% !important;
}

label .btn-label {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 0 10px;
    background: rgba(0, 0, 0, .15);
    height: 100%
}



h1 {
    font-size: 74px;
    line-height: 88px;
    margin-top: 51px;
    font-family: "themixosfboldBold", "Lucida Grande", sans-serif !important;
}


.modal-header {
    background-color: transparent;
    color: inherit;
}

.modal-body {
    min-height: 500px;
    margin-top: 0px;
    width: 100%;
}

.modal-footer {
    width: 100%;
    color: white;
    position: fixed;
    top: 970px;
    left: 0px;
    z-index: 200;
    padding: 0;
}

#loadbar {
    position: absolute;
    width: 62px;
    height: 77px;
    top: 2em
}


h3 b {
    font-size: 50px !important;
    font-weight: normal;
    margin-bottom: 30px;
}

.question2,
.question3,
.next1correct,
.next1false,
.next2correct,
.next2false,
.next3correct,
.next3false {
    display: none;
}

#quiz2,
#quiz3 {
    display: none;
}

label.btn-block2 {
    text-align: left;
    position: relative;
    width: 43%;
    margin: 50px 0 0 0 !important;
}

label.btn-block3 {
    text-align: left;
    position: relative;
    width: 43%;
    margin: 50px 0 0 0 !important;
}

.img-border {
    border-radius: 18px;
    border: 20px solid white;
}

#rays {
    /* with animation properties */
    display: none;
    background: url(../imgs/rays.png) 0 0 no-repeat;
    position: absolute;
    margin-top: -439px;
    margin-left: -337px;
    width: 1600px;
    height: 1600px;

    /* microsoft ie */
    animation-name: spin;
    animation-duration: 20000ms;
    /* 40 seconds */
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.element-animation {
    animation-delay: 4000ms;
    animation: animationFrames ease 1.4s normal forwards;
    animation-iteration-count: 1;
    -webkit-animation: animationFrames ease 1.4s normal forwards;
    -webkit-animation-iteration-count: 1;

    -ms-animation: animationFrames ease 1.4s normal forwards;
    -ms-animation-iteration-count: 1;

}

.colorchangered {
    animation: colorchangered .2s ease-in forwards;
    -webkit-animation: colorchangered .2s ease-in forwards;

}

.colorchangegreen {
    animation: colorchangegreen .5s ease-in-out forwards;
    -webkit-animation: colorchangegreen .5s ease-in-out forwards;

}

.colorchangeblue {
    animation: colorchangeblue .5s ease-in-out forwards;
    -webkit-animation: colorchangeblue .5s ease-in-out forwards;

}

.colorchangefinal {
    animation: colorchangefinal .2s ease-in forwards;
    -webkit-animation: colorchangefinal .2s ease-in forwards;

}

@keyframes animationFrames {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes Gradient {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 50% 100%
    }

    100% {
        background-position: 50% 0%
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes colorchangered {
    0% {
        background-color: #a863a5;
    }

    100% {
        background-color: #e50051;
    }
}

@keyframes colorchangeblue {
    0% {
        background-color: #a863a5;
    }

    100% {
        background-color: #5c9ed4;
    }
}

@keyframes colorchangegreen {
    0% {
        background-color: #a863a5;
    }

    100% {
        background-color: #289403;
    }
}


@keyframes titlechangered {
    0% {
        color: #ffffff;

    }

    100% {
        color: #ffffff;
    }
}

@keyframes titlechangegreen {
    0% {
        color: #ffffff;
    }

    100% {
        color: #ffffff;
    }
}


#wrapper-button {
    position: relative;

}



.newbtn {
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    background: #B5B79B;
    position: relative;
    z-index: 3;
    width: 558px;
    height: 118px;
    padding: 10px;
    font-size: 27px;
    line-height: 30px;
    border-radius: 0px !important;
    color: #3c4848;
    border-top: 2px solid white;
    border-bottom: 2px solid white;

}

div.btn,
div.btn2 {
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    padding: 10px 30px 15px 30px;
    min-height: 118px;
    line-height: 118px;
    white-space: normal;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    background: #B5B79B;
    font-size: 27px;
    line-height: 30px;
    color: #ffffff;
    border-radius: 2px;
    border: 0;
    font-family: "Open Sans", sans-serif !important;
    border: none;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    text-decoration: none;
}



label.btn-block {
    text-align: left;
    position: relative;
    width: 100%;
    float: left;
}

label .btn-label {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 0 10px;
    background: rgba(0, 0, 0, .15);
    height: 100%
}

input.options {
    opacity: 0;
    width: 0px;
    height: 0px;
}
