
    .row-small-gutter {
        padding-top: var(--gutter-space);
    }


    .module.module-slideshow .module-slideshow-item .caption {
        max-width: 420px;
        left: 40px !important;
        transform: none !important;
        text-align: left !important;
    }
    .module.module-slideshow .module-slideshow-item .caption .title {
        font-family: 'DIN Pro';
        font-weight: bold;
        font-size: 41px !important;
        color: var(--text-orange);
        text-shadow: var(--var-shadow-text);
    }
    .module.module-slideshow .module-slideshow-item .caption .description {
        font-family: 'DIN Pro';
        font-weight: bold;
        font-size: 20.5px !important;
        color: var(--text-white) !important;
        text-transform: uppercase !important;
        text-shadow: var(--var-shadow-text);
    }
    .module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev, 
    .module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next {
        left: auto !important;
        top: auto !important;
        bottom: 0px !important;
        width: 40px !important;
        height: 40px !important;
        color: var(--text-white) !important;
        transition: 0.2s all !important;
        opacity: 1 !important;
        border: 3px solid var(--text-white) !important;
        border-radius: 100% !important;
        position: relative;
        font-size: 40px !important;
    }
    .module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev {
        right: 60px !important;
    }
    .module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next {
        right: 10px !important;
    }
    .module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev i, 
    .module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev i {
        left: 45%;
    }
    .module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next i {
        left: 55%;
    }
    .module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev:hover, 
    .module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next:hover {
        color: var(--text-orange) !important;
        border-color: var(--text-orange) !important;
    }
    .home-top-banner-container {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
    }
    .home-top-banner-container .caption {
        position: absolute;
        bottom: 70px;
        left: 10px;
        text-align: left;
        max-width: 90%;
    }
    .home-top-banner-container .caption .title {
        font-family: 'DIN Pro';
        font-weight: bold;
        position: relative;
        display: block;
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px;
        color: var(--text-white);
        text-shadow: var(--var-shadow-text);
        text-transform: uppercase !important;
    }
    .home-top-banner-container .caption .description {
        font-family: 'DIN Pro';
        font-weight: bold;
        position: relative;
        display: block;
        font-size: 16px;
        color: var(--text-white);
        margin-bottom: 20px;
        text-shadow: var(--var-shadow-text);
        text-transform: uppercase !important;
    }
/* end hero section */



/* homepage left column */
    #common-home {
        padding-top: 20px;
    }
    #common-home #column-left {

    }
    #common-home #column-left .container {
        padding: 0px var(--row-gutter-space) 0px 0px;
    }
    #common-home #column-left .module.module-mozaiq {
        margin: 0px;
    }
    #common-home #column-left .module.module-mozaiq .mozaiq-item-with-background {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 10px 0px;
    }
    #common-home #column-left .container:last-of-type .module.module-mozaiq .mozaiq-item-with-background {
        margin-bottom: 0px;
    }
    #common-home #column-left .module.module-mozaiq .mozaiq-item-with-background img {
        opacity: 0;
    }
    #common-home #column-left .module.module-mozaiq .mozaiq-item-with-background .caption {
        opacity: 1;
        background: transparent;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    #common-home #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner {
        position: relative;
        top: 50%;
        left: 0%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        white-space: normal;
    }
    #common-home #column-left .container:first-of-type .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner {
        top: 80%;
        left: 0%;
        -webkit-transform: translate(0%, -80%);
        -moz-transform: translate(0%, -80%);
        -o-transform: translate(0%, -80%);
        transform: translate(0%, -80%);
    }
    #common-home #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .title {
        font-family: 'DIN Pro';
        font-weight: bold;
        /* font-size: 40px; */
        font-size: 31px;
        text-transform: uppercase;
        text-shadow: var(--var-shadow-text);
        line-height: 1.2;
    }
    #common-home #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .subtitle {
        font-family: 'DIN Pro';
        font-weight: bold;
        font-size: 24px;
        font-size: 22px;
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    #common-home #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner .btn.btn-default {
        font-family: 'DIN Pro';
        font-weight: bold;
        position: relative;
        color: var(--text-white);
        font-size: 18px;
        background-color: var(--blue-background);
        padding: 10px 50px 10px 30px;
        border-radius: 25px;
        border: 1px solid;
        border-color: var(--text-white);
        margin-top: 15px;
    }
    #common-home #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner .btn.btn-default:after {
        content: '\f054';
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        border: 2px solid;
        width: 30px;
        height: 30px;
        line-height: 1.1;
        font-size: 20px;
        border-radius: 100%;
        color: var(--text-orange);
        border-color: var(--text-orange);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }
    #common-home #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner .btn.btn-default:hover {
        color: var(--text-blue);
        /* border-color: var(--text-blue); */
        background-color: var(--orange-background);
    }
    #common-home #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner .btn.btn-default:hover:after {
        color: var(--text-blue);
        border-color: var(--text-blue);
    }
/* end homepage left column */

/* homepage content */
    #common-home .module-product-blocks {
        padding-top: 10px;
    }
    #common-home .module-product-blocks:last-of-type {
        padding-bottom: 0px;
    }
    #common-home .module-product-blocks .module-title {
        display: none;
    }
    #common-home #content .container {
        padding: 0px;
    }
    .module.module-mozaiq {
        position: relative;
        display: block;
        margin: 20px 0px 40px;
    }
/* end homepage content */

@media only screen and ( max-width: 1199px ) {
    #common-home #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .title {
        font-size: 28px;
    }
    #common-home #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .subtitle {
        font-size: 18px;
    }
    #common-home #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner .btn.btn-default {
        font-size: 14px;
    }
}

@media only screen and ( max-width: 991px ) {
    #common-home #column-left .container.itx-banner-row-container {
        padding: 0px;
        display: none;
    }
}
