html {
    font-size: 62.5%;
}
body {
    font-family: 'Didact Gothic', sans-serif;
    color: #000000;
    max-width: 1920px;
    text-align: center;

}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top, #content {
    max-width: 1920px;
    margin: auto;
}
.s-font {
    font-family: 'Playfair Display', serif;
}
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: url("../img/site/top-bg.jpg") no-repeat center center;
    background-size: cover;
    min-height: 550px;
    overflow: hidden;
}
.top-text-box {
    background: #FFFFFF;
    min-height: 550px;
    position: relative;
}
.logo-box {
    background: #d70056;
}
.top-header {
    font-size: 4.5rem;
    text-transform: uppercase;
    margin: 60px auto 20px;
    line-height: 5rem;
}
.top-header span {
    font-size: 2.9rem;
    display: block;
    padding-top: 0.5rem;
    line-height: 3.3rem;
}
.text-box p {
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 3rem;
    margin-top: 3rem;
}
.styled-btn {
    display: inline-block;
    margin: 40px auto 0;
    font-size: 1.8rem;
    line-height: 4.5rem;
    padding: 0 16px;
    background: #d70056;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.top-stamp {
    position: absolute;
    bottom: 15px;
    right:-50px;
}
#middle-section {
    background: #d70056;
}
.mid-clock-info {
    display: inline-block;
    color: #FFFFFF;
    margin-top: 47px;
    margin-right: 40px;
    font-size: 3.5rem;
    text-transform: uppercase;
}

.mid-clock {
    display: inline-block;
    vertical-align: middle;
    margin: 33px 0 26px;
}
@keyframes timerAnimation {
    from {opacity: 0}
    to {opacity: 1}
}
#countdown-timer {
    opacity: 0;
    animation: timerAnimation;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-duration: 500ms;
    display: inline-block;
}
.timer-part {
    display: inline-block;
    position: relative;
}
.timer-part + .timer-part {
    margin-left: 10px;
}
.timer-part + .timer-part:before {
    content: ":";
    position: absolute;
    top: 5px;
    font-size:26px;
    color: #FFFFFF;
    left: -18px;
    display: none;
}
.timer-part > div > .timer-number {
    display: inline-block;
    margin: 0 1px;
    line-height: 33px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    color: #000000;
    width: 25px;
    font-weight: 400;
    background: #FFFFFF url("../img/site/top-clock-slice.gif") repeat-x center center;
}
.timer-part > span {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    font-family: 'Didact Gothic', sans-serif;
    padding: 10px 0;
}
#bottom-section {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f1ed+100 */
    background: #ffffff; /* Old browsers */
    padding: 40px 0;
    position: relative;
}
.bottom-section-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 278px;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f1ed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f1ed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f6f1ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f1ed',GradientType=0 ); /* IE6-9 */
}
.product-hashtag {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.product-img {
    position: relative;
}
.product-img img {
    margin: auto;
    max-width: 100%;
}
.product-stamp {
    position: absolute;
    top: 40px;
    right: 10%;
    font-family: 'Playfair Display', serif;
    font-size: 3.2rem;
    color: #FFFFFF;
    line-height: 60px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-transform: lowercase;
    background: #d70056;
    display: block;
    font-weight: 300;
    font-stretch: semi-condensed;
    transform:  rotate(15deg);
}
.product-stamp i {
    font-size: 2.2rem;
    font-weight: 300;
}
.product-desc-mobile {
    display: none;
}
.product-name {
    font-size: 2.5rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}
.product-name p span {
    display: block;
    font-size: 2rem;
    font-weight: 400;
}
.product-name p strong {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #d70056;
    padding-top: 0.5rem;
}
.product-3-name {
    margin-top: -10px;
}
.product-desc {
    font-size: 1.6rem;
    margin-top: 30px;
}
.product-desc p {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-desc ul {
    text-align: left;
    display: inline-block;
}
.product-desc ul li {
    position: relative;
    padding-left: 15px;
    margin: 1rem 0;
}
.product-desc ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    top: 50%;
    margin-top: -3.5px;
    border-radius: 50%;
    background: #d70056;
    left: 0;
}
.product-header {
    line-height: 3rem;
    font-size: 1.8rem;
    background: #fcbbbc;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
}
.product-header img {
    position: absolute;
    z-index: 2;
    right: 0;
    height: 100%;
    top: 0;
}






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


    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    color: #4f4d4d;
    font-weight: 300;

}

.poll #counter {
    font-size: 5rem;
    color: #d70056;
    font-weight: 700;
    font-family: 'Didact Gothic', sans-serif;
}

.poll #counter #counter-current {

    font-size: 5rem;
    color: #d70056;
}
.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: #f6b9c1;
    border-color: #f6b9c1;
    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: #f6b9c1;
    border-color: #f6b9c1;
    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 10px 30px 10px;
    float: none;
}
.color-main {
    color: #fcbbbc;
}
.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: #f6b9c1;
    border: 1px solid #f6b9c1;
    color: #000000 !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: 'Didact Gothic', sans-serif;
    font-weight: 400;
}
.form-navi .btn.next {
    background: #d70056;
    border: 1px solid #d70056;
    color: #FFFFFF;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
}
.form-navi .btn.prev {
    background: #d70056;
    border: 1px solid #d70056;
    color: #FFFFFF;
    line-height: 54px;
    font-weight: 300;
    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: #000000 !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;
    font-size: 5rem;
    color: #d70056;
    font-weight: 900;
}
.poll-question-header {
    margin-top: 0;
}
.poll-question-header h3 {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-top: 1rem;
    font-weight: 300;
    color: #535251;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.form-navi .btn.prev {
    line-height: 46px;
    color: #FFFFFF;
    font-weight: 300;
}
.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: #FFFFFF;
    color: #d70056;
    border-color: #d70056;
}
.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;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1464px) {
}
@media screen and (max-width: 1314px) {
}
@media screen and (max-width: 1200px) {
    .mid-clock-info {
        margin-right: 0;
        display: block;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .bottom-section-gradient {
        height: 292px;
    }
}
@media screen and (max-width: 991px) {
    .bottom-section-gradient {
        height: 330px;
    }
    .product-stamp {
        right: -10%;
    }
    .top-stamp {
        right: -25%;
    }
    .top-header {
        font-size: 4rem;
    }
    .top-header span {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .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-header img {
        display: none;
    }
    .product-header {
        width: 100%;
        left: 0;
    }
    .bottom-section-gradient {
        height: 294px;
    }
    .product-stamp {
        right: 25%;
    }
    .product-desc-mobile {
        display: block;
        margin-bottom: 50px;
    }
    .product-desc-pc {
        display: none;
    }
    #top-section {
        background-image: url("../img/site/top-bg-mobile.jpg");
        background-size:  contain;
        background-position: 10% top;
    }
    .top-col {
    }
    .top-text-box {
        margin-top: 60%;
        min-height: unset;
        padding-bottom: 20px;
    }
    .styled-btn {
        margin-top: 100px;
    }
    .top-stamp {
        width: 30%;
        right: -20px;
        bottom: 55px;
    }
    #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) {
    .top-text-box {
        margin-top: 50%;
    }

    .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) {
    .product-stamp {
        right: 15%;
    }
    .bottom-section-gradient {
        height: 200px;
    }
    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) {
    .product-stamp {
        right: 5%;
    }
    .top-text {
        font-size: 1.6rem;
    }


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

}

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

}

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

}

