.banner_wrapper {
    max-width: 1280px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: white;
}

.banner_slider li {
}

.banner_slider li .row {
    height: 100%;
}

.lSPager {
    position: absolute;
    left: 8.33333333%;
    top: 60px;
}

.col-md-padding-offset-1 {
    padding-left: calc(8.33333333% + 0px);
}

.banner_content--background {
    background-color: rgba(228, 0, 15, 0.825);
    height: 100%;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
}

.banner_content h1,
.banner_content p {
    color: white;
}

.banner_content {
    height: 100%;
    max-width: 100vw;
    min-height: 400px;
}

.banner_content .h1 {
    margin-bottom: 20px;
}

.banner_slider h1,
.banner_slider p {
    color: white;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: white !important;
    border: 1px solid white !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: transparent !important;
    border: 1px solid white !important;
}

/*
.banner .lslide
{
    margin-right:0 !important;
}
*/
.banner_text_slider h1,
.banner_text_slider p {
    color: white;
}

/* do not remove carousel makes mistake in height calculations thus some buttons are cut off */
.banner_text_slider li {
    padding-bottom: 40px;
}

.banner_subitem {
    display: inline-block;
    margin-right: 20px;

}

.banner_subitem:last-child {
    margin-right: 0px;
}

.banner_subitem a:hover {
    text-decoration: none;
}

.contact_banner .banner_content {
    background-color: rgba(228, 0, 15, 0.8);
    position: relative;
}

.contact_banner .banner_content:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1000px;
    height: 100%;
    width: 1000px;
    background-color: rgba(228, 0, 15, 0.8);
}

.banner_background {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
}

.banner_background:after {
    content: "";
    position: absolute;
    width: 2000px;
    left: -2000px;
    height: 100%;
    background-color: rgba(20, 75, 129, 0.825);
    top: 0;
}


.js_responsivebg{
    background-size: cover;
}

@media only screen and (max-width: 991.98px) {
    .lSPager {
        display: none;
    }

    .banner .h1 {
        font-size: 35px !important;
    }

    .banner_background {
        width: 100%;
    }

    .banner_subitem {
        margin-bottom: 20px;

    }
}

@media only screen and (min-width: 1280px) {
    .js_responsivebg {
        max-width: 1280px;
        margin: 0 auto;
        position: relative;
        background-size: cover;
        background-color: #f1f1f3;
    }

    /*
    .js_responsivebg:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0;
        width: 150px;
        min-height: 300px;
        height: 100%;
        z-index: 1;
        background: -moz-linear-gradient(left, rgba(241, 241, 243, 0) 0%, rgba(241, 241, 243, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(241, 241, 243, 0) 0%, rgba(241, 241, 243, 1) 100%);
        background: linear-gradient(to left, rgba(241, 241, 243, 0) 0%, rgba(241, 241, 243, 1) 100%);

        background-size: contain;
    }

    .js_responsivebg:before {
        content: "";
        position: absolute;
        right: 0px;
        top: 0;
        width: 150px;
        min-height: 300px;
        height: 100%;
        z-index: 1;
        background: -moz-linear-gradient(right, rgba(241, 241, 243, 0) 0%, rgba(241, 241, 243, 1) 100%);
        background: -webkit-linear-gradient(right, rgba(241, 241, 243, 0) 0%, rgba(241, 241, 243, 1) 100%);
        background: linear-gradient(to right, rgba(241, 241, 243, 0) 0%, rgba(241, 241, 243, 1) 100%);
        background-size: contain;
    }
    */
}

@media only screen and (min-width: 1190px) and (max-width: 1400px) {
    .banner_content {
        padding-top: 40px !important;
    }

    .lSPager {
        top: 5px;
    }
}

.banner_content .absolute_bottom {
    position: absolute;
    left: 15px;
    bottom: 0;
}


@media only screen and (max-width : 767.98px) {
    .banner_content{
        min-height: 250px;
    }
}
