.slidershow-home {
    padding-top: 24px;
    margin-bottom: 30px;
}

/**
 * Banner image
 */
.static-image-block-1 {
    .image-content {
        margin-bottom: 10px;
        .clearfix();
    }

    .col-1-image {
        float: left;
        .clearfix();
    }

    .image-1 {
        margin-bottom: 10px;
    }

    .image-2 {
        float: left;
    }

    .image-3 {
        float: right;
    }

    .col-2-image {
        float: right;
    }
}

/**
 * Content home
 */

.content-home {
    .clearfix();

    .sidebar-home {
        float: right;
        width: 270px;

        .products-sidebar {
            margin-bottom: 30px;

            .block {
                margin-bottom: 0;
            }
        }
    }

    .main-home {
        float: left;
        padding-right: 30px;
        width: calc(~'100% - 270px');
    }
}

/**
 * Sidebar home
 */
.sidebar-home {
    .block {
        margin-bottom: 35px;
    }

    .block-title {
        font-size: 138.461%;
        color: #222;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .block-content {
        border: 1px solid #e5e5e5;
        padding: 10px;
    }

    .block-clients {
        padding: 20px;

        .client-description {
            margin-bottom: 20px;
            padding-bottom: 12px;
            border-bottom: 1px solid #e5e5e5;
        }

        .client-info img {
            float: left;
            width: 46px;
        }

        .client-info .info-detail {
            margin-left: 55px;
            padding-top: 3px;
        }

        .info-detail h3 {
            font-size: 107.69%;
            font-weight: 700;
            text-transform: uppercase;
            color: #444;
            margin-bottom: 6px;
        }

        .owl-theme .owl-nav {
            position: absolute;
            top: -64px;
            right: -21px;
            margin: 0;
        }

        .owl-theme .owl-nav [class*='owl-'] {
            margin: 0;
            padding: 0;
            width: 26px;
            height: 34px;
            line-height: 32px;
            background-color: #fff;
            border: 1px solid #e5e5e5;
            color: #888;
            .border-radius(0);
            .transition(.1s);

            &:before {
                font-size: 18px;
            }

            &.owl-next {
                border-left: none;
            }

            &.owl-prev {
                border-right: none;
            }
        }
    }

    .product-type-list {
        margin-bottom: 7px;

        .product-item-info {
            border: none;
            padding-bottom: 0;
        }
    }
}

/**
 * Newsletter home
 */

.block-subscribe-home {
    padding: 15px 12px 17px;
    border: 5px solid #e5e5e5;

    .newsletter-title {
        color: #222;
        font-size: 200%;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .description-newsletter {
        margin-bottom: 20px;
    }

    #newsletter-home {
        height: 40px;
        .border-radius(0);
    }

    .action-button {
        padding-top: 10px;
    }

    .action-button button {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #4a5678;
        text-transform: uppercase;
        padding: 0 20px;
        .border-radius(0);
    }
}