
html {
    font-size: 62.5%;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    color: #646464;
    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 {
    position: relative;
}
.styled-btn {
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 4.5rem;
    padding: 0 2.5rem;
    color: #ffffff;
    border: none;
    background: #cdb77b;
    display: inline-block;
    position: relative;
    margin: 4rem 0 0;
    text-transform: uppercase;
    cursor: pointer;
}
.left-col-bg {
    background-image: url("../img/site/top-pic.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 550px;
}
.top-text-box {
    padding: 4.5rem 1.8rem;
    text-align: center;
}
.top-logo {
    margin-bottom: 3.5rem;
    max-width: 80%;
}
.top-pic {
    display: none;
    margin: 2rem auto;
    max-width: 100%;
}
.top-header {
    font-size: 2rem;
    color: #cdb77b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2.4rem;
}
.top-p {
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 300;
    margin: 2rem auto;
}
.top-p strong {
    font-weight: 600;
}
.top-right-liquid {
    position: absolute;
    right: 0;
    max-width: calc((100% - 1200px)/2.2);
}
#content {
    position: relative;
}
.bottom-left-liquid {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: calc((100% - 1200px)/1.5);
}
#product-section {
    margin: 5rem 0;
}
.section-header {
    position: relative;
    margin: 2rem -15px;
    width: calc(100% + 30px);
}
.section-header span {
    display: inline-block;
    padding: 0 .5rem;
    font-size: 2rem;
    color: #cdb77b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2.4rem;
    position: relative;
    z-index: 2;
    background: #ffffff;
}
.section-header:before {
    content: '';
    position: absolute;
    top: calc(50% - .5px);
    height: 1px;
    width: 100%;
    left: 0;
    background: #646464;
}
.product-presentation-wrapper {
    padding: 15px;
}
.product-presentation-box {
    border: 1px solid #cdb77b;
}
.product-pick-box {
    position: relative;
    cursor: pointer;
}
.product-pick-box img {
    max-width: 100%;
}
.product-ca {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #cdb77b;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.product-pick-box:hover .product-ca {
    opacity: 1;
}
.product-ca i {
    transform: rotate(-45deg);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

#product-presentation {
    display: none;
}
#product-presentation.showtime {
    display: block;
}
#product-picker.showtime {
    display: none;
}
.product-presentation-container {
    display: none;
}
.product-presentation-container.showthis {
    display: block;
}
.product-description {
    padding: 1.5rem 0;
}
.product-description-part {
    text-align: left;
    margin: 1.5rem 0;
}
.product-description strong {
    font-size: 2rem;
    color: #cdb77b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2.2rem;
    margin-bottom: .5rem;
    display: block;
}
.product-description.pd-blue-headers strong {
    color: #3a338a;
}
.product-description.pd-orange-headers strong {
    color: #ec6608;
}
.product-description {
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.product-close {
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #cdb77b;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.product-close i {
    transform: rotate(-45deg);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

































































.poll-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 30px;
}
.footer {
    background: transparent;
    border-top: none;
    position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.footer::before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    top: 0;
    left: 0;
    width: 100%;
    background: #646464;
}
.footer p {
    font-size: 1.4rem;
}
.regulation-link {
    color: #cdb77b;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
#poll-container {
    font-family: proxima-nova, sans-serif;
}
.poll hgroup > h1 {


    font-family: proxima-nova, sans-serif;
    font-size: 3.6rem;
    line-height: 4rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: 300;
    margin-top: 5rem;

}

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

.poll #counter #counter-current {
    font-size: 5rem;
    color: #000;
    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: #FFFFFF;
    border: 1px solid #646464;
}
.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: #c8c8c8;

    border-color: #c8c8c8;
    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: #c8c8c8;

    border-color: #c8c8c8;
    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: #c8c8c8;

    border-color: #c8c8c8;
    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, sans-serif;
    font-weight: 400;
}
.form-navi .btn.next {
    background: #cdb77b;
    border: 1px solid #cdb77b;
    color: #ffffff;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
}
.form-navi .btn.prev {
    background: #cdb77b;
    border: 1px solid #cdb77b;
    color: #ffffff;
    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: #646464 !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;
}
#content {

    background-image: url("../img/site/bottom-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 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, sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: #646464;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.form-navi .btn.prev {
    line-height: 46px;
    color: #ffffff;
    font-weight: 700;
}
.form-navi .btn.next {
    line-height: 46px;
    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: #cdb77b;
    color: #ffffff;
    border-color: #cdb77b;
}
.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) {

    .bottom-left-liquid {

        max-width: 150px;
    }
}
@media screen and (max-width: 1200px) {
    html {
        font-size: 55%;
    }
    .top-right-liquid {
        display: none;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {


}
@media screen and (max-width: 991px) {
    .bottom-left-liquid  {
        display: none;
    }
    .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) {
    .top-pic {
        display: block;
    }
    .left-col-bg {
        display: none;
    }
    .product-description {
        padding: 20px;
    }
    .product-close {
        margin-bottom: 40px;
    }
    .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) {

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

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

}

