body #header-wrapper {
  overflow: hidden;
}
body #main {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
body #main .shadow {
  position: absolute;
  display: block;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 15px;
  -webkit-box-shadow: inset 0 7px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 7px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 7px 5px rgba(0, 0, 0, 0.15);
}
body #main .swiper-container {
  width: 100%;
  height: 100%;
}
body #main .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* Center slide text vertically */
  /*display: -webkit-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				align-items: center;*/
  position: relative;
}
body #main .swiper-container .swiper-slide .caption {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 50%;
  text-align: left;
  font-size: 20px;
  color: #000000;
}
body #main .swiper-container .swiper-slide .caption:first-line {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
#home-slideshow .slide-caption {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  z-index: 11;
  /*width: 360px;*/
}
#home-slideshow .slide-caption.right {
  right: 5%;
  left: auto;
}
#home-slideshow .slide-caption.left {
  left: 5%;
  right: auto;
}
#home-slideshow .slide-caption .table-display {
  display: table;
  width: 100%;
  height: 100%;
}
#home-slideshow .slide-caption .table-display > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#home-slideshow .slide-caption h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 28px;
}
#home-slideshow .slide-caption h2,
#home-slideshow .slide-caption h3,
#home-slideshow .slide-caption h4,
#home-slideshow .slide-caption h5,
#home-slideshow .slide-caption p,
#home-slideshow .slide-caption span,
#home-slideshow .slide-caption a.button {
  display: block;
  position: relative;
  text-align: left;
  top: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: hidden;
  white-space: inherit;
  border-radius: 0;
  padding: 20px;
}
#home-slideshow .slide-caption h2 + p {
  padding-top: 0;
}
#home-slideshow .slide-caption.dark h2,
#home-slideshow .slide-caption.dark p,
#home-slideshow .slide-caption.dark .caption-content > *:not(.button) {
  color: #fff;
}
#home-slideshow .slide-caption.dark h2,
#home-slideshow .slide-caption.dark p,
#home-slideshow .slide-caption.dark .caption-content > *:not(.button) {
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#home-slideshow .slide-caption.light h2,
#home-slideshow .slide-caption.light p {
  color: #000;
}
#home-slideshow .slide-caption.light h2,
#home-slideshow .slide-caption.light p,
#home-slideshow .slide-caption.light .caption-content > *:not(.button) {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
#home-slideshow .slide-caption a.button {
  background: #b89955;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff !important;
  float: left;
  cursor: pointer;
  padding: 10px;
  margin-top: 10px;
  display: inline-block;
  width: auto;
  -webkit-appearance: none;
}
@media only screen and (min-width: 420px) {
  #home-slideshow .slide-caption {
    width: 360px;
  }
  #home-slideshow .slide-caption.right {
    right: 12%;
    left: auto;
  }
  #home-slideshow .slide-caption.left {
    left: 12%;
    right: auto;
  }
}
