body.cms-home div.std .banners .banner img {
    margin-left: 0;
}

.banners {
    display: block;
    margin: 0 -10px 30px;
}

.banners.home-banners {
    padding-bottom: 20px;
    margin: 30px -10px 0;
}

.banners.subcategory-banners {
    margin: 0 -10px;
    list-style: none;
}

.banners .banner {
    box-sizing: border-box;
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
    float: left;
    left: 0;
    top: 0;
}

.banners .large {
    width: 100%;
}

@media screen and (min-width: 940px) {
    .banners .large {
        width: 50%;
    }
}

.banners .small {
    width: 100%;
}

@media screen and (min-width: 550px) {
    .banners .small {
        width: 50%;
    }
}

@media screen and (min-width: 940px) {
    .banners .small {
        width: 25%;
    }

    .col2-left-layout .col-main .banners .small {
        width: 33.33%;
    }
}

.banner .inner {
    display: block;
    position: relative;
    cursor: pointer;
}

.banners.subcategory-banners .banner .inner {
    border: 1px solid #eee;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .banner-button {
    display: block;
    text-align: center;
    background-color: #622181;
    color: #fff;
    font-weight: bold;
    width: auto;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.2;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    padding: 10px;
}

.banners.subcategory-banners .banner .banner-button {
    font-size: 12px;
}

.banner .banner-button:hover {
    background-color: #501B69;
}

.wrapper .page .footer-container {
    margin: 0 -15px;
    background-color: #f5f5f5;
    border-bottom: 25px solid #371347;
}

.wrapper .page .footer-container .footer {
    border-top: none;
    height: auto;
    text-align: left;
    color: #333;
}

.wrapper .page .footer-container .footer .footer-row {
    padding-top: 30px;
}

@media screen and (min-width: 1000px) {
    .wrapper .page .footer-container .footer .footer-row {
        margin: 0 -10px;
    }
}

.wrapper .page .footer-container .footer .footer-block {
    width: 100%;
    font-size: 12px;
    float: left;
    box-sizing: border-box;
    padding: 0 10px 30px;
}

@media screen and (min-width: 590px) {
    .wrapper .page .footer-container .footer .footer-block {
        width: 50%;
    }
}

@media screen and (min-width: 940px) {
    .wrapper .page .footer-container .footer .footer-block {
        width: 25%;
    }
}

.wrapper .page .footer-container .footer .footer-block .footer-title {
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #F8B333;
    margin-bottom: 0.7em;
}

.wrapper .page .footer-container .footer .footer-block .footer-link {
    color: #333;
}

.wrapper .page .footer-container .footer .footer-block .footer-link:hover {
    cursor: pointer;
}

.wrapper .page .footer-container .footer .footer-block p {
    margin-bottom: 1em;
}

.wrapper .page .footer-container .footer .footer-block .footer-list {
    font-size: 12px;
    list-style: disc;
    padding: 0;
    margin-left: 16px;
}

.wrapper .page .footer-container .footer .footer-block .footer-list li {
    display: list-item;
}

.wrapper .page .footer-container .footer .footer-block .footer-image-link img:hover {
    cursor: pointer;
}
