@charset "utf-8";
#zsgallery_id_0,
#zsgallery_id_1,
#zsgallery_id_2 {
    min-width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.zsgallery_modal {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 10000;
}
.zsgallery_window_full {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 15000;
}
.zsgallery_window_inline {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.zsgallery_viewport {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    margin: auto;
    z-index: 20000;
}
.zsgallery_placeholder {
    position: relative;
    overflow: hidden;
}
.zsgallery_element {
    position: relative;
    overflow: hidden;
}
.zsgallery_element img {
    position: absolute;
    display: block;
    top: 0;
}
.media169 {
    padding-bottom: 56.25%; /* 16:9 */
}
.media43 {
    padding-bottom: 75%; /* 4:3 */
}
.zsgallery_media_embed_container {
    position: relative;
    max-width: 1000px;
    max-height: 600px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 15000;
}
.zsgallery_media_embed {
    position: relative;
    padding-top: 25px;
    height: 0;
}
.zsgallery_media_embed iframe,
.zsgallery_media_embed video,
.zsgallery_media_embed audio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15000;
}
.zsgallery_control_previous {
    left: 0;
}
.zsgallery_control_next {
    right: 0;
}
.zsgallery_control_button,
.zsgallery_control_button:active,
.zsgallery_control_svg,
.zsgallery_control_close,
.zsgallery_window_inline .zsgallery_control_button,
.zsgallery_window_inline .zsgallery_control_button:active,
.zsgallery_window_inline .zsgallery_control_svg {
    background-color: transparent;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    visibility: visible;
    vertical-align: middle;
    position: absolute;
    top: 0;
}
.zsgallery_control_button,
.zsgallery_control_button:active,
.zsgallery_control_svg,
.zsgallery_control_svg:active {
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20%;
    height: 100%;
    opacity: 0;
}
.zsgallery_window_inline .zsgallery_control_button,
.zsgallery_window_inline .zsgallery_control_button:active,
.zsgallery_window_inline .zsgallery_control_svg,
.zsgallery_window_inline .zsgallery_control_svg:active {
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 10%;
    height: 100%;
    opacity: 0;
}
.zsgallery_control_previous:hover,
.zsgallery_control_next:hover,
.zsgallery_control_close {
    opacity: 1;
    cursor: pointer;
}
.zsgallery_control_close {
    left: 80%;
    width: 4em;
    height: 4em;
    z-index: 10000;
}
.zsgallery_control_svg svg {
    width: 100%;
    height: 100%;
    max-width: 4em;
    max-height: 4em;
    cursor: pointer;
}
.zsgallery_control_svg.zsgallery_control_magnify {
    left: 80%;
    top: 80%;
    width: 3em;
    height: 3em;
    opacity: 1;
    z-index: 10000;
}
.zsgallery_canvas {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}
.zsgallery_canvas > div,
.zsgallery_canvas_horizontal > div {
    display: block;
    float: left;
    clear: none;
    position: relative;
    text-align: center;
}
.zsgallery_canvas_horizontal {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.zsgallery_canvas_sameplace {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.zsgallery_canvas_sameplace > div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.zsgallery_canvas_sameplace .zsgallery_placeholder.zsgallery_first {
    opacity: 1;
    visibility: visible;
}
.zsgallery_canvas_sameplace .zsgallery_placeholder.zsgallery_second {
    opacity: 0;
    visibility: hidden;
}

.zsgallery_canvas_flip,
.zsgallery_canvas_shrink,
.zsgallery_canvas_enlarge {
    perspective: 1000px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.zsgallery_canvas_transform {
    transform-style: preserve-3d;
    position: relative;
}
.zsgallery_canvas_transform .zsgallery_first,
.zsgallery_canvas_transform .zsgallery_second {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.zsgallery_canvas_flip .zsgallery_first {
    z-index: 2;
    transform: rotateY(0deg);
}
.zsgallery_canvas_flip .zsgallery_second {
    transform: rotateY(180deg);
}
.zsgallery_canvas_shrink .zsgallery_first {
    z-index: 2;
}
.zsgallery_canvas_enlarge .zsgallery_second {
    z-index: 2;
    transform: scale(0, 0);
}
.zsgallery_canvas_vertical {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.zsgallery_canvas_vertical > div {
    display: block;
    float: none;
    clear: both;
    position: relative;
    opacity: 1;
    text-align: center;
}
.zsgallery_media {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.zsgallery_overlay {
    position: absolute;
}
.zsgallery_overlay_bottom,
.zsgallery_overlay_top {
    width: 100%;
    background-color: rgba(77, 77, 77, 0.9);
    max-height: 30%;
    color: white;
    left: 0;
    text-align: left;
    overflow: hidden;
}
.zsgallery_overlay_bottom {
    margin-top: 55%;
    height: 100%;
    bottom: 0;
}
.zsgallery_overlay_top {
    margin-top: 0;
    height: 30%;
    top: 0;
}
.zsgallery_overlay_bottom > span,
.zsgallery_overlay_top > span {
    font-size: 200%;
    font-weight: bold;
    line-height: 180%;
    width: 100%;
}
.zsgallery_overlay_bottom > div,
.zsgallery_overlay_top > div {
    font-size: 140%;
    line-height: 120%;
}

.zsgallery_overlay_left,
.zsgallery_overlay_right {
    width: 25%;
    background-color: rgba(77, 77, 77, 0.9);
    height: 100%;
    color: white;
    text-align: left;
    overflow: hidden;
}
.zsgallery_overlay_left {
    left: 0;
}
.zsgallery_overlay_right {
    right: 0;
}
.zsgallery_overlay_left > span,
.zsgallery_overlay_right > span {
    font-size: 130%;
    font-weight: bold;
    line-height: 160%;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 20px 20px 20px;
}
.zsgallery_overlay_left > div,
.zsgallery_overlay_right > div {
    font-size: 100%;
    line-height: 120%;
    text-align: justify;
    padding: 10px 20px;
}

.zsgallery_thumbnail_container {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-collapse: collapse;
    margin: 0;
    background-color: transparent;
    height: 100%;
}
.zsgallery_preview_grid .zsgallery_thumbnail_container {
    padding: 5px;
}
.zsgallery_preview_tile .zsgallery_thumbnail_container {
    padding: 0;
}
.zsgallery_thumbnail {
    max-height: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background-color: #d0d0d0;
}
.zsgallery_preview_grid .zsgallery_preview_row,
.zsgallery_preview_tile .zsgallery_preview_row,
.zsgallery_preview_stripe .zsgallery_preview_rowcontrols,
.zsgallery_preview_compact .zsgallery_preview_rowcontrols {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    position: relative;
}
.zsgallery_preview_compact .zsgallery_preview_rowcontrols {
    max-width: 100%;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
}
.zsgallery_preview_compact .zsgallery_preview_rowcontrols .zsgallery_thumbnail {
    padding-right: 10px;
    background-color: transparent;
}
.zsgallery_preview_compact
    .zsgallery_preview_rowcontrols
    > .zsgallery_preview_row {
    overflow: hidden;
}
.zsgallery_preview_firstimage {
    position: relative;
    cursor: pointer;
}
.zsgallery_preview_firstimage img {
    width: 100%;
    height: auto;
}
.zsgallery_preview_stripe,
.zsgallery_preview_compact {
    padding: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.zsgallery_preview_stripe {
    min-width: 100%;
}
.zsgallery_preview_stripe .zsgallery_preview_row,
.zsgallery_preview_compact .zsgallery_preview_row {
    overflow: auto;
    position: relative;
}
.zsgallery_preview_stripe button,
.zsgallery_preview_stripe button:active,
.zsgallery_preview_stripe button:focus,
.zsgallery_preview_compact button,
.zsgallery_preview_compact button:active,
.zsgallery_preview_compact button:focus {
    position: absolute;
    top: 0;
    width: 1.3em;
    opacity: 1;
    visibility: visible;
}
.zsgallery_preview_compact button,
.zsgallery_preview__compact button:active,
.zsgallery_preview__compact button:focus {
    top: auto;
    bottom: 0;
}
.zsgallery_preview_stripe .zsgallery_control_previous,
.zsgallery_preview_compact .zsgallery_control_previous {
    left: 0;
    opacity: 0;
}
.zsgallery_preview_stripe .zsgallery_control_next,
.zsgallery_preview_compact .zsgallery_control_next {
    right: 0;
    opacity: 0;
}
.zsgallery_preview_stripe .zsgallery_preview_rowcontrols {
    height: 100%;
    position: relative;
}
.zsgallery_preview_stripe .zsgallery_control_next:hover,
.zsgallery_preview_compact .zsgallery_control_next:hover,
.zsgallery_preview_stripe .zsgallery_control_previous:hover,
.zsgallery_preview_compact .zsgallery_control_previous:hover {
    opacity: 1;
}
.zsgallery_preview_stripe .zsgallery_preview_row {
    height: 100%;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.zsgallery_preview_stripe img.zsgallery_thumbnail {
    margin: 0 10px;
    -webkit-box-shadow: #787878 3px 3px 3px;
    -moz-box-shadow: #787878 3px 3px 3px;
    box-shadow: #787878 3px 3px 3px;
}
.zsgallery_bw:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.zsgallery_sepia:hover {
    filter: sepia(1);
    -webkit-filter: sepia(1);
}
.zsgallery_border:hover {
    border: 2px solid black;
}
.zsgallery_inshadow:hover {
    -moz-box-shadow: inset 0 0 20px #000000;
    -webkit-box-shadow: inset 0 0 20px #000000;
    box-shadow: inset 0 0 20px #000000;
}
.zsgallery_blur:hover {
    filter: blur(2px) sepia(1);
    -webkit-filter: blur(2px) sepia(1);
}
/* Pagers */
.zsgallery_pager_horizontal {
    font-size: 100%;
    position: absolute;
    height: 1em;
}
.zsgallery_pager_vertical {
    position: absolute;
    width: 1em;
}
.zsgallery_pager_bottomleft {
    bottom: 2em;
    left: 2em;
}
.zsgallery_pager_bottomright {
    bottom: 2em;
    right: 2em;
}
.zsgallery_pager_topleft {
    top: 2em;
    left: 2em;
}
.zsgallery_pager_topright {
    top: 2em;
    right: 2em;
}
.zsgallery_pager_center {
    margin-left: auto;
    margin-right: auto;
}
.zsgallery_pager_circle {
    cursor: pointer;
    display: block;
    float: left;
    width: 0.6em;
    height: 0.6em;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    background-color: #2f230c;
    margin-left: 0.5em;
    opacity: 0.4;
}
.zsgallery_pager_circle.current {
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.zsgallery_pager_square {
    cursor: pointer;
    display: block;
    float: left;
    width: 0.6em;
    height: 0.6em;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #2f230c;
    margin-left: 0.3em;
    opacity: 0.4;
}
.zsgallery_pager_square.current {
    background-color: #2f230c;
    border: 1px solid white;
}
.zsgallery_pager_numbered {
    cursor: pointer;
    display: block;
    float: left;
    width: 2em;
    height: 2em;
    border: 1px solid #2f230c;
    background-color: #2f230c;
    color: white;
    text-align: center;
    font-weight: bold;
    margin-left: 0.2em;
}
.zsgallery_pager_numbered.current {
    background-color: #000;
    border: 1px solid white;
}

.zsCarousel {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.zsCarousel_canvas {
    display: inline-block;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    transition: height 0.8s ease, margin-left 0.8s ease;
}
.zsCarousel_content {
    display: inline-block;
    clear: none;
    overflow: hidden;
}
.zsCarousel_canvas.zstabs {
    display: block;
    position: relative;
    transition: height 0.8s ease;
}
.zstabs .zsCarousel_content {
    overflow: initial;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}
.embeddedgallery {
    height: 100%;
}
