.thumb-slider-wrapp {
    width: 100%;
    position: relative
}

.thumb-slider-wrapp .flex-direction-nav {
    display: none
}

.thumb-slider-wrapp .slides {
    height: 100%;
    display: block;
    margin-bottom: 0
}

.thumb-slider-wrapp .slides li {
    width: 100%;
    height: 100%
}

.thumb-slider-wrapp .slides li .thumb-slider-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.thumb-slider-wrapp .main-thumb-slider {
    height: 100%
}

.thumb-slider-wrapp .sub-thumb-slider {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: #fff;
    padding: 15px 0 15px 15px;
    -webkit-transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.thumb-slider-wrapp .sub-thumb-slider .flex-viewport {
    height: 100%;
    width: 100%
}

.thumb-slider-wrapp .sub-thumb-slider .slides li {
    padding-right: 10px
}

.thumb-slider-wrapp .sub-thumb-slider .slides li .thumb-slider-bg {
    cursor: pointer
}

.thumb-slider-wrapp .sub-thumb-slider.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.thumb-slider-wrapp .thumb-slider-wrapp-arrow {
    position: absolute;
    width: 130px;
    height: 27px;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    cursor: pointer;
    -webkit-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease
}

.thumb-slider-wrapp .thumb-slider-wrapp-arrow .hide-images,
.thumb-slider-wrapp .thumb-slider-wrapp-arrow .show-images {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: #222;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2;
    text-align: center;
    -webkit-transition: opacity 0.5s ease, visibility 0.4s ease;
    transition: opacity 0.5s ease, visibility 0.4s ease
}

.thumb-slider-wrapp .thumb-slider-wrapp-arrow .hide-images {
    opacity: 0;
    visibility: hidden
}

.thumb-slider-wrapp .thumb-slider-wrapp-arrow.active {
    bottom: 100px
}

.thumb-slider-wrapp .thumb-slider-wrapp-arrow.active .show-images {
    opacity: 0;
    visibility: hidden
}

.thumb-slider-wrapp .thumb-slider-wrapp-arrow.active .hide-images {
    opacity: 1;
    visibility: visible
}

.trans-slider .page-view .project::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1)
}

.trans-slider .hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none
}

.trans-slider .content {
    padding: 3em 0
}

