@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');
html {
    font-size: 62.5%;
}
body {
    font-family: "din-2014";
    font-weight: 300;
    color: #000000;
    max-width: 1920px;
    text-align: center;

}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top, #content {
    max-width: 1920px;
    margin: auto;
}
.s-font {
    font-family: 'Bevan', cursive;
}
strong {
    font-weight: 700;
}
.v-md {
    display: none;
}
.img-100 {
    max-width: 100%;
}
.no-margin {
    margin: 0 !important;
}
.cerave-logo {
    margin:  2rem 0;
}
.styled-btn {
    display: inline-block;
    font-size: 2.1rem;
    color: #ffffff;
    background: #133054;
    line-height: 5.4rem;
    padding: 0 4.6rem;
    font-weight: 400;
    margin: 1rem 0 0;
}
.arr {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    display: inline-block;
}
.arr-l {
    padding-right: 4.6rem;
}
.arr-r {
    padding-left: 4.6rem;
}
#top-section {
    background-image: url("../img/site/top-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 1rem;

}
.top-text-box {
    text-align: left;
}
.top-header {
    font-size: 5.4rem;
    line-height: 5.8rem;
    font-weight: 700;
    color: #133054;
    margin: 1rem 0 3rem;
}
.w-lite {
    margin: 3rem 0;
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: 700;
}
.b-lite {
    margin: 0;
    color: #113157;
    font-size: 2.1rem;
    font-weight: 400;
}
.top-prod-box {
    position: absolute;
    left: 38rem;
    width: calc(100% - 38rem);
    bottom: 0;
}
.top-prod-box img {
    max-width: 100%;
}
.top-prod-box-mobile {
    display: none;
}
.top-prod-pic {
    position: absolute;
    bottom: -4rem;
    left: 0;
}
.top-prod-pic-1 {
    left: 0;
}

.top-prod-pic-2 {
    bottom: -3.8rem;
}


.poll-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 30px;
}
.footer {
    background: #133054;
    border-top: 2px solid #000000;
    color: #ffffff;
}
.footer p {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 300;
}
.regulation-link {
    color: #0973ba;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
.poll hgroup > h1 {

    margin-top: 4rem;
    font-family: "din-2014";
    font-size: 5.4rem;
    line-height: 4.8rem;
    text-transform: none;
    color: #0973ba;
    font-weight: 700;

}

.poll #counter {
    font-size: 2.1rem;
    color: #0973ba;
    font-weight: 400;
    margin: 3rem auto 1rem;
}

.poll #counter #counter-current {

    font-size: 4.1rem;
    color: #133054;
}
.poll-question.single-image {
    text-align: center;
}

.poll-question.single-image > .option {
    border: 1px solid #000000;
    margin: 0px 15px 30px 15px;
    float: none;
}
.poll-question.single-image > .option > label {
    border: 1px solid #000000;

}
.poll-question input[type="radio"] + label, .poll-question input[type="checkbox"] + label {
    background: #FFFFFF;
}
.poll-question.single-image label > img {
    max-width: none;
}
.poll-question.single-image .checked-style {
    margin-bottom: -30px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #000000;
}
.poll-question.multi-image .checked-style {
    margin-bottom: -30px;
    border-radius: 0;
    background: #FFFFFF;
    border: 1px solid #000000;
}
.poll-question.single-image input[type="radio"] + label:hover .checked-style div,
.poll-question.single-image input[type="radio"]:checked + label .checked-style div,
.poll-question.single-image input[type="checkbox"] + label:hover .checked-style div,
.poll-question.single-image input[type="checkbox"]:checked + label .checked-style div {
    border-radius: 50%;
    background: #0973ba;
    border-color: #0973ba;
    width: 18px;
    height: 18px;
    margin: 3px auto;
}
.poll-question.multi-image input[type="radio"] + label:hover .checked-style div,
.poll-question.multi-image input[type="radio"]:checked + label .checked-style div,
.poll-question.multi-image input[type="checkbox"] + label:hover .checked-style div,
.poll-question.multi-image input[type="checkbox"]:checked + label .checked-style div {
    border-radius: 0;
    background: #0973ba;
    border-color: #0973ba;
    width: 18px;
    height: 18px;
    margin: 3px auto;
}
.poll-question.single-image label > span {
    display: block;
    color: #000;
    font-weight: normal;
    margin-bottom: 5px;
}
.poll-question.multi-image > .option {
    border: 1px solid #000000;
    margin: 0px 15px 30px 15px;
    float: none;
}
.poll-question.multi-image label > span {
    display: block;
    color: #000;
    font-weight: normal;
    margin-bottom: 5px;
}
.poll-question input[type="radio"] + label:hover, .poll-question input[type="radio"]:checked + label, .poll-question input[type="checkbox"] + label:hover, .poll-question input[type="checkbox"]:checked + label {
    background: #0973ba;
    border: 1px solid #0973ba;
    color: #FFFFFF !important;
    font-weight: 400 !important;
}
.poll-question.multi-image input[type="radio"] + label:hover, .poll-question.multi-image input[type="radio"]:checked + label, .poll-question.multi-image input[type="checkbox"] + label:hover, .poll-question.multi-image input[type="checkbox"]:checked + label {
    background: #FFFFFF;
}
.form-navi .btn {
    font-family: "din-2014";
    font-weight: 400;
}
.form-navi .btn.next {
    background: #133054;
    border: 1px solid #133054;
    color: #FFFFFF;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
}
.form-navi .btn.prev {
    background: #0973ba;
    border: 1px solid #0973ba;
    color: #ffffff;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
}
.poll-question .option {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.poll-question .option label {
    padding: 10px 0;
    font-size: 2.1rem;
    font-weight: 400;
    color: #133054 !important;
}

p.txt.rules > a {
    color: #000;
    text-decoration: underline;
}
#form_footer span {
    font-size: 2rem;
    line-height: 4rem;
    vertical-align: bottom;
}
#form_footer img {
    padding: 0 5px;
}
#content2 {
    width: 900px;
    max-width: 100%;
    margin: 6rem auto;
    display: flex;
}
#content2 .poll {
    width: 70%;
    margin: auto;
}
#content2 .show-box {
    width: 30%;
    border: 1px solid #FFFFFF;
}

