/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: grab;
}

.grabbing-cursor {
  cursor: grabbing;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}

/***************
*
*  Arrows
*
****************/
.rsTerschelling .rsArrow {
  position: absolute;
  display: block;
  z-index: 21;
}
.rsTerschelling .rsArrow .rsArrowIcn {
  background: url(../../images/arrows.svg) 0 0 no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 64px 64px;
  opacity: 0.75;
  width: 32px;
  height: 32px;
  position: absolute;
  transition: opacity 0.2s;
}
.rsTerschelling .rsArrow:focus .rsArrowIcn, .rsTerschelling .rsArrow:hover .rsArrowIcn {
  opacity: 1;
}
.rsTerschelling .rsArrow:active .rsArrowIcn {
  opacity: 0.9;
}
.rsTerschelling .rsArrow.rsArrowDisabled .rsArrowIcn {
  opacity: 0.3;
  cursor: default;
}

.rsTerschelling.rsVer .rsArrow {
  width: 100%;
  height: 70px;
}
.rsTerschelling.rsVer .rsArrowIcn {
  left: 50%;
  margin-left: -16px;
}
.rsTerschelling.rsVer .rsArrowLeft {
  top: 0;
}
.rsTerschelling.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: 0 -32px;
  top: 6px;
}
.rsTerschelling.rsVer .rsArrowRight {
  bottom: 0;
}
.rsTerschelling.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -32px -32px;
  bottom: 6px;
}

.rsTerschelling.rsHor .rsArrow {
  width: 70px;
  height: 100%;
  top: 0;
}
.rsTerschelling.rsHor .rsArrowIcn {
  top: 50%;
  margin-top: -16px;
}
.rsTerschelling.rsHor .rsArrowLeft {
  left: 0;
}
.rsTerschelling.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: 0 0;
  left: 6px;
}
.rsTerschelling.rsHor .rsArrowRight {
  right: 0;
}
.rsTerschelling.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -32px 0;
  right: 6px;
}

/***************
*
*  Bullets
*
****************/
.rsTerschelling .rsBullets {
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  font-size: 0;
  width: 100%;
  padding: 5px 0;
  position: relative;
  z-index: 88;
}

.rsTerschelling .rsBullet {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  box-sizing: content-box;
  padding: 12px 6px;
}
.rsTerschelling .rsBullet > span {
  width: 4px;
  height: 4px;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  border: 1px solid #585858;
}

.rsTerschelling .rsBullet.rsNavSelected > span {
  width: 0;
  height: 0;
  border-width: 3px;
}

/***************
*
*  Play/close video button
*
****************/
.rsTerschelling .rsPlayBtn {
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.rsTerschelling .rsPlayBtnIcon {
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 16px 28px;
  border-left-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-18.75%, -50%);
}

.rsTerschelling .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
}

.rsTerschelling .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.rsTerschelling .rsCloseVideoIcn:before {
  content: '\00d7';
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-family: Arial, sans-serif;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

/***************
*
*  Preloader
*
****************/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rsTerschelling .rsPreloader {
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  border: 0.25rem solid #b5b5b5;
  border-top-color: #414141;
  animation: spin 1s infinite linear;
}

/***************
*
*  Global caption
*
****************/
.rsTerschelling .rsGCaption {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.rsTerschelling .rsGCaption .rsCaption {
  padding: 5px 15px;
  background-color: #181818;
  color: #fff;
  font-size: 12px;
  font-family: 'Merriweather', serif;
  font-style: italic;
  display: block;
}
.rsTerschelling .rsGCaption .rsCaption:empty {
  display: none;
}
