html {
    font-size: 62.5%;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'proxima-nova';
    font-weight: 300;
    color: #ffffff;
    max-width: 1920px;
    text-align: center;
}
.container-fluid.keep-width {
    max-width: 1200px;
}
.top, #content {
    max-width: 1920px;
    margin: auto;
}
.s-font {
    font-family: scriptorama-tradeshow-jf,sans-serif;
    font-weight: 400;
    font-style: normal;
}
strong {
    font-weight: 700;
}
.v-md {
    display: none;
}
.img-100 {
    max-width: 100%;
}
.no-margin {
    margin: 0 !important;
}
#top-section {
    background-image: url("../img/site/top-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 450px;
    position: relative;
}
#middle-section {
    background-image: url("../img/site/middle-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-color: #112621;
    min-height: 653px;
    padding: 5rem 0 1rem;
    position: relative;
}
.styled-btn {
    font-family: 'proxima-nova';
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 4.5rem;
    padding: 0 3.8rem;
    color: #005851;
    border: 1px solid #bfddb2;
    background: #bfddb2;
    display: inline-block;
    position: relative;
    margin: 2rem 0 0;
    text-transform: uppercase;
    cursor: pointer;
}
.new-block {
    color: #005751;
    font-size: 1.8rem;
    line-height: 3.5rem;
    padding: 0 1.5rem;
    display: inline-block;
    background: #ffffff;
    border-radius: 0 1.4rem 0 1.4rem;
    font-weight: 700;
    position: absolute;
    top: 2rem;
    right: 2rem;
}
.top-text-box {
    text-align: left;
    margin-top: 3rem;
}
.top-header, .middle-header {
    font-size: 3.2rem;
    line-height: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.top-header span {
    font-weight: 300;
    display: block;
}
.top-logo {
    text-align: left;
    padding: 1rem 0;
}
.t-green {
    color: #6ab1a1;
}
.t-lgreen {
    color: #bfddb2;
}
.t-pink {
    color: #eb9ab5;
}
.ttb-1, .mtb-1 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
}
.product-box {
    display: flex;
    text-align: left;
}
.product-pic {
    align-self: normal;
}
.product-box.product-left {
    align-items: flex-end;
}
.product-box.product-right {
    align-items: flex-start;
}
.product-box .product-desc {
    width: 300px;
}
.product-box.product-left .product-desc {
    margin-bottom: 10rem;
    position: relative;
    right: -10rem;
}
.product-box.product-right .product-desc {
    margin-top: 9rem;
    position: relative;
    left: -7rem;
}
.product-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.product-info {
    font-size: 1.6rem;
    line-height: 2.2rem;
}







.poll-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 30px;
}
.footer {
    background: transparent;
    border-top: none;
    position: relative;
    margin-top: 10rem;
}
.footer p {
    font-size: 1.4rem;
    color: #ffffff;
}
.regulation-link {
    color: #d2e6c1;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
#poll-container {
    font-family: 'proxima-nova';
}
.poll hgroup > h1 {


    font-family: 'proxima-nova';
    font-size: 3rem;
    line-height: 3.4rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin-top: 5rem;

}

.poll #counter {
    font-size: 5rem;
    color: #d2e6c1;
    font-weight: 700;
    margin-top: 1.5rem;
}

.poll #counter #counter-current {
    font-size: 5rem;
    color: #d2e6c1;
    font-weight: 700;
}
.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: #e9e3df;
    color: #464646;
    border: 1px solid #e9e3df;
}
.poll-question.single-image label > img {
    max-width: none;
}
.poll-question.single-image .checked-style {
    margin-bottom: -30px;
    border-radius: 50%;
    background: #e9e3df;
    border: 1px solid #000000;
}
.poll-question.multi-image .checked-style {
    margin-bottom: -30px;
    border-radius: 0;
    background: #e9e3df;
    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: #005751;
    border-color: #005751;
    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: #005751;
    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: #005751;
    border-color: #005751;
    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: #d2e6c1;
    border: 1px solid #005751;
    color: #005751;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
}
.form-navi .btn.prev {
    background: #d2e6c1;
    border: 1px solid #005751;
    color: #005751;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
}
.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: 300;
    color: #464646 !important;
}

p.txt.rules > a {
    color: #fff;
    text-decoration: underline;
}
#form_footer span {
    font-size: 2rem;
    line-height: 4rem;
    vertical-align: bottom;
}
#form_footer img {
    padding: 0 5px;
}
#content {

    background-image: url("../img/site/bottom-bg.jpg");
    background-color: #10211e;
    background-repeat: no-repeat;
    background-position: top center;
}
#content2 {
    width: 900px;
    max-width: 100%;
    margin: 0 auto 6rem;
    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: 'proxima-nova';
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 1.5rem;
    font-weight: 300;
    color: #ffffff;
}
.poll-question {
    margin-top: 0;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.form-navi .btn.prev {
    line-height: 46px;
    color: #005751;
    font-weight: 700;
}
.form-navi .btn.next {
    line-height: 46px;
    color: #005751;
    font-weight: 700;
}
.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, .poll-form .next.btn:hover {
    background: #FFFFFF;
    color: #005751;
    border-color: #005751;
}
.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;
}
.visible-lg {
    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: 1380px) {

}
@media screen and (max-width: 1200px) {
    html {
        font-size: 55%;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {


}
@media screen and (max-width: 991px) {
    .product-pic {
        width: 200px;
        align-self: center;
    }
    #middle-section {
        min-height: unset;
    }
    #top-section {
        background-image: url("../img/site/top-mobile.jpg");
        min-height: auto;
        padding-bottom: 4rem;
        text-align: center;
    }
    .product-box.product-right .product-desc {
        margin-top: 5rem;
        padding-left: 3rem;
    }
    .product-box.product-left .product-desc {
        margin-bottom: 5rem;
        padding-right: 3rem;
    }
    #top-section * {
        text-align: center;
    }
    .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) {

    .product-box.product-right .product-desc {
        left: 0;
        margin: 0;
    }
    .product-box.product-left .product-desc {
        margin: 0;
        right: 0;
    }
    .product-pic {
        width: 42%;
    }
    .product-box.product-right, .product-box.product-left {
        align-items: center;
    }
    .visible-lg {
        display: block;
    }
    .h-sm {
        display: none !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) {
    .mtb-1 br {
        display: none;
    }
    .new-block {
        position: static;
    }
    .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%;
    }

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



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

}

@media screen and (min-width: 768px) {
    .v-sm {
        display: none !important;
    }
}

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

    .v-sm {
        display: none;
    }

}

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

}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .ttb-1 span {
        background: transparent !important;
        color: #8f5744 !important;
    }
    .poll #counter, .poll #counter #counter-current {
        background: transparent !important;
        color: #8f5744 !important;
    }
}