.poll-question-header {
    margin-top: 0;
}
.poll-question-header h3 {
    font-family: "din-2014";
    font-size: 2.1rem;
    line-height: 2rem;
    margin-top: 1rem;
    font-weight: 400;
    color: #133054;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.form-navi .btn.prev {
    line-height: 46px;
}
.form-navi .btn.next {
    line-height: 46px;
}
.btn.prev, .btn.next {
    width: calc(50% - 10px);
    text-transform: uppercase;
}
.btn.prev + .btn.next {
    margin-left: 15px;
}
.btn.next {
    color: #FFFFFF;
}
.poll-form .prev.btn:hover {
    background: #FFFFFF;
    color: #0973ba;
    border-color: #0973ba;
}
.poll-form .next.btn:hover {
    background: #FFFFFF;
    color: #133054;
    border-color: #133054;
}
.rules {
    text-align: center;
}
.form-navi {
    margin-top: 0;
}
button.btn[type="submit"] {
    background: #c82536;
}
.top-product-pic-mobile {
    display: none;
}
.visible-midium {
    display: none;
}
.message p {
    font-size: 2rem;
    margin-top: 1em;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1464px) {
}
@media screen and (max-width: 1314px) {
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .top-prod-pic {
        bottom: -3rem;
    }
}
@media screen and (max-width: 991px) {
    html {
        font-size: 50%;
    }
    #top-section {
        min-height: 536px;
    }
    .top-prod-pic {
        bottom: -2rem;
    }
   
    .visible-midium {
        display: inline-block;
        margin: auto;
    }
    .hidden-midium {
        display: none !important;
    }
    .v-md {
        display: block;
        margin: auto;
        width: 100%;
    }

    #content2 {

        padding: 0 15px 0 0;
    }

}
@media screen and (max-width: 768px) {

    .cerave-logo {
        max-width: 60%;
    }
    .styled-btn {
        margin-bottom: 3rem;
    }
    #top-section {

        min-height: unset;
    }
    .top-prod-pic {
        margin: 2rem 2rem 2rem auto;
        position: static;
        width: 100%;
    }
    .top-prod-box-mobile {
        text-align: right;
        display: block;
        padding: 15px;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .top-prod-box {
        display: none;
    }
    .hide-mobile {
        display: none;
    }
    .visible-mobile {
        display: flex !important;
    }
   
    
    #content2 {
        flex-direction:row-reverse;
        flex-flow: row wrap;
        padding: 0 15px;
    }
    #content2 .poll, #content2 .show-box {
        width: 100%;
    }

    .poll-question.single-image > .option {
        width: 25%;
    }
}

@media screen and (max-width: 576px) {
    
    .poll-question.single-image > .option {
        float: none;
        margin: 15px auto;
    }

    .poll-question.single-image > .option {
        width: 75%;
    }

    .poll-question.single-image > .option, .poll-question.multi-image > .option {
        width: 48%;
        margin: 15px 1%;
    }

}

@media screen and (max-width: 490px) {


}
@media screen and (max-width: 440px) {
    .form-navi .btn .arr.arr-l {
        padding-right: 1rem;
    }
    .form-navi .btn .arr.arr-r {
        padding-left: 1rem;
    }
    html {
        font-size: 40%;
    }

    .poll-question .option {
        font-size: 12px;
    }
    .form-navi .btn.prev, .form-navi .btn.next {
        font-size: 16px;
    }
    #form_footer {
        padding: 20px 0;
    }

    #form_footer span {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    #form_footer img {
        width: 140px;
    }
}

@media screen and (max-width: 440px) {

}
@media screen and (max-width: 375px) {



}
@media screen and (min-width: 320px) {

}

@media screen and (min-width: 768px) {
  
    .visible-mobile {
        display: none;
    }
}

@media screen and (min-width: 992px) {

    .v-sm {
        display: none;
    }
}

@media screen and (min-width: 1201px) {

}

