.cid-somMnTAdnz {
    padding-top: 0px;
    padding-bottom: 75px;
    background-color: #efeeee;
    overflow: hidden;
    box-sizing: border-box;
}

.cid-somMnTAdnz .mbr-slider .carousel-control {
    background: #1b1b1b;
}

.cid-somMnTAdnz .mbr-slider .carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
}

.cid-somMnTAdnz .mbr-slider .carousel-control-next {
    right: 0;
    margin-right: 2.5rem;
}

.cid-somMnTAdnz .mbr-slider .modal-body .close {
    background: #1b1b1b;
}

.cid-somMnTAdnz .mbr-gallery-item>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
}

.cid-somMnTAdnz .mbr-gallery-item>a:hover::before {
    opacity: 0.5 !important;
}

.cid-somMnTAdnz .mbr-gallery-filter {
    padding-top: 0;
    padding-bottom: 2rem;
}

.cid-somMnTAdnz .mbr-gallery-filter .btn {
    text-transform: uppercase;
    color: #002f7d !important;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0px !important;
    border: none;
    background: transparent;
    padding: 12px 15px 12px 15px;
}

.cid-somMnTAdnz .mbr-gallery-filter ul {
    display: block;
}

.cid-somMnTAdnz .mbr-gallery-filter ul li {
    position: relative;
}

.cid-somMnTAdnz .mbr-gallery-filter li.active .btn {
    color: #787324 !important;
    background: transparent;
}

.cid-somMnTAdnz .mbr-gallery-filter .btn::after {
    bottom: 0.5rem;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    width: 4px;
    transition: all 0.3s ease-in-out;
    background: #787324 !important;
}

.cid-somMnTAdnz .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-somMnTAdnz .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-somMnTAdnz .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    background: #787324 !important;
}

.cid-somMnTAdnz .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-somMnTAdnz .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
}

.cid-somMnTAdnz .mbr-gallery-title {
    transition: all .3s;
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    width: 100%;
    top: -2rem;
    right: 0;
    text-align: right;
    padding: 1rem;
    color: #fff;
    background: transparent;
}

.cid-somMnTAdnz .mbr-gallery-item>a:hover .mbr-gallery-title {
    top: 0;
    right: 0;
    display: block;
    visibility: visible;
    opacity: 1;
}

.cid-somMnTAdnz .mbr-gallery-item>a:hover .icon-focus {
    top: calc(50% - 24px);
}

.cid-somMnTAdnz .icon-focus:before {
    content: '\e95e';
}

.mbr-gallery .mbr-gallery-item>a:hover .icon-focus,
.mbr-gallery .mbr-gallery-item>a:hover .icon-video {
    opacity: 1;
}

.cid-somMnTAdnz .icon-focus {
    font-family: 'MobiriseIcons' !important;
    transition: all .3s;
    font-size: 2rem !important;
    top: 50%;
    left: calc(50% - 24px);
    width: 48px;
    padding: 0 8px;
    border-radius: 50%;
    color: #444444 !important;
    background-color: #ffffff;
}

.cid-somMnTAdnz .mbr-section-title {
    margin: 0;
}

.cid-somMnTAdnz .underline {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

.cid-somMnTAdnz .underline .line {
    width: 3rem;
    height: 2px;
    background: #002157;
    display: inline-block;
}

.cid-somMnTAdnz .mbr-section-title,
.cid-somMnTAdnz .underline {
    color: #232323;
}

.mbr-gallery .mbr-gallery-filter button.focus,
.mbr-gallery .mbr-gallery-filter button:focus {
    box-shadow: none;
}

@media (max-width: 991px) {
    .mbr-gallery .mbr-gallery-item {
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
    .mbr-gallery .mbr-gallery-item {
        width: 50%;
    }
}


/* @media (max-width: 480px) {
    .mbr-gallery .mbr-gallery-item {
        width: 100%;
    }
} */