<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul[data-bsp-ul-index] {
    padding: 0;
    margin: 0 0 40px 0;
}

    ul[data-bsp-ul-index] li {
        list-style: none;
        margin-bottom: 15px;
        border-bottom: 2px solid #5d4231;
        padding: 0px 0 15px;
    }

#bsPhotoGalleryModal .modal-content {
    border-radius: 0;
}

#bsPhotoGalleryModal .modal-dialog img {
    text-align: center;
    margin: 0 auto;
    /*width: 100%;*/
}

#bsPhotoGalleryModal .modal-body {
    padding: 0 !important;
    text-align: center;
}

#bsPhotoGalleryModal .bsp-text-container {
    text-align: left;
    padding-top: 10px;
}

#bsPhotoGalleryModal .bsp-close {
    position: absolute;
    right: -8px;
    top: -7px;
    background:  #cfcfcf;
    padding: 0 8px 5px;
    border: 1px solid rgba(0,0,0,.49);
    /*border-radius: 50%;*/
    color: #fff;
}

    #bsPhotoGalleryModal .bsp-close:hover {
        cursor: pointer;
        opacity: 1;
    }

    #bsPhotoGalleryModal .bsp-close img {
        width: 13px;
        height: 13px;
    }

.bspHasModal {
    cursor: pointer;
}

.bspText.bspShortText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bspText {
    color: #666;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 12px;
    background: #fff;
}

#bsPhotoGalleryModal a.bsp-controls img {
    width: 20px;
    height: 35px;
}

a.bsp-controls, a.bsp-controls:active, a.bsp-controls:visited {
    position: absolute;
    top: 46%;
    background: rgba(255,255,255,.49);
}

    a.bsp-controls.next {
        right: 0;
        background: #cfcfcf;
        border-top: 1px solid rgba(0,0,0,.49);
        border-left: 1px solid rgba(0,0,0,.49);
        border-bottom: 1px solid rgba(0,0,0,.49);
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        padding-left: 4px;
        border-right: none;
    }

    a.bsp-controls.previous {
        left: 0;
        background: #cfcfcf;
        border-top: 1px solid rgba(0,0,0,.49);
        border-right: 1px solid rgba(0,0,0,.49);
        border-bottom: 1px solid rgba(0,0,0,.49);
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        padding-right: 4px;
        border-left: none;
    }

    a.bsp-controls:hover {
        opacity: 1;
        text-shadow: none;
    }

.bsp-text-container {
    clear: both;
    display: block;
    padding-bottom: 5px;
}

#bsPhotoGalleryModal h6 {
    margin-bottom: 0;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 5px;
}

#bsPhotoGalleryModal .pText {
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 12px 5px;
}

/*.bspImgWrapper {
    overflow: hidden;
    height: 100px;
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: cover !important;
}*/

.bspImgWrapper {
	overflow: hidden;
	height: 203px;
	background-size: contain !important;
	background-repeat: no-repeat;
	border: 1px solid #747272;
	-webkit-box-shadow: 8px 7px 0px #cfcfcf;
	-moz-box-shadow: 8px 7px 0px #cfcfcf;
	-webkit-box-shadow: 8px 7px 0px #cfcfcf;
	box-shadow: 8px 7px 0px #cfcfcf;
	margin: 0 12px;
}

@media (min-width:992px) {
    #bsPhotoGalleryModal .modal-lg {
        max-width: 1000px;
    }
}

@media screen and (max-width:575px) {
    .bspImgWrapper {
        height: 150px;
    }

    .bspImgWrapper {
        margin: 0 5px;
    }
}
</pre></body></html>