@charset "utf-8";
* {
    box-sizing: border-box;
}
#zsgallery_id_0,
#zsgallery_id_1,
#zsgallery_id_2 {
    min-width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.zs_modal {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    z-index: 10000;
}
.zs_window_full {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    z-index: 15000;
}
.zs_window_inline {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.zs_viewport {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    margin: auto;
    position:relative;
}
.zs_placeholder {
    position: relative;
    overflow: hidden;
    vertical-align:top;
}
.zs_element {
    position: relative;
    overflow: hidden;
}
.zs_element img {
    position: absolute;
    display: block;
    top: 0;
}
.zs_loading {
    position: relative;
    margin: 0px auto;
    width: 7vw;
    height:100%;
    z-index:9000;
}
.zs_loading:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.zs_loading svg {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
        transform-origin: center center;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}
.zs_loading svg .zs_loader {
    stroke-dasharray: 150,200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}
@-webkit-keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes dash {
    0% {
      stroke-dasharray: 1,32;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 13,32;
      stroke-dashoffset: -7;
    }
    100% {
      stroke-dasharray: 13,32;
      stroke-dashoffset: -13;
    }
  }
  @keyframes dash {
    0% {
      stroke-dasharray: 1,200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -15;
    }
    100% {
      stroke-dasharray: 89,200;
      stroke-dashoffset: -58;
    }
  }
  @-webkit-keyframes color {
    0% {
      stroke: #dddddd;
    }
    40% {
      stroke: #808080;
    }
    66% {
      stroke: #808080;
    }
    80%, 90% {
      stroke: #808080;
    }
  }
  @keyframes color {
    0% {
      stroke: #dddddd;
    }
    50% {
      stroke: #808080;
    }
  }
  
.media169 {
    padding-bottom: 56.25%; /* 16:9 */
}
.media43 {
    padding-bottom: 75%; /* 4:3 */
}
.zs_media_embed_container {
    position: relative;
    min-width: 60%;
    width:calc(100% - 400px);
    max-width:1200px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    z-index:10;
}
.zs_media_embed {
    position: relative;
    padding-top: 25px;
    height: 0;
}
.zs_media_embed iframe,
.zs_media_embed video,
.zs_media_embed audio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15000;
}
.zs_control_previous {
    left: 0;
}
.zs_control_next {
    right: 0;
}
button::-moz-focus-inner { 
    border:0;
}
.zs_control,
.zs_control:active,
.zs_control:focus,
.zs_control:hover {
    border:0;
    outline:0;
}
.zs_control_button,
.zs_control_svg,
.zs_control_close,
.zs_window_inline .zs_control_button,
.zs_window_inline .zs_control_svg {
    background-color: transparent;
    padding: 0;
    margin: 0;
    visibility: visible;
    vertical-align: middle;
    position: absolute;
    top: 0;
}
.zs_control_button,
.zs_control_svg {
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20%;
    max-width:200px;
    height: 100%;
    opacity: 0;
}
.zs_window_inline .zs_control_button,
.zs_window_inline .zs_control_svg {
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 10%;
    height: 100%;
    opacity: 0;
}
.zs_control_previous:hover,
.zs_control_next:hover,
.zs_control_close,
.zs_control_fullscreen {
    opacity: 1;
    cursor: pointer;
}
.zs_control_close {
    left: 80%;
    width: 4em;
    height: 4em;
    z-index: 10000;
}
.zs_control_fullscreen {
    left: 70%;
    width: 4em;
    height: 4em;
    z-index: 10000;
}
.zs_control_svg svg {
    width: 100%;
    height: 100%;
    max-width: 4em;
    max-height: 4em;
    cursor: pointer;
}
.zs_control_svg.zs_control_magnify {
    left: 80%;
    top: 80%;
    width: 3em;
    height: 3em;
    opacity: 1;
    z-index: 10000;
}
.zs_canvas {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.zs_viewport.zs_carousel {
    position: relative;
    perspective-origin: 50% 0%;
}
.zs_carousel .zs_canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    top:0;
    left:0;
}
.zs_carousel .zs_canvas .zs_placeholder {
    position: absolute;
    border-left:3px solid #050505;
    border-top:3px solid #050505;
    border-bottom:3px solid #050505;
    margin-left:20px;
    left: 0;
    top: 0;
}

