/******************************
*
*  RoyalSlider JTC Controls Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.hero,
.hero .rsOverflow,
.hero .rsSlide,
.hero .rsVideoFrameHolder,
.hero .rsThumbs {
  background: #000;
  color: #FFF; }

/***************
*
*  1. Arrows
*
****************/
.hero .rsArrow {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.hero .rsArrowLeft, .hero .rsArrowRight {
  font-family: "Font Awesome 5 Pro";
  font-size: 3em;
  line-height: 50px;
  text-align: center;
  color: #333; }

.hero .rsArrowLeft {
  bottom: 1px;
  right: 51px; }
  .hero .rsArrowLeft .rsArrowIcn:after {
    content: '\f104';
    display: inline-block;
    font-weight: 100; }

.hero .rsArrowRight {
  right: 0;
  bottom: 1px; }
  .hero .rsArrowRight .rsArrowIcn:after {
    content: '\f105';
    display: inline-block;
    font-weight: 100; }

.hero .rsArrowIcn {
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  background: #fff;
  opacity: .8;
  transition: opacity .2s; }

.hero .rsArrowIcn:hover {
  opacity: 1; }

.hero .rsArrowDisabled .rsArrowIcn {
  opacity: .5 !important;
  filter: alpha(opacity=30);
  *display: none;
  cursor: default; }

/***************
*
*  2. Bullets
*
****************/
.hero .rsBullets {
  position: absolute;
  bottom: 10px;
  right: 120px;
  z-index: 35;
  height: auto;
  text-align: right;
  overflow: hidden; }

.hero .rsBullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 2px; }

.hero .rsBullet span {
  display: block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #CCC;
  background: rgba(255, 255, 255, 0.5); }

.hero .rsBullet.rsNavSelected span {
  background: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.hero .rsThumbsHor {
  width: 100%;
  height: 72px; }

.hero .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.hero.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.hero.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.hero .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px; }

.hero .rsThumb img {
  width: 100%;
  height: 100%; }

.hero .rsThumb.rsNavSelected {
  background: #333; }

.hero .rsThumb.rsNavSelected img {
  filter: alpha(opacity=40);
  opacity: 0.7; }

.hero .rsThumb.rsNavSelected span.thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden; }

.hero .rsTmb {
  display: block; }

/* Thumbnails arrow icons */
.hero .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.hero.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.hero.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.hero.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.hero.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.hero.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.hero .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("rs-minimal-white.png"); }

.hero.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px; }

.hero.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px; }

.hero.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px; }

.hero.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px; }

.hero .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .hero .rsThumb {
    width: 59px;
    height: 44px; }
  .hero .rsThumbsHor {
    height: 44px; }
  .hero .rsThumbsVer {
    width: 59px; } }

/***************
*
*  4. Tabs
*
****************/
.hero .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.hero .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  *display: inline;
  *zoom: 1; }

.hero .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.hero .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.hero .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.hero .rsTab.rsNavSelected {
  color: #000;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  5. Fullscreen button
*
****************/
.hero .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.hero .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-minimal-white.png") 0 0 transparent; }

.hero .rsFullscreenIcn:hover {
  opacity: 0.8; }

.hero.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.hero .rsPlayBtn, .hero .generic .product-cover .rsPlayVideo {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  cursor: pointer; }

.hero .rsPlayBtnIcon:before {
  /*    position:absolute; */
  font-family: "Font Awesome 5 Pro";
  content: "\f144";
  font-size: 20em;
  font-size: 20vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-weight: 900; }

.hero .generic .product-cover .rsPlayBtnIcon:before, .hero .generic .product-cover .rsPlayVideo:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f144";
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-weight: 900; }

/*
.hero .rsPlayBtnIcon:after{
    display:block;
    content:"WATCH PREVIEW";
    font-weight:bold;
    text-align: center;
    font-size:1.7vw;
    margin-top:20%;
}
*/
.hero .rsPlayBtnIcon {
  display: block;
  /*    line-height: 1; */
  opacity: .75;
  transition: opacity .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: opacity .3s; }

.hero .rsPlayBtn:hover .rsPlayBtnIcon {
  opacity: 1; }

.hero .rsBtnCenterer {
  position: absolute;
  right: 10%;
  top: 50%;
  width: 25vw;
  height: 25vw; }

.hero .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.hero .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.hero .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-minimal-white.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.hero .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.hero .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.hero .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }
