[data-cattype="85009"] h1 {
    color: #000 !important;
}

[data-cattype="85009"] .container {
    max-width: 1250px;
    width: 100%;
}

[data-cattype="85009"] #owl-mncs {
    max-width: 955px;
    margin: 0 auto;
}

[data-cattype="85009"] .section-title {
    text-transform: uppercase;
}

[data-cattype="85009"] .left {
    padding-right: 30px;
}

[data-cattype="85009"] .border {
    border-left: 2px solid #fff;
    padding-left: 30px;
    margin-left: 0;
}

[data-cattype="85009"].dark-theme .caption {
    display: none;
}

[data-cattype="85009"].light-theme .caption {
    margin: 10px 0;
}

[data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: -35px;
    top: 26%;
    background: url('../../../data/ckfinder/images/arrow-left.png') no-repeat;
    width: 15px;
    height: 30px;
}

[data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev:hover {
    background: url('../../../data/ckfinder/images/arrow-left.png') no-repeat;
}

[data-cattype="85009"] .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: -35px;
    top: 26%;
    background: url('../../../data/ckfinder/images/arrow-right.png') no-repeat;
    width: 15px;
    height: 30px;
}

[data-cattype="85009"] .owl-controls .owl-buttons div.owl-next:hover {
    background: url('../../../data/ckfinder/images/arrow-right.png') no-repeat;
}

[data-cattype="85009"] #owl-mncs .item {
    max-width: 166px;
    margin: 0px 0px 7px;
    text-align: center;
}

[data-cattype="85009"] #owl-mncs .item img {
    border: 1px solid #dadad9;
}

@media (max-width: 1280px) {
    [data-cattype="85009"] #owl-mncs {
        max-width: 1100px;
        margin: 0px auto;
    }
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-next {
        right: -24px;
    }
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev {
        left: -24px;
    }
}

@media (max-width: 980px) {
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-next {
        right: -50px;
    }
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev {
        left: -50px;
    }
}

@media (max-width: 767px) {
    [data-cattype="85009"] .border {
        border-left: 0;
        margin-left: 16.66666667%;
    }
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-next {
        right: -35px;
    }
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev {
        left: -35px;
        display: block;
    }
    [data-cattype="85009"] .section-title {
        font-size: 22px;
    }
    [data-cattype="85009"] #owl-mncs {
        max-width: 200px;
    }
}