.gallery-view .image-container {
    position: relative;
    overflow: hidden;
    border: 1px solid white;
}
.gallery-view .image-container img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.imageView .has-no-header {
    top: 0px !important;
}
.imageView .close-btn {
    font-weight: 900;
    border: 2px solid;
    position: absolute;
    right: 5px;
    border-radius: 5px;
}
.imageView .headerView {
    background-image: none;
}
.imageView .gallery-slide-view {
    width: 98%;
    background-color: transparent;
}
.imageView .image-subtitle {
    color: white;
    position: absolute;
    bottom: 0px;
	top: 75%;
    left: 3px;/*10px*/
    width: 98%;
    height: inherit;
    z-index: 100;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    direction: rtl;
}
.imageView .listContainer {
    width: 100%;
    height: 100%;
    background-color: black;
}
.imageView .hideAll {
    display: none
}
.imageView img {
    display: block;
    width: 100%;
    height: auto;
}
.imageView .scroll-view {
    position: absolute;
    width: 100%;
    height: 100%;
}
.imageView .scroll-view .scroll {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.imageView .scroll-content {
    direction: ltr !important;
}

.imageView .listContainer {
    background-color: transparent;
}
.imageView .slider-slide {
    min-height: inherit;
}

.gallery_refresh_btn {
    font-size: 25px;
    margin: 5px;
    cursor: pointer;
    z-index: 1000;
}

/* custom */
.gallery-view {
    margin-top: -5px;
}
.gallery-to-header.gallery-view {
    margin-top: -60px;
}
.gallery-view .image-container {
    border: 0 solid transparent !important;
}
.gallery-view .row+.row {
    margin-top: 0;
}
.gallery-view .row {
    padding: 0;
    /*height: 170px !important;*/
    height: inherit;
}
.gallery-col-100.gallery-view .row {
    height: 170px !important;
}
.gallery-col-20 .row {
    height: 72px !important;
}
.gallery-col-25 .row {
    height: 90px !important;
}
.gallery-col-33 .row {
    height: 118.8px !important;
}
.gallery-view .image-container.col-100 img.img-gallery {
    width: 100%;
    height: auto;
}
.listContainer.slider {
    max-height: initial !important;
}
.imageView .gallery-slide-view {
    width: 100%;
    top: 67px;
    border: 0 !important;
}
.imageView .scroll-view .scroll {
    min-height: inherit !important;
}
.imageView .image-subtitle {
    bottom: -67px;
    /*top: inherit;*/
    left: 0;
    width: 100%;
    padding: 15px;
}