html {
    font-size: 100%;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    max-width: 1920px;
}

.img-responsive {
    max-width: 100%;
    /*width: 100%;*/
    height: auto;
    display: inline-block;
    align-self: baseline;
}

.container {
    max-width: 1200px;
}

.space-row {
    height: 35px;
}

.bootstrap-on .row {
    margin-right: -10px;
    margin-left: -10px
}

[class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.full-height {
    height: 100%;
}

.no-padding {
    padding: 0;
}

.align-items-center {
    align-items: center;
    display: flex;
}

.banner-section {
    padding: 50px 0;
    background: #b7986a;
    background: -moz-linear-gradient(top,  #b7986a 0%, #e6cb9f 100%);
    background: -webkit-linear-gradient(top,  #b7986a 0%,#e6cb9f 100%);
    background: linear-gradient(to bottom,  #b7986a 0%,#e6cb9f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7986a', endColorstr='#e6cb9f',GradientType=0 );
    margin: 0 0 70px 0;
}

.btn {
    background: #000;
    font-weight: 400;
    margin: 30px 0 0 0;
}

.btn:hover, .btn:focus {
    color: #fff;
}

.text-box h2 {
    line-height: 1.1;
    font-size: 39px;
}

.banner-section  .text-box h2 {
    color: #fff;
    font-size: 32px;
    margin: 55px 0 35px;
}

.banner-section .packshot {
    margin: 0 0 0 -10px;
    max-width: 100%;
}

.packshot-2 {
    max-width: 100%;
}

.banner-section .text-box h2 strong {
    text-transform: uppercase;
    font-size: 49px;
}

.text-box p {
    line-height: 1.2;
}

.banner-section .text-box p {
    font-size: 20px;
    line-height: 1.2;
}

.text-box p:not(:first-child) {
    margin: 35px 0 0 0;
}

.text-bold {
    font-weight: 900;
}

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

.text-small {
    font-size: 18px;
}

.button {
    background: #000;
    font-family: 'Lato', sans-serif;
    padding-top: 3px;
}

.button:hover, .button:active, .button:focus {
    color: #fff;
    outline: 0;
}

.bottom-section ul {
    margin: 25px 0 0 0;
    font-size: 20px;
}

.bottom-section ul li {
    line-height: 1.1;
}

.bottom-section ul strong {
    font-size: 26px;
}

.text-box small {
    font-size: 11px;
    display: block;
    line-height: 1.1;
    margin: 25px 0 0 0;
}

.bottom-section .text-box {
    margin: 15px 0 0 0;
}

.bottom-section .text-box p:not(:first-child) {
    margin: 25px 0 0 0;
}


#content2 {
    background: #2d2d2d;
    margin: 0 auto;
    padding: 50px 15px;
    border-top: 1px solid #dadada;
}

.poll hgroup > h1 {
    font-size: 39px;
    color: #fff;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.poll #counter {
    font-size: 18px;
    font-weight: 400;
    color: #e6cb9f;
    margin: 25px 0 5px;
    letter-spacing: 2px;
}

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

.poll-question-header h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.poll-question-header {
    margin: 0;
}

.poll-question input[type="radio"] + label, .poll-question input[type="checkbox"] + label {
    border: 1px solid #fff;
    font-weight: 400;
    line-height: 54px;
    background: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.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 {
    border: 1px solid #e6cb9f;
    background: #e6cb9f;
    color: #000;
    font-weight: 400;
}

.form-navi, .form-submit {
    margin: auto;
    max-width: 515px;
}

.form-navi .btn.prev, .form-navi .btn.next {
    border: 1px solid #b78433;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    font-weight: 400;
    text-transform: uppercase;
}

.form-navi .btn {
    line-height: 50px;
    height: 54px;
    transition: none;
}

.form-navi .btn:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

.poll .regulation-link {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    margin: 15px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
}

.poll .regulation-link:hover {
    text-decoration: underline;
}

.footer p {
    font-size: 16px;
    font-weight: 300;
}

.visible-xs {
    display: none;
}

.visible-md {
    display: none;
}

@media (max-width: 1200px) {

    .hidden-xl {
        display: none;
    }

    img {
        max-width: 100%;
    }

    .banner-section {
        padding: 50px 0 20px;
    }

    .align-items-end-lg {
        align-items: flex-end;
    }

}

@media (max-width: 991px) {

    .hidden-md {
        display: none;
    }

    .visible-md {
        display: block;
    }

    .row-reverse-md {
        flex-direction: column-reverse;
    }

    .flexContainer {
        flex-wrap: wrap;
        text-align: center;
    }

    .flexContainer > div {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .flexContainer a {
        margin: 0 auto 40px;
    }

    .text-center-md {
        text-align: center;
    }

    .banner-section .text-box, .bottom-section .text-box {
        text-align: center;
    }

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

    .banner-section .packshot {
        display: block;
        margin: 35px auto 0
    }

    .packshot {
        display: block;
        margin: 25px auto 0;
        max-width: 100%;
    }
    
    .poll hgroup > h1{
        font-size: 36px;
    }

}

/*@media (max-width: 991px) and (min-width: 767px) {
    .photoRatio {
        height: 100%;
    }
    .photoRatio--80:before {
        display: none;
    }
    .photoRatio__inner {
        position: relative;
        height: 100%;
    }
}*/

@media (max-width: 767px) {
    .row-reverse-sm {
        flex-direction: column-reverse;
    }

    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }

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

    .banner-section .text-box h2 {
        font-size: 28px;
        margin: 35px 0 25px;
    }

    .banner-section .text-box h2 strong {
        font-size: 40px;
    }

}

@media (max-width: 640px) {
    #content2 {
        padding: 25px 5px;
    }
    .form-navi .btn {
        font-size: 14px;
    }
    .form-navi .btn.prev:before {
        margin: 0 15px 0 0;
    }

    .form-navi .btn.next:after {
        margin: 0 0 0 10px;
    }

    .space-row {
        height: 25px !important;
    }
}

@media (max-width: 590px) {


}