@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;
}
@font-face {
    font-family: 'AVONlight';
    src: url('../fonts/HelveticaNeueAVON-Light.eot');
    src: url('../fonts/HelveticaNeueAVON-Light.eot#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueAVON-Light.woff') format('woff'),
    url('../fonts/HelveticaNeueAVON-Light.ttf') format('truetype'),
    url('../fonts/HelveticaNeueAVON-Light.svg#AVONlight') 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: 'AVONlight', 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: 20px;
    display: block;
}

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

.top-section {
    height: 625px;
    padding: 0 15px;
}

.top-section .row, .top-section .row .col-sm-6 {
    height: 100%;
}

.top-section .row .col-lg-6 {
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.top-section .text {
    max-width: 600px;
    padding: 40px;
}

.text h2 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 25px 0;
}

.text p {
    color: #fff;
}

.top-section .text > div {
    /*max-width: 390px;*/
    padding-right: 25%;
    padding-bottom: 40px;
    background-image: url('../img/site/packshot-1.png');
    background-position: right bottom;
    background-repeat: no-repeat;

}

.text p strong {
    display: block;
    font-family: 'AVONbold', sans-serif;
    color: #000;
    margin: 25px 0 0 0;
}

.text p b {
    font-family: 'AVONbold', sans-serif;
}

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

.text {
    line-height: 1.4;
}

.text p {
    margin: 0 0 60px 0;
}

.text ol {
    margin: 25px 0;
}

.text ol li {
    text-transform: uppercase;
    font-family: 'AVONbold', sans-serif;
    color: #d0ad66;
}

.text ol li span {
    display: inline-block;
    color: #fff;
    font-family: 'AVONlight', sans-serif;
    margin: 0 5px 0 0;
}

.logo {
    margin: 0 0 100px 0;
}

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

.btn-styled {
    display: inline-flex;
    width: 165px;
    height: 60px;
    line-height: 66px;
    justify-content: center;
    background: #000;
    text-transform: uppercase;
    color: #fff;
}

.btn-styled--gold {
    background: #c09568;
}

.section {
    background: #000;
}

.section .text {
    padding: 50px 0;
}

.section .text p {
    margin: 0;
}

.section .btn-styled {
    margin: 50px 0 0 0;
}

.section .bg-img {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 120%;
    transform: translateX(-13%);
}

.section img {
    max-width: 100%;
    margin: 0 0 0 -20%;
}

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

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

.poll #counter {
    font-size: 40px;
    font-family: 'AVONbold', sans-serif;
    color: #000;
}

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

.poll-question-header {
    width: 100%;
    margin-top: 5px;
}

.poll-question-header h3 {
    font-size: 16px;
    font-weight: 300;
    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: 50px;
    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 #c1977a;
    background: #c1977a;
    font-weight: 300;
    color: #fff;
}

.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;
    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: #fff;
	padding: 0;
}

.footer p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
	padding: 3em 1em 3em 1em;
	border-top: 2px solid #000;
}

.bg-img img {
    display: none;
}

@media (max-width: 1240px) {

    .logo {
        margin: 0 0 60px 0;
    }

    .top-section .text > div {
        background-position: right center;
        padding-bottom: 0;
    }

    .btn-styled {
        display: flex;
    }

    .section .bg-img {
        width: 100%;
        transform: translateX(0);
    }

    .section .btn-styled {
        display: inline-flex;
    }

}

@media (max-width: 991px) {

    .top-section .row .col-lg-6 {
        background-position: 70% center;
    }

    .section .bg-img {
        background: none !important;
    }

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

    .bg-img img {
        display: block;
        max-width: 100%;
        margin: auto;
    }

}

@media (max-width: 767px) {

    .top-section {
        height: auto;
    }

    .top-section .row {
        flex-direction: column-reverse;
    }

    .top-section .text {
        max-width: 100%;
        padding: 25px 5px;
    }

    .text p {
        margin: 0 0 35px 0;
    }

    .text h2 {
        font-size: 28px;
    }

    .top-section .text > div {
        background-position: right bottom;
        background-size: 70px;
    }

    .top-section .row .bg {
        height: 430px;
        background-position: center top;
    }

}

@media (max-width: 648px) {

    .top-section .row .bg {
        height: 300px;
    }

}