/* Parallax Effect */
.parallax-window {
  min-height: 600px;
  height: 600px;
  width: 100%;
  background: transparent;
  display: table;
}

.parallax-content {
  display: table-cell;
  height: 100%;
  width: 60%;
  vertical-align: middle;
  text-align: center;
  padding: 0 20%;
}

.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4 {
  color: #fff;
  font-size: 280%;
  font-weight: bold;
  text-shadow: #000 2px 2px 2px;
}

.parallax-content p {
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-shadow: #000 2px 2px 2px;
}

/* Cycle Gallery  (Slider)*/
#cycle2_prev {
  display: block;
  width: 20px;
  height: 58px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 10px;
  background: #fff;
  z-index: 999;
  text-indent: -9999px;
  background: url("img/slider_left.png") no-repeat top left;
  outline: none;
}

#cycle2_next {
  display: block;
  width: 20px;
  height: 58px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 10px;
  background: #fff;
  z-index: 999;
  text-indent: -9999px;
  background: url("img/slider_right.png") no-repeat top left;
  outline: none;
}

.cycle-caption {
  margin-top: -25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 120%;
}

.gallery {
  overflow: hidden;
  position: relative;
}

/* Ajax Gallery */
.ajax_gallery {
  margin: 1.5em 0 1.5em 0;
}
.ajax_gallery .slides {
  padding: 0;
  margin: 0;
}
.ajax_gallery .slides li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ajax_gallery .slides li img {
  max-width: 100%;
}

/* Carousel Gallery */
.carousel-box {
  overflow: hidden;
  position: relative;
}
.carousel-box .prev,
.carousel-box .next {
  position: absolute;
  z-index: 10;
  font-size: 200%;
}
.carousel-box .prev {
  top: 147px;
  left: 0;
}
.carousel-box .next {
  right: 0;
  top: 147px;
}
.carousel-box .carousel {
  margin-left: 63px;
  visibility: visible;
  overflow: hidden;
  position: relative;
  z-index: 2;
  left: 0px;
  width: 834px;
}
.carousel-box .carousel ul {
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style: none;
  z-index: 1;
}
.carousel-box .carousel ul li {
  border: 0;
  margin-right: 28px;
  position: relative;
  padding-top: 2px;
  float: left;
  overflow: hidden;
  float: left;
  width: 250px;
  height: 301px;
}
.carousel-box .carousel ul li h4 {
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 14px 0 8px 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .next, c.prev {
    display: none;
  }
  .carousel-mobile ul {
    display: flex;
    flex-wrap: wrap;
  }
  .carousel-mobile ul li {
    width: 50%;
  }
  .carousel-mobile ul li div {
    padding: 5%;
  }
  .carousel-mobile ul li div img {
    max-width: 100%;
  }
  .carousel-mobile ul li div h4 {
    font-size: 120%;
  }
  .carousel-mobile ul li div a {
    text-decoration: none;
  }
}/*# sourceMappingURL=mod.gallery.css.map */