.section .Content {
    margin: 0 auto;
    max-width: 1160px;
    min-height: inherit;
    padding: 20px 0;
    width: 100%;
}
.Content .row {
    border-top: none;
    margin: 0 -15px;
    width: auto;
}

/* LANDING SLIDER */
#Container .slide-show {
    margin-bottom: 0;
    top: 0;
}
.landing-slider-section {
    background: #0b0b0b;
}
.landing-side-menu {
    width: 236px;
}
.landing-slide-ctas {
    width: 80%;
}
.Left {
    margin: 0;
}
.side-ctas {
    margin: 0;
}
.cta-secondary a {
    display: block;
    margin: 30px 0 0;
}
.cta-secondary a:first-of-type {
    margin: 0;
}

/* LANDING CTAS */
.landing-cta-categories {
    width: 80%;
}
.landing-side-ctas {
    width: 236px;
}
.landing-ctas {
    float: left;
    width: 100%;
}
.landing-ctas .cta {
    float: left;
    margin-left: 2%;
    width: 32%;
}
.landing-ctas .cta:first-of-type {
    margin-left: 0;
}

/* LANDING CATEGORIES */
.landing-categories {
    float: left;
    margin: 10px 0;
}
.landing-categories ul {
    list-style: none;
    margin: 0 0 0 -13px;
}
.landing-categories li {
    display: inline-block;
    margin: 10px 0 10px 14px;
    max-width: 116px;
    position: relative;
    width: 100%;
}
.landing-categories span {
    background: rgba(0,0,0,0.85);
    border-bottom: 5px solid #ff0000;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 5px 2px 2px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

/* LANDING PRODUCTS */
.Content .tab-content .pagination .glyphicon {
    background: #2d2d2d;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-size: 20px;
    height: auto;
    left: 0;
    margin: 0 4px;
    padding: 10px;
    top: 0;
    width: auto;
}
.Content .tab-content .pagination .glyphicon:hover {
    color: #ff0000;
}
.Content .tab-content .pagination .glyphicon.grey {
    color: #4d4d4d;
    cursor: default;
}
.Content .tab-content .pagination .glyphicon.grey:hover {
    color: #4d4d4d;
}

/* BANNER BOTTOM */
.banner-bottom {
    background: #0b0b0b;
    float: left;
    text-align: center;
    width: 100%;
}
#Container .banner-bottom h3 {
    color: #fff;
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 10px;
}
.banner-bottom, #Container .banner-bottom p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.banner-bottom > .row {
    float: none;
    font-size: 24px;
    font-weight: 600;
    margin-right: 0;
}
.banner-hours {
    line-height: 28px;
    margin: 5px 0;
}
.banner-number {
    background: #fff;
    position: relative;
}
.banner-number:before {
    background: #fff;
    border-left: 5px solid #ff0000;
    content: '';
    height: 66px;
    left: 0;
    position: absolute;
    width: 40px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: skewX(-25deg);
    transform-origin: top;
    transform: skewX(-25deg);
}
.banner-number a {
    color: #ff0000;
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    padding: 6px 0 0;
}

/* TESTIMONIALS */
.landing-testimonials-section {
    background: url('//cdn10.bigcommerce.com/s-ohy7i05/templates/__custom/img/bg-testimonials.jpg?t=1565100458') no-repeat top center;
    height: 287px;
}
.landing-testimonials {
    background: rgba(0,0,0,0.85);
    float: left;
    height: 247px;
    padding: 20px;
    position: relative;
    width: 100%;
}
.testimonials {
    list-style: none;
    margin: 0;
}
.testimonial {
    color: #fff;
    display: none;
    float: left;
    width: 100%;
}
#Container .testimonial p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 26px;
}
.author {
    font-size: 24px;
    font-weight: 400;
}
.landing-testimonials .pagination {
    bottom: 0;
    margin: 0 10px 10px;
    position: absolute;
    right: 0;
}
.landing-testimonials .pagination span {
    background: #2d2d2d;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-size: 20px;
    height: auto;
    left: 0;
    margin: 0 4px;
    padding: 10px;
    top: 0;
    width: auto;
}
.landing-testimonials .pagination span:hover {
    color: #ff0000;
}
.landing-testimonials .pagination .grey {
    color: #4d4d4d;
    cursor: default;
}
.landing-testimonials .pagination .grey:hover {
    color: #4d4d4d;
}

@media only screen and (max-width: 1180px) {
    .landing-slide-ctas, .landing-cta-categories {
        width: 75%;
    }
}
@media only screen and (max-width: 1145px) {
    .Content .nav-tabs {
        text-align: center;
    }
    .Content .nav-tabs li {
        display: inline-block;
        float: none;
        margin: 0 10px;
    }
    #Container .testimonial p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1000px) {
    .landing-slide-ctas {
        width: 65%;
    }
    .cta-main, .cta-secondary {
        width: 100%;
    }
    .cta-secondary a {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        width: 49%;
    }
}
@media only screen and (max-width: 950px) {
    .landing-side-ctas {
        width: 215px;
    }
    .landing-cta-categories {
        width: 70%;
    }
    .Content .tab-content .pagination, .banner-number:before, .banner_home_page_bottom {
        display: none;
    }
    #Container .testimonial p {
        font-size: 16px;
        line-height: 20px;
    }
    .author {
        font-size: 20px;
    }
}
@media only screen and (max-width: 875px) {
    #Container .slide-show {
        display: none !important;
    }
}
@media only screen and (max-width: 770px) {
    .landing-side-menu, .landing-side-ctas {
        display: none;
    }
    .section .Content {
        clear: both;
    }
    .Content .row {
        margin: 0;
        width: 100%;
    }
    .landing-slide-ctas, .landing-cta-categories {
        text-align: center;
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    .Content .nav-tabs li {
        margin: 0;
    }
}
@media only screen and (max-width: 600px) {
    .landing-ctas .cta {
        margin: 5px 0;
        width: 100%;
    }
    #landing .banner_home_page_top, .landing-testimonials-section {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .cta-main {
        padding: 0;
    }
    .cta-secondary {
        display: none;
    }
    .banner-number a {
        font-size: 40px;
    }
}
