/* 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
*
****************/
.rsHaruna .rsArrow {
  height: 100%;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsHaruna.rsVer .rsArrow {
  width: 100%;
  height: 32px;
}
.rsHaruna.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsHaruna.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsHaruna.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsHaruna.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

.rsHaruna .rsArrowIcn {
  width: 44px;
  height: 44px;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  position: absolute;
  text-align: center;
}
.rsHaruna .rsArrowIcn:before {
  color: #fff;
  font-size: 44px;
  line-height: 1;
  display: block;
  font-family: sans-serif;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.rsHaruna.rsHor .rsArrowLeft .rsArrowIcn:before {
  content: '\25C2';
}
.rsHaruna.rsHor .rsArrowRight .rsArrowIcn:before {
  content: '\25B8';
}

.rsHaruna.rsVer .rsArrowLeft .rsArrowIcn:before {
  content: '\25B4';
}
.rsHaruna.rsVer .rsArrowRight .rsArrowIcn:before {
  content: '\25BE';
}

.rsHaruna .rsArrowDisabled .rsArrowIcn {
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
}

/***************
*
*  Bullets
*
****************/
.rsHaruna .rsBullets {
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  font-size: 0;
  width: 100%;
}

.rsHaruna .rsBullet {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  box-sizing: content-box;
  padding: 12px 6px;
}
.rsHaruna .rsBullet > span {
  width: 4px;
  height: 4px;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}

.rsHaruna .rsBullet.rsNavSelected > span {
  width: 0;
  height: 0;
  border-width: 3px;
}

/***************
*
*  Play/close video button
*
****************/
.rsHaruna .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);
}

.rsHaruna .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%);
}

.rsHaruna .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
}

.rsHaruna .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.rsHaruna .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);
  }
}
.rsHaruna .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
*
****************/
.rsHaruna .rsGCaption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #fff;
}
.rsHaruna .rsGCaption .rsCaption {
  padding: 5px 15px;
  font-size: 12px;
}
.rsHaruna .rsGCaption .rsCaption:empty {
  display: none;
}