.zs_canvas > div,
.zs_canvas_horizontal > div {
    display: inline-block;
    position: relative;
    text-align: center;
}
.zs_canvas_horizontal,
.zs_canvas_vertical {
    margin: 0;
    padding: 0;
    position: absolute;
    will-change: transform;
    top: 0;
    left: 0;
}
.zs_canvas_horizontal {
    display: inline-block;
}
.zs_canvas_horizontal .zs_animation_frame {
    position: absolute;
    top:0;
    left:0;
}

.zs_canvas_vertical {
    display: block;
}
.zs_canvas_vertical .zs_animation_frame {
    position: absolute;
    top:0;
    left:0;
}

.zs_canvas_sameplace {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
}
.zs_canvas_sameplace > div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.zs_canvas_sameplace .zs_placeholder.zs_first {
    opacity: 1;
    visibility: visible;
}
.zs_canvas_sameplace .zs_placeholder.zs_second {
    opacity: 0;
    visibility: hidden;
}

.zs_canvas_flip,
.zs_canvas_shrink,
.zs_canvas_enlarge,
.zs_canvas_cube {
    perspective: 1000px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.zs_canvas_transform {
    transform-style: preserve-3d;
    position: relative;
}
.zs_canvas_transform .zs_animation_frame {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.zs_canvas_flip .zs_first {
    z-index: 2;
    transform: rotateY(0deg);
}
.zs_canvas_flip .zs_second {
    transform: rotateY(180deg);
}
.zs_canvas_shrink .zs_first {
    z-index: 2;
}
.zs_canvas_shrink .zs_second {
    z-index: 1;
}
.zs_canvas_enlarge .zs_first {
    z-index: 1;
}
.zs_canvas_enlarge .zs_second {
    z-index: 2;
    transform: scale(0, 0);
}
.zs_canvas_cube .zs_animation_frame {
    position: absolute;
}

.zs_canvas_vertical {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.zs_canvas_vertical > div {
    display: block;
    position: relative;
    opacity: 1;
    text-align: center;
}
.zs_medialink {
    display:block;
    width:100%;
    height:100%;
}
.zs_media {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.zs_overlay {
    position: absolute;
    font-size:200%;
}
.zs_overlay_bottom,
.zs_overlay_top {
    width: 100%;
    background: white;
	background: rgba(255,255,255,0.7);
	border-top: 1px solid rgb(225,225,225);
	color: #555;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.3);
    padding: 1em;
    max-height: 8em;
    left: 0;
    text-align: left;
    overflow: hidden;
    height: 30%;
}
.zs_overlay_bottom {
    bottom: 0;
}
.zs_overlay_top {
    top: 0;
}
.zs_overlay_bottom > span,
.zs_overlay_top > span {
    font-size:200%;
    font-weight: bold;
    line-height: 1.2;
    width: 100%;
}
.zs_overlay_bottom > div,
.zs_overlay_top > div {
    font-size: 140%;
    line-height: 1.2;
}

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

.zs_thumbnail_container {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-collapse: collapse;
    margin: 0;
    background-color: transparent;
    position:relative;
    height: 100%;
    overflow:hidden;
}
.zs_preview_grid.zs_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
}
.zs_thumbnail_grid1 {
    width: 100%;
}
.zs_thumbnail_grid2 {
    width: 50%;
}
.zs_thumbnail_grid3 {
    width: 33.33%;
}
.zs_thumbnail_grid4 {
    width: 25%;
}
.zs_thumbnail_grid5 {
    width: 20%;
}
.zs_thumbnail_grid6 {
    width: 16.66%;
}
.zs_preview_grid .zs_thumbnail_container {
    padding:10px;
    flex-shrink: 1;
}
.zs_preview_tile .zs_thumbnail_container {
    padding: 0;
}
.zs_thumbnail {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    width:100%;
    height:100%;
    max-height: 100%;
    background-color: white;
    -webkit-box-shadow: #787878 3px 3px 3px;
    -moz-box-shadow: #787878 3px 3px 3px;
    box-shadow: #787878 3px 3px 3px;
}
.zs_thumbnail li {
    list-style-type: none;
}
.zs_thumbnail_image {
    background-color: #d0d0d0;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:100%;
}
.zs_thumbnail_cover .zs_thumbnail_image {
    background-size:cover;
}
.zs_thumbnail_contain .zs_thumbnail_image {
    background-size:contain;
}
.zs_thumbnail.zs_withcaption {
    border:1px solid #050505;
}

/* Preview caption effects */
.zs_preview_caption {
    position:absolute;
    left:0;
    right:0;
    line-height:2;
    height:2em;
    text-align:center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    font-size: 120%;
}
.zs_preview_stripe .zs_preview_caption {
    font-size:90%;
}
.zs_caption_top {
    background: white;
    color: #050505;
    border-bottom:1px solid #050505;
    top:0;
}
.zs_caption_bottom {
    background: white;
    color: #050505;
    border-top:1px solid #050505;
    bottom:0;
}
.zs_caption_overlaytop {
    background: rgba(255,255,255,0.7);
    color: #050505;
    top:0;
}
.zs_caption_overlaybottom {
    background: rgba(255,255,255,0.7);
    color: #050505;
    bottom:0;
}
.zs_caption_autotop {
    background: rgba(255,255,255,0.7);
    color: #050505;
    top:-2em;
    transition: top 0.5s ease;
}
.zs_thumbnail:hover .zs_caption_autotop,
.zs_thumbnail_container.zs_highlight .zs_caption_autotop {
    top:0;
    transition: top 0.5s ease;
}
.zs_caption_autobottom {
    background: rgba(255,255,255,0.7);
    color: #050505;
    bottom:-2em;
    transition: bottom 0.5s ease;
}
.zs_thumbnail:hover .zs_caption_autobottom,
.zs_thumbnail_container.zs_highlight .zs_caption_autobottom {
    bottom:0;
    transition: bottom 0.5s ease;
}

.zs_preview_grid .zs_preview_row,
.zs_preview_tile .zs_preview_row,
.zs_preview_stripe .zs_preview_rowcontrols {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    position: relative;
}
.zs_preview_firstimage {
    position: relative;
    cursor: pointer;
}
.zs_preview_firstimage img {
    width: 100%;
    height: auto;
}
.zs_preview_stripe {
    min-width: 100%;
    min-height:200px;
}
.zs_preview_stripe .zs_preview_row {
    overflow: auto;
    position: relative;
}
.zs_preview_stripe button,
.zs_preview_stripe button:active,
.zs_preview_stripe button:focus {
    position: absolute;
    top: 0;
    width: 1.3em;
    opacity: 1;
    visibility: visible;
}
.zs_preview_stripe .zs_control_previous {
    left: 0;
    opacity: 0;
}
.zs_preview_stripe .zs_control_next {
    right: 0;
    opacity: 0;
}
.zs_preview_stripe .zs_preview_rowcontrols {
    height: 100%;
    position: relative;
}
.zs_preview_stripe .zs_control_next:hover,
.zs_preview_stripe .zs_control_previous:hover {
    opacity: 1;
}
.zs_preview_stripe .zs_preview_row {
    height: 100%;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.zs_preview_stripe img.zs_thumbnail {
    margin: 0 10px;
    -webkit-box-shadow: #787878 3px 3px 3px;
    -moz-box-shadow: #787878 3px 3px 3px;
    box-shadow: #787878 3px 3px 3px;
}
/* Preview hover effects */
.zs_inshadow>div> :first-child {
    transition: box-shadow 0.4s ease;
}
.zs_inshadow:hover>div> :first-child,
.zs_inshadow.zs_highlight>div> :first-child {
    transition: box-shadow 0.4s ease;
    -moz-box-shadow: inset 0 0 20px #000000;
    -webkit-box-shadow: inset 0 0 20px #000000;
    box-shadow: inset 0 0 20px #000000;
}

.zs_bw> :first-child {
    transition:filter 0.4s ease;
}
.zs_bw:hover> :first-child,
.zs_bw.zs_highlight>div> :first-child {
    transition:filter 0.4s ease;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.zs_sepia> div>:first-child {
    transition:filter 0.4s ease;
}
.zs_sepia:hover>div> :first-child,
.zs_sepia.zs_highlight>div> :first-child {
    transition:filter 0.4s ease;
    filter: sepia(1);
    -webkit-filter: sepia(1);
}

.zs_blur>div> :first-child {
    transition:filter 0.4s ease;
}
.zs_blur:hover>div> :first-child,
.zs_blur.zs_highlight>div> :first-child {
    transition:filter 0.4s ease;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.zs_zoomin> div>:first-child {
    transition: transform 0.6s ease;
}

.zs_zoomin:hover>div> :first-child,
.zs_zoomin.zs_highlight>div> :first-child {
    transform: scale3d(1.2, 1.2, 1.2);
    transition: transform 0.6s ease;
}

.zs_zoom {
    z-index:0;
    transition: all 2s ease;
}

.zs_zoom:hover,
.zs_zoom.zs_highlight {
    transform: scale3d(1.2, 1.2, 1.2);
    z-index:100;
    transition: all 0.6s ease;
}

.zs_flip>div> :first-child {
    transition: transform 0.6s ease;
}
.zs_flip:hover>div> :first-child,
.zs_flip.zs_highlight>div> :first-child {
    transform: rotateY(180deg);
    transition: transform 0.6s ease;
}

.zs_shiftup>div> :first-child {
    font-size:120%;
    transition: transform 0.5s ease;
}
.zs_shiftup:hover>div> :first-child,
.zs_shiftup.zs_highlight>div> :first-child {
    transform: translate3d(0,-2em,0);
    transition: transform 0.5s ease;
}

.zs_shiftdown>div> :first-child {
    font-size:120%;
    transition: transform 0.5s ease;
}
.zs_shiftdown:hover>div> :first-child,
.zs_shiftdown.zs_highlight>div> :first-child {
    transform: translate3d(0,2em,0);
    transition: transform 0.5s ease;
}

.zs_glow>div> :first-child {
    transition: box-shadow 0.6s ease;
}
.zs_glow:hover>div> :first-child,
.zs_glow.zs_highlight>div> :first-child {
    box-shadow:
    inset 0 0 30px #fff,
    inset 10px 0 80px #f0f,
    inset -10px 0 80px #0ff, 
    inset 4px 0 50px #f0f,
    inset -4px 0 50px #0ff,
    0 0 20px #fff,
    -10px 0 80px #f0f,
    10px 0 80px #0ff;
    transition: box-shadow 0.6s ease;
}

.zs_shine>div:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
}
 .zs_shine>div:hover:after,
 .zs_shine.zs_highlight>div> :first-child {
    width: 120%;
    background-color: rgba(255,255,255,0);
    transition: all 0.3s ease-out;
}

/* Pagers */
.zs_pager_vertical, .zs_pager_horizontal {
    font-size: 100%;
    position: absolute;
    display:flex;
    flex-wrap: nowrap;
}
.zs_pager_horizontal {
    flex-direction: row;
    height: 4em;
    width:100%;
}
.zs_pager_vertical {
    flex-direction: column;
    width: 4em;
    margin:0 auto;
}
.zs_pager_bottomleft {
    bottom: 0;
    left: 0;
    align-items: flex-end;
}
.zs_pager_bottomcenter {
    bottom: 0;
    left:0;
    right:0;
    justify-content: center;
    align-items: flex-end;
}
.zs_pager_bottomright {
    bottom: 0;
    right: 0;
    align-items: flex-end;
    justify-content: flex-end;
}
.zs_pager_topleft {
    top: 0;
    left: 0;
    align-items: flex-start;
    justify-content: flex-start;
}
.zs_pager_topcenter {
    top: 0;
    left:0;
    right:0;
    align-items: flex-start;
    justify-content: center;
}
.zs_pager_topright {
    top: 0;
    right: 0;
    align-items: flex-start;
    justify-content: flex-end;
}
.zs_pager_center {
    margin-left: auto;
    margin-right: auto;
}
.zs_pager_vertical>a, .zs_pager_horizontal>a {
    cursor: pointer;
    display: block;
    width: 0.6em;
    height: 0.6em;
    border: none;
    background-color: rgba(47, 35, 12, 0.6);
    margin:10px;
}
.zs_pager_vertical>a.current, .zs_pager_horizontal>a.current {
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid white;
    margin:8px;
}
a.zs_pager_circle {
    border-radius: 50%;
    border: 2px solid black;
    margin:8px;
}

a.zs_pager_numbered {
    width: 2em;
    height: 2em;
    line-height: 2;
    border: 2px solid #2f230c;
    color: white;
    text-align: center;
    font-weight: bold;
    margin: 8px;
}
a.zs_pager_numbered.current {
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid white;
}
a.zs_pager_thumbnails {
    width: 4em;
    height: 4em;
    border: 2px solid #2f230c;
    margin:2px;
}
a.zs_pager_thumbnails.current {
    border: 4px solid #2f230c;
    margin:0;
}
.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;
    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%;
}
