

[data-cattype="85009"] .container {
    max-width: 1250px;
    width: 100%;
}

[data-cattype="85009"].dark-title h2 {
    color: #000;
}

[data-cattype="85009"] .caption,
[data-cattype="85009"].light-theme .caption,
[data-cattype="85009"].dark-theme .caption {
    padding: 5px;
}

[data-cattype="85009"].dark-theme .caption{
    color: #fff;
}

[data-cattype="85009"].no-caption .caption{ display: none; }

[data-cattype="85009"].light-theme h2 {
    font-size: 15px;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    text-align: center;
}

[data-cattype="85009"] .owl-carousel.owl-theme {
    margin-top: 20px;
    max-width: 100%;
}

[data-cattype="85009"] .owl-carousel.owl-theme a {
    cursor: default;
    color: #000;
}

[data-cattype="85009"] .owl-carousel.owl-theme a:link {
    cursor: pointer;
}

[data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: -60px;
    top: 26%;
    height: 60px;
    width: 30px;
}

[data-cattype="85009"] .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: -60px;
    top: 26%;
    height: 60px;
    width: 30px;
}

[data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev,
[data-cattype="85009"] .owl-controls .owl-buttons div.owl-next{
    background-size: contain;
}

[data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev.disabled,
[data-cattype="85009"] .owl-controls .owl-buttons div.owl-next.disabled{
    display: none;
}


[data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev {
    background-image: url('../../../data/ckfinder/images/angle-left-black.svg');
}

[data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev:hover {
    background-image: url('../../../data/ckfinder/images/angle-left-red.svg');
}

[data-cattype="85009"] .owl-controls .owl-buttons div.owl-next {
    background-image: url('../../../data/ckfinder/images/angle-right-black.svg');
}

[data-cattype="85009"] .owl-controls .owl-buttons div.owl-next:hover {
    background-image: url('../../../data/ckfinder/images/angle-right-red.svg');
}

/*----------------------------------------------------------------------------------*/




[data-cattype="85009"].dark-theme .owl-controls .owl-buttons div.owl-prev {
    background-image: url('../../../data/ckfinder/images/angle-left.svg');
}

[data-cattype="85009"].dark-theme .owl-controls .owl-buttons div.owl-next {
    background-image: url('../../../data/ckfinder/images/angle-right.svg');
}

[data-cattype="85009"].dark-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background-image: url('../../../data/ckfinder/images/angle-left-red.svg');
}
[data-cattype="85009"].dark-theme .owl-controls .owl-buttons div.owl-next:hover {
    background-image: url('../../../data/ckfinder/images/angle-right-red.svg');
}


[data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev,
[data-cattype="85009"] .owl-controls .owl-buttons div.owl-next,
[data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev:hover,
[data-cattype="85009"] .owl-controls .owl-buttons div.owl-next:hover {
    background-size: 100%;
    background-repeat: no-repeat;
}



.small-title h2 {
    font-size: 18px;
    color: #000;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    font-weight: bold;
}


/*.owl-carousel.owl-theme .item, .owl-carousel.owl-theme .owl-item {
    max-width: 185px;
    margin: 0px 7px 7px;
}
*/

[data-cattype="85009"] .owl-carousel.owl-theme .item,
[data-cattype="85009"] .owl-carousel.owl-theme .owl-item {
    max-width: 181px;
    margin: 0px 5px 7px;
    text-align: center;
}

[data-cattype="85009"] .owl-carousel.owl-theme .item img{
    border: 1px solid #ccc;
}



/*----------------------------------------*/

@media (min-width: 1281px) and (max-width: 1427px) {
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev {
        left: -40px;
    }
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-next {
        right: -40px;
    }
}

@media (max-width: 1280px) {
    [data-cattype="85009"] .owl-carousel.owl-theme {
        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 (min-width: 768px) and (max-width: 980px) {
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-next {
        right: -12px;
    }
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev {
        left: -12px;
    }
    [data-cattype="85009"] .owl-carousel.owl-theme .item, 
    [data-cattype="85009"] .owl-carousel.owl-theme .owl-item{
        margin: 0 5px;
        max-width: 200px;
    }
    [data-cattype="85009"] .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    [data-cattype="85009"] .owl-carousel.owl-theme {
        padding: 0 15px;
    }
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev {
        left: -25px;
    }
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-next {
        right: -25px;
    }
}

@media (max-width: 767px) {
    [data-cattype="85009"] .owl-carousel.owl-theme {
        padding-left: 30px;
        padding-right: 30px;
    }
    .light-theme[data-cattype="85009"] h2 {
        text-align: center;
    }
    [data-cattype="85009"] .owl-carousel .owl-item .item,
    [data-cattype="85009"] .owl-carousel .owl-item {
        margin-right: unset !important;
        margin-left: unset !important;
        max-width: unset !important;
    }
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-prev {
        left: 0px;
    }
    [data-cattype="85009"] .owl-controls .owl-buttons div.owl-next {
        right: 0px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    [data-cattype="85009"] .owl-carousel .owl-item .item,
    [data-cattype="85009"] .owl-carousel .owl-item {}
}

@media (max-width: 360px) {
    [data-cattype="85009"] .owl-carousel .owl-item .item,
    [data-cattype="85009"] .owl-carousel .owl-item {
        margin-right: unset;
    }
}