.section {
    position: relative;
    color: #fff;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    background-color: #000;
    margin: 0 auto;
}
.section .s-title {
    font-size: 2.25em;
    line-height: 1.1;
}
.section .s-text {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 1.125em;
}
.section .img-responsive {
    width: 100%;
}
.section .s-container,
.section .s-container2 {
    padding: 20px;
}

.section-1 .s-container {
    background-color: #050a10;
}

.section-1 .s-features {
    margin-top: 20px;
}
.section-1 .s-features .s-i {
    margin-bottom: 8px;
}
.section-1 .s-text {
    color: #fe5f00;
}

.section-2 {
    background-color: #161414;
    padding: 40px 8% 20px;
}
.section-2 .s-container {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}
.section-2 .s-i {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 40px;
}
.section-2 .s-i img {
    display: block;
    margin: 0 auto;
    max-width: 433px;
    width: 100%;
}
.section-2 .s-h {
    font-size: 1.25em;
    font-weight: bold;
    color: #fe5f00;
    margin-top: 10px;
    margin-bottom: 4px;
}
.section-2 .s-t {
    font-size: .9em;
}

.section-6 {
    padding: 40px 3%;
    background-color: #0d0d0d;
}
.section-6 .s-container {
    display: flex;
    flex-wrap: wrap;
}
.section-6 .s-i {
    width: 100%;
    padding: 0 4px;
    margin-bottom: 20px;
}
.section-6 .s-h {
    font-size: 1em;
    font-weight: bold;
    margin-top: 8px;
    text-align: center;
}

.section-7 .s-title {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.section-7 .s-table {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fe5f00;
    border-right: 1px solid #fe5f00;
    width: 100%;
}
.section-7 .s-table tr td {
    border-top: 1px solid #fe5f00;
    border-left: 1px solid #fe5f00;
    padding: 10px 10px;
    text-align: center;
    font-size: .9em;
}

.section-8 .s-features {
    margin-top: 40px;
}
.section-8 .s-i {
    display: inline-block;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-8 .s-camera {
    background-image: url(images/camera.jpg);
    padding: 10px 0 10px 50px;
    margin-right: 40px;
}
.section-8 .s-angle-120 {
    background-image: url(images/angle_120.jpg);
    padding: 10px 0 10px 80px;
}

.section-15 .s-title {
    text-align: center;
}
.section-15 .s-block {
    margin-top: 40px;
}
.section-15 .s-h {
    font-size: 1.35em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: .75em;
    padding: 0 15px;
}
.section-15 .s-t {
    font-size: 1em;
    padding: 0 15px;
    margin-bottom: 40px;
}

@media (max-width: 380px) {
}

@media (min-width: 769px) {
    .section .s-container {
        padding: 0;
        margin: 0 auto;
    }
    .section .s-topcentred {
        text-align: center;
        position: absolute;
        width: 60%;
        top: 3%;
        left: 10px;
        right: 10px;
    }

    .section-1 {
        text-align: center;
    }
    .section-1 .s-title {
        font-size: 3em;
        font-weight: bold;
        letter-spacing: 5px;
    }
    .section-1 .s-text {
        font-size: 1.5em;
    }
    .section-1 .s-features {
        margin-top: 10px;
        font-size: .85em;
        display: flex;
        justify-content: center;
    }
    .section-1 .s-features .s-i {
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .section-1 .s-features .s-w {
        text-align: center;
    }
    .section-1 .s-features .s-1 {
        width: 25%;
        border-right: 1px solid #fff;
    }
    .section-1 .s-features .s-2 {
        width: 15%;
        border-right: 1px solid #fff;
    }
    .section-1 .s-features .s-3 {
        width: 30%;
        border-right: 1px solid #fff;
    }
    .section-1 .s-features .s-4 {
        width: 30%;
    }

    .section-1 .s-container {
        background-color: initial;
        position: absolute;
        width: 40%;
        left: 10%;
        top: 33%;
        transform: translateY(-50%);
    }

    .section-2 {
        padding: 80px 8% 40px;
    }
    .section-2 .s-i {
        width: 33.333333333%;
    }

    .section-3 .s-container {
        position: absolute;
        top: 8%;
        left: 8%;
        right: 45%;
    }

    .section-3 .s-features {
        margin-top: 2%;
    }

    .section-4,
    .section-5 {
        background-color: #1b1b1b;
        text-align: center;
    }
    .section-4 .s-container,
    .section-5 .s-container {
        padding: 6% 10%;
    }

    .section-5 {
        background-color: #0d0d0d;
    }

    .section-6 .s-container {
        flex-wrap: nowrap;
    }
    .section-6 .s-i {
        width: 25%;
        margin-bottom: 0;
    }

    .section-7 .s-container {
        position: absolute;
        left: 54%;
        top: 26%;
        right: 3%;
    }

    .section-8,
    .section-9 {
        background-color: #000;
    }
    .section-8 .s-container,
    .section-9 .s-container {
        padding: 6% 12%;
    }

    .section-8 .s-features {
        text-align: center;
        margin-top: 80px;
    }

    .section-11 {
        background-color: #fff;
        color: #000;
        text-align: center;
    }
    .section-11 .s-container {
        padding: 5% 18%;
    }

    .section-13 .s-features {
        margin-top: 40px;
        text-align: center;
    }
    .section-13 .s-i {
        display: inline-block;
        margin-right: 20px;
    }

    .section-15 .s-container {
        padding: 4% 10%;
    }
    .section-15 .s-t {
        margin-bottom: 40px;
    }

    .section-16 .s-container {
        position: absolute;
        top: 15%;
        left: 4%;
        right: 50%;
    }

    .section-17 {
        background-color: #fff;
        color: #000;
    }
    .section-17 .s-container {
        padding: 6% 15%;
        text-align: center;
    }
}