/* GALLERY HEADER */
    .gallery .gallery-header {
        padding: 56px 20px;
        background: url('/images/Gallery_Banner-min.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    .gallery .gallery-header > .content {
        background: #DDD8D5;
        padding: 20px;
        position: relative;
    }
    .gallery .gallery-header > .content > .title-wrapper > p > span {
        font-size: 17px;
        padding-bottom: 6px;
        border-bottom: 1px solid #C7AA70;
        color: #333;
    }
    .gallery .gallery-header > .content > .title-wrapper > h1 {
        color: #242E49;
        font-weight: 400;
        font-size: 25px;
        letter-spacing: 0.62px;
        margin: 20px 0 15px;
    }
    .gallery .gallery-header > .content > .title-wrapper > h1 > span {
        font-weight: 700;
    }
    .gallery .gallery-header > .content > p.text {
        text-align: center;
        font-size: 14px;
    }


/* VIRTUAL TOURS */
    .gallery .virtual-tours {
        padding: 35px 35px 20px;
        background: #1E1E1E;
    }
     .gallery .virtual-tours > .dark-box-container > h2 {
        margin: 0 0 20px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: -19px;
    }
    .gallery .virtual-tours > .dark-box-container > h2 > span {
        background-color: #1E1E1E;
        padding: 0 10px;
        line-height: 33px;
        font-size: 25px;
        color: #fff;
    }
    .gallery .virtual-tours > .dark-box-container {
        border: 1px solid #C7AA70;
        padding: 
    }
    .gallery .virtual-tours > .dark-box-container > .tours {
        display: flex;
        flex-flow: row wrap;
        margin: 37px -35px 20px
    }
    .gallery .virtual-tours > .dark-box-container > .tours > .tour-item {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 50%;
        height: 160px;
        position: relative;
        display: block;
    }
    .gallery .virtual-tours > .dark-box-container > .tours > .tour-item > .overlay {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,0.20);
    }
    .gallery .virtual-tours > .dark-box-container > .tours > .tour-item > .overlay > .icon.icon-360 {
        display: block;
        height: 153px;
        width: 153px;
        background-image: url(/images/icons-sprite.png);
        background-position: -581px -24px;
        transform: scale(0.326797386);
    }
    .gallery .virtual-tours > .dark-box-container > .tours > .tour-item > .overlay > .text-content {
        background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 2%, rgba(0,0,0,0.80) 95%);
        height: 78px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 15px;
        display: flex;
        flex-direction: column-reverse;
    }
    .gallery .virtual-tours > .dark-box-container > .tours > .tour-item > .overlay > .text-content > span {
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 45px;
        font-weight: 600;
    }

/* STILL SHOTS */
    .gallery .still-shots {
        padding: 35px 35px 20px;
        background: #464646;
    }
    .gallery .still-shots > .dark-box-container > h2 {
        margin: 0 0 20px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: -19px;
    }
    .gallery .still-shots > .dark-box-container > h2 > span {
        background-color: #464646;
        padding: 0 10px;
        line-height: 33px;
        font-size: 25px;
        color: #fff;
    }
    .gallery .still-shots > .dark-box-container {
        border: 1px solid #C7AA70;
        padding: 
    }
    .gallery .still-shots > .dark-box-container > .album {
        padding: 0 20px 15px;
        margin-left: -35px;
        margin-right: -35px;
    }

    .gallery .still-shots > .dark-box-container > .album > .title {
        color: #fff;
        width: 200px;
        margin: 16.5px auto 10px;
        text-align: center;
        padding: 16.5px 0 15px;
    }
    .gallery .still-shots > .dark-box-container > .album > .title > h2 {
        font-size: 25px;
        color: #C7AA70;
        line-height: 33px;
        margin: 0;
        display: inline-block;
    }

    .gallery .still-shots > .dark-box-container > .album > .slider {
        text-align: center;
    }
    .gallery .still-shots > .dark-box-container > .album > .slider .photo {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 150px;
        position: relative;
        display: block;
    }
    .gallery .still-shots > .dark-box-container > .album > .slider .photo > .text-content {
        background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 6%, rgba(0,0,0,0.70) 64%);
        height: 70px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 0 4px 9px;
        display: flex;
        flex-direction: column-reverse;
    }
    .gallery .still-shots > .dark-box-container > .album > .slider .photo > .text-content > span {
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 25px;
        text-align: left;
        font-weight: lighter;
        font-style: italic;
    }

    .gallery .slider > .slick-arrow {
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
        border: none;
        height: 40px;
        width: 40px;
        position: absolute;
        top: 75px;
        right: -21px;
        border-radius: 5px 0 0 5px;
        background-image: url(/images/icons-sprite.png);
        background-repeat: no-repeat;
        background-position: -18px -52px;
        margin-top: -25px;
        z-index: 1;
    }
    .gallery .slider > .slick-arrow.slick-prev {
        right: unset;
        left: -21px;
        transform: rotate(180deg);
        box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.15);
        background-position: -15px -53px;
    }

    .gallery .slider > .slick-dots {
        list-style: none;
        margin: 15px auto 0;
        padding: 0;
        display: inline-block;
    }
    .gallery .slider > .slick-dots > li {
        float: left;
    }
    .gallery .slider > .slick-dots > li > button {
        border-radius: 50%;
        height: 16px;
        width: 16px;
        border: none;
        box-shadow: none;
        outline: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 9px;
        background: transparent;
    }
    .gallery .slider > .slick-dots > li > button > .dot {
        height: 6px;
        width: 6px;
        background: rgba(255,255,255,0.40);
        border-radius: 50%;
    }
    .gallery .slider > .slick-dots > li.slick-active > button > .dot {
        background: #fff;
    }
