<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* preview styles */
.popup-gallery {
    margin: 20px auto 0;
    width: 1140px;
}

figure {
    margin: 0 auto;
    text-align: center;
}

.img-gallery-magnific {
    /* text-align: center; */
}

.caption, .caption-ci {
    float: left;
    overflow: hidden;
    margin: 5px;
    position: relative;
}

.caption img, .caption-ci img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
}


@media (min-width:577px) and (max-width:768px) {
    .caption {
        width: 250px;
        height: 140px;
    }
	.caption-ci {
        width: 250px;
    }

    .photo_date {
        width: 250px;
    }

    .photo_caption {
        width: 250px;
    }
}

@media (min-width:768px) and (max-width:900px) {
    .caption {
        width: 330px;
        height: 185px;
    }
    .caption-ci {
        width: 330px;
    }
    .photo_date {
        width: 330px;
    }

    .photo_caption {
        width: 330px;
    }
}

@media (min-width:900.01px) and (max-width:1000px) {
    .caption {
        width: 270px;
        height: 151px;
    }
    .caption-ci {
        width: 270px;
    }

    .photo_date {
        width: 270px;
    }

    .photo_caption {
        width: 270px;
    }
}


@media (min-width:1000.1px) and (max-width:1250px) {
    .caption {
        width: 310px;
        height: 173px;
    }
	.caption-ci {
        width: 310px;
    }

    .photo_date {
        width: 310px;
    }

    .photo_caption {
        width: 310px;
    }
}

@media (min-width:1250.1px) {
    .caption {
        width: 390px;
        height: 219px;
    }
	.caption-ci {
        width: 390px;
    }

    .photo_date {
        width: 390px;
    }

    .photo_caption {
        width: 390px;
    }
}


.caption figcaption, .caption-ci figcaption  {
    background: rgba(0, 0, 0, 0.8) !important;
    color: white !important;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    height: 100%;
}

.caption figcaption div.content_h3, .caption-ci figcaption div.content_h3 {
    font-size: 1.0rem;
    margin-top: 15%;
    /* margin-top: 0; */
    font-size: 20px !important;
    color: #fff !important;
}

.caption .figcaption-wrap i, .caption-ci .figcaption-wrap i, {
    color: #fff;
    margin-top: 15%;
}



.figcaption-wrap {
    margin-top: 10%;
    display: none;
}

.caption-ci .figcaption-wrap{
    margin-top: 35%;
}

.ico {
/*    display: none; */
}

.popup-gallery a {
    float: left;
}

.gallary {
    position: relative;
}


.photo_desc {
    width: 100%;
    font-size: 16px;
    font-weight: 600;

    background-color: #ffffff90;
    padding: 5px;
    word-wrap: break-word;
    line-height: 100%;
    text-align: left;
}

.photo_date {
    color: #35A7AF;
    padding-top: 5px;
}

.photo_caption {
    color: #000a4d;
    padding-top: 5px;
}

.magnific-img {
    height: 100% !important;
    vertical-align: top;
}

.yearDropdown{
    text-align: right;
    color: #000a4d;
    /* line-height: 40px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    margin: 0 40px 0 10px;
    padding: 20px
    /* padding-right: 20px; */
}

#album_year_DD{
margin-left: 3px;
margin-right: 3px;
}

.year_go_btn{
    background-color: #2E969F;
    border: none;
    color: white;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /* margin: 4px 2px;
    cursor: pointer; */
}</pre></body></html>