* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 62.5%;
}
body {
    font-family: 'Lato', sans-serif;
    color: #000000;
    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;
}
#top-section {
    max-width: 1920px;
    margin: auto;
    background: #fafafa;
    background-image: url("../img/site/top-bg.jpg");
    background-position: center top;
    min-height: 646px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
#content {
    max-width: 1920px;
    margin: auto;
    background: #FFFFFF;
    overflow: hidden;
}
.styled-btn {
    padding: 0 3.5rem;
    margin: 2rem auto;
    display: inline-block;
    line-height: 7rem;
    font-size: 2rem;
    font-weight: 300;
    color: #ffffff;
    -webkit-border-radius: 3.5rem;
    -moz-border-radius: 3.5rem;
    border-radius: 3.5rem;
    margin-top: 5.4rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2a385+0,b2a385+29,c7bb9c+100 */
    background: rgb(178,163,133); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(178,163,133,1) 0%, rgba(178,163,133,1) 29%, rgba(199,187,156,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(178,163,133,1) 0%,rgba(178,163,133,1) 29%,rgba(199,187,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(178,163,133,1) 0%,rgba(178,163,133,1) 29%,rgba(199,187,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2a385', endColorstr='#c7bb9c',GradientType=1 ); /* IE6-9 */
}
.top-text-block-wrapper {
    margin: 0 auto;
}
.top-logo {
    margin-bottom: 8rem;
}
.top-text-block {
    display: inline-block;
    text-align: left;
    padding: 4rem 0;
    margin-left: 10rem;
}
.top-header {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.6rem;
    margin-bottom: 2rem;
}
.top-paragraph {

    font-size: 3rem;
    font-weight: 300;
    line-height: 4rem;
}
.top-woman, .product-mobile {
    display: none;
    width: 100%;
}
#middle-section {
    margin: 5rem auto;
}
#middle-section .container-fluid {
    max-width: 1200px;
}
.middle-wrapper {
    display: flex;
    padding: 0 2rem;
    align-content: center;
    align-items: flex-start;
}
.middle-text-box {
    text-align: left;
    width: 57%;
}
.middle-product {
    align-self: auto;
    width: 43%;
}
.middle-header {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4rem;
}
.middle-paragraph {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 2rem;
}
.middle-disclimer {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
    margin-top: 4rem;
}

.top-product-mobile {
    display: none;
}








#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: #a69475;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
.footer p {
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: none;
    color: #000;
}
.poll hgroup > h1 {


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

}

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

.poll #counter #counter-current {
    font-weight: 300;
    font-size: 4.8rem;
    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: #0093ec;
    border-color: #0093ec;
    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: #0093ec;
    border-color: #0093ec;
    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 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2a385+0,b2a385+29,cfc4a7+100 */
    background: rgb(178,163,133); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(178,163,133,1) 0%, rgba(178,163,133,1) 29%, rgba(207,196,167,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(178,163,133,1) 0%,rgba(178,163,133,1) 29%,rgba(207,196,167,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(178,163,133,1) 0%,rgba(178,163,133,1) 29%,rgba(207,196,167,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2a385', endColorstr='#cfc4a7',GradientType=1 ); /* IE6-9 */
    font-weight: 400;
    border: 1px solid #cfc4a7 !important;
    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: 'Lato', sans-serif;
    font-weight: 400;
}
.form-navi .btn.next {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2a385+0,b2a385+29,cfc4a7+100 */
    background: rgb(178,163,133); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(178,163,133,1) 0%, rgba(178,163,133,1) 29%, rgba(207,196,167,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(178,163,133,1) 0%,rgba(178,163,133,1) 29%,rgba(207,196,167,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(178,163,133,1) 0%,rgba(178,163,133,1) 29%,rgba(207,196,167,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2a385', endColorstr='#cfc4a7',GradientType=1 ); /* IE6-9 */

    border: 1px solid #cfc4a7 !important;
    color: #FFFFFF;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
}
.form-navi .btn.prev {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2a385+0,b2a385+29,cfc4a7+100 */
    background: rgb(178,163,133); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(178,163,133,1) 0%, rgba(178,163,133,1) 29%, rgba(207,196,167,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(178,163,133,1) 0%,rgba(178,163,133,1) 29%,rgba(207,196,167,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(178,163,133,1) 0%,rgba(178,163,133,1) 29%,rgba(207,196,167,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2a385', endColorstr='#cfc4a7',GradientType=1 ); /* IE6-9 */

    border: 1px solid #cfc4a7 !important;
    color: #FFFFFF;
    line-height: 54px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
.poll-question .option {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.poll-question .option label {
    padding: 2rem 3rem !important;
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #60594d !important;
    border-color: #60594d !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: 4.8rem;
    color: #000000;
    font-weight: 300;
}
.poll-question-header {
    margin-top: 0;
}
.poll-question-header h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 1rem 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: 6.8rem;
    font-size: 2.2rem;
    color: #FFFFFF;
    font-weight: 400;
    border-color: #000000;
    height: 6.8rem;
    border-radius: 3.4rem;
    text-transform: capitalize;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2a385+0,b2a385+29,cfc4a7+100 */
    background: rgb(178,163,133); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(178,163,133,1) 0%, rgba(178,163,133,1) 29%, rgba(207,196,167,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(178,163,133,1) 0%,rgba(178,163,133,1) 29%,rgba(207,196,167,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(178,163,133,1) 0%,rgba(178,163,133,1) 29%,rgba(207,196,167,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2a385', endColorstr='#cfc4a7',GradientType=1 ); /* IE6-9 */
}
.form-navi .btn.next {
    line-height: 6.8rem;
    font-size: 2.2rem;
    color: #FFFFFF;
    font-weight: 400;
    border-color: #000000;
    height: 6.8rem;
    border-radius: 3.4rem;
    text-transform: capitalize;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2a385+0,b2a385+29,cfc4a7+100 */
    background: rgb(178,163,133); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(178,163,133,1) 0%, rgba(178,163,133,1) 29%, rgba(207,196,167,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(178,163,133,1) 0%,rgba(178,163,133,1) 29%,rgba(207,196,167,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(178,163,133,1) 0%,rgba(178,163,133,1) 29%,rgba(207,196,167,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2a385', endColorstr='#cfc4a7',GradientType=1 ); /* IE6-9 */
}
.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: #0093ec;
    color: #ffffff;
    border-color: #0093ec;
}
.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) {
    html {
        font-size: 55%;
    }
    #top-section {
        min-height: 500px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {

}
@media screen and (max-width: 991px) and (min-width: 769px) {
    html {
        font-size: 40%;
    }
    #top-section {
        min-height: 300px;
    }

    .middle-header {
        font-size: 4.6rem;
        font-weight: 700;
        line-height: 5rem;
    }
    .middle-paragraph {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin-bottom: 3rem;
    }
    .middle-disclimer {
        font-size: 1.1rem;
        line-height: 1.8rem;
        font-weight: 400;
        margin-top: 5rem;
    }

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

    .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: 767px) {
    .middle-wrapper {
        display: block;
    }
    .middle-text-box {
        width: 100%;
    }
    .middle-product {
        width: auto;
        max-width: 100%;
        margin: 3rem auto 0;
    }
    .product-mobile {
        width: 100%;
        display: block;
    }
    #top-section {
        background: none;
        min-height: 1px;
    }
    .top-text-block-wrapper {
        background-image: url("../img/site/top-woman-mobile.jpg");
        background-position: right top;
        background-size: cover;
        text-align: left;
    }
    .top-text-block {
        display: block;
        margin-left: 2rem;
    }
    #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%;
    }
    .top-product-mobile {
        display: block;
        max-width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .h-br {
        display: none;
    }
}
@media screen and (max-width: 576px) {
    html {
        font-size: 45%;
    }

    .middle-disclimer {
        font-size: 1.2rem;
        line-height: 1.8rem;
        font-weight: 400;
        margin-top: 5rem;
    }
    .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) {
    html {
        font-size: 40%;
    }

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

    html {
        font-size: 35%;
    }

    .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: 400px) {

    .top-header {
        font-size: 3rem;
        font-weight: 700;
        line-height: 4rem;
        margin-bottom: 2rem;
    }
    .top-paragraph {

        font-size: 2.2rem;
        font-weight: 300;
        line-height: 3.4rem;
    }
    .top-logo {
        max-width: 40%;
    }
}
@media screen and (max-width: 345px) {
    .top-header {
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 3.4rem;
        margin-bottom: 2rem;
    }
    .top-paragraph {

        font-size: 2rem;
        font-weight: 300;
        line-height: 3rem;
    }

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

}

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

}

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

}

