#galleria-loader {
    height: 1px !important
}

.galleria-theme-custom {
    position: relative;
    overflow: hidden;
    background: #000;
}

.galleria-theme-custom img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.galleria-theme-custom .galleria-stage {
    position: absolute;
    top: 30px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow: hidden;
}

.galleria-theme-custom .galleria-thumbnails-container {
    height: 120px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
}

.galleria-theme-custom .galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}

.galleria-theme-custom .galleria-thumbnails .galleria-image {
    height: 120px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}

.galleria-theme-custom .galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial, sans-serif;
    z-index: 1;
}

.galleria-theme-custom .galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url(custom-loader.gif) no-repeat 2px 2px;
}

.galleria-theme-custom .galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}

.galleria-theme-custom .galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* IE7 */
    zoom: 1;
}

.galleria-theme-custom .galleria-info-title {
    font: bold 12px/1.1 arial, sans-serif;
    margin: 0;
    color: #fff;
    margin-bottom: 7px;
}

.galleria-theme-custom .galleria-info-description {
    font: italic 12px/1.4 georgia, serif;
    margin: 0;
    color: #bbb;
}

.galleria-theme-custom .galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}

.galleria-theme-custom .notouch .galleria-info-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.galleria-theme-custom .touch .galleria-info-close:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.galleria-theme-custom .galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}

.galleria-theme-custom.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.galleria-theme-custom.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.galleria-theme-custom .galleria-image-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 62px;
    left: 0;
}

.galleria-theme-custom .galleria-image-nav-left,
.galleria-theme-custom .galleria-image-nav-right {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    width: 62px;
    height: 62px;
    position: absolute;
    left: 15px;
    z-index: 2;
    background-position: 0 46px;
}

.galleria-theme-custom .galleria-image-nav-right {
    left: auto;
    right: 0;
    z-index: 2;
}

.galleria-theme-custom.notouch .galleria-image-nav-left:hover,
.galleria-theme-custom.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.galleria-theme-custom.touch .galleria-image-nav-left:active,
.galleria-theme-custom.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.galleria-theme-custom .galleria-thumb-nav-left,
.galleria-theme-custom .galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-theme-custom .galleria-image-nav-left:before {font-family: FontAwesome; content: "\f137"; font-size: 44px; color: #fff;}
.galleria-theme-custom .galleria-image-nav-right:before {font-family: FontAwesome; content: "\f138"; font-size: 44px; color: #fff;}
.galleria-theme-custom .galleria-thumb-nav-right {
    border-right: none;
    right: 0;
    left: auto;
}

.galleria-theme-custom .galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}

.galleria-theme-custom.notouch .galleria-thumb-nav-left:hover,
.galleria-theme-custom.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}

.galleria-theme-custom.touch .galleria-thumb-nav-left:active,
.galleria-theme-custom.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}

.galleria-theme-custom.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-theme-custom .galleria-carousel .galleria-thumb-nav-left,
.galleria-theme-custom .galleria-carousel .galleria-thumb-nav-right {
    display: block;
}

.galleria-theme-custom .galleria-thumb-nav-left,
.galleria-theme-custom .galleria-thumb-nav-right,
.galleria-theme-custom .galleria-info-link,
.galleria-theme-custom .galleria-info-close {
    background-image: url(custom-map.png);
    background-repeat: no-repeat;
}

.galleria-theme-custom.galleria-container.videoplay .galleria-info,
.galleria-theme-custom.galleria-container.videoplay .galleria-counter {
    display: none !important;
}

/**Customize */
div.photos-gallery .hero-image-gallery {
    overflow: hidden;
    height: 250px;
    position: relative;
    margin: -2px;
}
div.photos-gallery {
    font-family: Open Sans, Helvetica Neue, Helvetica, Roboto, Arial,
        sans-serif;
}

button.view-photo-btn {
    color: black;
    position: absolute;
    bottom: 20px;
    border-radius: 3px;
    background: #fff;
    height: 30px;
    padding: 2px 10px;
    right: 60px;
    border: 0;
    cursor: pointer;
}

button.view-photo-btn:hover {
    color: #fff;
    background-color: #4a77b4;
}

button.view-photo-btn:hover svg {
    opacity: 1 !important;
    fill: currentColor;
}

