/* ADD YOUR CUSTOM STYLE CODES HERE */

.productlist {
    font-size: 14px;
    font-family: 'Raleway';
    color: #969595;
}

    .productlist li {
        list-style-type: disc;
    }

.brochure {
    padding-top: 45px;
}

.abouttext p {
    font-size: 16px;
    line-height: 28px;
}

/* for Google map responsiveness */

.map-responsive {
    overflow: hidden;
    padding-bottom: 20%;
    position: relative;
    height: 0;
    min-height: 350px !important;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 450px;
        min-height: 350px !important;
        width: 100%;
        position: absolute;
    }
