/******************************
*
*  RoyalSlider HKW HOME HERO Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-hkw-home-hero.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/

/* Width, Height */
.rsHKW {
	width: 100%;
	height: 384px;
}
@media (min-width: 1200px) {
  .rsHKW {
	xheight: 480px;
  }
}

.rsHKW.rsHKWHomeHero {
	xheight: auto;
}

/* Background */
.rsHKW,
.rsHKW .rsOverflow,
.rsHKW .rsSlide,
.rsHKW .rsVideoFrameHolder,
.rsHKW .rsThumbs {
	background: transparent;
	color: #000000;
}


.rsHKW .hkwSlide {
	display: none;
	width: 100%;
}
.rsHKW .hkwSlide:nth-child(1) {
	display: block;
}

.rsHKW .rsSlide .hkwSlide {
	display: block !important;
}



/***************
*
*  1. Arrows
*
****************/

.rsHKW .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsHKW.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsHKW.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsHKW.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsHKW.rsHor .rsArrowLeft { left: -36px; top: 0; }
.rsHKW.rsHor .rsArrowRight { right: -36px; top:0; }

.rsHKW.rsHKWHomeHero.rsHor .rsArrowLeft { left: -50px; }
.rsHKW.rsHKWHomeHero.rsHor .rsArrowRight { right: -50px; }

.rsHKW .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('rs-hkw-home-hero.png');
	
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.rsHKW .rsArrowIcn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.rsHKW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsHKW.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsHKW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsHKW.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsHKW .rsArrowDisabled .rsArrowIcn { filter: alpha(opacity=20); opacity: .2; *display: none; }


@media (max-width: 979px) {
  .rsHKW.rsHor .rsArrowLeft { left: -40px; }
  .rsHKW.rsHor .rsArrowRight { right: -40px; }
}

@media (max-width: 768px) {
  .rsHKW.rsHor .rsArrowLeft, .rsHKW.rsHKWHomeHero.rsHor .rsArrowLeft { left: -36px; width: 44px; }
  .rsHKW.rsHor .rsArrowRight, .rsHKW.rsHKWHomeHero.rsHor .rsArrowRight { right: -36px; width: 44px; }
  
  .rsHKW.rsHor .rsArrowLeft .rsArrowIcn, .rsHKW.rsHKWHomeHero.rsHor .rsArrowLeft .rsArrowIcn { left: 0; margin-left: 0; }
  .rsHKW.rsHor .rsArrowRight .rsArrowIcn, .rsHKW.rsHKWHomeHero.rsHor .rsArrowRight .rsArrowIcn { right: -18px; left: auto; right: 0; margin-left: 0; }
}

@media (max-width: 767px) {
  .rsHKW.rsHor .rsArrowLeft, .rsHKW.rsHKWHomeHero.rsHor .rsArrowLeft { left: -18px; width: 30px; }
  .rsHKW.rsHor .rsArrowRight, .rsHKW.rsHKWHomeHero.rsHor .rsArrowRight { right: -18px; width: 30px; }
  
  .rsHKW.rsHor .rsArrowLeft .rsArrowIcn, .rsHKW.rsHKWHomeHero.rsHor .rsArrowLeft .rsArrowIcn { width: 18px; left: 0; margin-left: 0; background-image: url('rs-hkw-home-hero-mobile.png?v=3'); }
  .rsHKW.rsHor .rsArrowRight .rsArrowIcn, .rsHKW.rsHKWHomeHero.rsHor .rsArrowRight .rsArrowIcn { right: -18px; width: 18px; left: auto; right: 0; margin-left: 0; background-image: url('rs-hkw-home-hero-mobile.png?v=3'); }
}



/***************
*
*  2. Bullets
*
****************/

.rsHKW .rsBullets {
	position: relative;
	z-index: 35;
	width: 100%;
	height: auto;
	margin: 0 auto 0; 

	text-align: left;
	line-height: 5px;
	overflow: hidden;
	margin-top: -8px;
}
.rsHKW.rsHKWHomeHero .rsBullets {
	margin-top: -21px; 
}

.rsHKW.num-1 .rsBullets {
	display: none;
}
.rsHKW .rsBullet {
	width: 5px;
	height: 5px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px;
}
.rsHKW .rsBullet span {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #999999;
}
.rsHKW .rsBullet.rsNavSelected span {
	background-color: #999999;
}





/***************
*
*  3. Thumbnails -- NOT USED, DELETE
*
****************/

