/******************************
*
*  RoyalSlider Minimal White Skin (.rsMinW)
*s
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: transparent;
}


/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsMinW.rsVer .rsArrow {
	width: 100%;
	height: 30px;
	
}
.rsMinW.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsMinW.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsMinW.rsHor .rsArrowLeft { left: 12px; top: 0; }
.rsMinW.rsHor .rsArrowRight { right: 12px; top:0; }

.rsMinW .rsArrowIcn {		
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -15px;	
	margin-left: -7px;
	position: absolute;	
	cursor: pointer;	
	background: url('../images/rs-minimal-white.png');
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.rsMinW .rsArrowIcn:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -69px -33px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -69px -75px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsMinW .rsArrowDisabled .rsArrowIcn { background-color: rgba(0,0,0,0.4); opacity: .4; *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: -50px;
	width: 100%;
	height: auto;
	margin: 0 auto; 
	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
	.smallScale.rsMinW .rsBullets {
		bottom: -45px;
	}


.rsMinW .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 20px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	background: #0a4693;
	background: rgba(10,70,147,0.3);
}
.rsMinW .rsBullet.rsNavSelected span {
	background-color: #0a4693;
}



/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url('../images/preload.gif');

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}

.royalSlider.product img {
	max-width: 100% !important;
	width: auto !important;
	margin: 0 auto;
  display: block;
}


/* slider panel */

.rsABlock {
   width: 280px;
   height: 146px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -190px;
   margin-top: -123px;
   padding: 45px;
   background: #e21c2c;
   text-align: center;
}
	.rsABlock img {
		width: 32px;
	 	margin-bottom: 15px;
	}
	.rsABlock h4 {
		font-weight: 200 !important;
		font-size: 24px;
		line-height: 24px;
		color: #fff;
		margin-bottom: 15px;
	}
	.rsABlock p {
		font-size: 17px;
	   	color: #f6babf;
		margin-bottom: 25px;
	}
	.rsABlock hr.mini {
		border: solid #ed767f;
	}

    #navSlider {
        margin-bottom: 40px;
    }


/* #Media Queries
================================================== */

	/* Tablet Landscape size to wide monitor  */
	@media only screen and (min-width: 960px) and (max-width: 1279px) {
		.royalSlider {
			max-width: 100%;
			height: 259px;
		}
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.royalSlider {
			max-width: 100%;
			height: 202px;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.royalSlider {
			max-width: 100%;
			height: 187px;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.royalSlider {
			max-width: 100%;
			height: 134px;
		}
	}




