body, html {
    background-color: white;
    color: black;
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-variant: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: anti-aliased;
    font-size: 12px;
    line-height: 16px;
}

table ul, table li {
    line-height: 24px;
}

th.pdfCatsDesc {
    font-weight: normal !important;
}

#footer button.pdfCatalogBtn {
    float: left;
}
#footer a.htmlCatalogBtn {
    float: left;
    margin-left: 10px;
    padding: 2px 10px;
    line-height: 16px;
    height: auto;
}

.catAdditionalInfo {
    width: 100%;
    background-color: #fafafa;
    float: left;
    font-size: 10px;
    color: #555555;
    border-top: 1px solid #efefef;
    margin-top: 80px;
}

.catAdditionalInfo ul {
    margin: 0;
    padding: 0;
}

.catAdditionalInfo ul li {
    float: left;
    width: 46%;
    list-style: none;
    line-height: 26px;
    margin: 0;
    padding: 5px 2%;
    text-align: right;
    display: block;
}

.catAdditionalInfo ul li:first-child {
    text-align: left;
}

a.pdfCats {
    font-size: 16px !important;
    min-height: 50px;
    width: 100%;
    height: 100%;
    line-height: 50px;
    display: block;
}

.catalogPDF {
    position: relative;
    float: left;
    width: auto;
    margin-left: 10px;
}

.catalogPDF form {
    float: left;
}

.catalogInfo {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #4d4d4d;
    background-color: #fafafa;
    border-top: 1px solid #efefef;
}

.catalogInfo span {
    color: #777777;
}

.header-basic-light {
    padding: 20px 40px;
    box-sizing: border-box;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    min-height: 80px;
    height: auto;
    background-color: #fff;
}

.header-basic-light .header-limiter {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

/* Logo */

.header-basic-light .header-limiter h1 {
    float: left;
    line-height: 40px;
    margin: 0;
}

.header-basic-light .header-limiter h1 span {
    color: #5383d3;
}

/* The header links */

.header-basic-light .header-limiter a {
    color: #5c616a;
    text-decoration: none;
}

.header-basic-light .header-limiter .htmlCatNav {
    line-height: 40px;
    float: right;
}

.header-basic-light .header-limiter .htmlCatNav a {
    display: inline-block;
    padding: 0 5px;
    opacity: 0.9;
    text-decoration: none;
    color: #5c616a;
    line-height: 1;
}

/* Making the header responsive. */

@media all and (max-width: 600px) {

    .header-basic-light {
        padding: 20px 0;
        min-height: 85px;
    }

    .header-basic-light .header-limiter h1 {
        float: none;
        margin: -8px 0 10px;
        text-align: center;
        line-height: 1;
    }

    .header-basic-light .header-limiter .htmlCatNav {
        line-height: 1;
        float: none;
    }
}

.footer-distributed {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 55px 50px;
    float: left;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
}

/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    margin: 0;
}

.footer-distributed h3 span {
    color: #5383d3;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    color: #ffffff;
    width: 38px;
    height: 38px;
    font-size:18px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #5383d3;
    text-decoration: none;;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        border-bottom: 1px dotted #444444;
    }

    .footer-distributed .footer-right {
        border-bottom: none;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

    .footer-distributed .footer-center i {
        display: none;
    }

    .footer-distributed .footer-center {
        line-height: 22px;
    }
}

@media (max-width: 600px) {
    img.catItemImg {
        width: 100%;
        height: auto;
    }
    .catAdditionalInfo ul li, .catAdditionalInfo ul li:first-child {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}