@media screen and (max-width: 767px) {

    .slide img {
        height: auto !important;
        max-width: 213%;
    }

    .SectionTitle h2 {
        font-size: 43px;
    }


    /*** NOT REGISTERED ***/

    #HighlightSpotlight {
        background-image: none;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        margin-top: 20px;
        height: auto;
        line-height: normal;
        padding: 10px 0px;
    }

    #HighlightSpotlightTitle {
        font-size: 16px;
        margin-right: 0px;
    }

    @media screen and (max-width: 425px) {
        .HighlightsButton {
            display: block;
            margin: 0 auto;
            margin-top: 10px;
        }
    }


    /*** SERVICES SECTION ***/

    .Services {
        min-width: 280px;
        width: 30%;
    }

    .ServiceColumn {
        width: 100%;
    }

    /*** PRODUCT CATEGORIES SLIDER ***/

    .CatTitle {
        width: auto;
    }

    .HomeSubCats1 {
        display: none !important;
    }

    /*** CATALOG ***/

    #CatalogsWrapper {
        display: none;
    }


    /*** PROMOTIONS ***/

    .PromoTopWrapper {
        height: auto;
    }

    .PromotionWrapper {
        text-align: center;
        margin-top: 45px;
        margin-bottom: 0px;
    }

    .Promotion {
        width: 50%;
        border: 1px solid #000 !important;
        margin: 0px;
        margin-bottom: 20px;
        min-width: 300px;
        height: auto;
        padding-top: 10px;
    }

    .PromoImgWrapper {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        float: none;
    }

    .PromoDetails {
        margin: 10px 0px 0px 0px;
        height: auto;
    }

    .Promotion:nth-child(3) {
        border-right: 1px solid #000;
    }

    .PromoTitle {
        width: 100%;
        text-align: center;
        margin-left: 0px;
        margin-top: 10px;
        border: 0px;
    }

    .PromotionButton {
        position: inherit;
        margin-top: 20px;
    }

    /** ABOUT SECTION **/

    #AboutTop {
        text-align: center;
    }

    #AboutTop img {
        float: none;
        width: 100%;
        max-width: 450px;
    }

    #AboutTopText {
        text-align: left;
        margin: 0px 5px;
    }


    /*CATEGORY SECTION*/

    .CategoriesSection {
        text-align: center;
    }

    .SectionTitle {
        text-align: left;
    }

    .HomeCategory {
        display: inline-block;
        width: 37.9%;
        vertical-align: top;
        min-height: 203px;
    }

    .CategoryTitle h3 {
        font-size: 13px;
        min-height: 60px;
    }


    /* SERVICES SECTION */

    .Service {
        width: 90%;
        border-bottom: 2px solid #e74c3c;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .Service:nth-last-child(1) {
        border-bottom: none;
    }
}

@media screen and (max-width: 480px) {
    .SectionTitle h2 {
        font-size: 28px;
    }
}