.UICategoryGallery {
    background: #fff;
    margin-bottom: 10px;
}
.UICategoryGallery .container {
    padding: 0;
}
.UICategoryGallery .title-block {
    position: relative;
    padding: 0;
    background: linear-gradient(to right, #d60c0c 0%, #ffc500 100%);
}
.UICategoryGallery .title-block *{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Roboto';
    line-height: 30px;
}
.UICategoryGallery .list-style {
    padding: 10px 0;
}
.UICategoryGallery .item * {
    transition: all .5s ease;
}
.UICategoryGallery .item {
    padding: 5px;
    margin: 0 auto;
    width: 90%;
}
.UICategoryGallery .item a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all .5s ease;
}
.UICategoryGallery .item a {
    display: block;
    position: relative;
    cursor: zoom-in;
}
.UICategoryGallery .item a img {
    width: 100%;
    display: block;
    height: 150px;
    object-fit: cover;
}
.UICategoryGallery .item span.name {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    opacity: 0;
}
.UICategoryGallery .item a:hover:before {
    opacity: 1;
}
.UICategoryGallery .item a:hover .name {
    opacity: 1;
}
/*owl-custom*/
.UICategoryGallery .owl-item .item {
    width: 100% !important;
}
.UICategoryGallery .custom-nav .owl-nav {
    margin: 0 !important;
}
.UICategoryGallery .custom-nav .owl-nav button {
        position: absolute;
        color: #999 !important;
        top: 50%;
        transition: all 0.2s ease;
        outline: none;
        z-index: 99999;
        opacity: .5;
        transform: translate(0, -50%);
    }
.UICategoryGallery .custom-nav .owl-nav button i {
            font-size: 50px;
        }
.UICategoryGallery .custom-nav .owl-nav .owl-prev {
        left: 0;
        border-radius: 0 4px 4px 0;
    }
.UICategoryGallery .custom-nav .owl-nav .owl-next {
        right: 0;
    }
.UIGallery .custom-nav .owl-nav button:hover {
        opacity: 1;
        background: none !important;
    }
.UICategoryGallery .custom-dots .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    z-index: 9;
}
.UICategoryGallery .custom-dots .owl-dots .owl-dot {
        outline: none;
    }
.UICategoryGallery .custom-dots .owl-dots .owl-dot.active span {
            background-color: #d9282f;
            border: solid 2px #fff;
        }
.UICategoryGallery .custom-dots .owl-dots .owl-dot span {
            height: 15px;
            width: 15px;
            margin: 5px;
            display: block;
            border-radius: 100%;
            box-shadow: 0 0 5px 0 #b3b3b3;
            background: #fff;
}
.clear {
    clear:both;
}
.UICategoryGallery .paging > * {
    display: inline-block;
    border: solid 1px #ccc;
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
}
.UICategoryGallery .paging {
    text-align: center;
    margin: 15px 0;
    display: none;
}
.UICategoryGallery .paging a:hover {
    background: #eee;
}
.UICategoryGallery .paging span {
    background: #eee;
    font-weight: bold;
    display: none;
}