/******************************
*
*  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'
* 
******************************/


/* Background */
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
	background: #000;
	color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 48px;
	width: 48px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsMinW .rsArrowLeft {
	left: 1%;
	top: 40%;
}
.rsMinW .rsArrowRight {
	right: 1%;
	top: 40%;
}
.rsMinW .rsArrowIcn {
	width: 48px;
	height: 48px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;
	background: url(rs-minimal-white.png) transparent;
	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -53px -30px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -105px -30px;
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn:hover {
	background-position: -53px -85px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn:hover {
	background-position: -105px -85px;
}
.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -100px -36px;
}
.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -100px -68px;
}
.rsMinW .rsArrowDisabled .rsArrowIcn {
	opacity: .3 !important;
	filter: alpha(opacity=30);
 *display: none;
}
/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.0);
	bottom: 0;
	height: auto;
	left: 25%;
	line-height: 24px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 5;
	cursor: pointer;
}
.rsMinW .rsBullet {
	width: 12px;
	height: 12px;
	display: inline-block;
 *display:inline;
 *zoom:1;
	padding: 16px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 12px;
	height: 12px;
	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: #006fba;
}
/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top: 0;
}
.rsMinW .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url(rs-minimal-white.png);
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px;
}
.rsMinW .rsThumbsArrowDisabled {
	display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
.rsMinW .rsThumb {
	width: 59px;
	height: 44px;
}
.rsMinW .rsThumbsHor {
	height: 44px;
}
.rsMinW .rsThumbsVer {
	width: 59px;
}
}
/***************
*
*  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;
}

@media only screen and (max-width: 480px) {
.rsMinW .rsArrowLeft {
	left: 10px;
	top: 10%;
}
.rsMinW .rsArrowRight {
	right: 16px;
	top: 10%;
}
}
