/******************************
*
*  Custom skin for Kidd & Company Approach page
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


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

/* container positioning overrides */
.kiddApproach .rsContainer { top: 75px; }
.kiddApproach .rsOverflow {  width: 100% !important; height: 400px !important; overflow: visible; }

/* override core styles */
.kiddApproach .rsContentSlider h3, .kiddApproach .rsContentSlider p {
	width: 100% !important;
	margin-left: 0 !important;
}
.kiddApproach .rsContentSlider h3 {
	margin: 0 !important;
}
/* style columns and content */
.approach-left { 
	width: 230px !important; 
	top: 5px !important;
	left: 5px !important;
}
.approach-left h3{ 
	margin-top: 0 !important;
	font-family: 'Proxima N W01 Bold', 'Trebuchet Bold', sans-serif;
	font-size: 1.4em !important; 
	font-weight: 100 !important;
	letter-spacing: -.02em;
	line-height: 1.25em !important; 
	text-transform: uppercase;
	text-align: right !important; 
	color: rgba(0, 0, 0, 1);
}
.approach-right { 
	top: 5px !important;
	left: 150px !important; 
	margin-left: 110px;
	padding-left: 40px;
	width: 830px !important; 
	height: auto !important;
	border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.approach-right p { margin-bottom: .75em; font-weight: 400; color: #000; line-height: 1.3em; }



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

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

.kiddApproach.rsHor .rsArrowLeft { left: -65px; top: 0; }
.kiddApproach.rsHor .rsArrowRight { right: -65px; top:0; }

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

	position: absolute;	
	cursor: pointer;	
	background: url('kidd-default.png');

	background-color: transparent;
	background-color: rgba(0,0,0,0.0);
	*background-color: transparent;
	
	border-radius: 2px;
}
.kiddApproach .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.0);
}

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

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

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


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

.kiddApproach .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.kiddApproach .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.kiddApproach .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.kiddApproach .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





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

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

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



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

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

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

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

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

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

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




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

.kiddApproach .rsTabs {
	position: relative;
	top: -385px;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	font-family: 'Proxima N W01 Reg', 'Trebuchet', sans-serif;
	text-transform: uppercase;
	overflow: hidden; 
}
.kiddApproach .rsTab {
	padding: 0px 25px 15px 0;
	display: inline-block;
	cursor: pointer;
	height: auto;
	width: auto;
	font-size: 1.05em;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	min-width: 72px;
	*display:inline; 
	*zoom:1;
}
/* .kiddApproach .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;
}
.kiddApproach .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;
} 
.kiddApproach .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
} */
.kiddApproach .rsTab.rsNavSelected { 
	color: #c55a24;
}





/***************
*
*  5. Fullscreen button
*
****************/

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

	background: url('rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

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





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

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

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

.kiddApproach .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.kiddApproach .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



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

.kiddApproach .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
*
****************/
.kiddApproach .rsGCaption {
	display: none;
/*	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.0);
	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px; */
}


/* Smaller than 960px */
@media only screen and (max-width: 959px) {

.kiddApproach .rsTabs { top: -520px !important; }
	.kiddApproach .rsTab { padding-bottom: 10px; }

	.kiddApproach .rsContainer { top: 25px; }
	.rsContentSlider h3, .rsContentSlider p {
		width: 100% !important;
		margin-left: 0 !important;	
		text-align: left;
	}

	.kiddApproach .rsOverflow { margin-top: 0; height: 500px !important; }

	.approach-left { 
		width: 25% !important;
		left: 0 !important;
	 }
	.approach-left h3 { text-align: left !important; }


	.approach-right { 
		top: 0 !important;
		left: 30% !important;
		margin-left: 0;
		width: 70% !important;
		height: auto !important;
		}

}

/* Tablet Landscape Size */

@media only screen and (min-width: 960px) and (max-width: 1025px) {
	.kiddApproach .rsTabs { top: -320px !important; }
	.kiddApproach .rsOverflow { margin-top: 0; height: 340px !important; }
	.kiddApproach .rsArrow { width: 75px; }
	.approach-right { width: 625px !important; }
}

/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.kiddApproach .rsTabs { top: -590px !important; }
	.kiddApproach .rsTab { display: block; padding-bottom: 10px; }

	.kiddApproach .rsContainer { top: 15px; }
	.rsContentSlider h3, .rsContentSlider p {
		width: 100% !important;
		margin-left: 0 !important;	
		text-align: left;
	}

	.kiddApproach .rsOverflow { margin-top: 60px; height: 500px !important; }

	.approach-left { 
		width: 100% !important;
		left: 0 !important;
	 }
	.approach-left h3 { text-align: left !important; }


	.approach-right { 
		top: 65px !important;
		left: 0 !important;
		margin-left: 0;
		padding-left: 0;
		width: 100% !important;
		height: auto !important;
		border-left: none;
		}

}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {

	
	.kiddApproach .rsTabs { top: -615px !important; }
	.kiddApproach .rsTab { padding-bottom: 10px; }

	.kiddApproach .rsContainer { top: 15px; }
	.rsContentSlider h3, .rsContentSlider p {
		width: 100% !important;
		margin-left: 0 !important;	
		text-align: left;
	}

	.kiddApproach .rsOverflow { margin-top: 60px; height: 525px !important; }

	.approach-left { 
		width: 100% !important;
		left: 0 !important;
	 }
	.approach-left h3 { font-size: 1.1em !important; text-align: left !important; }


	.approach-right { 
		top: 65px !important;
		left: 0 !important;
		margin-left: 0;
		padding-left: 0;
		width: 100% !important;
		height: auto !important;
		border-left: none;
		}


}

