/******************************
*
*  RoyalSlider MasterPress Skin (rsMasterPress)
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    
*  Sprite: 'rs-masterpress.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/






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

.rsMasterPress .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsMasterPress.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}

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

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

	position: absolute;	
	cursor: pointer;	
	background: url('rs-masterpress.png');
	background-color: rgba(0,0,0,1);
	*background-color: #111;
	
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);

	border-radius: 2px;
}
.rsMasterPress .rsArrowIcn:hover {
	background-color: #444;
}

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

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

.rsMasterPress .rsArrowDisabled .rsArrowIcn { background-color: rgba(0,0,0,0.4); opacity: .4; *display: none; }


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

.rsMasterPress .rsBullets {
  clear: left;
	position: static;
	z-index: 35;
	height: auto;
	margin: 0 auto 0 auto; 
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
}
.rsMasterPress .rsBullet {
  float: left;
  cursor: pointer;
	width: 26px;
	display: block;
	height: 26px;
	background: url(slider-bullet.png) no-repeat;
}


.rsMasterPress .rsBullet.rsNavSelected  {
	background-position: -26px 0;
}

.rsMasterPress .rsBullet.num-2.rsNavSelected {
  background-position: -52px 0;
}

.rsMasterPress .rsBullet.num-3.rsNavSelected {
  background-position: -78px 0;
}

.rsMasterPress .rsBullet.num-4.rsNavSelected {
  background-position: -104px 0;
}


@media
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  
  .rsMasterPress .rsBullet {
    background-image: url(slider-bullet.2x.png);
    background-size: 130px 26px;
  }

}



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

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

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