div.photos-gallery .hero-image-gallery-layout {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

div.photos-gallery .hero-image-gallery-layout div.photo {
    flex-basis: 25%;
    flex-grow: 1;
    margin: 0px 2px;
}

div.photos-gallery .hero-image-gallery-layout div.photo.hero {
    flex-basis: 50%;
    flex-grow: 2;
}

div.photos-gallery .hero-image-gallery-layout>* {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

button.view-img-btn {
    position: absolute;
}

/* This rule is read by Galleria to define the gallery height: */
.photos-gallery .content {
    clear: none;
    margin-top: 0px;
}
.photos-gallery .galleria-popup {
    height: 100vh;
}

.galleria-popup-wrapper {
    position: fixed;
    margin: 0;
    z-index: 9994;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: #000;
}

.galleria-popup-wrapper .viewport {
    width: 100%;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: auto;
    position: absolute;
}

.galleria-close-btn-wrapper {
    position: absolute;
    z-index: 10;
    height: 0px;
    top: 0px;
    right: 10px;
    width: 20px;
    margin-right: 30px;
    margin-top: 0;
}

.galleria-close-btn-wrapper button {
    appearance: none;
    border: 0;
    position: absolute;
    background: transparent;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    z-index: 100;
    cursor: pointer;
}

.galleria-close-btn-wrapper button svg {
    width: 35px;
    height: 35px;
    fill: currentColor;
}

.galleria-theme-custom .galleria-stage {
    bottom: 270px;
}

.galleria-theme-custom .galleria-thumbnails-container {
    height: 150px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    border-top: 1px solid hsla(0, 0%, 100%, 0.15);
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.galleria-theme-custom .galleria-thumb-nav-left,
.galleria-theme-custom .galleria-thumb-nav-right {
    top: 50%;
}

.galleria-theme-custom .galleria-thumb-nav-left {
    transform: translate(-50%, -50%);
}

.galleria-theme-custom .galleria-thumb-nav-right {
    transform: translate(50%, -50%);
}

.galleria-theme-custom .galleria-info {
    bottom: 185px;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
    top: auto;
    width: 100%;
}

.galleria-theme-custom .galleria-info .galleria-info-link,
.galleria-theme-custom .galleria-info .galleria-info-close {
    display: none !important;
}

.galleria-theme-custom .galleria-info-text {
    display: block !important;
    padding-left: 30px;
    width: 80%;
    background-color: transparent;
}

.galleria-theme-custom .galleria-counter {
    float: right;
    position: relative;
    margin-right: 50px;
    margin-top: -20px;
    opacity: 1 !important;
}

button.view-photo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.view-photo-btn span {
    line-height: 0px;
}

svg.icon.icon-photo-gallery {
    height: 16px;
    width: 16px;
    padding: 0px 2px;
    opacity: 0.6;
}

.img-count {
    display: none;
}

@media (min-width: 992px) {

    .hero-image-gallery-layout.md,
    .hero-image-gallery-layout.sm {
        display: none !important;
    }

    .hero-image-gallery-layout.xl {
        display: flex !important;
    }
}

@media (max-width: 991px) {
    .galleria-popup-wrapper{
        width: 100%;
        height: 100%;
    }
    .hero-image-gallery-layout.xl,
    .hero-image-gallery-layout.sm {
        display: none !important;
    }

    .hero-image-gallery-layout.md {
        display: flex !important;
    }

    div.photos-gallery .hero-image-gallery-layout.md div.photo {
        display: flex;
        flex-direction: column;
    }

    div.photos-gallery .hero-image-gallery-layout.md div.photo.column .photo {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        margin-left: 0px;
        margin-right: 0px;
    }

    div.photos-gallery .hero-image-gallery-layout.md div.photo.column .photo.one {
        margin-bottom: 2px;
    }

    div.photos-gallery .hero-image-gallery-layout.md div.photo.column .photo.two {
        margin-top: 2px;
    }
    .galleria-close-btn-wrapper {
        margin-top: 5px;
        margin-right: 15px;
    }
}
.galleria-errors{
    display: none;
}
@media( max-width:280px){
	#facilityDetailsSingleColumn #facilityinfoContainer {padding: 0 2px! important;}
    .photos-gallery.pvg2024 .hero-image-gallery { max-width: 276px !important;}	
    .photos-gallery.pvg2024 .view-btns-wrapper .view-btn-wrapper{ float: inline-end; margin-right: 2px !important;}
}
@media (max-width: 767px) {
    .photos-gallery .content{
        margin: 0px;
    }
    .photos-gallery.pvg2024 .gallerySliderCarousel .slick-track:not(:has(div.slick-slide.slick-cloned)){ width: 100% !important;}
    .photos-gallery.pvg2024 .gallerySliderCarousel .slick-slide.slick-current:last-child[data-slick-index='0']{ width: 100% !important;}
    .galleria-thumbnails-container.galleria-carousel{
        display: none;
    }
    .hero-image-gallery-layout.xl,
    .hero-image-gallery-layout.md {
        display: none !important;
    }

    .hero-image-gallery-layout.sm {
        display: flex !important;
    }

    button.view-photo-btn {
        top: 10px;
        right: 20px;
        border-radius: 26px;
        height: 30px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

    button.view-photo-btn svg {
        opacity: 1 !important;
        fill: currentColor;
    }

    button.view-photo-btn .btn-text {
        display: none;
    }

    .hero-img-desc-wrapper {
        background: rgb(0, 0, 0, 0.7);
        color: white;
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .hero-img-desc-wrapper .hero-img-desc {
        padding: 5px 10px;
        min-height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-img-desc-wrapper .hero-img-desc .title {
        font-size: 18px;
        font-weight: bold;
    }

    .hero-img-desc-wrapper .hero-img-desc .desc {
        font-size: 12px;
    }

    div.photos-gallery .hero-image-gallery-layout div.photo {
        margin: 0px;
    }

    div.photos-gallery div.hero-image-gallery {
        height: 250px;
        width: 100%;
    }

    .galleria-popup-wrapper .viewport {
        width: 100%;
    }

    .galleria-close-btn-wrapper {
        margin-top: 5px;
        margin-right: 15px;
    }
    .galleria-popup-wrapper .galleria-theme-custom .galleria-images {
        margin-top: 50px;
    }
    .galleria-theme-custom .galleria-image-nav{
        margin-top: 33px;
    }
    .galleria-theme-custom .galleria-info-text{
        padding: 0px;
    }
    .photos-gallery.pvg2024 .hero-image-gallery { flex-direction: column; row-gap: 8px; width: 100% !important; max-width: 350px;}
	.photos-gallery.pvg2024 #facilityDetailsGalleryMain, .photos-gallery.pvg2024 #siteDetailsGalleryMain {
    	width: 100%;
    	height: 280px;
	}
	.photos-gallery.pvg2024 .hero-image.other {flex-direction: column; row-gap: 8px;}
	.photos-gallery.pvg2024 .hero-image.other > div.hero-image.photo {
		width: 100%;
		height: 60px;
	}
	
	#facilityDetailsGallery {
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.photos-gallery.pvg2024 .hero-image-gallery.facility {flex-direction: row; column-gap: 8px; width: 100%; height: 280px !important;} 
	.photos-gallery.pvg2024 .hero-image-gallery.site {flex-direction: column; row-gap: 8px; width: 100%;}
	.photos-gallery.pvg2024 .hero-image.other {flex-direction: column; row-gap: 8px;}
	.photos-gallery.pvg2024 .hero-image.photos.facility.twocols {
    	width: 74%;
	}

}
@media (max-device-width: 767px) and (orientation: landscape) {
    .galleria-theme-custom .galleria-stage {
        bottom: 60px;
    }
    .galleria-theme-custom .galleria-info {
        bottom: 10px;
    }
    .galleria-popup-wrapper .galleria-theme-custom .galleria-images {
        margin-top: 0px;
    }
    .galleria-close-btn-wrapper {
        margin-top: 30px;
    }
    .galleria-theme-custom .galleria-image-nav {
        margin-top: -60px;
    }
    .galleria-theme-custom .galleria-info-text{
        padding: 0px;
    }
    .galleria-theme-custom .galleria-counter{
        margin-top: 0px;
    }
}
.photos-gallery.pvg2024 .hero-image-gallery {display: flex; flex-wrap: nowrap; position: relative; justify-content: center;}
.photos-gallery.pvg2024 .hero-image.other {display: flex; position: relative; justify-content: center; flex-grow: 1;}
.photos-gallery.pvg2024 .view-btns-wrapper {position: relative; bottom: 46px; padding: 8px 0; border-radius: 0px 0px 8px 8px;}
.photos-gallery.pvg2024 .view-btns-wrapper .view-btn-wrapper {float: right; margin-right: 10px;}
.photos-gallery.pvg2024 .view-btn-wrapper button {background-color: #FFF; color: #000; border-radius: 8px; height: 30px; padding: 2px 10px; 
			border: 1px solid #000; box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); cursor: pointer; margin: 0 auto;}
.photos-gallery.pvg2024 .view-btn-wrapper button:hover {background-color: #F9FAFB;} 
.photos-gallery.pvg2024 .hero-image, .photos-gallery.pvg2024 .hero-image-gallery, .photos-gallery.pvg2024 .gallerySliderCarousel, 
		.photos-gallery.pvg2024 .gallerySliderCarousel .slick-list, .photos-gallery.pvg2024 .gallerySliderCarousel .slick-list .slick-track {height: 100%;}
.photos-gallery.pvg2024 .gallerySliderCarousel .slick-slide, .photos-gallery.pvg2024 .gallerySliderCarousel .slick-slide-img {width: 100%; height: 100%;}
.photos-gallery.pvg2024 .gallerySliderCarousel .slick-slide-img {background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; border-radius: 8px;}
.gallerySliderCarousel .slick-list.draggable {border-radius: 8px;}
.gallerySliderCarousel .slick-prev:before {font-family: FontAwesome; content: "\f137"; font-size: 44px;}
.gallerySliderCarousel .slick-next:before {font-family: FontAwesome; content: "\f138"; font-size: 44px;}
.gallerySliderCarousel .slick-prev {left: 16px; width: 0; height: 45px; z-index: 1; }
.gallerySliderCarousel .slick-next {right: 60px; width: 0; height: 45px;}
.photos-gallery.pvg2024 .gallerySliderCarousel .slick-arrow {display: none;}
.photos-gallery.pvg2024 .hero-image.photos {width: 100%;}
.photos-gallery.pvg2024 .hero-image.photo {border-radius: 8px;}
.photos-gallery.pvg2024 .hero-image .photo-overlay { background: rgba(0, 0, 0, .6); display: flex; align-items: center; width: 100%; height: 100%; border-radius: 8px; 
			transition: background .5s ease-in-out, box-shadow .5s ease-in-out;}
#siteDetailsGalleryOther .hero-image .photo-overlay {padding: 15px 0;}
.photos-gallery.pvg2024 .hero-image .photo-overlay:hover { background: rgba(0, 0, 0, .4); cursor: pointer;} 
.photos-gallery.pvg2024 .hero-image .photo-overlay button { background-color: transparent; color: #fff; border: 1px solid #fff; }
.photos-gallery.pvg2024 .hero-image .photo-overlay button:hover { background-color: #F9FAFB; color: #000;}
.ui-dialog { z-index: 9999 !important;}
.ui-dialog.siteCompareDialog .buttons button {border-radius: 8px;}
.ui-widget.ui-widget-content {position: fixed !important;}
.photovideo-galleria .ui-dialog.image360-dialog, .photovideo-galleria .ui-dialog.image360-dialog .ui-dialog-content, .photovideo-galleria .image360-dialog .ui-dialog-titlebar,
	.photovideo-galleria .ui-dialog.facmedia-dialog, .photovideo-galleria .ui-dialog.facmedia-dialog .ui-dialog-content, .photovideo-galleria .facmedia-dialog .ui-dialog-titlebar 
	{background-color: #000; color: #fff; overflow: hidden;}
.photovideo-galleria .ui-dialog-titlebar {margin: 0 auto;}
.photovideo-galleria #facmedia {width: 75%; margin: 0 auto; overflow-y: auto; height: max-content; max-height: 100%;}
.photovideo-galleria .image360-dialog .ui-widget-header, .photovideo-galleria .ui-widget.ui-widget-content.image360-dialog,
	.photovideo-galleria .facmedia-dialog .ui-widget-header, .photovideo-galleria .ui-widget.ui-widget-content.facmedia-dialog {border: none; background: #000;}
.photovideo-galleria .ui-dialog.image360-dialog, .photovideo-galleria .ui-dialog.image360-dialog .ui-dialog-content, 
	.photovideo-galleria .ui-dialog.facmedia-dialog, .photovideo-galleria .ui-dialog.facmedia-dialog .ui-dialog-content {padding: 0;}
.photovideo-galleria .ui-dialog.ui-corner-all {border-radius: 0;}
.photovideo-galleria .ui-dialog.image360-dialog .ui-dialog-titlebar-close, .photovideo-galleria .ui-dialog.facmedia-dialog .ui-dialog-titlebar-close {margin: 0px 15px 0 0; top: 0; color: #fff;}
.photovideo-galleria #facmedia_wrapper .ui-dialog .ui-dialog-titlebar-close {right: 15%;}
.photovideo-galleria .ui-button-icon-only .ui-icon, .photovideo-galleria .ui-button-icon-only .ui-icon:hover {display: none;}
.photovideo-galleria .ui-dialog button.ui-button-icon-only.ui-dialog-titlebar-close:after {font-family: FontAwesome; content: "\f00d"; font-size: 24px; font-weight: normal;}
.photovideo-galleria #csitedetailspage #colsidebar {width: 384px; margin: 32px 10px 0 0; padding: 0;}
#siteDetailsGalleryMain {height: 280px;} 
.photovideo-galleria .insetMap {margin: 6px 0 0 0; padding: 0;}
.photovideo-galleria #colsidebartitle {font-size: 20px; font-weight: 600; line-height: 30px;}
.photovideo-galleria #sidemap.olMap, .photovideo-galleria .insetMap #viewmap {height: 301px; width: 100%; border-radius: 8px;}
.photovideo-galleria #overviewsection.twocolumns {margin-top: 24px;}
 .photovideo-galleria #overviewsection.twocolumns .facility_view_content {padding-top: 0;}