html {
    font-size: 62.5%;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #000000;
    max-width: 1920px;
    text-align: center;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.personal-data label, .personal-accept .info {
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.personal-accept.personal-accept a {
    color: #FFFFFF;
    border-bottom: 1px dotted #FFFFFF;
}
.personal-accept .bold {
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.personal h3 {
    color: #FFFFFF;
}
.footer {
    border-top:  none;
    background: none;
    color: #FFFFFF;
}
.footer p {
    color: #FFFFFF;
}
.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;
}
#top-section {
    background: #FFFFFF url("../img/site/top-picture.jpg");

    background-position: center center;
    position: relative;
    min-height: 680px;
    background-repeat: no-repeat;
}
.top-picture, .mobile-top-pics {
    display: none;
}
.styled-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5af7c+0,9e7d55+100 */
    background: #d5af7c; /* Old browsers */
    background: -moz-linear-gradient(top, #d5af7c 0%, #9e7d55 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d5af7c 0%,#9e7d55 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d5af7c 0%,#9e7d55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5af7c', endColorstr='#9e7d55',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    line-height: 6.6rem;
    padding: 0 3rem;
    font-size: 2.2rem;
    color: #FFFFFF;
    text-shadow: 2px 2px 10px rgba(0,0,0, 0.25);
    font-weight: 400;
    margin-top: 3rem;
}
.top-text {
    color: #FFFFFF;
    max-width: 524px;
    margin: 0 auto;
}
.mobile-logo {
    display: none;
}
.top-logo-pic {
    margin: 3.3rem auto;
}
.top-logo-pic-2 {
    margin: 1.7rem auto;
}
.mobile-header{
    display: none;
}
.tt-1 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 2.2rem;
    margin-top: 1rem;
}
.tt-2 {
    font-size: 2.8rem;
    line-height: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
}
.product-1 {
    text-align: left;  
}
.product-2 {
    text-align: left;   
}
.product-box {
    display: flex;
    align-items:flex-start;
}
.product-1 .product-info {
    padding-left: 1.5rem;
    margin-top: 30%;
}
.product-2 .product-info {
    padding-right: 2.2rem;
    margin-top: 30%;
}
.product-name {
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: 700;
    text-transform: uppercase;
}
.product-lead {
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.product-desc {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 300;
    text-transform: none;
}

.product-box ul{
    list-style: disc;
    margin-top: 1.2rem;
    list-style-position: outside;
    margin-left: 2rem;
}

.product-box ul li {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 300;
    text-transform: none;
}

.product-mobile {
    display: none;
}
#content {
    background-image: url("../img/site/bottom-bg.jpg");
    background-size: cover;
    background-position: top center;
    padding-top: 1rem;
    margin-top: 8rem;
}

.form-navi {
    margin-top: 6rem !important;
}


span.btn.prev {
    display: none;
}
.poll hgroup > h1 {


    font-family: 'Lato', sans-serif;
    font-size: 2.8rem;
    line-height: 3.2rem;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;

}

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

