@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
  margin-left: auto;
  margin-right: auto; }
  .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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slick/fonts/slick.eot");
  src: url("./slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slick/fonts/slick.woff") format("woff"), url("./slick/fonts/slick.ttf") format("truetype"), url("./slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@media (min-width: 768px) {
  .image-gallery-portlet .gallery-wrapper .gallery.masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em; } }

@media only screen and (min-width: 992px) {
  .image-gallery-portlet .gallery-wrapper .gallery.masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

/* .image-gallery-portlet { */
.slide-show-nav {
  height: 80px;
  overflow-y: hidden; }
  .slide-show-nav.slide-hidden .slide {
    display: none !important; }
    .slide-show-nav.slide-hidden .slide.slide-place-holder {
      display: block !important; }
  .slide-show-nav .slick-list .slick-track {
    height: 80px; }
  .slide-show-nav .slide {
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 5px; }
    .slide-show-nav .slide.slick-current {
      border: 2px solid #307139; }
  .slide-show-nav:hover .slick-arrow {
    opacity: 1; }
  .slide-show-nav .gallery-next {
    right: 0; }
  .slide-show-nav .gallery-prev {
    left: 0; }
  .slide-show-nav .slick-arrow {
    top: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 30px;
    line-height: 0;
    font-size: 50px;
    cursor: pointer;
    color: #000;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.slide-show-h-200 .slide-show {
  height: 200px !important;
  max-height: 200px !important; }
  .slide-show-h-200 .slide-show .slide {
    height: 200px !important; }

.slide-show-h-250 .slide-show {
  height: 250px !important;
  max-height: 250px !important; }
  .slide-show-h-250 .slide-show .slide {
    height: 250px !important; }

.slide-show-h-300 .slide-show {
  height: 300px !important;
  max-height: 300px !important; }
  .slide-show-h-300 .slide-show .slide {
    height: 300px !important; }

.slide-show-h-350 .slide-show {
  height: 350px !important;
  max-height: 350px !important; }
  .slide-show-h-350 .slide-show .slide {
    height: 350px !important; }

.slide-show-h-400 .slide-show {
  height: 400px !important;
  max-height: 400px !important; }
  .slide-show-h-400 .slide-show .slide {
    height: 400px !important; }

.slide-show-h-450 .slide-show {
  height: 450px !important;
  max-height: 450px !important; }
  .slide-show-h-450 .slide-show .slide {
    height: 450px !important; }

.slide-show-h-500 .slide-show {
  height: 500px !important;
  max-height: 500px !important; }
  .slide-show-h-500 .slide-show .slide {
    height: 500px !important; }

@media only screen and (max-width: 768px) {
  .slide-show-md-h-200 .slide-show {
    height: 200px !important;
    max-height: 200px !important; }
    .slide-show-md-h-200 .slide-show .slide {
      height: 200px !important; }
  .slide-show-md-h-250 .slide-show {
    height: 250px !important;
    max-height: 250px !important; }
    .slide-show-md-h-250 .slide-show .slide {
      height: 250px !important; }
  .slide-show-md-h-300 .slide-show {
    height: 300px !important;
    max-height: 300px !important; }
    .slide-show-md-h-300 .slide-show .slide {
      height: 300px !important; }
  .slide-show-md-h-350 .slide-show {
    height: 350px !important;
    max-height: 350px !important; }
    .slide-show-md-h-350 .slide-show .slide {
      height: 350px !important; }
  .slide-show-md-h-400 .slide-show {
    height: 400px !important;
    max-height: 400px !important; }
    .slide-show-md-h-400 .slide-show .slide {
      height: 400px !important; }
  .slide-show-md-h-450 .slide-show {
    height: 450px !important;
    max-height: 450px !important; }
    .slide-show-md-h-450 .slide-show .slide {
      height: 450px !important; }
  .slide-show-md-h-500 .slide-show {
    height: 500px !important;
    max-height: 500px !important; }
    .slide-show-md-h-500 .slide-show .slide {
      height: 500px !important; } }

.slide-show {
  min-height: 200px; }
  .slide-show:hover .slick-arrow {
    opacity: 1; }
  .slide-show.slide-hidden .slide {
    display: none !important; }
    .slide-show.slide-hidden .slide.slide-place-holder {
      display: block !important; }
  .slide-show .slide {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
    .slide-show .slide .img {
      height: 100%; }

.slick-dots li {
  margin: 0; }
  .slick-dots li button:before {
    font-size: 10px; }

.gallery-next {
  right: 10px; }

.gallery-prev {
  left: 10px; }

.slick-arrow {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 50px;
  cursor: pointer;
  background: transparent;
  color: #999;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 200ms;
  padding: 0;
  border: 0;
  outline: 0;
  z-index: 1;
  opacity: 0; }
  .slick-arrow:hover {
    color: inherit; }

/*}*/
.image-gallery-portlet .splide__slide {
  background-size: contain !important; }
  .image-gallery-portlet .splide__slide img {
    width: 100%;
    height: auto; }

.image-gallery-portlet .justified-gallery .justified-box {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EEE; }
  .image-gallery-portlet .justified-gallery .justified-box .gallery-item-details {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    padding: 3px;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); }
    .image-gallery-portlet .justified-gallery .justified-box .gallery-item-details a {
      font-size: 0.8rem;
      cursor: pointer; }
    .image-gallery-portlet .justified-gallery .justified-box .gallery-item-details h4 {
      font-size: 0.8rem;
      text-align: left;
      font-weight: bold;
      margin-bottom: 0; }

.image-gallery-portlet .hidden {
  display: none !important; }

.image-gallery-portlet .raise-effect.gallery-item:hover {
  transform: scale(1.0221);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.image-gallery-portlet .btn-clear {
  padding: 2px;
  line-height: 1;
  background: none;
  border: none; }

.image-gallery-portlet .template-dropdown .dropdown-menu {
  min-width: 0;
  padding: 0; }
  .image-gallery-portlet .template-dropdown .dropdown-menu .dropdown-item {
    padding: 0.7rem 1rem; }
    .image-gallery-portlet .template-dropdown .dropdown-menu .dropdown-item .selected {
      background-color: #ddd; }

.image-gallery-portlet .gallery-wrapper.visible {
  visibility: visible; }

.image-gallery-portlet .gallery-wrapper .not-loaded {
  display: none; }

.image-gallery-portlet .gallery-wrapper .gallery .gallery-item {
  margin: 0;
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em;
  width: 100%;
  box-sizing: border-box; }
  .image-gallery-portlet .gallery-wrapper .gallery .gallery-item img {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
    display: block;
    max-width: 100%; }
  .image-gallery-portlet .gallery-wrapper .gallery .gallery-item .gallery-item-details {
    margin-top: 5px;
    position: relative; }
    .image-gallery-portlet .gallery-wrapper .gallery .gallery-item .gallery-item-details .gallery-item-name {
      text-align: center; }
      .image-gallery-portlet .gallery-wrapper .gallery .gallery-item .gallery-item-details .gallery-item-name h3 {
        border-bottom: 1px solid #FFF;
        padding-bottom: 3px;
        margin-bottom: 0;
        font-size: 1.2rem; }
      .image-gallery-portlet .gallery-wrapper .gallery .gallery-item .gallery-item-details .gallery-item-name .gallery-item-view {
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        left: -200%;
        position: absolute;
        cursor: pointer; }
    .image-gallery-portlet .gallery-wrapper .gallery .gallery-item .gallery-item-details .gallery-item-zoom {
      display: none; }
    .image-gallery-portlet .gallery-wrapper .gallery .gallery-item .gallery-item-details .gallery-item-status {
      position: absolute;
      left: 0;
      top: -40px;
      font-weight: 500; }
      .image-gallery-portlet .gallery-wrapper .gallery .gallery-item .gallery-item-details .gallery-item-status span {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 5px;
        display: inline-block;
        background-color: #FFF;
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
        cursor: default;
        min-width: 30px;
        height: 30px;
        margin-left: 5px;
        font-weight: bold;
        border-radius: 3px; }
  .image-gallery-portlet .gallery-wrapper .gallery .gallery-item .action-buttons {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px; }
    .image-gallery-portlet .gallery-wrapper .gallery .gallery-item .action-buttons button {
      margin: 0 1px;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }

@media (min-width: 768px) {
  .image-gallery-portlet .gallery-wrapper .gallery .gallery-item .gallery-item-image-wrapper {
    margin: 0;
    padding: 3px; }
    .image-gallery-portlet .gallery-wrapper .gallery .gallery-item .gallery-item-image-wrapper:hover {
      border-color: #DDD;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
      border-radius: 2px; }
  .image-gallery-portlet .gallery-wrapper .gallery .gallery-item .gallery-item-details .gallery-item-zoom {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    background-color: #FFF;
    position: absolute;
    top: -40px;
    right: 5px;
    z-index: 5;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%; } }

.image-gallery-portlet .image-portlet .image {
  width: 100%; }

.image-gallery-portlet .parallax-edit-button {
  position: absolute;
  right: 5px;
  top: 5px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 20;
  line-height: 30px;
  padding: 0;
  height: 30px;
  width: 30px;
  border-radius: 15px !important; }