/******************************
*
*  RoyalSlider Default Skin 
*
*    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 */
.rsDefault-03, .rsDefault-03 .rsOverflow, .rsDefault-03 .rsSlide, .rsDefault-03 .rsVideoFrameHolder, .rsDefault-03 .rsThumbs {
	/*background: rgba(134,188,37,1.00);*/
	color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/

.rsDefault-03 .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
}
.rsDefault-03.rsVer .rsArrow {
	width: 100%;
	height: 44px;
}
.rsDefault-03.rsVer .rsArrowLeft {
	top: 0;
	left: 0;
}
.rsDefault-03.rsVer .rsArrowRight {
	bottom: 0;
	left: 0;
}
.rsDefault-03.rsHor .rsArrowLeft {
	left: 0;
	top: 0;
}
.rsDefault-03.rsHor .rsArrowRight {
	right: 0;
	top: 0;
}
.rsDefault-03 .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background: url('rs-default-02.png');
	background-color: #000;
	background-color: rgba(0,0,0,0.0);
	border-radius: 2px;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
	.rsDefault-03.rsHor .rsArrowLeft {
	left: -5px;
	top: 0;
}
.rsDefault-03.rsHor .rsArrowRight {
	right: -5px;
	top: 0;
}
.rsDefault-03 .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background: url('rs-default-02-kleiner.png');
	background-color: #000;
	background-color: rgba(0,0,0,0.0);
	border-radius: 2px;
}
}
@media screen and (min-width: 0px) and (max-width: 1000px) {

.rsDefault-04 .rsArrowIcn {
	width: 0px;
	height: 0px;
}
}
.rsDefault-03 .rsArrowIcn:hover {
	background-color: rgba(0,255,0,0.0);
}
.rsDefault-03.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px;
}
.rsDefault-03.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -64px;
}
.rsDefault-03.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -96px -32px;
}
.rsDefault-03.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -96px -64px;
}
.rsDefault-03 .rsArrowDisabled .rsArrowIcn {
	opacity: .2;
	filter: alpha(opacity=20);
*display: none;
}

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

.rsDefault-03 .rsThumbsHor {
	width: 100%;
}
.rsDefault-03.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault-03 .rsThumb {
	float: left;
	overflow: hidden;
	width: 120px;
	height: 80px;
	background-color: rgba(134,188,37,0.50);
	color: rgba(70,70,70,1.00);
	padding: 5px;
	margin-top: 15px;
}
.txt-praxis-02 {
	font-size: 16px;
	line-height: 20px;
	margin-left: 2px;
	font-family: "HelveticaNeueW01-Thin";
}

@media screen and (min-width: 881px) and (max-width: 950px) {
.rsDefault-03 .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 64px;
	background-color: rgba(134,188,37,0.50);
	color: rgba(70,70,70,1.00);
	padding: 5px;
	margin-top: 15px;
}
.txt-praxis-02 {
	font-size: 14px;
	line-height: 16px;
	margin-left: 1px;
	font-family: "HelveticaNeueW01-Thin";
}
}

@media screen and (min-width: 701px) and (max-width:880px) {
.rsDefault-03 .rsThumb {
	float: left;
	overflow: hidden;
	width: 84px;
	height: 56px;
	background-color: rgba(134,188,37,0.50);
	color: rgba(70,70,70,1.00);
	padding: 5px;
	margin-top: 15px;
}
.txt-praxis-02 {
	font-size: 12px;
	line-height: 12px;
	margin-left: 1px;
	font-family: "HelveticaNeueW01-Thin";
}
}
@media screen and (min-width: 569px) and (max-width: 700px) {
.rsDefault-03 .rsThumb {
	float: left;
	overflow: hidden;
	width: 72px;
	height: 48px;
	background-color: rgba(134,188,37,0.50);
	color: rgba(70,70,70,1.00);
	padding: 3px;
	margin-top: 15px;
}
.txt-praxis-02 {
	font-size: 10px;
	line-height: 14px;
	margin-left: 2px;
	font-family: "HelveticaNeueW01-Thin";
}
}
@media screen and (min-width: 0px) and (max-width: 568px) {
.rsDefault-03 .rsThumb {
	float: left;
	overflow: hidden;
	width: 72px;
	height: 48px;
	background-color: rgba(134,188,37,0.50);
	color: rgba(70,70,70,1.00);
	padding: 3px;
	margin-top: 15px;
	display:none;
}
.txt-praxis-02 {
	font-size: 16px;
	line-height: 20px;
	margin-left: 2px;
	font-family: "HelveticaNeueW01-Thin";
}
}
.rsDefault-03 .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault-03 .rsThumb.rsNavSelected {
	background-color: rgba(134,188,37,1.00);
	color: rgba(255,255,255,1.00);
}
.rsDefault-03 .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault-03 .rsTmb {
	display: block;
}
/* Thumbnails arrow icons */
.rsDefault-03 .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault-03 .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault-03.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault-03.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0;
}
.rsDefault-03.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0;
}
.rsDefault-03.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0;
}
.rsDefault-03.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top: 0;
}
.rsDefault-03 .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url('rs-default-02.png');
}
.rsDefault-03.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px;
}
.rsDefault-03.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px;
}
.rsDefault-03.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px;
}
.rsDefault-03.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px;
}
.rsDefault-03 .rsThumbsArrowDisabled {
	display: none !important;
}
/***************
*
*  7. Preloader
*
****************/

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