/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*jssor slider arrow skin 106 css*/
.jssora106 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jssora106 .c {
  fill: #fff;
  opacity: 0.3;
  transition: all 0.4s;
}
.jssora106 .a {
  fill: none;
  stroke: #000;
  stroke-width: 350;
  stroke-miterlimit: 10;
  transition: all 0.4s;
}
.jssora106:hover .c {
  opacity: 0.5;
}
.jssora106:hover .a {
  opacity: 0.8;
}
.jssora106.jssora106dn .c {
  opacity: 0.2;
}
.jssora106.jssora106dn .a {
  opacity: 1;
}
.jssora106.jssora106ds {
  opacity: 0.3;
  pointer-events: none;
}

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #000;
  transition: all 0.4s;
}
.jssort101 .p .cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.4s;
}
.jssort101 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  visibility: hidden;
}
.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent;
}
.jssort101 .p:hover {
  padding: 2px;
}
.jssort101 .p:hover .cv {
  background-color: rgba(0, 0, 0, 6);
  opacity: 0.35;
}
.jssort101 .p:hover.pdn {
  padding: 0;
}
.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: 0.35;
}
.jssort101 .pav .cv {
  border-color: #fff;
  opacity: 0.35;
}
.jssort101 .pav .a,
.jssort101 .p:hover .a {
  visibility: visible;
}
.jssort101 .t {
  border: none;
  opacity: 0.6;
}
.jssort101 .pav .t,
.jssort101 .p:hover .t {
  opacity: 1;
}

.jssorsliderContainer {
  position: relative;
}

.jssorslider {
  position: relative;
  margin: 0 auto;
  top: 5px;
  right: 5px;
  width: 730px;
  height: 525px;
  visibility: hidden;
  z-index: 2;
  margin-bottom: 20px;
}

.jssorslider_navigator_p img {
  transition: all 0.4s;
  height: 95px !important;
  width: auto !important;
}

.gallery_zoom {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  background-color: #39432b;
  color: #fff !important;
  text-align: center;
  padding-top: 6px;
  z-index: 10;
  transition: all 0.4s;
}

.gallery_zoom:hover {
  color: #c81734 !important;
}

.gallery_title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 50px;
  padding: 15px;
  color: #fff !important;
  z-index: 9;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.gallery_zoom_caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  background-color: #39432b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.jssorsliderBefore {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60%;
  height: 60%;
  background-color: #39432b;
  z-index: 1;
}
.jssorsliderAfter {
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 60%;
  height: 60%;
  background-color: #39432b;
  z-index: 1;
}

.jssorslider_slides {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 730px;
  height: 410px;
  overflow: hidden;
  border: solid 2px #39432b;
  position: relative;
  padding: 6px !important;
}

.jssorslider_navigator {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 730px;
  height: 115px;
  background-color: transparent;
}

.jssorslider_navigator_p {
  width: 170px;
  height: 95px;
  border: solid 2px #39432b;
  cursor: pointer;
  text-align: center;
  background: transparent !important;
}

.jssorslider_navigator_pav {
  border: solid 2px #99988f !important;
}

.arrowleft,
.arrowright {
  background-color: #39432b;
  padding-top: 7px;
  text-align: center;
  font-size: 16px;
  transition: all 0.4s;
}
.arrowleft {
  width: 35px;
  height: 35px;
  bottom: 40px;
  left: 0px;
}
.arrowright {
  width: 35px;
  height: 35px;
  bottom: 40px;
  right: 0px;
}

.arrowleft:hover,
.arrowright:hover {
  color: #c81734 !important;
}

@media (max-width: 767.98px) {
  .jssorslider {
    height: 575px;
  }

  .jssorslider_slides {
  }

  .jssorslider_navigator {
    height: 165px;
  }

  .jssorslider_navigator_p {
    width: 255px;
    height: 142px;
  }

  .arrowleft {
    bottom: 60px;
  }
  .arrowright {
    bottom: 60px;
  }
}

@media (max-width: 576px) {
  .gallery_zoom {
    transform: scale(1.5);
    transform-origin: top right;
  }

  .arrowleft {
    transform: scale(0.8) !important;
    transform-origin: top left;
    right: -12px !important;
  }
  .arrowright {
    transform: scale(0.8) !important;
    transform-origin: top right;
    left: -12px !important;
  }
}

@media (max-width: 440px) {
  .gallery_zoom {
    transform: scale(2) !important;
  }
}
