/*
 * slideshow.css
 */

 .slideshow-container {
  overflow: hidden;
  margin: 0 auto;
  max-width: 880px;
  margin-bottom: 40px;
  margin-bottom: 4rem;
 }

.royalSlider {
  width: 100%;
  margin: 0 auto;
  max-width: 880px;
  height: auto;
  overflow: hidden;
  border-radius: 4px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}

.rsLayout-full {
  height: 641px;
}

.rsLayout-content {
  height: 438px;
}

.rsOverflow,
.rsSlide,
.rsSlide img {
  border-radius: 4px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background-color: transparent;
}

.rsDefault .rsBullets {
  bottom: 20px;
  background-color: transparent;
}

.rsDefault .rsBullets,
.rsDefault .rsBullet {
  vertical-align: top;
}

.rsDefault .rsBullet,
.rsDefault .rsBullet span {
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.rsDefault .rsBullet span {
  border: 5px solid #ffffff;
}

.rsDefault .rsArrowIcn {
  background-color: rgba(169,24,43,.75);
}

.rsDefault .rsArrowIcn:hover {
  background-color: rgba(169,24,43,1);
}

.rsDefault .rsGCaption {
  padding: 0;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: auto;
  z-index: 1;
  color: initial;
  background: none;
  font-size: inherit;
  border-radius: 0;
}

.rsDefault .rsCaptionBox-container {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.rsDefault .rsCaptionBox {
  max-width: 50%;
  display: inline-block;
  padding: 12px;
  padding: 1.2rem;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.75);
  background-color: #888;
  background-color: rgba(136,136,136,.9);
  border: 2px solid rgba(255,255,255,.3);
  border-radius: 4px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}

.rsDefault .rsCaptionBox a {
  color: inherit;
}

.rsDefault .rsCaptionBox h3 {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
}

.rsDefault .rsCaptionBox p,
.rsDefault .rsCaptionBox ol,
.rsDefault .rsCaptionBox ul,
.rsDefault .rsCaptionBox h3 {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.rsDefault .rsCaptionBox-container:last-child,
.rsDefault .rsCaptionBox p:last-child,
.rsDefault .rsCaptionBox ol:last-child,
.rsDefault .rsCaptionBox ul:last-child,
.rsDefault .rsCaptionBox h3:last-child {
  margin-bottom: 0;
}

.rsDefault .rsCaptionBox-highlight {
  font-weight: 700;
  color: #f12727;
  background-color: rgba(255,255,255,.7);
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.rsDefault .rsBtnCenterer {
  z-index: 50;
}

/**
 * Fixes a potential bug if border-box is set globally
 *
 * http://help.dimsemenov.com/discussions/problems/7508-bug-with-royalsliderbootstrap
 */
.rsDefault .rsBullet {
  padding: 0 5px;
  -webkit-box-sizing: content-box; /* Android ≤ 2.3, iOS ≤ 4 */
     -moz-box-sizing: content-box; /* Firefox ≤ 28 */
          box-sizing: content-box; /* Chrome, Firefox 29+, IE 8+, Opera, Safari 5.1 */
}

.slideshow-mobile {
  display: none;
  padding: 10px;
  background-color: #eee;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.slideshow-mobile p {
  margin-bottom: 10px;
  font-size: 12px;
}

.slideshow-mobile .slide-title {
  font-size: 16px;
  font-weight: 600;
}

.slideshow-mobile p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .rsDefault .rsBullets {
    bottom: 10px;
  }

  .rsDefault .rsBullet,
  .rsDefault .rsBullet span {
    width: 20px;
    height: 20px;
  }

  .rsDefault .rsBullet {
    padding: 0 3px;
  }

  .rsDefault .rsBullet span {
    border: 3px solid #ffffff;
  }

  .rsDefault .rsGCaption {
    display: none !important;
  }

  .slideshow-mobile {
    display: block;
  }

  .royalSlider,
  .rsOverflow,
  .rsSlide,
  .rsSlide img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
