* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 62.5%;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #010101;
    max-width: 1920px;
    text-align: center;

}
sup {
    vertical-align: text-top;
    font-size: 0.7em;
    line-height: normal;
}
.w-100 {
    width: 100% !important;
}
.top, #content {
    max-width: 1920px;
    margin: auto;
}
strong {
    font-weight: 700;
}
.v-md {
    display: none;
}
.img-100 {
    max-width: 100%;
}
.no-margin {
    margin: 0 !important;
}
.container-fluid.keep-width {
    max-width: 1200px;
}
#top-section {
    max-width: 1920px;
    margin: auto;
    background-image: url("../img/site/top-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 624px;
}
#content {
    max-width: 1920px;
    margin: auto;
    background: #FFFFFF;
    overflow: hidden;
}
.styled-btn {
    padding: 0 5rem;
    margin: 2rem auto;
    display: inline-block;
    line-height: 6rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #ffffff;
    background: #f8166b;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
    z-index: 2;
    position: relative;
}
.top-new {
    padding: 0 2.6rem;
    line-height: 4.5rem;
    display: inline-block;
    background: #000000;
    border-radius: 0 0 2rem 2rem;
    color: #FFFFFF;
    text-transform: uppercase;
}
.neutrogena-header {
    font-size: 4.8rem;
    line-height: 3.8rem;
    color: #e02157;
    font-weight: 300;
    margin: 2rem auto;
}
.neutrogena-header strong {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000000;
}
.top-text-box .neutrogena-header {
    margin-top: 7rem;
}
.ttb-p1 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 700;
    margin: 1rem auto;
}
.ttb-p2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    font-weight: 700;
    margin: 3rem auto;
}
.top-prod-box {
    position: absolute;
    top: -8rem;
    left: 0;
    width: 100%;
}
.top-prod-box.tpb-left {
    text-align: left;
    padding-left: 10rem;
}
.top-prod-box.tpb-right {
    text-align: right;
    padding-right: 10rem;
}
#middle-section {
    padding: 12rem 0 0;
}
.middle-header {
    font-size: 2.8rem;
    line-height: 4.2rem;
    font-weight: 700;
}
.mpd-p1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    color: #e02157;
    font-weight: 700;
    margin-bottom: 1rem;
}
.mpd-p2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #000;
    font-weight: 400;
}
.middle-prod-cart .neutrogena-header {
    margin-bottom: 1rem;
}
.mpd-tags {
    margin: 3rem auto;
}
.mpd-tags span {
    border: 1px solid #ee265c;
    display: inline-block;
    padding: 0 1.6rem;
    line-height: 4.6rem;
    color: #ee265c;
    margin-right: 1.2rem;
    margin-bottom: 1.2rem;
}
.product-presentation {
    margin: 5rem auto;
}
.middle-prod-disclimer {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
    text-align: left;
    margin: 6rem auto 0;
}
.middle-product {
    max-width: 100%;
}










#poll-container {
    width: 570px;
    max-width: 100%;
    margin: 0 auto;
}
.poll-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 30px;
}
.footer {
    background: transparent;
    border-top: 2px solid #000000;
}
.regulation-link {
    color: #000000;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
.poll hgroup > h1 {


    font-family: 'Open Sans', sans-serif;
    font-size: 3.6rem;
    line-height: 4.2rem;
    text-transform: none;
    color: #000000;
    font-weight: 700;
    margin-top: 0rem;

}

.poll #counter {
    font-size: 6rem;
    color: #000000;
    font-weight: 300;
    margin-top: 3rem;
}

.poll #counter #counter-current {
    font-weight: 300;
    font-size: 6rem;
    color: #000000;
}
.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;
    border-color: #000000;
    color: #000000;
    border-radius: 6rem;
}
.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: #f8166b;
    border-color: #f8166b;
    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: #f8166b;
    border-color: #f8166b;
    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: #f8166b;
    border: 1px solid #f8166b;
    color: #ffffff !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: 'Open Sans', sans-serif;
    font-weight: 400;
}
.form-navi .btn.next {
    background: #f8166b;
    border: 1px solid #f8166b;
    color: #FFFFFF;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
}
.form-navi .btn.prev {
    background: #f8166b;
    border: 1px solid #f8166b;
    color: #FFFFFF;
    line-height: 54px;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}
.poll-question .option {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.poll-question .option label {
    padding: 1.4rem 3rem !important;
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 300;
    color: #000000 !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: 100%;
    margin: auto;
}
#content2 .show-box {
    width: 30%;
    border: 1px solid #FFFFFF;
}
.poll #counter {
    font-size: 6rem;
    color: #000000;
    font-weight: 300;
}
.poll-question-header {
    margin-top: 0;
}
.poll-question-header h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    line-height: 2.2rem;
    margin: 3rem auto 2rem;
    font-weight: 300;
    color: #000000;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.poll-question {
    margin: 0 auto;
}
.form-navi .btn.prev {
    line-height: 5.8rem;
    font-size: 2.8rem;
    color: #000000;
    font-weight: 300;
    border-color: #000000;
    height: 6rem;
    border-radius: 3rem;
    background: #ffffff;
}
.form-navi .btn.next {
    line-height: 5.8rem;
    font-size: 2.8rem;
    color: #000000;
    font-weight: 300;
    border-color: #000000;
    height: 6rem;
    border-radius: 3rem;
    background: #ffffff;
}
.btn.prev, .btn.next {
    width: calc(40% - 10px);
    text-transform: uppercase;
}
.btn.prev + .btn.next {
    margin-left: 15px;
}
.btn.next {
    color: #FFFFFF;
}
.poll-form .prev.btn:hover, .poll-form .next.btn:hover {
    background: #f8166b;
    color: #ffffff;
    border-color: #f8166b;
}
.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) {

}
@media screen and (max-width: 991px) {
    html {
        font-size: 55%;
    }
    .top-prod-box {
        top: 0;
    }




    .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) {
    .middle-prod-cart {
        text-align: left;
    }

    #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: 680px) {
    .h-br {
        display: none;
    }
    .top-prod-box {
        position: static;
        padding: 0 !important;
    }
    .top-prod-box img {
        max-width: 100%;
        padding: 0 2rem;
    }
}
@media screen and (max-width: 576px) {
    #top-section {
        min-height: unset;
    }
    .poll hgroup > h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    .btn.prev, .btn.next {
        width: calc(45% - 10px);
    }
    .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) {

    html {
        font-size: 40%;
    }

    .top-prod-box {
        position: relative;
        padding: 0 !important;
        top: 15rem;
        margin-top: -12rem;
    }
    .top-prod-box img {
        padding: 0;
    }


    .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) {

}

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

}

