.image-gallery-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 550px;
    margin: auto;
}
.image-gallery-wrapper .sliderMenu {
    margin-bottom: 40px;
}
.image-gallery-wrapper .sliderMenu span {
    display:inline-block;
    text-transform: uppercase;
    margin-right: 20px;
}
.image-gallery-wrapper .sliderMenu span.active a {
    color: #005AD7;
}
.image-gallery-wrapper .sliderMenu span a {
    color: #B9D4E9;
    font-size: 16px;
}
.image-gallery-wrapper .sliderMenu span a:hover {
    font-size: 16px;
    font-family: unset;
    letter-spacing: unset;
    font-weight: unset;
    line-height: unset;
    color: #005AD7;
}
.image-gallery-wrapper .image-gallery-image-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.image-gallery-wrapper .image-gallery-image-container.b-parallax {
    width: 100%;
}
.image-gallery-wrapper .image-gallery-image-container .image-gallery-image {
    position: absolute;
    width: 100%;
    height: auto;
    box-shadow: 0 10px 20px rgba(0, 81, 158, 0.1);
    background-repeat: no-repeat;
}
.image-gallery-wrapper .image-gallery-image-container .image-gallery-image.single-image {
    height: 100%;
    background-size: cover;
}
.image-gallery-wrapper .image-gallery-image-container .image-gallery-image.parallax-effect {
    height: 100%;
    background-size: 140%;
    background-position-x: 50%;
}
.image-gallery-wrapper .image-gallery-image-container .image-gallery-image.ig-out-left {
    -webkit-animation: out-left-image-animation 0.5s;
    animation: out-left-image-animation 0.5s;
    opacity: 0;
}
.image-gallery-wrapper .image-gallery-image-container .image-gallery-image.ig-out-right {
    -webkit-animation: out-right-image-animation 0.5s;
    animation: out-right-image-animation 0.5s;
    opacity: 0;
}
.image-gallery-wrapper .image-gallery-image-container .image-gallery-image.ig-in-left {
    -webkit-animation: in-left-image-animation 0.5s;
    animation: in-left-image-animation 0.5s;
}
.image-gallery-wrapper .image-gallery-image-container .image-gallery-image.ig-in-right {
    -webkit-animation: in-right-image-animation 0.5s;
    animation: in-right-image-animation 0.5s;
}
@media (max-width: 992px) {
    .image-gallery-wrapper.image-gallery-portrait .image-gallery-image-container {
        height: 500px;
    }
    .sliderMenu {
        display:none;
    }
}
.image-gallery-wrapper a.image-gallery-fullscreen {
    position: absolute;
    margin: 10px;
    width: 100%;
    height: 100%;
    z-index: 2;
    right: 0;
    cursor: pointer;
}
.image-gallery-wrapper a.image-gallery-fullscreen:hover > svg {
    transform: scale(1.2);
}
.image-gallery-wrapper a.image-gallery-fullscreen svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    transition: transform 250ms;
}
.image-gallery-description-wrapper {
    position: absolute;
    margin-left: 20px;
    padding: 15px;
    width: calc(100% - 40px);
    min-height: 40px;
    bottom: 0;
    box-shadow: 0 10px 20px rgba(0, 81, 158, 0.1);
    background-color: #fff;
    transition: opacity 0.5s;
    transform: translateY(calc(50% + 40px));
    z-index: 3;
}
.image-gallery-description-wrapper.ig-hidden {
    opacity: 0;
    z-index: auto;
}
.image-gallery-description-wrapper.ig-shown {
    opacity: 1;
    z-index: 10;
}
.image-gallery-description-wrapper.ig-shown .b-nav-buttons {
    display: block;
}
.image-gallery-description-wrapper .ig-appear {
    -webkit-animation: ig-appearing-animation 0.5s;
    animation: ig-appearing-animation 0.5s;
}
.image-gallery-description-wrapper .ig-disappear {
    -webkit-animation: ig-disappearing-animation 0.5s;
    animation: ig-disappearing-animation 0.5s;
}
.image-gallery-description-wrapper.b-parallax {
    margin-left: 10%;
    padding: 20px;
    bottom: -40px;
}
.image-gallery-description-wrapper .image-gallery-navigation {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    padding-top: 0;
    height: 30px;
}
.image-gallery-description-wrapper .b-image-counter {
    font-size: 12px;
    text-transform: uppercase;
    color: #005AD7;
    
}
.image-gallery-description-wrapper .b-image-counter > span {
    padding-right: 5px;
}
.image-gallery-description-wrapper .b-image-progress-bar {
    position: relative;
    width: 60px;
    top: 8px;
    height: 2px;
    z-index: 2;
    background-color: #bdbdbd;
}
.image-gallery-description-wrapper .b-image-progress-bar > span.b-progress-position {
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #005AD7;
    transition: width 250ms ease-in-out 250ms;
}
.image-gallery-description-wrapper .b-image-description {
    color: #005AD7;
    text-align: center;
    width: 100%;
    line-height: 25px;
    margin-bottom: 10px;
}
.image-gallery-description-wrapper .b-nav-buttons {
    position: absolute;
    left: -20px;
    width: calc(100% + 40px);
    top: calc(50% - 25px);
}
.image-gallery-description-wrapper .b-nav-button {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 0;
    display: inline-block;
    border: 1px solid rgba(189, 189, 189, 0.25);
    border-radius: 50%;
    background-color: #fff;
}
.image-gallery-description-wrapper .b-nav-button:hover {
    cursor: pointer;
}
.image-gallery-description-wrapper .b-nav-button::after {
    content: "";
    position: absolute;
    background: transparent
        url("data:image/svg+xml,%3csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 17l8-8-8-8' stroke='%23005AD7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e")
        no-repeat 50% 50%;
    background-size: 100%;
    width: 10px;
    height: 18px;
    display: block;
    width: 8px;
    height: 100%;
    top: 1px;
}
.image-gallery-description-wrapper .b-nav-button.b-left {
    float: left;
}
.image-gallery-description-wrapper .b-nav-button.b-left::after {
    transform: rotate(-180deg);
    right: 16px;
}
.image-gallery-description-wrapper .b-nav-button.b-right {
    float: right;
}
.image-gallery-description-wrapper .b-nav-button.b-right::after {
    transform: rotate(0);
    right: 15px;
}
.image-gallery-description-wrapper .image-gallery-description {
    position: relative;
    color: #005AD7;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-align: left;
    text-overflow: unset;
    display: block;
    font-family: var( --e-global-typography-5621e55-font-family ), Sans-serif;
    font-size: var( --e-global-typography-5621e55-font-size );
    font-weight: var( --e-global-typography-5621e55-font-weight );
}
.image-gallery-description-wrapper .image-gallery-link {
    margin-top: 20px;
    text-align: center;
}
.image-gallery-description-wrapper .image-gallery-link a {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.image-gallery-description-wrapper .image-gallery-link a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 25px;
    left: 0;
    background-color: rgba(0, 79, 159, 0.25);
}
.image-gallery-description-wrapper .image-gallery-link a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    top: 25px;
    left: 0;
    background-color: #55AFDC;
    transition: width 250ms;
}
.image-gallery-description-wrapper .image-gallery-link a:hover {
    color: #55AFDC;
}
.image-gallery-description-wrapper .image-gallery-link a:hover::after {
    width: 100%;
}
.frame-type-mask_image_gallery {
    padding-bottom: 50px;
}
.image-gallery-animation {
    -webkit-animation: image-gallery-text-animation 250ms ease-out;
    animation: image-gallery-text-animation 250ms ease-out;
}
.image-gallery-animation.b-delay {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
}
@media (min-width: 992px) {
    .image-gallery-wrapper {
        height: 450px;
        max-width: none;
    }
    .image-gallery-wrapper div.image-gallery-image-container {
        width: 70%;
        height: 100%;
    }
    .image-gallery-wrapper div.image-gallery-image-container .image-gallery-image {
        position: absolute;
        width: 100%;
        height: auto;
    }
    .image-gallery-wrapper div.image-gallery-image-container .image-gallery-image.parallax-effect {
        height: 100%;
        background-position-x: 50%;
    }
    .image-gallery-description-wrapper {
        margin-left: 40%;
        padding: 40px 40px 20px;
        bottom: -100px;
        transform: translate(0);
        width: 60%;
    }
    .image-gallery-description-wrapper .b-image-counter {
        display: block;
    }
    .image-gallery-description-wrapper .b-image-progress-bar {
        display: block;
    }
    .image-gallery-description-wrapper .image-gallery-navigation {
        width: auto;
        padding-top: 15px;
        height: 70px;
    }
    .image-gallery-description-wrapper .b-image-description {
        position: relative;
        width: auto;
        top: -5px;
        text-align: left;
        font-family: "Proxima Nova";
        font-size: 25px;
        font-weight: bold;
        line-height: 32px;
        letter-spacing: -1.2px;
    }
    .image-gallery-description-wrapper .b-nav-buttons {
        position: relative;
        margin-right: -20px;
        bottom: 15px;
        width: auto;
        top: auto;
    }
    .image-gallery-description-wrapper .b-nav-button {
        margin-left: 15px;
    }
    .image-gallery-description-wrapper.b-left {
        float: none;
    }
    .image-gallery-description-wrapper.b-right {
        float: none;
    }
    .image-gallery-description-wrapper .image-gallery-link {
        text-align: left;
    }
    .image-gallery-portrait .image-gallery-description-wrapper {
        margin-left: 50%;
    }
    .image-gallery-portrait .image-gallery-image {
        width: 100%;
        height: auto;
    }
    .image-gallery-portrait.size-1 div.image-gallery-image-container {
        width: 30%;
        margin-left: 20%;
    }
    .image-gallery-portrait.size-2 div.image-gallery-image-container {
        width: 31%;
        margin-left: 23%;
    }
    .image-gallery-portrait.size-3 div.image-gallery-image-container {
        width: 20%;
        margin-left: 30%;
    }
}
@media (min-width: 1200px) {
    .image-gallery-description-wrapper {
        margin-left: 60%;
        width: 40%;
        top: 100px;
        height: 600px;
        overflow:auto;
        transform: translate(0);
    }
}

