@font-face {
    font-family: 'DietDidotItalic';
    src: url('../fonts/dietdidot-italic.eot');
    src: url('../fonts/dietdidot-italic.eot#iefix') format('embedded-opentype'),
    url('../fonts/dietdidot-italic.woff') format('woff'),
    url('../fonts/dietdidot-italic.ttf') format('truetype'),
    url('../fonts/dietdidot-italic.svg#DietDidotItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DietDidotBoldItalic';
    src: url('../fonts/DietDidot-BoldIta.eot');
    src: url('../fonts/DietDidot-BoldIta.eot#iefix') format('embedded-opentype'),
    url('../fonts/DietDidot-BoldIta.woff') format('woff'),
    url('../fonts/DietDidot-BoldIta.ttf') format('truetype'),
    url('../fonts/DietDidot-BoldIta.svg#DietDidotItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'DietDidot';
	src: url('../fonts/DietDidot-Bold.eot');
    src: url('../fonts/DietDidot-Bold.eot#iefix') format('embedded-opentype'),
    url('../fonts/DietDidot-Bold.woff') format('woff'),
    url('../fonts/DietDidot-Bold.ttf') format('truetype'),
    url('../fonts/DietDidot-Bold.svg#DietDidot') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AVONbold';
    src: url('../fonts/HelveticaNeueAVON-Bold.eot');
    src: url('../fonts/HelveticaNeueAVON-Bold.eot#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueAVON-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeueAVON-Bold.ttf') format('truetype'),
    url('../fonts/HelveticaNeueAVON-Bold.svg#AVONbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 62.5%;
}

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

body {
    font-family: 'DietDidot', 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
}

.photoRatio {
    position: relative;
}

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

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

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

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

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

.photoRatio.height-690 {
    height: 690px;
}

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

.photoRatio.height-690 .photoRatio__inner {
    background-position: top left;
}

.logoContainer__logo {
    display: inline-block;
    margin: 30px 0px 40px 0;
}

.textBox__title {
    font-size: 40px;
    line-height: 42px;
}

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

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

.textBox__content {
    line-height: 26px;
    font-size: 20px;
}

.textBox__content strong {
    font-family: 'DietDidotBoldItalic', sans-serif;
}

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

.btnStyled {
    background-image: url("../img/site/btn-bg.jpg");
    height: 60px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: relative;
    font-family: 'AVONbold', sans-serif;
    font-size: 21px;
    line-height: 1;
    padding-top: 5px;
}

.btnStyled:before {
    content: '';
    border: 1px dotted #d9b077;
    height: calc(60px + 16px);
    width: calc(250px + 16px);
    position: absolute;
    left: -8px;
    top: -8px;
}

.btnStyled:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #000000;
    display: inline-block;
    margin: -3px 0 0 8px;
}

.flexContainer {
    display: flex;
}

.flexContainer img {
    margin: -18px 0 0 0;
}

.visible-md {
    display: none;
}

.packshot {
    max-width: none;
}

.top-section .btnStyled {
    margin: 60px 0 45px 8px;
}

.bottom-section .photoRatio img {
    position: absolute;
    right: 60px;
    top: -220px;
}

.bottom-section .photoRatio + span {
    display: block;
    font-size: 12px;
    font-family: 'DietDidotBoldItalic', sans-serif;
    margin: 15px 0 0 0;
}

.bottom-section .textBox {
    position: relative;
    margin-top: -225px;
    text-align: center;
}

.bottom-section .textBox__content {
    font-size: 17px;
    font-family: 'DietDidotItalic', sans-serif;
    text-align: center;
    margin: 15px 0 0 0;
    line-height: 1.4;
}

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

.poll hgroup > h1 {
    font-size: 43px;
    color: #000;
    text-transform: none;
    font-family: 'DietDidotBoldItalic', sans-serif;
    line-height: 1;
}

.poll #counter {
    font-size: 43px;
    font-weight: 300;
    color: #000;
    font-family: "DietDidot", sans-serif;
    margin: 25px 0;
}

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

.poll-question-header h3 {
    font-size: 20px;
    color: #000;
    margin: 0;
    font-family: "DietDidot", sans-serif;
}

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

.poll-question input[type="radio"] + label, .poll-question input[type="checkbox"] + label {
    border: 1px solid #000;
    font-weight: 300;
    line-height: 54px;
    background: transparent;
    font-size: 20px;
    font-family: "DietDidot", 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 #d6aa6e;
    background: #d6aa6e;
    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;
    font-size: 19px;
    font-family: 'AVONbold', sans-serif;
    text-transform: none;
}

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

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

.poll .regulation-link {
    font-size: 16px;
    font-weight: 900;
    color: #000;
    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;
}

@media (max-width: 1200px) {

    .textBox__title {
        font-size: 35px;
        line-height: 40px;
    }

    .textBox__content {
        font-size: 18px;
        line-height: 1.4;
    }

    .hidden-1200 {
        display: none;
    }

    .bottom-section .photoRatio img {
        width: 25vw;
        right: 4vw;
        top: -16vw;
    }

    .bottom-section .textBox__content {
        font-size: 15px;
    }

}

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

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

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

    .photoRatio.height-690 {
        height: 515px;
    }

    .photoRatio.photoRatio--55 {
        height: 39%;
    }

    .bottom-section .textBox {
        margin-top: 35px;
        display: flex;
        text-align: left;
        align-items: center;
    }

    .bottom-section .textBox__content {
        text-align: left;
        margin: 0;
        padding-left: 25px;
    }

    .bottom-section .photoRatio img {
        width: 23vw;
        top: 0;
        bottom: 0;
        margin: auto;
    }

}

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

    .textBox {
        text-align: center;
    }
    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }

    .logoContainer__logo {
        margin: 15px auto 35px;
        display: block;
    }

    .top-section .btnStyled {
        margin: 35px auto;
    }

    .textBox__title {
        font-size: 26px;
        line-height: 34px;
    }

    .photoRatio.height-690 {
        height: auto;
    }

}

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

@media (max-width: 590px) {

    .bottom-section .textBox {
        flex-direction: column;
    }

    .bottom-section .textBox img {
        margin: auto;
    }

    .bottom-section .textBox__content {
        text-align: center;
        padding: 0;
        margin: 25px 0 0 0;
    }


}