/* font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif; */

html {
    font-size: 62.5%;
}

body {
    font-weight: 400;
    color: #000000;
    max-width: 1920px;
    font-family: 'Oswald', sans-serif;

}

.banner-section {
    height: 570px;
    margin: 0 0 70px 0;
}

.banner-section .container {
    background-image: url('./../img/site/top-bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 15px center;
    position: relative;
    height: 100%;
}

.box {
    max-width: 570px;
    width: 100%;
    position: absolute;
    right: 15px;
    top: 35px;
}

.box__wrapper {
    background: rgba(172,24,45, .8);
    padding: 30px 20px 40px;
    position: relative;
}

.box__packshot {
    position: absolute;
    bottom: -90px;
    right: -30px;
}

.box__logo {
    background: #a6192e;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.box__heading {
    font-size: 25px;
    color: #fff;
}

.box__heading span {
    font-size: 40px;
    display: block;
    text-transform: uppercase;
    line-height: 1.4;
}

.box__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    max-width: 330px;
    margin: 25px 0 35px;
    line-height: 1.2
}

.box__btn {
    width: 170px;
    height: 45px;
    color: #fff;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.list li {
    padding: 0 0 0 30px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px 0;
}

.list li:last-child {
    margin: 0;
}

.list li strong {
    display: block;
}

.list li:before {
    content: '';
    position: absolute;
    background: #ac182d;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.shade-list__list li {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.shade-list__list li:before {
    display: none;
}

.shade-list__list img {
    margin: 0 15px 0 0;
}

.header__section {
    margin: 0 0 35px 0;
    font-size: 25px;
}

.header__section--small {
    margin: 0 0 20px 0;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.text-uppercase {
    text-transform: uppercase;
}

.packshot-1 {
    -webkit-transform: rotate(45deg) translate(35px, 120px);
        -ms-transform: rotate(45deg) translate(35px, 120px);
            transform: rotate(45deg) translate(35px, 120px);
}

.shade-list {
    padding: 40px;
    position: relative;
}

.shape {
    width: 70px;
    height: 95px;
    background-image: url('./../img/site/border.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
}

.shape--top {
    left: 0;
    top: 0;
}

.shape--bottom {
    right: 0;
    bottom: 0;
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
}

.mid-section {
    margin: 0 0 50px 0;
}

.bg-box {
    padding: 25px;
    max-width: 400px;
	margin-bottom: 70px;
}

.bg-box img {
    position: absolute;
}

.bg-box--brown {
    background: #e0bb99;
}

.bg-box--brown ul {
    padding-right: 30px
}

.bg-box--light-brown {
    background: #f0d9c3;
}

.col-sm-6 {
    position: relative;
}

.bg-box--brown img {
    right: 60px;
    top: 25px;
}

.bg-box--light-brown {
    margin-top: 0px;
    float: right;
}

.bg-box--light-brown {
    padding-left: 110px
}

.bg-box--light-brown img {
    left: 70px;
    top: 25px;
}

.banner-bottom {
    display: block;
    max-width: 100%;
    margin: 50px auto 0;
}

.small-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 25px 0 0 50px;
}

.small-box img {
    margin: 0 25px 0 0;
}

.small-box strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.small-box small {
    display: block;
    font-size: 20px;
    font-weight: 300;
}

#content2 {
    margin: 0px 0 0 0;
    padding: 40px 0;
    background: #ac182d;
}

.poll hgroup > h1 {
    color: #fff;
    line-height: 1.2;
    font-size: 3.7rem;
    font-weight: 400;
    text-transform: uppercase;
}

.poll-question-header {
    margin: 0
}

.poll #counter {
    margin: 30px 0;
    color: #fff;
    font-size: 5.4rem;
    font-weight: 700;
}

.poll #counter-current {
    color: #fff;
}

