/* Gallery */
.gallery{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
}
.gallery .gallery-item {
    margin-bottom: 20px;
}
.gallery .gallery-item > a,.gallery .gallery-item > div {display: block;width: 100%;height: 265px;border-radius: 2px;overflow: hidden;background-color: rgb(225, 225, 225);position: relative;}

.gallery .gallery-item > a img,.gallery .gallery-item > div img {width: 100%;height: 100%;object-fit: cover;object-position: center;}
.card-full-image {position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex; color: #fff;font-size: 16px;flex-direction: column;justify-content: flex-end;align-items: center;padding-bottom: 10px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(63, 63, 63, 0.47) 77%,
    rgba(63, 63, 63, 0.91) 100%
  );
}

.card-description {display: block;height: 60px;color: inherit;width: 100%;padding: 10px;overflow: hidden;text-overflow: ellipsis;}
.card-date-holder {color: #ffffff;}
.card-full-image .card-label {padding: 0 15px;}

.manage-item {
    margin-bottom: 15px;
}
.sidebar-menu ul.main-collapse > li > a.dropdown-toggle::after {
    font-family: FontAwesome;
    content: "\f107";
    border: 0;
    position: absolute;
    top: 0;
}
.sidebar-menu .sub-menu-sidebar {
    padding-left: 15px;
    padding-top: 15px;
}

.product-item__bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-size: contain;
    z-index: 0;
    opacity: 0.1;
    transition: opacity 0.25s ease-in-out;
}
.products-item:hover .product-item__bg{
    opacity: 0.2;
}
.partners .main-row{
    justify-content: center;
}

.mm-listitem>a, .mm-listitem>span {
    white-space: pre-wrap;
}