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

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    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;
}

/*.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: cover;
    background-position: top center;
    background-repeat: no-repeat;
}*/

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


.top-section {
    height: 647px;
    background-image: url("../img/site/banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

.top-section .inner-container {
    max-width: 620px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 48.5%;
    top: 0;
}

.top-section img {
    margin: 0 0 35px 0;
}

.text__header {
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    line-height: 1.1;
}

.text p {
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.text b {
    font-weight: 700;
    display: block;
}

.text__bottom {
    margin: 15px 0 0 0;
    background-image: url("../img/site/bg-2.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.text__bottom .inner-container {
    max-width: calc( 100% - 40px );
}

.btn-styled {
    background-image: url("../img/site/btn.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.products-section {
    background-image: url("../img/site/bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 70px 0 0 0;
}

.packshot {
    text-align: center;
}

.packshot .packshot__img {
    margin: 0 auto 45px;
    display: block;
    max-width: 100%;
}

.packshot .packshot__img-0 {
    margin: 0 0 -105px 0;
}

.packshot .packshot__new {
    margin: 0 auto 45px;
}

.packshot .packshot__profits {
    margin: 30px auto 45px;
}

.packshot > div {
    width: 600px;
    transform: translate(-50%);
    right: -50%;
    position: relative;
}

.packshot > div h3 {
    max-width: 100%;
}

.packshot span {
    display: block;
    font-size: 11px;
    font-weight: 400;
}

.packshot.padding-top {
    padding-top: 290px;
}

.packshot h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto 25px;
    line-height: 1.1;
    max-width: 330px;
}

.packshot p {
    line-height: 1.5;
}

#content.pg-index {
    background-color: #fbbd35;
    background-image: url("../img/site/poll-bg.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 700px;
}

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

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

.poll #counter {
    font-size: 48px;
    font-weight: 300;
    color: #000;
}

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

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

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

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

.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 #e95d00;
    background: #e95d00;
    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 transparent;
    background: #fff;
    color: #000;
}

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

.form-navi .btn:hover {
    background: #e95d00;
    font-weight: 400;
    border: 1px solid transparent;
    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;
}

.visible-lg, .visible-xs {
    display: none;
}


@media (max-width: 1200px) {

    /*

    .top-section .inner-container {
        background: rgba( 255,255,255, .75 );
        margin: auto;
        position: static;
        max-width: calc(100% - 30px);
        max-height: calc(100% - 30px);
    }*/

    .top-section .inner-container {
        padding: 0 15px;
        text-align: left;
        right: auto;
        left: 0;
    }

    .top-section .inner-container > div{
        width: 100%;
    }

    .text__header {
        font-size: 42px;
    }

    .btn-styled {
        margin: 0;
    }

    .btn-styled {
        width: 300px;
        height: 40px;
        font-size: 20px;
    }

}

@media (max-width: 1080px) {

    .top-section {
        background-image: url("../img/site/banner-m2.jpg");
        background-color: #fbfbfb;
        background-position: top right;
        background-size: contain;
        height: auto;
    }

    .top-section .inner-container {
        padding: 10px 15px;
        text-align: left;
        right: auto;
        left: 0;
        position: static;
        max-width: 430px;
    }

    .top-section img {
        margin: 0 0 25px 0;
        max-width: 200px;
    }

    .top-section .text__header {
        font-size: 38px;
        margin: 0 0 20px 0;
    }

    text p {
        margin: 0 0 10px 0;
    }

    text p br {
        display: none;
    }

}

@media (max-width: 991px) {

    .hidden-lg {
        display: none !important;
    }

    .visible-lg {
        display: block;
        font-size: 11px;
        line-height: 1.4;
    }

    .products-section {
        background-image: none;
    }

    .packshot.padding-top {
        padding-top: 0;
    }

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

    .products-section .row .col-lg-4 {
        margin: 0 auto 35px;
    }

    .packshot > div {
        width: 100%;
        transform: translate(0);
        position: static;
    }

    .packshot .packshot__profits {
        margin: 30px auto 0;
    }

    #content.pg-index {
        background-image: none;
        padding-bottom: 0;
    }

    .poll hgroup > h1 {
        font-size: 42px;
    }

    .text__header {
        font-size: 28px;
    }

}

@media (max-width: 767px) {

    /*.top-section {
        padding: 10px;
        height: auto;
    }

    .top-section .inner-container {
        padding: 10px;
        max-width: 100%;
        max-height: 100%;
    }*/

    /*.text__header {
        font-size: 28px;
    }
*/

    .visible-xs {
        display: block;
    }

    .hidden-xs {
        display: none;
    }

    .text br {
        display: none;
    }

    .btn-styled {
        width: 240px;
        font-size: 16px;
    }

    .top-section img {
        min-width: 95px;
        margin: 0;
        width: 25vw;
        max-width: 100%;
    }

    .top-section  .text__header {
        font-size: 24px;
        font-size: 6vw;
        margin: 40px 0 0;
    }

    .packshot h3 {
        font-size: 22px;
    }

    .packshot .packshot__img {
        max-width: 100px;
    }

    .packshot .packshot__new {
        margin: 0 auto 15px;
        max-width: 100px;
    }

    .poll hgroup > h1 {
        font-size: 32px;
    }

    .text__header br {
        display: block !important;
    }

}

@media (max-width: 480px) {
    .top-section .text__header {
        font-size: 24px;
        font-size: 7vw;
    }

    .poll-question input[type="radio"] + label, .poll-question input[type="checkbox"] + label {
        line-height: 38px;
    }
}

.lead{
	font-size:1.8rem;
	line-height:1.2;
}
