body, #header, #wrapper {
    background: #ebebeb;
}

.de-homebanner {
    background-color: #31859c;
    color: #fff;
}

@media (min-width: 992px) {

    .de-homebanner {
        background-image: url(img/de-homebanner.png);
        background-repeat: no-repeat;
    }
}

.header-top_background {
    height: 110px;
}

.de-home-banner-panel {
    padding: 80px 25px 25px 25px;
}

.de-homebanner-title span {
    color: #cbd90e;
}

.de-homebanner-title {
    font-size: 54px;
    text-transform: uppercase;
    font-family: 'Roboto Light', sans-serif;
    line-height: 55px;
}
h1.de-homebanner-title {
    font-size: 54px;
    text-transform: uppercase;
    font-family: 'Roboto Light', sans-serif;
    line-height: 55px;
}

.de-homebanner-description p {
    color: #fff;
	font-family: 'Roboto Light', sans-serif;
}

.de-product-header {
    background: #f9f9f9;
}

.de-product-footer {
    background: #f3f3f3;
}

h1.de-product-title {
    font-family: 'Roboto Light', sans-serif;
    font-size: 31px;
    color: #5c5d5d;
    padding: 30px 0 25px 0;
    word-break: break-word;
}

h1.de-product-title span {
    color: #cbd90e;
}

h1.de-product-title.neo-title {
    font-size: 25px;
}

h1.de-product-title.neo-title span {
    font-size: 31px;
}


li, p {
    font-size: 14.2px;
}
@media (max-width: 767px) {
    .de-product-item {
        padding: 15px;
    }

    .de-product-footer {
        padding: 25px 15px;
    }
}

@media (min-width: 768px) {
    .de-product-item {
        padding: 0 35px;
    }

    .de-product-footer {
        padding: 25px 35px;
    }

}

.de-product-sub-title {
    color: #cbd90e;
    font-family: 'Roboto Light', sans-serif;
    padding: 30px 0 25px 0;

}
.de-product-footer ul{
	list-style: inside;
}

@media (min-width: 992px)
{
    .row.row-inverse-desktop .col-lg-6 {
        float: right;
    }
}

.slick-prev {
    left: 0!important;;
}
.slick-next {
    right: 0!important;
}


@media(max-width: 991px){
    .navbar-light .navbar-toggler {
        float: right;
        margin-top: 20px;
    }
    div#navbarSupportedContent {
        position: absolute;
        top: 69px;
        background: #31859d;
        width: 100%;
        right: 0;
        z-index: 50000;
    }
    a.nav-link {
        color: #fff!important;
        margin: 0 15px;
    }
}
@media (min-width: 992px){
    .navbar-light .navbar-toggler {
        display: none;
    }
    #navbarSupportedContent {
        display: block;
        float: right;
        margin-top: 20px;
    }
    a.nav-link {
        background: #31859d;
        padding: 0 10px;
        line-height: 20px;
        border-radius: 20px;
        color: #fff!important;
    }
    #header a {
        display: inline-block;
    }
}