html {
    font-size: 62.5%;
}
body {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    color: #4f4d4d;
    max-width: 1920px;
    text-align: center;
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    background-position: center center;
    background-size: 100% auto;
}
.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 {
}
#bottom-section {
    border-top: 15px solid #13aebc;
    border-bottom: 15px solid #13aebc;
    background: #FFFFFF;
    padding: 5rem 0 0;
}
#bottom-section .container-fluid {
    max-width: 1200px;
}
#top-section .container-fluid {
    background-image: url("../img/site/top-pic.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    box-shadow: 0 0 50px #d2d2d2;
    max-width: 1200px;
}
#top-section .container > .row {
    min-height: 499px;
}
.styled-btn {
    font-size: 1.8rem;
    line-height: 4rem;
    padding: 0 1.4rem;
    font-weight: 700;
    color: #FFFFFF;
    background: #ef8160;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 2rem;

}
.top-logo-wrapper {
    text-align: right;
    padding-top: 2rem;
}
.top-logo-wrapper img {
    max-width: 90%;
}
.top-text-box {
    text-align: left;
    padding: 0 3rem;
}
.ttb-1 {
    font-size: 1.9rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}
.top-col {
    width: calc(100% - 400px);
    padding: 0 15px;
}
.disclimer {
    font-size: 1rem;
    display: block;
    margin: 3rem 0 4rem;
}

.middle-header {
    font-size: 3.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5rem;
}
.middle-header span {
    color: #ef8160;
}
.product-info {
    margin: 3rem auto;
    font-size: 1.9rem;
    line-height: 2.2rem;
}
.product-set {
    font-weight: 600;
    color: #13aebc;
}
.product-desc {
    font-weight: 300;
}
.button-pick {
    font-size: 2.2rem;
    line-height: 4.5rem;
    padding: 0 6rem;
    font-weight: 700;
    color: #FFFFFF;
    background: #ef8160;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 2rem;
    cursor: pointer;
}
.product-box {
    margin-bottom: 5rem;
}
.product-picture img {
    max-width: 100%;
}





.poll-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 30px;
}
.footer {
    background: transparent;
    border-top: 1px solid #13aebc;
}
.regulation-link {
    color: #13aebc;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
.poll hgroup > h1 {


    font-family:"proxima-nova";
    font-size: 3.5rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    color: #4f4d4d;
    font-weight: 600;

}

.poll #counter {
    font-size: 5rem;
    color: #f48466;
    font-weight: 400;
}

.poll #counter #counter-current {

    font-size: 5rem;
    color: #f48466;
}
.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: #13aebc;
    border-color: #13aebc;
    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: #13aebc;
    border-color: #13aebc;
    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: #13aebc;
    border: 1px solid #13aebc;
    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:"proxima-nova";
    font-weight: 400;
}
.form-navi .btn.next {
    background: #ef8160;
    border: 1px solid #ef8160;
    color: #FFFFFF;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
}
.form-navi .btn.prev {
    background: #ef8160;
    border: 1px solid #ef8160;
    color: #FFFFFF;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
}
.poll-question .option {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.poll-question .option label {
    padding: 10px 0;
    font-size: 1.6rem;
    font-weight: 400;
    color: #707070 !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 #counter {
    margin-top: 30px;
}
.poll #counter {
    font-size: 5rem;
    color: #f48466;
    font-weight: 700;
}
.poll-question-header {
    margin-top: 0;
}
.poll-question-header h3 {
    font-family:"proxima-nova";
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 1rem;
    font-weight: 600;
    color: #535251;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.form-navi .btn.prev {
    line-height: 46px;
    color: #FFFFFF;
}
.form-navi .btn.next {
    line-height: 46px;
}
.btn.prev, .btn.next {
    width: calc(50% - 10px);
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-top: 2rem;
}
.btn.prev + .btn.next {
    margin-left: 15px;
}
.btn.next {
    color: #FFFFFF;
}
.poll-form .prev.btn:hover, .poll-form .next.btn:hover {
    background: #FFFFFF;
    color: #ef8160;
    border-color: #ef8160;
}
.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) {

    .top-col {
        width: 65%;
    }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {

}
@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;
    }
    html {
        font-size: 50%;
    }

}
@media screen and (max-width: 768px) {
    .top-col {
        width: 60%;
    }
    #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: 672px) {
    .top-col {
        width: 100%;
    }
    #top-section .container-fluid {
        background: #FFFFFF;
    }
}

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

   

    .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) {
    .top-text-box {
        padding: 0;
    }
}
@media screen and (max-width: 375px) {
    .ttb-1 br {
        display: none;
    }

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

}

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

}

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

}

