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

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 17px;
    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: 20px;
    display: block;
}

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

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

.photoRatio {
    position: relative;
    height: 100%;
}

.photoRatio:before{
    content: "";
    display: block;
}

.photoRatio--66:before {
    padding-top: 66%;
}

.photoRatio--100:before {
    padding-top: 80%;
}

.photoRatio__inner {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.logoContainer {
    text-align: right;
}

.logoContainer__logo {
    display: inline-block;
}

.textBox__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.textBox__title--light {
    font-weight: 300;
}

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

.textBox--top {
    padding: 0 0 0 20px;
}

.textBox--top .textBox__title {
    min-width: 700px;
    transform: translateX(-20%);
    font-size: 50px;
}

.textBox--top .textBox__content {
}

.textBox--bottom {
    padding: 0 20px 0 0;
    text-align: right;
    justify-content: flex-end;
}

.textBox--top .photoRatio {
    height: 100%;
}

.textBox__content {
    line-height: 1.3;
    font-size: 17px;
}
.textBox__label {
    line-height: 1;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.textBox__label span {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding: 0 0 10px 0;
}

.textBox__content--small {
    max-width: 512px;
}

.textBox--right {
    text-align: right;
    justify-content: flex-end;
}

.btnStyled {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #a1937a;
    display: flex;
    align-items: center;
    /*width: 180px;
    min-width: 180px;
    height: 50px;*/
}

.btnStyled:before, .btnStyled:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 125px;
    background: #a1937a;
    margin: 0 18px 0 0;
}

.btnStyled:after {
    display: none;
}

.btnStyled.btnStyled--reverse:after {
    display: inline-block;
    margin: 0 0 0 18px;
}

.btnStyled.btnStyled--reverse:before {
    display: none;
}

.flexContainer {
    display: flex;
}

.visible-md {
    display: none;
}

#content.pg-index {
    background: #f4dcd8;
}

#content2 {
    background: #f4dcd8;
    max-width: 1200px;
    margin: 65px auto 0;
    padding: 50px 15px;
}

.poll hgroup > h1 {
    font-size: 40px;
    font-weight: 900;
    color: #000;
    line-height: 1;
    text-transform: none;
}

.poll hgroup > h1 span {
    display: block;
    font-weight: 300;
}

.poll #counter {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    font-family: scriptorama-markdown-jf, sans-serif;
}

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

.poll-question-header h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.poll-question input[type="radio"] + label, .poll-question input[type="checkbox"] + label {
    border: 1px solid #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 48px;
    background: transparent;
}

.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 #fff;
    background: #fff;
    font-weight: 300;
    color: #000;
}

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

.form-navi .btn.prev, .form-navi .btn.next {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}

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

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

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

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

.footer {
    background: #000;
}

.footer p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.visible-xs {
    display: none;
}

@media (max-width: 1160px) {

    .textBox--top .textBox__title {
        min-width: 1px;
        transform: translateX(0);
        font-size: 40px;
    }

}

@media (max-width: 991px) {

    .hidden-md {
        display: none;
    }

    .visible-md {
        display: block;
    }

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

    .logoContainer {
        text-align: center;
        margin: 0 auto 25px;
    }

    .textBox__content--small {
        max-width: 100%;
    }

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

    /* .textBox--top {
        background-image: url('../img/site/packshot-1.jpg');
        background-repeat: no-repeat;
        background-position: left top;
        background-color: #dedaeb;
        background-size: contain;
        padding: 10px;
    }

    .textBox--top > div {
        background: rgba(255,255,255, .7);
        padding: 20px 10px;
        text-align: center;
    } */

    .textBox .btnStyled {
        justify-content: center;
    }

    .textBox--bottom .textBox__title {
        font-size: 30px;
    }

    .textBox--top {
        text-align: center;
    }

    .textBox img {
        max-width: 100%;
        margin: 25px auto 0;
    }

    .textBox--top {
        padding: 0;
    }

}

@media (max-width: 767px) {

    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
    .textBox__title, .textBox--top .textBox__title, .textBox--bottom .textBox__title  {
        font-size: 27px;
    }
    .textBox__content br {
        display: none;
    }

    .textBox--top > div > div {
        max-width: 480px;
        margin: auto;
    }

    .textBox--bottom {
        padding: 0;
    }

    .btnStyled {
        justify-content: center;
        text-align: center;
    }

    .textBox {
        text-align: center;
    }

}

@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;
    }

    .btnStyled:before, .btnStyled:after {
        width: 55px;
    }

}