
/*
* Entry screen
*/
#entry-screen {
    background: url(../images/entry-screen.jpg) center center;
    background-size: cover;
    min-height: 800px;
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
    width: 100vw;
}

#entry-screen-content {
    margin: 0 auto;
    max-width: 1200px;
}
#entry-screen-content .content-wrapper {
    margin-top: 60px;
    width: 60%;
}
#entry-screen-content .content-wrapper h1,
#entry-screen-content .content-wrapper p {
    color: #fff;
    text-shadow: 0 0 20px #000;
}

/*
* Entry screen slider
*/


#entry-screen-slider {
    bottom: 110px;
    left: 50%;
    padding: 0 50px 50px 50px;
    position: absolute;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
}
#entry-screen-slider .slick-list {
    overflow: hidden;
}
#entry-screen-slider .slick-arrow {
    background: url(../images/slick-arrows.png) no-repeat;
    height: 42px;
    top: 105px;
    width: 21px;
}

#entry-screen-slider .slick-arrow.slick-prev {
    left: 15px;
}
#entry-screen-slider .slick-arrow.slick-next {
    right: 55px;
}
#entry-screen-slider .slick-arrow.slick-next {
    background-position: -22px 0;
}

#entry-screen-slider .slick-arrow::before {
    display: none;
}

#entry-screen-slider .slide {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

#entry-screen-slider .content {
    bottom: 35px;
    position: absolute;
    left: 35px;
    transition: bottom 0.5s ease-in-out;
    -webkit-transition: bottom 0.5s ease-in-out;
}
#entry-screen-slider .content h3,
#entry-screen-slider .content h2 {
    border-bottom: 0;
    color: #fff !important;
    line-height: 1;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

#entry-screen-slider .content h2::after {
    border-top: 3px solid #ff6e27;
    content: '';
    display: block;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.75s ease-in-out;
    width: 0;
}

#entry-screen-slider a {
    border: 1px solid #fff;
    bottom: -60px;
    color: #fff;
    font-size: 16px;
    left: 35px;
    padding: 9px 35px 7px 15px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    transition: bottom 0.5s ease-in-out;
    -webkit-transition: bottom 0.5s ease-in-out;
}

#entry-screen-slider a:after {
    border: 7px solid transparent;
    border-left: 7px solid #ff6e27;
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
}

#entry-screen-slider .slide img {
    filter: brightness(100%) contrast(100%);
    max-width: 350px;
    transition: filter 0.5s ease-in-out;
}

#entry-screen-slider .slide:hover .content {
    bottom: 60%;
}

#entry-screen-slider .slide:hover h2::after {
    width: 100%;
}

#entry-screen-slider .slide:hover a {
    bottom: 35px;
}

#entry-screen-slider .slide:hover img {
    filter: brightness(35%) contrast(120%);
}

#entry-screen-slider .slick-dots {
    margin-left: 0;
}

#entry-screen-slider .slick-dots li {
    background: #ff6d10;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 12px;
    opacity: 0.5;
    width: 12px;
}

#entry-screen-slider .slick-dots li.slick-active {
    opacity: 1;
}

#entry-screen-slider .slick-dots li button {
    display: none;
}

#quiz-wrapper {
    display: none;
}

/*
* Quiz
*/


/* Quiz */
#progress-bar-wrapper {
    padding-bottom: 35px;
    padding-top: 35px;
}
#progress-bar {
    border: 1px solid #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    height: 30px;
    margin: 10px auto;
    overflow: hidden;
    width: 60%;
}
#progress-bar #bar {
    background: #66cccc;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    height: 28px;
}
#progress-bar-wrapper h5 {
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
#progress-bar-wrapper p {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}

#quiz-wrapper {
    background: url(../images/entry-screen.jpg) center -100px;
    background-size: 100% auto;
    display: none;
    position: relative;
    z-index: 10;
}

#quiz-wrapper .question-series {
    display: none;
}
#quiz-wrapper .question-series.active {
    display: block;
}

