h1.header {
    display: none;
}

.contentWrapper.full .container {
    width: 100%;
    padding: 0;
}

#cBlock2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.hero {
    overflow: hidden;
}

.hero-inner {
    position: relative;
}

.hero-title {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 801px;
    width: 66vw;
    z-index: 1;
}

.hero-image {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero-image-1 {
    display: block;
}


.hero-image-placeholder {
    visibility: hidden;
    width: 100%;
}

.hero-thumbs-container {
    display: none;
    position: absolute;
    right: 0;
    top: 7vw;
    text-align: right;
}

.hero-thumb-wrapper {
    margin-bottom: 10px;
    cursor: pointer;
}

.hero-thumb {
    display: none;
    margin-right: 0;
    margin-left: auto;
}

.hero-thumb-inactive {
    width: 13vw;
    max-width: 208px;
}

.hero-thumb-active {
    width: 15vw;
    max-width: 250px;
}


.hero-thumb-inactive-1,
.hero-thumb-active-2,
.hero-thumb-active-3,
.hero-thumb-active-4 {
    display: none;
}

.hero-thumb-active-1,
.hero-thumb-inactive-2,
.hero-thumb-inactive-3,
.hero-thumb-inactive-4 {
    display: block;
}

.hero-bar {
    background: #222222;
    font-size: 0;
}

.icons-col {
    padding-top: 15px;
    padding-bottom: 5px;
}

.icon-col {
    width: 50%;
    display: inline-block;
    margin-bottom: 15px;
}

.icon-col img {
    display: block;
    width: 66%;
    max-width: 150px;
    margin: auto;
}

.icon-col:nth-child(4) img {
    width: 77%;
    max-width: 179px;
}

.shop-col {
    position: relative;
    background: #E50A19;
}

.shop-btn {
    background: #E50A19;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 23px;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-content-section {
    padding: 20px 25px;
    max-width: 1445px;
    margin: auto;
}

h1 {
    font-family: 'proxima_nova_rgbold';
    text-align: center;
    font-size: 23px;
}


.top-content-section .content {
    text-align: center;
    font-size: 15px;
}

.middle-sec {
    margin-bottom: 25px;
}

.middle-sec.two {
    margin-bottom: 85px;
}

.middle-sec-inner {
    padding: 0 20px;
}

.middle-sec-col.one {
    margin-bottom: 20px;
}

.yt-video {
    width: 100%;
    height: 52vw;
}

.middle-sec-title {
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    border-bottom: 3px solid #E50A19;
    padding-bottom: 1px;
    margin-bottom: 15px;
}

.middle-sec li {
    font-size: 14px;
}

.middle-img {
    display: none;
}

@media (min-width: 768px) {
    #cBlock2 {
        width: 750px;
    }

    .hero-title {
        width: 56vw;
    }

    .icon-col {
        width: 25%;
    }

    h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .top-content-section {
        padding: 45px 40px 20px 40px;
    }

    .middle-sec-title {
        font-size: 25px;
    }

    .middle-sec-col {
        display: inline-block;
        vertical-align: top;
    }

    .middle-sec-col.one {
        width: 54%;
    }

    .middle-sec-col.two {
        width: 45%;
    }

    .yt-video {
        height: 26vw;
    }

    .middle-img {
        display: block;
        width: 100%;
        max-width: 1042px;
    }
}

@media (min-width: 992px) {
    #cBlock2 {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #cBlock2 {
        width: 1170px;
    }

    .hero-thumbs-container {
        display: block;
    }

    .icons-col {
        width: 65%;
        display: inline-block;
        vertical-align: top;
    }

    .shop-col {
        display: inline-block;
        vertical-align: top;
        width: 35%;
    }

    .shop-btn {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    h1 {
        font-size: 37px;
        margin-bottom: 21px;
        margin-top: 35px;
    }

    .top-content-section .content {
        font-size: 18px;
    }

    .top-content-section {
        margin-bottom: 45px;
    }

    .middle-sec-inner {
        max-width: 1740px;
        margin: auto;
        padding: 0 80px;
    }

    .middle-sec-title {
        font-size: 31px;
        border-bottom: 4px solid #E50A19;
    }

    .middle-sec li {
        font-size: 17px;
    }
}

@media (min-width: 1300px) {
    .middle-sec-col.one {
        width: 43%;
    }

    .middle-sec-col.two {
        width: 56%;
    }

    .yt-video {
        height: 28vw;
    }
}

@media (min-width: 1600px) {
    .middle-sec-col.one {
        width: 34%;
    }

    .middle-sec-col.two {
        width: 65%;
    }

    .yt-video {
        height: 33vw;
        max-height: 576px;
    }
}

@media (min-width: 1750px) {
    .hero-thumbs-container {
        top: 10vw;
    }
}