.trans-slider .page-view {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.trans-slider .page-view .project {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.trans-slider .page-view .project .text h1 {
    font-size: 70px;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    bottom: 15%;
    left: 53px;
    margin: 0;
    display: table;
    text-align: center
}

.trans-slider .page-view .project .text p {
    font-size: 15px;
    color: #fff;
    font-family: "Playfair Display", sans-serif;
    letter-spacing: 1.3px;
    position: absolute;
    bottom: 40px;
    right: 60px;
    margin: 0
}

.trans-slider .page-view .project:nth-child(1) {
    z-index: 30
}

.trans-slider .page-view .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 60px;
    z-index: 100
}

.trans-slider .page-view .arrows .arrow {
    float: left;
    cursor: pointer;
    color: #ffffff;
    font-size: 40px
}

.trans-slider .page-view .arrows .arrow.previous {
    margin-right: 20px
}

.trans-slider .page-view .arrows .arrow:hover.previous {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
}

.trans-slider .page-view .arrows .arrow:hover.next {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

.trans-slider .page-view .arrows .arrow {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

.trans-slider {
    background: url(../images/building-sprite.png) no-repeat -9999px -9999px
}

.trans-slider .page-view {
    background: url(../images/building-sprite-2.png) no-repeat -9999px -9999px
}

.trans-slider .page-view .project:nth-child(odd).hidewiev {
    -webkit-mask: url(../images/building-sprite.png);
    mask: url(../images/building-sprite.png);
    -webkit-mask-size: 7500% 100%;
    mask-size: 7500% 100%;
    -webkit-animation: mask-play 1.4s steps(74) forwards;
    animation: mask-play 1.4s steps(74) forwards
}

.trans-slider .page-view .project:nth-child(even).hidewiev {
    -webkit-mask: url(../images/building-sprite-2.png);
    mask: url(../images/building-sprite-2.png);
    -webkit-mask-size: 8400% 100%;
    mask-size: 8400% 100%;
    -webkit-animation: mask-play 1.4s steps(83) forwards;
    animation: mask-play 1.4s steps(83) forwards
}

.no-cssmask .page-view .project.hidewiev {
    opacity: 0;
    -webkit-transition: opacity 1.4s ease;
    transition: opacity 1.4s ease;
    -webkit-mask: none !important;
    mask: none !important
}

@media screen and (max-width: 1024px) {
    .trans-slider .page-view .project .text h1 {
        top: 50%;
        left: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (max-width: 640px) {
    .trans-slider .page-view .project .text h1 {
        font-size: 40px
    }
    .trans-slider .page-view .project .text p {
        bottom: 20px;
        margin: 0;
        text-align: center;
        width: 100%;
        right: auto;
        font-size: 14px
    }
    .trans-slider .page-view .arrows {
        bottom: 60px;
        left: 50%;
        z-index: 120;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .trans-slider .page-view .arrows .arrow.previous:hover {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes mask-play {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes mask-play {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

.portfolio-masonry .item {
    opacity: 0;
    transition: opacity 1.5s ease
}

.portfolio-masonry.animation .item {
    opacity: 1
}

.portfolio-masonry .item:nth-of-type(1) {
    transition-delay: 350ms
}

.portfolio-masonry .item:nth-of-type(2) {
    transition-delay: 700ms
}

.portfolio-masonry .item:nth-of-type(3) {
    transition-delay: 1050ms
}

.portfolio-masonry .item:nth-of-type(4) {
    transition-delay: 1400ms
}

.portfolio-masonry .item:nth-of-type(5) {
    transition-delay: 1750ms
}

.portfolio-masonry .item:nth-of-type(6) {
    transition-delay: 2100ms
}

.portfolio-masonry .item:nth-of-type(7) {
    transition-delay: 2450ms
}

.portfolio-masonry .item:nth-of-type(8) {
    transition-delay: 2800ms
}

.portfolio-masonry .item:nth-of-type(9) {
    transition-delay: 3150ms
}

.portfolio-masonry .item:nth-of-type(10) {
    transition-delay: 3500ms
}

.portfolio-masonry .item:nth-of-type(11) {
    transition-delay: 3850ms
}

.portfolio-masonry .item:nth-of-type(12) {
    transition-delay: 4200ms
}

.portfolio-masonry .item:nth-of-type(13) {
    transition-delay: 4550ms
}

.portfolio-masonry .item:nth-of-type(14) {
    transition-delay: 4900ms
}

.portfolio-masonry .item:nth-of-type(15) {
    transition-delay: 5250ms
}

.portfolio-masonry .item:nth-of-type(16) {
    transition-delay: 5600ms
}

.portfolio-masonry .item:nth-of-type(17) {
    transition-delay: 5950ms
}

.portfolio-masonry .item:nth-of-type(18) {
    transition-delay: 6300ms
}

.portfolio-masonry .item:nth-of-type(19) {
    transition-delay: 6650ms
}

.portfolio-masonry .item:nth-of-type(20) {
    transition-delay: 7000ms
}

.portfolio-masonry .item:nth-of-type(21) {
    transition-delay: 7350ms
}

.portfolio-masonry .item:nth-of-type(22) {
    transition-delay: 7700ms
}

.portfolio-masonry .item:nth-of-type(23) {
    transition-delay: 8050ms
}

.portfolio-masonry .item:nth-of-type(24) {
    transition-delay: 8400ms
}

.portfolio-masonry .item:nth-of-type(25) {
    transition-delay: 8750ms
}

.portfolio-masonry .item:nth-of-type(26) {
    transition-delay: 9100ms
}

.portfolio-masonry .item:nth-of-type(27) {
    transition-delay: 9450ms
}

.portfolio-masonry .item:nth-of-type(28) {
    transition-delay: 9800ms
}

.portfolio-masonry .item:nth-of-type(29) {
    transition-delay: 10150ms
}

.portfolio-masonry .item:nth-of-type(30) {
    transition-delay: 10500ms
}

.gallery-masonry .item {
    display: block;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.gallery-masonry .item:hover .text-hover {
    opacity: 1;
    visibility: visible
}

.gallery-masonry .item img {
    display: block
}

.gallery-masonry .two_columns {
    width: 50%
}

.gallery-masonry .three_columns {
    width: 33.3333%;
    margin-left: -1px
}

.gallery-masonry .four_columns {
    width: 25%
}

.gallery-masonry .text-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity .35s ease, visibility .35s ease;
    opacity: 0;
    visibility: hidden
}

.gallery-masonry .text-hover h1 {
    color: #ffffff;
    font-size: 26px;
    letter-spacing: 1.3px;
    text-decoration: none;
    font-family: "Playfair Display", sans-serif
}

@media only screen and (max-width: 991px) {
    .gallery-masonry .item {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .gallery-masonry .text-hover h1 {
        font-size: 18px
    }
    .gallery-masonry .item {
        width: 100%
    }
}

.modern-slider-wrap {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.modern-slider-wrap .modern-slider {
    position: relative
}

.modern-slider-wrap .modern-slider .img {
    /* background-position: center; */
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: 1
}

.modern-slider-wrap .item-mod {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.modern-slider-wrap .item-mod.active {
    z-index: 888
}

.modern-slider-wrap .item-mod.last-active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    z-index: 999
}

.slide-nav__text {
    text-decoration: none
}

.slide-nav__text:hover,
.slide-nav__text:focus {
    color: #fff;
    opacity: .8
}

.slide-nav__text--current,
.slide-nav__text--current:hover,
.slide-nav__text--current:focus {
    text-decoration: line-through
}

.thumb-glitch {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 130px;
    height: 525px;
    position: absolute;
    background: #000;
    padding: 40px 15px;
    z-index: 4;
    overflow: hidden;
    max-height: calc(100% - 200px)
}

.thumb-glitch .sub-thumb-slider--vertical {
    height: 100%;
    overflow: hidden
}

.thumb-glitch .swiper-slide {
    height: 115px;
    padding-bottom: 15px
}

.thumb-glitch .swiper-slide:last-child {
    height: 100px;
    padding-bottom: 0
}

.thumb-glitch .swiper-slide .thumb-slider-bg {
    height: 100px;
    background-size: cover;
    background-position: 50%;
    cursor: pointer
}

.thumb-glitch .swiper-button-next,
.thumb-glitch .swiper-button-prev {
    background: #000;
    width: 100%;
    height: 40px;
    margin: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Ionicons", sans-serif;
    font-size: 30px;
    color: #fff;
    z-index: 3
}

.thumb-glitch .swiper-button-next.swiper-button-disabled,
.thumb-glitch .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    color: #999
}

.thumb-glitch .swiper-button-prev {
    top: 0
}

.thumb-glitch .swiper-button-prev:after {
    content: "\f3d5"
}

.thumb-glitch .swiper-button-next {
    bottom: 0;
    top: auto
}

.thumb-glitch .swiper-button-next:after {
    content: "\f3d6"
}

@media (max-width: 991px) {
    .thumb-glitch {
        width: 100px;
        height: 50%;
        padding: 30px 15px
    }
    .thumb-glitch .swiper-slide {
        height: 85px;
        padding-bottom: 15px
    }
    .thumb-glitch .swiper-slide:last-child {
        height: 70px
    }
    .thumb-glitch .swiper-slide .thumb-slider-bg {
        height: 70px
    }
    .thumb-glitch .swiper-button-next,
    .thumb-glitch .swiper-button-prev {
        height: 30px;
        font-size: 24px
    }
}


/*# sourceMappingURL=iso_gallery.min.css.map */