#question-wrapper {
    width: 100%;
}
.main-question {
    background: #ebebeb;
    color: #000;
    float: left;
    font-size: 22px;
    padding: 25px 0;
    text-align: center;
    width: 100%;
}
.main-question p {
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 60%;
    text-transform: uppercase;
}
.range-value {
    background: #ebebeb;
    overflow: hidden;
    width: 100%;
}
.range-start,
.range-end {
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 165px;
}
.range-start {
    margin-right: 24%;
}

.sub-question {
    background: #ebebeb;
    overflow: hidden;
    width: 100%;
}
.sub-question:nth-child(odd) {
    background: #d8d8d8;
}
.sub-question .wrapper {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 20px 10px 50px;
}
.sub-question .wrapper:nth-child(even) {
    background: #bbbbbb;
}
.sub-question .question {
    float: left;
    max-width: 40%;
}
.sub-question .answer-range {
    float: right;
}
.sub-question .answer-range input {
    margin-bottom: 0;
    margin-left: 65px;
}
#typing-tool-navigation {
    background: #ebebeb;
    overflow: hidden;
    padding: 50px 0;
    width: 100%;
}
#typing-tool-navigation .wrapper {
    margin: 0 auto;
    max-width: 1130px;
}
#typing-tool-navigation .wrapper span {
    cursor: pointer;
    float: right;
    margin-left: 30px;
}
#typing-tool-navigation .wrapper span.disabled {
    cursor: inherit;
    opacity: 0.5;
}

/*
* Results
*/


#quiz-results {
    background: url(../images/entry-screen.jpg) center -100px;
    background-size: cover;
    display: none;
    max-width: 100%;
    padding: 150px 0;
    width: 100%;
}

#quiz-results .slick-list {
    margin: 0 auto;
    max-width: 880px;
    overflow: hidden;
}

#quiz-results .results-wrapper {
    display: inline-block;
    text-shadow: 0 0 20px #000;
}

#quiz-results .headline-wrapper {
    float: left;
    margin-left: 50px;
}

#quiz-results .headline-wrapper span {
    display: block;
    font-size: 22px;
    width: 100%;
}

#quiz-results .results-wrapper img {
    float: left;
    max-width: 250px;
}

#quiz-results .results-wrapper h2 {
    border-bottom: 3px solid #ff6d10;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    margin-top: 30px;
    text-transform: uppercase;
}
#quiz-results .results-wrapper h2 span {
    color: #fff;
}

#quiz-results .results-wrapper h3 {
    border-bottom: 0;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 18px;
    text-transform: uppercase;
}

#quiz-results .results-wrapper p {
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

#quiz-results .results-wrapper span {
    color: #fff;
    float: left;
    font-size: 12px;
}

#quiz-results .results-wrapper a {
    background: #ff6d10;
    clear: both;
    color: #fff;
    float: left;
    margin-top: 5px;
    padding: 10px 40px 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

#quiz-results .results-wrapper a::after {
    border: 7px solid transparent;
    border-left: 7px solid #000;
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
}

#quiz-results .results-wrapper a.quiz-restart {
    clear: none;
    float: right;
}

#quiz-results .slick-arrow {
    display: block;
    top: 105px;
}
#quiz-results .slick-arrow.slick-prev {
    left: 48%;
}
#quiz-results .slick-arrow.slick-next {
    left: 52%;
}

@media all and (max-width: 980px) {
    #entry-screen-content .content-wrapper {
        padding: 0 60px;
        width: 100%;
    }
    #entry-screen-slider {
        bottom: 0;
    }
    #quiz-results .results-wrapper {
        padding: 0 30px;
    }

    .sub-question .question {
        margin-bottom: 15px;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
    .range-start {
        float: left;
        margin: 0;
    }
    .sub-question .answer-range {
        float: none;
        text-align: center;
        width: 100%;
    }
    .sub-question .answer-range input {
        margin-left: 13%;
    }
    .sub-question .answer-range input:first-child {
        margin-left: 0;
    }
}
@media all and (max-width: 640px) {
    #entry-screen-slider .slick-arrow.slick-next {
        right: 15px;
    }
    #quiz-results .results-wrapper a.quiz-restart {
        float: left;
    }
    .sub-question .answer-range input {
        margin-left: 6%;
    }
}
