/******************************
*
*  RoyalSlider White 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 */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #fff;
}


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

.rsMinW .rsArrow {
	height: 60px;
	width: 40px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

@media only screen and (max-width: 480px) {
	.rsMinW .rsArrowLeft { visibility: hidden; }
	.rsMinW .rsArrowRight { visibility: hidden; }
}

@media only screen and (min-width: 1201px) {
	.rsMinW .rsArrowLeft { left: 20px; bottom: 50%; }
	.rsMinW .rsArrowRight { right: 20px; bottom: 50%; }
}

@media only screen and (max-width: 1200px) {
	.rsMinW .rsArrowLeft { right: 100px !important; bottom: 66px !important; }
	.rsMinW .rsArrowRight { right: 20px !important; bottom: 66px !important; }
}



.rsMinW .rsArrowIcn {		
	width: 40px;
	height: 60px;
	margin-top: 30px;
	position: absolute;
	cursor: pointer;	
	background: url('rechts.png') transparent;
	border-radius: 0;
}
.rsMinW .rsArrowLeft .rsArrowIcn {		
	background: url('links.png') transparent;
}
.rsMinW .rsArrowIcn:hover {

}


.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: 0 0; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: 0 0; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: 0 0; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: 0 0; }

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


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

.rsMinW .rsBullets {
	position: absolute;
	bottom: 6px;
	right: 48.7%;
	z-index: 35;
	padding-top: 4px;
	height: auto;

	text-align: center;
	line-height: 6px;
	overflow: hidden;
	display: none;
}
.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}


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

.rsMinW .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
*
****************/
.rsMinW .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;
}




/***************
*
*  9. Custom
*
****************/
#full-width-slider,
#mobile-slider {
	padding-bottom: 2px;
	border-bottom: 2px solid #49abd3;
	width: 100%;
}
#full-width-slider,
#mobile-slider * {
   -webkit-backface-visibility: inherit;
}
.rsContent {
	float: left;
	background: #fff;
	position: relative;
	width: 100%;
}
.infoBlock1,
.infoBlock2 {
  position: absolute;
  margin: 0;
  padding: 0;
  top: auto;
  right: auto;	
  overflow: hidden;
}
.infoBlock1 {
  left: 20px;	
  bottom: 150px;
}
.infoBlock2 {
  left: 20px;		
  bottom: 100px;
}
.infoBlock3 {
  position: absolute;	
  left: 20px;
  bottom: 80px;
  width:100%;	
}


.rsABlock1 {
	background: rgba(255, 255, 255, 0.55);
	color: #004476;
	left: 0;
	top: 0;
	z-index: 9995;
	font-size: 25px;
	font-weight: 600;
	float: right;
	line-height: 34px;
	margin: 0;
	padding: 7px 10px;
	text-transform: uppercase;
}
.rsABlock2 {
	background: rgba(255, 255, 255, 0.55);
	color: #3c3c3b;
	left: 0;
	top: 0;
	z-index: 9995;
	font-size: 19px;
	font-weight: 500;
	float: right;
	line-height: 36px;
	margin: 0;
	padding: 4px 10px;
	text-transform: uppercase;
}


@media only screen and (max-width: 980px) {
	.rsABlock1 {
		background: #fff;
		background: rgba(255,255,255,.55);
		font-size: 22px;
		line-height: 26px;
	}
	.rsABlock2 {
		background: #fff;
		background: rgba(255,255,255,.55);
		font-size: 16px;
		line-height: 20px;
	}

}

.rsABlock3 {
	background: #004476;
	border: 2px solid #fff;
	color: #fff;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 9995;
	font-size: 17px;
	font-weight: 600;
	float: right;
	line-height: 36px;
	margin: 0;
	padding: 2px 10px 2px;
	text-transform: uppercase;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s;  
	-ms-transition: all 0.3s;  
	-o-transition: all 0.3s;  
	transition: all 0.3s; 
	opacity: 1;	
}
.rsABlock3:hover {	
	background: #49abd3;
	cursor: pointer;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s;  
	-ms-transition: all 0.3s;  
	-o-transition: all 0.3s;  
	transition: all 0.3s; 
	opacity: 1;	
}
.rsABlock1,
.rsABlock2,
.rsABlock3 {
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .5);
}


.rsABlock3 a {
	color: #fff;
	text-decoration: none;
}
.rsABlock3 a:hover {	
	color: #fff;
	text-decoration: none;
}

.fullWidth {
	max-width: 1980px;
	margin: 0 auto;
}
#fullslider {
	float: left;
	width: 100%;
}
@media screen and (max-width:1601px) {
  #fullslider {
  }
}
/*
@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}
@media screen and (min-width: 0px) and (max-width:1140px) {
	.rsMinW .rsArrowLeft { visibility: hidden; }
	.rsMinW .rsArrowRight { visibility: hidden; }
}
@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
}
*/