.poll #counter #counter-current {

    font-size: 4.8rem;
    color: #FFFFFF;
}
.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.multi-image.multi-image-radial img {
    width: auto;
}
.poll-question.multi-image.multi-image-radial .option {
    border: none !important;
    margin: 0px 5px 30px 5px;
    width: 126px;
}
.poll-question.multi-image.multi-image-radial label {
    border: none !important;
}
.poll-question.multi-image.multi-image-radial label * {
    position: relative;
    z-index: 2;
}
.poll-question.multi-image.multi-image-radial .checked-style div {
    position: absolute;
    top: 86px;
    border-radius: 50% !important;
    left: calc(50% - 10px);
    background: #FFFFFF;
}
.poll-question.multi-image.multi-image-radial .checked-style {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: none;
}
.poll-question.multi-image.multi-image-radial input[type="radio"] + label:hover .checked-style div, .poll-question.multi-image.multi-image-radial input[type="radio"]:checked + label .checked-style div, .poll-question.multi-image.multi-image-radial input[type="checkbox"] + label:hover .checked-style div, .poll-question.multi-image.multi-image-radial input[type="checkbox"]:checked + label .checked-style div {
    background: #FFFFFF url("../img/site/radio-dot.gif") no-repeat center center;
    border: none !important;
    width: 20px;
    height: 20px;
    margin: 0;
}
.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: #16216a;
    border-color: #16216a;
    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: #16216a;
    border-color: #16216a;
    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/#d5af7c+0,9e7d55+100 */
    background: #d5af7c; /* Old browsers */
    background: -moz-linear-gradient(top, #d5af7c 0%, #9e7d55 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d5af7c 0%,#9e7d55 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d5af7c 0%,#9e7d55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5af7c', endColorstr='#9e7d55',GradientType=0 ); /* IE6-9 */
    border: 1px solid #d5af7c;
    color: #FFFFFF;
}
.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/#d5af7c+0,9e7d55+100 */
    background: #d5af7c; /* Old browsers */
    background: -moz-linear-gradient(top, #d5af7c 0%, #9e7d55 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d5af7c 0%,#9e7d55 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d5af7c 0%,#9e7d55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5af7c', endColorstr='#9e7d55',GradientType=0 ); /* IE6-9 */
    border: 1px solid #d5af7c;
    color: #FFFFFF;
    line-height: 54px;
    text-transform: capitalize;
    cursor: pointer;
}
.form-navi .btn.prev {
    color: #000000;
    border: 1px solid #000000;
    text-transform: capitalize;
}
.poll-question .option {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.poll-question .option label {
    padding: 10px 0;
}

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: 'Lato', sans-serif;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 1rem;
    font-weight: 300;
    color: #FFFFFF;
}
.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 !important;
}
.btn.prev + .btn.next {
    margin-left: 15px;
}
.btn.next {
    color: #FFFFFF;
}
.poll-form .prev.btn:hover, .poll-form .next.btn:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5af7c+0,9e7d55+100 */
    background: #d5af7c; /* Old browsers */
    background: -moz-linear-gradient(top, #d5af7c 0%, #9e7d55 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d5af7c 0%,#9e7d55 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d5af7c 0%,#9e7d55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5af7c', endColorstr='#9e7d55',GradientType=0 ); /* IE6-9 */
    border: 1px solid #d5af7c;
    color: #FFFFFF;
}
.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) {

    .top-woman {
        width: 700px;
    }
    .top-text-box {
        bottom: -42%
    }
}
@media screen and (max-width: 1200px) {

    html {
        font-size: 55%;
    }
}
@media screen and (max-width: 991px) {
    html {
        font-size: 45%;
    }


  /*  #poll-question-1 .option:first-of-type:after {
        bottom: -8rem;
    }*/
    .top-picture {
        display: block;
        max-width: 100%;
        margin-top: 6rem;
    }
    .product-box {
    align-items:flex-end;
}

.product-1 .product-info, .produkt-2 .product-info {
   margin-top: 0px; 
}
    .product-image img {
        max-width: 13rem;
    }
    #top-section {
        background: none;
    }
    .middle-section .container {
        max-width: unset;
    }
    .top-text {
        color: #000;
    }
    .desktop-logo {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
    .desktop-header {
        display: none;
    }
    .mobile-header {
        display: block;
        max-width: 100%;
    }
    
    .frame-bg {
        height: 400px;
        max-height: 50vh;
    }
    #top-section {
        background:none;
        background-position: top left;
    }
    .frame-bg {
        background: #a48a77 url("../img/site/top-bg.jpg");
        background-size: cover;
        background-position: 30% 20%;
    }
    .top-right-text {
        width: 100%;
        margin: 30px 0;
    }
    .overlay-bg {
        min-height: unset;
    }


    .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) {
    html {
        font-size: 60%;
    }

  /*  #poll-question-1:before {
        content: "";
        background: url("../img/site/two-products.png") no-repeat;
        background-size: contain;
        background-position: center center;
        width: 100%;
        height: 277px;
        display: block;
    }
*/



    .middle-section {
        display: none;
    }
    .top-picture {
        display: none;
    }
    .mobile-logo {
        max-width: 80%;
    }
    .product-mobile {
        display: flex;
        margin-bottom: 6rem;
        padding: 0 1.5rem;
    }
    .mobile-top-pics {
        display: block;
        width: 100%;
    }
    .top-left-pic {
        margin-top: 6rem;
    }
    #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) {
    html {
        font-size: 50%;
    }
    #content {
        padding: 50px 0 0;
    }

    .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: 440px) {
    .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) {
    html {
        font-size: 40%;
    }
}
@media screen and (max-width: 375px) {
    .styled-btn {
        font-size: 2rem;
    }

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

}

@media screen and (min-width: 768px) {
 /*   #q1_a1 + label {
        padding-left: 9rem;
        padding-right: 5rem;
        transform: translateX(30%);
        max-width: 56%;
    }

    #q1_a2 + label {
        padding-right: 5rem;
        padding-left: 5rem;
        transform: translateX(48%);
        max-width: 56%;
    }
    #poll-question-1 {
        padding-top: 200px;
    }
    #poll-question-1 .option:first-of-type:after {
        content: "";
        background: url("../img/site/rise-shine-bottom.png") no-repeat;
        background-size: contain;
        position: absolute;
        width: 115px;
        height: 277px;
        display: block;
        left: 0;
        bottom: -6rem;
    }
    #poll-question-1 .option:last-of-type:after {
        content: "";
        background: url("../img/site/volume-infusion-bottom.png") no-repeat;
        background-size: contain;
        position: absolute;
        width: 115px;
        height: 277px;
        display: block;
        right: 0;
        bottom: -1rem;
    }*/
}

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

}

