/******************************
*
*  RoyalSlider GDA Kitcom (based on Default Inverted Skin )
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-gda-kitcom.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsGdaKitcom,
.rsGdaKitcom .rsOverflow,
.rsGdaKitcom .rsSlide,
.rsGdaKitcom .rsVideoFrameHolder,
.rsGdaKitcom .rsThumbs {
	background: #fff;
	color: #333;
}

.rsGdaKitcom a {
	border: 0;
}


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

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

.rsGdaKitcom.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsGdaKitcom.rsHor .rsArrowRight { right: 0; top:0; }

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

	position: absolute;	
	cursor: pointer;	
	background: url('rs-gda-kitcom.png');
	opacity: 0.5;
	border-radius: 2px;
}
.rsGdaKitcom .rsArrow:hover .rsArrowIcn {
	opacity: 1;
}

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

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

.rsGdaKitcom .rsArrowDisabled .rsArrowIcn { opacity: .1 !important; filter: alpha(opacity=20);  *display: none; }


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

.rsGdaKitcom .rsBullets {
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	text-align: center;
	line-height: 5px;
	overflow: hidden;
}
.rsGdaKitcom .rsBullets * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.rsGdaKitcom .rsBullet {
	width: 5px;
	height: 5px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px;
}
.rsGdaKitcom .rsBullet span {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #BBB;
}
.rsGdaKitcom .rsBullet.rsNavSelected span {
	background-color: #000;
}

/***************
*
*  3. Thumbnails
*
****************/

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

/* Thumbnails with text */
.rsGdaKitcom .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}
.rsGdaKitcom .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

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

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

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

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

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

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

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

/***************
*
*  4. Tabs
*
****************/

.rsGdaKitcom .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden;
	padding-top: 12px;
	position: relative;
}
.rsGdaKitcom .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	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;
}
.rsGdaKitcom .rsTab:first-child {
}
.rsGdaKitcom .rsTab:last-child { 
}
.rsGdaKitcom .rsTab:active { 
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsGdaKitcom .rsTab.rsNavSelected { 
	color: #FFF;
	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
*
****************/

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

	background: url('rs-gda-kitcom.png') 0 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;

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

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

.rsGdaKitcom .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsGdaKitcom .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(rs-gda-kitcom.png) no-repeat 0 -32px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
}
.rsGdaKitcom .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(255,255,255,0.9);
}
.rsGdaKitcom .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsGdaKitcom .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsGdaKitcom .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

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

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

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

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

/***************
*
*  8. Global caption
*
****************/
.rsGdaKitcom .rsGCaption {
	position: absolute;
	float: none;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;

	background: #FFF;
    background: rgba(255,255,255,0.9);
	border-left: 1px solid rgba(51,51,51,0.15);
	border-right: 1px solid rgba(51,51,51,0.15);
	border-bottom: 1px solid rgba(51,51,51,0.15);

	color: #333;
	padding: 2px 8px;
	width: auto;
	font-size: 18px;
}

.rsGdaKitcom  .rsThumbs .rsThumb {
	border-bottom: 1px solid #f0f0f0;
}