@media (max-width: 768px) {
    .stpcontent {
        overflow:auto;
        height:240px;
    }
    .image-gallery-wrapper .image-gallery-image-container {
        height: 450px;
    }
    .image-gallery-description-wrapper {
        position: absolute;
        margin-left: 0;
        padding: 15px;
        width: 100%;
        min-height: 40px;
        top: 195px;
        bottom: unset;
        box-shadow: 0 10px 20px rgb(0 81 158 / 10%);
        background-color: #fff;
        transition: opacity 0.5s;
        transform: none;
    }
    .image-gallery-description-wrapper .b-image-description {
        text-align: left;
        font-weight:bold;
        margin-bottom: 20px;
    }
}

@-webkit-keyframes out-left-image-animation {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}
@keyframes out-left-image-animation {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}
@-webkit-keyframes out-right-image-animation {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}
@keyframes out-right-image-animation {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}
@-webkit-keyframes in-left-image-animation {
    0% {
        opacity: 0;
        transform: translateX(-100%) scale(1.5);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}
@keyframes in-left-image-animation {
    0% {
        opacity: 0;
        transform: translateX(-100%) scale(1.5);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}
@-webkit-keyframes in-right-image-animation {
    0% {
        opacity: 0;
        transform: translateX(100%) scale(1.5);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}
@keyframes in-right-image-animation {
    0% {
        opacity: 0;
        transform: translateX(100%) scale(1.5);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}
@-webkit-keyframes ig-appearing-animation {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes ig-appearing-animation {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes ig-disappearing-animation {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}
@keyframes ig-disappearing-animation {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}
@-webkit-keyframes image-gallery-text-animation {
    0% {
        transform: translateY(-15px);
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    50% {
        transform: translateY(15px);
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes image-gallery-text-animation {
    0% {
        transform: translateY(-15px);
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    50% {
        transform: translateY(15px);
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
