.wnet-gallery {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 1.5em;
  margin-bottom: 1.5em;
  color: #1b1b1b;
  position: relative; }
  .wnet-gallery * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none; }
  .wnet-gallery .cf:before, .wnet-gallery .cf:after {
    content: "";
    display: table; }
  .wnet-gallery .cf:after {
    clear: both; }
  .wnet-gallery .cf {
    *zoom: 1; }
  .wnet-gallery img {
    max-width: 100%;
    height: auto; }
  .wnet-gallery figure {
    width: 100%;
    padding: 0;
    margin: 0 0 1.5em 0 !important; }
    .wnet-gallery figure picture {
      width: 100%;
      margin-bottom: 1em;
      background-color: #1b1b1b;
      display: block;
      text-align: center; }
    .wnet-gallery figure img {
      margin: 0 auto;
      display: block; }
  .wnet-gallery figcaption .title {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em;
    color: #000; }
  .wnet-gallery figcaption .caption {
    font-size: .8em;
    line-height: 1.3em; }
  .wnet-gallery figcaption .credit {
    font-size: .7em;
    color: #353535;
    font-style: italic; }
  .wnet-gallery .wnet-slideshow-count {
    text-align: left;
    font-size: 1.3em;
    float: left;
    width: 50%; }
  .wnet-gallery .ss-nav {
    line-height: 1em;
    margin-bottom: .7em; }
  .wnet-gallery .ss-nav-wrap {
    z-index: 1;
    float: left;
    width: 50%;
    text-align: right; }
    .wnet-gallery .ss-nav-wrap svg {
      height: 1.7em;
      width: auto;
      fill: #000;
      margin: 0;
      display: block; }
    .wnet-gallery .ss-nav-wrap button {
      border: 0;
      padding: 0 10px !important;
      background: transparent;
      color: #fff;
      margin: 0 8px;
      outline: none; }
    .wnet-gallery .ss-nav-wrap button:hover svg {
      fill: #ff512c; }
    .wnet-gallery .ss-nav-wrap button:last-of-type {
      margin-right: 0; }

.wnet-gallery.list figcaption {
  margin-bottom: 1.5em; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media screen and (min-width: 901px) {
  .wnet-gallery figure {
    margin-bottom: 0; }

  #fsgallery {
    width: 100%;
    z-index: 9999999999999999;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    /* header */
    /* end header */
    /* slides */
    /* end slides */ }
    #fsgallery * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      outline: none; }
    #fsgallery .slideshow-main {
      max-width: 90%;
      margin: 0 auto; }
    #fsgallery .fullscreen-head {
      margin: 1.5em auto;
      padding-bottom: 1.5em;
      border-bottom: 1px solid #333;
      line-height: 35px; }
      #fsgallery .fullscreen-head .fs-logo {
        color: #fff;
        font-weight: 400;
        font-size: 1.5em;
        padding-left: 1%;
        float: left;
        width: 90%; }
        #fsgallery .fullscreen-head .fs-logo img {
          float: left;
          margin-right: .6em;
          padding-right: .6em;
          border-right: 1px solid #333;
          max-height: 35px;
          width: auto; }
      #fsgallery .fullscreen-head .fs-close {
        float: right;
        width: 10%;
        text-align: right;
        color: #fff;
        padding: 0 1% 0 0;
        font-weight: bold;
        font-size: 1.5em; }
        #fsgallery .fullscreen-head .fs-close svg {
          fill: #fff;
          height: 1.5em;
          width: auto; }
        #fsgallery .fullscreen-head .fs-close svg:hover {
          fill: #ccc; }
    #fsgallery .slideshow-main figure {
      width: 100%;
      padding: 0;
      margin: 0 1px; }
      #fsgallery .slideshow-main figure picture {
        width: 76%;
        margin-right: 2%;
        float: left;
        display: block; }
        #fsgallery .slideshow-main figure picture img {
          width: auto;
          max-height: 80vh;
          margin: 0 auto;
          display: block; }
      #fsgallery .slideshow-main figure figcaption {
        float: left;
        width: 22%;
        text-align: left !important;
        display: block; }
    #fsgallery .slideshow-main figure.vertical picture img {
      width: 57% !important; }
    #fsgallery .slideshow-main figcaption {
      color: #fff; }
      #fsgallery .slideshow-main figcaption .title {
        font-size: 1.1em;
        font-weight: 400; }
      #fsgallery .slideshow-main figcaption .caption {
        font-size: .8em;
        line-height: 1.3em; }
      #fsgallery .slideshow-main figcaption .credit {
        font-size: .7em;
        color: #777;
        font-style: italic; }
    #fsgallery .ss-nav-wrap {
      z-index: 1;
      position: absolute;
      top: 45.3%;
      right: 0;
      width: 100%; }
      #fsgallery .ss-nav-wrap button {
        border: 0;
        padding: 0 8px;
        background: transparent;
        color: #fff;
        margin: 0;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
        outline: none;
        line-height: 1em;
        transition: all .2s ease-in-out;
        width: 5%;
        text-align: center; }
      #fsgallery .ss-nav-wrap button:hover {
        transform: scale(1.8); }
      #fsgallery .ss-nav-wrap .slick-prev {
        float: left; }
      #fsgallery .ss-nav-wrap .slick-next {
        float: right; }
      #fsgallery .ss-nav-wrap .magnify {
        display: none; }
      #fsgallery .ss-nav-wrap svg {
        height: 2em;
        width: auto;
        fill: #fff;
        margin: 0;
        display: block; }
    #fsgallery .wnet-slideshow-count {
      color: #777;
      text-align: right;
      font-size: 1.2em;
      position: absolute;
      bottom: 0;
      right: 5%;
      width: 20%;
      padding-bottom: 1.5em; } }
@media screen and (min-width: 481px) and (max-width: 900px) {
  .wnet-gallery figure img {
    margin: 0 auto;
    display: block; }
  .wnet-gallery .ss-nav-wrap {
    top: 25%;
    right: 0;
    width: 100%; }
    .wnet-gallery .ss-nav-wrap button {
      font-size: 1.2em; }
    .wnet-gallery .ss-nav-wrap .slick-prev {
      float: left; }
    .wnet-gallery .ss-nav-wrap .slick-next {
      float: right; }
    .wnet-gallery .ss-nav-wrap .magnify {
      display: none !important; } }
/* mobile */
@media screen and (max-width: 480px) {
  .wnet-gallery {
    padding: 0;
    width: 100%;
    border: 0; }
    .wnet-gallery figure {
      margin-bottom: 1.5em;
      padding-bottom: 0em;
      border-bottom: 1px solid #ccc; }
      .wnet-gallery figure picture {
        margin: 0; }
      .wnet-gallery figure img {
        width: 100%;
        height: auto; }
    .wnet-gallery figcaption {
      padding: 2%;
      text-align: center; }
      .wnet-gallery figcaption .title {
        font-size: 1em; }
      .wnet-gallery figcaption .caption {
        line-height: 1.2em; }
    .wnet-gallery .ss-nav-wrap, .wnet-gallery .wnet-slideshow-count {
      display: none; } }
/* end mobile */

/*# sourceMappingURL=wnet-gallery.css.map */