.poll-question-header h3 {
    line-height: 1.2;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.form-navi .btn.next,
.form-navi .btn.prev {
    border: 2px solid #fff;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
}

.form-navi .btn.next:hover,
.form-navi .btn.prev:hover {
    color: #000;
    background: #fff;
}

.regulation-link {
    color: #fff;
    margin: 20px 0 0 0;
    display: block;
}

.visible-md {
    display: none !important;
}

.poll-question input[type="radio"] + label,
.poll-question input[type="checkbox"] + label {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.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 {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
    font-weight: 100;
}

.poll-question.single-image input[type="radio"] + label {
    background: transparent;
}

.poll-question.single-image label > img {
    width: auto;
    max-width: 110px;
    margin: 0 auto;
}

.poll-question .option {
    line-height: 40px;
}

.form-navi, .form-submit {
    margin: 0 auto;
}

.poll-question.single .inline,
.poll-question.multi .inline {
    display: block;
    padding: 0;
}

.poll-question .inline input[type="text"] {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    margin: 10px auto 0;
    height: 40px;
    display: block;
    color: #fff;
}

.poll-question.single-image {
    max-width: 695px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.poll-question.single-image input[type="radio"] + label {
    background: transparent;
    padding: 0;
}

.poll-question.single-image .checked-style {
    margin: 15px auto 0;
}

.poll-question.single-image label > img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 1199px) {

    .container {
        max-width: 100%;
    }

    .hidden-lg {

        display: none !important;
    }

    .packshot-1 {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        max-width: 100%;
        margin: 100px auto 0;
        display: block;
    }

    .bg-box img {
        position: static;
    }

    .bg-box--brown ul {
        padding-right: 0;
    }

    .bg-box {
        padding: 25px;
        margin-top: 0;
        float: none;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .list li {
        font-size: 16px;
    }

    .bg-box--brown > div {
        padding-right: 15px;
    }
    .bg-box--light-brown > div {
        padding-left: 15px;
    }

}

@media (max-width: 991px) {

    .banner-section {
        height: auto;
        margin: 0 0 130px 0;
    }

    .banner-section .container {
        background: none;
    }

    .box {
        position: static;
        margin: -55px auto 0;
    }

    .box__logo {
        height: 55px;
    }

    .visible-md {
        display: block !important;
    }

    .top-bg {
        background-image: url('./../img/site/top-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 420px;
    }

    .packshot-1 {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
        margin: 35px auto;
    }

    .mid-section .list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .mid-section .list li:before {
        position: static;
        margin: 0 auto 20px;
    }

    .mid-section .list li:first-child:before {
        display: none;
    }

    .shade-list__list img {
        margin: 0 0 15px 0;
        max-width: 70px;
    }

    .shade-list__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .shade-list__list li {
        margin: 0 0 20px 0;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        font-size: 14px;
    }

    .shade-list__list li:last-child {
        margin: 0;
    }

    .header__section {
        text-align: center;
    }

    .header__section--small {
        position: static;
    }

    .shape {
        width: 50px;
        height: 75px;
    }

    .shade-list {
        padding: 15px;
        position: relative;

        max-width: 530px;
        margin: auto;
    }

    .bg-box {
        max-width: 530px;
        margin: auto;
    }

    .small-box {
        margin: 25px auto;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

}

@media (max-width: 767px) {

    .box__packshot {
        position: static;
        max-width: 170px;
        display: block;
        margin: 25px auto 0;
    }

    .box {
        max-width: 100%;
        text-align: center;
    }

    .box__desc {
        max-width: 100%;
    }

    .box__btn {
        margin: auto;
    }

    .banner-section {
        margin: 0 0 50px 0;
    }

    .box__heading span {
        font-size: 32px;
        line-height: 1.2;
        margin: 10px 0 0 0;
    }

}

@media (max-width: 640px) {

    .bg-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .bg-box img {
        max-width: 100%;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin: 15px auto 0;
    }

    .bg-box--light-brown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .shape {
        display: none;
    }

    .shade-list {
        padding: 0;
    }

    .banner-bottom {
        display: none;
    }

    .shade-list__list li {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
	
	.poll-question.single-image {
    max-width: 695px;
    display: block;
    justify-content: space-between;
    margin: auto;
}

    .poll-question.single-image .checked-style {
        width: 16px;
        height: 16px;
        border: 1px solid #fff;
        margin: 0 auto;
        padding: 2px;
        margin: 10px auto 0;
    }

    .poll-question.single-image > .option {
        margin: 0 0 20px;
        padding: 0 3px;
    }

    .poll-question.single-image .checked-style div {
        width: 8px;
        height: 8px;
    }

}