
/********************************
     GENERAL / BASELINE
*********************************/


.P21SystemBody, .Content {
    max-width: none;
}

#HomeWrap {
    max-width: 1800px;
    margin: 0 auto;
}

/********************************
         BRAND SLIDER
*********************************/
.FeaturedImg {
    width: 135px;
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
}

.slick-dots {
    display: none !important;
}


/********************************
      ABOUT / WELCOME SECTION
*********************************/

#AboutTop {
    overflow: hidden;
    font-size: 19px;
    font-weight: 300;
}

    #AboutTop img {
        float: left;
        margin: 10px;
        margin-top: 0px;
    }


#AboutWrapper p {
    font-size: 19px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 0px;
}

#AboutWrapper ul {
    margin-left: 534px;
}

#AboutTopText li {
    margin-bottom: 13px;
    line-height: 22px;
}

    #AboutTopText li svg, #AboutTopText li i {
        color: #116bae;
    }

#AboutBottom {
    margin-top: 30px;
    border-left: 1px solid #d7d7d7;
    padding-left: 10px;
    margin-left: 5px;
    margin-bottom: 50px;
    padding-bottom: 15px;
}


    #AboutBottom .MainButton {
        padding: 8px 16px;
        font-size: 20px;
    }



/****************************
      CATEGORY SECTION
*****************************/

#ProductsWrapper {
    text-align: center;
}

.CatWrapper {
    display: inline-block;
    width: 300px;
    max-width: 300px;
    vertical-align: top;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.CatImageHolder {
    width: 260px;
    height: 260px;
    position: relative;
    margin: 0 auto;
    border: 1px solid #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
}

    .CatImageHolder img {
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        transition-duration: 0.3s;
        transition-property: box-shadow;
        max-width: 260px;
        max-height: 260px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        margin: auto;
    }

.CatWrapper:hover .CatImageHolder {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.CatWrapper a {
    color: #ffffff;
    display: block;
}

    .CatWrapper a:hover {
        text-decoration: none !important;
    }

.CatTitleWrap {
    opacity: 0.9;
    transition-duration: 0.3s;
}

    .CatTitleWrap::before {
        content: '';
        display: inline-block;
        width: 60px;
        height: 60px;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 44px;
        top: 0px;
        margin: auto;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 32px;
        background-color: #24a563;
        z-index: 9;
    }

    .CatTitleWrap img {
        position: absolute;
        z-index: 9999;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 50px;
        margin: auto;
        max-width: 35px;
        max-height: 30px;
    }

.CatTitle {
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 105px;
    display: block;
    width: 262px;
    margin: 0px 19px;
    background: #24a563;
    z-index: 999;
}

.CatWrapper:hover .CatTitleWrap {
    opacity: 1;
}

@media screen and (max-width: 1265px) {
    #Categories {
        width: 996px;
        margin: 0 auto;
    }

    @media screen and (max-width: 1012px) {
        #Categories {
            width: 741px;
            margin: 0 auto;
        }

        @media screen and (max-width: 758px) {
            #Categories {
                width: 85%;
                margin: 0 auto;
            }

            .CatWrapper {
                width: 132px;
                margin: 10px;
            }

            .CatTitleWrap::before,
            .CatTitleWrap img {
                display: none;
            }

            .CatImageHolder {
                width: 130px;
                height: 130px;
            }

                .CatImageHolder img {
                    max-width: 130px;
                    max-height: 130px;
                }

            .CatTitle {
                font-size: 13px;
                line-height: normal;
                margin: 0 auto;
                top: 36px;
                width: 131px;
                margin-left: 0px;
            }

            @media screen and (max-width: 538px) {
                #Categories {
                    width: 400px;
                    margin: 0 auto;
                    text-align: center;
                }

                @media screen and (max-width: 410px) {
                    #Categories {
                        width: 320px;
                        margin: 0 auto;
                        text-align: center;
                    }
                }
            }
        }
    }
}



/************************
          SERVICES
*************************/


.Quad1, .Quad2, .Quad3, .Quad4 {
    display: inline-block;
    width: 49%;
    padding: 20px;
    box-sizing: border-box;
    height: 280px;
}


.QuadText p {
    font-size: 19px;
    color: #6d6d6d;
    line-height: 25px;
}

.QuadTitle h2 {
    margin: 11px 0px 2px 9px;
    font-weight: normal;
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
}


.QuadButton {
    padding: 6px 15px !important;
}
