/*
* Dormeo
* by TG Studio
*/

/* CSS Reset*/
html { margin:0;padding:0;border:0; }
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style: none; }


/* Body setup*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    background-color: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: #006bb5;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

b,
strong { font-weight: 900; }

i,
em { font-style: italic; }

:focus { outline: none; }

img {
    display: block;
    max-width: 100%;
    height: auto;
    zoom: 0.5;
}

img.normal {
    zoom: 1;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.main-container {
    overflow-x: hidden;
}

.container {
    max-width: 980px;
    padding: 30px;
    margin: 0 auto;
    position: relative;
}
.articleContainer {
    max-width: 840px;
    padding: 30px;
    margin: 0 auto;
    position: relative;
}
.flex {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
.left {
    float: left;
}
.right {
    float: right;
}
.cf{
    clear: both;
}
.half {
    width: 49.99%;
}
.fourth {
    width: 24.99%;
}
.full{
    width: 99.99%;
}

h1, h2, h3, h4, h5 {
    line-height: 1.2em;
    margin-bottom: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}
.centerText {
    text-align: center;
}
.whiteSpace {
    margin-bottom: 15px;
    margin-top: 15px;
}
.whiteSpace2 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.whiteSpace2x {
    padding-top: 30px;
    padding-bottom: 30px;
}
.mainColor {
    background: #5570b1;
}
.gray {
    background: #eeeeee;
}
#hero {
    height: 45vw;
    background-image: url("img/hero_bg.jpg");
    background-size: cover;
    padding-left: 30vw;
}
h1 {
    text-transform: uppercase;
    font-size: 120px;
    padding: 30px;
    color: #00136f;
}
.bold {
    display: inline;
    font-weight: 700;
}
h2 {
    font-size: 36px;
    font-weight: 700;
    color: #00136f;
}
.whiteText {
    color: white !important;
}
h3 {
    margin-top: 35px;
    font-size: 24px;
    font-weight: bold;
}
h4 {
    font-size: 18px;
    text-transform: uppercase;
}
.relative {
    position: relative;
}
.sunce {
    position: absolute;
    width: 50px;
    height: auto;
    top: 170px;
    left: 30px;
    z-index: 3;
}
#slider {
    display: block;
    margin: 0 auto;
    width: 350px;
    z-index: 7;
    margin-top: 30px;
}
.sliderText {
    padding-top: 30px;
    height: auto;
    min-height: 415px;
}
.sliderText h3 {
    margin-top: 0px;
}
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hide {
    display: none;
}
.drawingContainer {
    width: 400px;
    height: 300px;
    position: relative;
    margin: 0 auto;
}
.gradic {
    width: 400px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.oblaci {
    width: 400px;
    height: auto;
    position: absolute;
    top: 30px;
    left: 0;
    margin: 0 auto;
    z-index: 5;
    opacity: 0.75;
}
p, .slick-slide {
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1.5em;
}
.footerLogo {
    align-items: center;
    object-fit: contain;
    margin: 0 auto;
    padding: 30px;
}
footer {
    padding: 30px;
}
.nivea {
    padding: 40px;
}
.infografika {
    zoom: 1;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
.mobileOnly {
    display: none;
}
.disclaimer {
    font-size: 12px;
}
.sliderInput {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin: 10px;
    border: 3px solid white;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fillCircle {
    background: white;
}
.slick {
    margin-top: 30px;
    font-size: 32px;
}
li {
    list-style: disc inside;
    margin-top: 5px;
    margin-left: 15px;
}
.slick   {
    font-size: 18px !important;
    margin-top: 20px;
}
.slick div b {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 22px;
}
.slick-slide {
    height: auto !important;
}
#hero .container {
    height: 100%;
}
.slick-prev:before, .slick-next:before {
    color: #00136f !important;
}
.slick-prev {
    left: -50px !important;
}
.slick-next {
    right: -50px !important;
}

/* The Quiz */

.quiz-container {
    background: white;
    padding: 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    color: #333;
}

.quiz-container .btn {
    margin: 20px auto 0;
}

.slide { display: none; }
.slide.active { display: block; }

.answer {
    position: relative;
    top: 0;
    margin: 25px;
    margin-left: 0px;
    padding-left: 15px;
    transition: .3s;
    -webkit-transition: .3s;
}
.answer-text {
    word-wrap: break-word;
    text-transform: none;
}

.answer:hover {
    top: -5px;
    cursor: pointer;
}

.answer:hover h4 {
    color: #5570b1;
}

.answer h4 {
    margin: 15px 0 0 0;
    font-size: 20px;
    transition: color .3s;
    -webkit-transition: color .3s;
}

.progress-bar {
    margin-bottom: -20px;
}

.progress-bar i {
    font-size: 16px;
    color: #333;
}

.progress-bar .fa-circle {
    color: #333;
}

.quiz-container .share {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #333;
    color: white;
    margin: 10px 5px;
    top: 0;
    position: relative;
}
.share i {
    line-height: 50px !important;
}
.share {
    text-align: center;
}

.quiz-container .share:hover {
    top: -5px;
}

.quiz-container .fb {
    background: #485b96;
}

.quiz-container .tw {
    background: #00aced;
}
.question {
    margin-top: 0px;
}
.answer {
    border-left: 2px solid #666;
}




@media screen and (max-width: 1200px) {
    .half, .fourth {
        width: 100%;
        flex-shrink: 0;
    }
    h1 {
        font-size: 64px;
    }
    #hero {
        height: 55vw;
        padding-left: 30vw;
    }
    #hero .container {
        max-width: 100%;
        width: 100%;
        background-color: rgba(255,255,255,0.5);
    }
    h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 48px;
        background-color: rgba(255,255,255,0.5);
    }
    .mobileOnly {
        display: block;
    }
    .desktopOnly {
        display: none;
    }
    #hero {
        height: 100vw;
        padding-left: 0vw;
    }
    .slick {
        font-size: 26px;
    }
    .container {
        padding: 10px;
    }
    .quiz-container {
        padding: 40px;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
}
@media screen and (max-width: 480px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 26px;
    }

}