/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 100%;
  height: 330px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-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;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* 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;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  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 {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: url(../img/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(../img/grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

/** CUSTOM ROYAL SLIDER **/
@-webkit-keyframes slideIn {
  0% {
    margin-top: 20px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    margin-top: 20px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.royalSlider {
  background: black;
}
.royalSlider a:hover strong, .royalSlider a:focus strong, .royalSlider a:active strong {
  text-decoration: none;
}
.royalSlider figure img {
  width: 100%;
  cursor: pointer;
}
.royalSlider figcaption {
  position: absolute;
  bottom: 0;
  z-index: 95;
  width: 100%;
  padding: 20px;
  background: rgba(227,227,227,0.8);
  color: #000;
  text-align: center;
}
.royalSlider figcaption h2 {
    font-family: inherit;
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: 'forma_relight';
}
.royalSlider figcaption strong {
  color: inherit;
}

.visibleNearby .rsSlide {
  opacity: 0.3;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.visibleNearby .rsActiveSlide {
  opacity: 1;
}

.rsArrow {
  position: absolute;
  top: 50%;
  z-index: 95;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rsArrow .rsArrowIcn {
  width: 70px;
  height: 126px;
}

.rsArrowLeft {
  left: 0;
}
.rsArrowLeft .rsArrowIcn {
  background: url("../img/slider-arrow-left.png") !important;
}

.rsArrowRight {
  right: 0;
}
.rsArrowRight .rsArrowIcn {
  background: url("../img/slider-arrow-right.png") !important;
}

.rsBullets {
  position: relative;
  z-index: 96;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.rsBullet {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
.rsBullet span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D8D8D8;
    border:#FFFFFF solid 3px;
}
.rsBullet.rsNavSelected span {
  background: #b10d3a;
  border:#FFFFFF solid 3px;
    opacity: .8;

}

.rsThumbs {
  width: 100%;
}

.rsThumb {
  cursor: pointer;
}

.rsNavSelected .thumbIco {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid black;
}

.rsThumbsArrow {
  position: absolute;
  top: 0;
}
  .rsThumbsArrow.rsThumbsArrowDisabled {
    opacity: 0.2;
  }

.rsThumbsArrowIcn {
  width: 40px;
  height: 77px;
}

.rsThumbsArrowLeft {
  left: 0;
}
.rsThumbsArrowLeft .rsThumbsArrowIcn {
  background: url(../img/arrow-left.png);
}

.rsThumbsArrowRight {
  right: 0;
}
.rsThumbsArrowRight .rsThumbsArrowIcn {
  background: url(../img/arrow-right.png);
}

.rsVideoPlaying figcaption {
  opacity: 0;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}
.rsVideoPlaying:hover figcaption, .rsVideoPlaying:focus figcaption, .rsVideoPlaying:active figcaption {
  opacity: 1;
}
.rsVideoPlaying:hover figcaption p, .rsVideoPlaying:focus figcaption p, .rsVideoPlaying:active figcaption p {
  margin: 10px 0;
  height: auto;
}

.rsBtnCenterer {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rsPlayBtn {
  cursor: pointer;
}

.rsPlayBtnIcon {
  margin: 0 auto;
  width: 96px;
  height: 96px;
  background: url(../img/video-watermark.png);
  cursor: pointer;
}

.rsCloseVideoBtn {
  position: absolute;
  top: 40px;
  right: 10px;
  z-index: 50;
  padding: 15px 35px 15px 15px;
  border: 1px solid white;
  box-shadow: 3px 3px 10px -2px rgba(0, 0, 0, 0.5);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: white;
  text-align: left;
  cursor: pointer;
}
.rsCloseVideoBtn:before {
  content: "CLOSE";
}
.rsCloseVideoBtn:after {
  content: " \00D7";
  position: absolute;
  right: 10px;
  font-size: 30px;
}

@media (max-width: 979px) {
  .rsArrow {
    display: none;
  }
}

@media (max-width: 767px) {
  .rsBullets {
    margin-bottom: 0;
  }

  .royalSlider .rsThumbs {
    height: 16px;
    cursor: default;
  }
  .royalSlider .rsThumbsContainer {
    position: absolute;
    left: 0;
    width: 100% !important;
    height: 16px;
    text-align: center;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .royalSlider .rsThumb {
    display: inline-block;
    float: none;
    margin: 0 5px;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    cursor: pointer;
  }
  .royalSlider .rsThumb img {
    display: none;
  }
  .royalSlider .rsThumb .thumbIco {
    border: 0;
  }

  .rsThumbsArrow {
    display: none;
  }
}

.rsPreloader {
  position: absolute;
  top: 50%;
  left: 50%;

  margin: -12px 0 0 -12px;

  -webkit-animation: spinner 1s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation: spinner 1s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.rsPreloaderImg {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/design_2014/logo-mini.png");
}