.rsHKW .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsHKW .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsHKW.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsHKW.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsHKW .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsHKW .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsHKW .rsThumb.rsNavSelected {
	background: #FFF;
}
.rsHKW .rsThumb.rsNavSelected img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.rsHKW .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsHKW .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.rsHKW .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsHKW .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #FFF;
	background: rgba(255,255,255,0.75);
}
.rsHKW .rsThumbsArrow:hover {
	background: rgba(255,255,255,0.9);
}
.rsHKW.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsHKW.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsHKW.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsHKW.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsHKW.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

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

.rsHKW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsHKW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsHKW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsHKW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

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

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




/***************
*
*  4. Tabs -- NOT USED, DELETE
*
****************/

.rsHKW .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsHKW .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: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsHKW .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;
}
.rsHKW .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;
}
.rsHKW .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsHKW .rsTab.rsNavSelected { 
	color: #FFF;
	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 -- NOT USED, DELETE
*
****************/

.rsHKW .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsHKW .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('rs-hkw-home-hero.png') 0 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
	border-radius: 2px;

}
.rsHKW .rsFullscreenIcn:hover {
	background-color: rgba(255,255,255,0.9);
}
.rsHKW.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsHKW .rsPlayBtn {
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsHKW .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;

	background:url(rs-hkw-home-hero.png) no-repeat 0 -32px;
}
.rsHKW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-position: 0 -96px;
}
.rsHKW .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsHKW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsHKW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsHKW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-hkw-home-hero.png') -64px 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
}
.rsHKW .rsCloseVideoIcn:hover {
	background-color: rgba(255,255,255,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsHKW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../preloaders/preloader.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsHKW .rsCaption {
	text-align: right;
	float: right;
	padding: 0;
	font-size: 10px;
	line-height: 1.3em;
	width: 50%;
	display: none;
}
.rsHKW .rsGCaption .rsCaption {
	display: block;
}




.rsHKW .rsGCaption {
	xposition: absolute;
	float: right;
	text-align: right;
	width: 100%;

	padding: 0;
	margin-top: -15px;
}
.rsHKW.num-1 .rsCaption {
	text-align: left;
	float: none;
	width: 100%;
}
.rsHKW.num-1 .rsGCaption {
	margin-top: -5px;
	margin-left: 10px;
	text-align: left;
	float: none;
	width: auto;
}


.rsHKW.rsHKWHomeHero .rsGCaption {
	margin-top: 10px !important;
}


.rsHKW figure {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}


@media (max-width: 480px) {
	.rsHKW .rsCaption {
		width: 90% !important;
	}
}



/***************
*
*  HKW EXTRA
*  9. LAYOUTING
*  IMAGE, CAPTION, ETC
*
****************/

.rsHKW .rsImg,
.rsHKW .rsVideoContainer {
	width: 100%;
}

.rsHKW.rsHKWHomeHero .rsImg,
.rsHKW.rsHKWHomeHero .rsVideoContainer {
	width: 692px;
	float: right;
}
.rsHKW.rsHKWHomeHero .rsVideoContainer .rsImg {
	float: none;
}

.rsHKW.rsHKWHomeHero .rsCap {
	float: left;
	width: 212px;
	font-size: 16px;
	line-height: 1.3em;
	padding-bottom: 21px;
}

.rsHKW.rsHKWHomeHero .rsCap h1 {
  margin: 0.2em 0;
}


.rsHKW a.block {
	display: block;
	border-bottom: none;
}


.rsHKW .rsCredits {
	float: right;
	font-size: 11px;
	line-height: 1.3em;
}

.rsHKW .rsCredits p {
	margin: 0;
}



@media (min-width: 1200px) {
  .rsHKW.rsHKWHomeHero .rsImg,
  .rsHKW.rsHKWHomeHero .rsVideoContainer {
	width: 864px;
  }

  .rsHKW.rsHKWHomeHero .rsCap {
	width: 264px;
	font-size: 19px;
	line-height: 1.3em;
	padding-bottom: 21px;
  }
  
}



@media (max-width: 979px) {
  .rsHKW.rsHKWHomeHero .rsImg,
  .rsHKW.rsHKWHomeHero .rsVideoContainer {
	width: 100%;
	float: none;
  }
  .rsHKW.rsHKWHomeHero .rsCap {
    padding-top: 16px;
    float: none;
    width: 100%;
  }
}





