/******************************
*
*  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.rsHor .rsArrowLeft { left: 12px; top: 0; }
.rsMinW.rsHor .rsArrowRight { right: 12px; top:0; }

.rsMinW .rsArrowIcn {		
	width: 16px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -15px;	
	margin-left: -8px;
	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: -68px -33px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -69px -75px; }


.rsMinW .rsArrowDisabled .rsArrowIcn { background-color: rgba(0,0,0,0.4); opacity: .4; *display: none; }



/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url('../images/preload.gif');

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}


/***************
*
*  Text block
*
****************/

/* slider panel */

.rsABlock {
	height: 600px;
	width: 580px;
	box-sizing: border-box;
	text-align: left;
	margin-left: 10px;
}
	.rsABlock .outer {
		 display: table !important;
		 height: 600px;
		 width: 100%;
	}

	.rsABlock .middle {
		display: table-cell !important;
   		vertical-align: middle !important;
	}
	.rsABlock .inner {
		width: 580px;
		margin-left: auto;
   		margin-right: auto; 
	}

	.rsABlock img {
		width: 67px;
		height: auto;
		margin-bottom: 30px;
	}
	
	.rsABlock h2 {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 25px;
		color: #fff;
		text-shadow: 0px 1px 4px rgba(0,0,0, 0.5);
	}
	
	.rsABlock p {
		display: block;
		font-size: 17px;
		line-height: 25px;
		color: #fff;
		margin: 0 0 30px;
		text-shadow: 0px 1px 4px rgba(0,0,0, 0.5);
	}
	
	.rsABlock a.button {
		background-color: #e40037;
		padding-left: 20px;
		padding-right: 20px
	}
		.rsABlock a.button:hover {
			background-color: #000;
		}
	


/* #Media Queries
================================================== */

	/* Tablet Landscape size to wide monitor  */
	@media only screen and (min-width: 960px) and (max-width: 1279px) {
		.royalSlider {
			max-width: 100%;
			height: 540px;
		}
		
		.rsABlock {
			height: 540px;
			width: 540px;
		}

		.rsABlock .outer {
			 height: 540px;
		}
		
		.rsABlock .inner {
			width: 540px;
			margin-left: auto;
			margin-right: auto; 
		}
		
		.rsABlock h2 {
			font-size: 27px;
			line-height: 35px;
			margin-bottom: 25px;
			color: #fff;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		.royalSlider {
			max-width: 100%;
			height: 540px;
		}
		
		.rsABlock {
			height: 540px;
			width: 428px;
		}
		
		.rsABlock .outer {
			 height: 540px;
		}
		
		.rsABlock .inner {
			width: 428px;
			margin-left: auto;
			margin-right: auto; 
		}
		
		.rsABlock h2 {
			font-size: 27px;
			line-height: 35px;
		}

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.rsMinW .rsArrow {
			width: 32px;
		}
		
		.rsMinW.rsHor .rsArrowLeft { left: 0; top: 0; }
		.rsMinW.rsHor .rsArrowRight { right: 0; top:0; }
		
		.rsABlock {
			margin-left: 15px;
		}
		
		.rsABlock img {
			display: none;
		}
		
		.rsABlock h2 {
			margin-bottom: 10px;
		}
		
		.rsABlock p {
			margin: 0 0 20px;
		}
	}

	/* 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: 420px;
		}
				
		.rsABlock {
			width: 450px;
			height: 400px;
		}
		
		.rsABlock .outer {
			 height: 400px;
		}
		
		.rsABlock .inner {
			width: calc(100% - 30px);
			margin-left: 0;
			margin-right: 0; 
		}
		
		.rsABlock h2 {
			font-size: 21px;
			line-height: 29px;
		}
		
		.rsABlock p {
			font-size: 13px;
			line-height: 21px;
		}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.royalSlider {
			max-width: 100%;
			height: 360px;
		}
				
		.rsABlock {
			width: 300px;
			height: 360px;
		}
		
		.rsABlock .outer {
			 height: 360px;
		}
		
		.rsABlock .inner {
			width: 300px;
			margin-left: auto;
			margin-right: auto; 
		}
		
		.rsABlock h2 {
			font-size: 21px;
			line-height: 29px;
			margin-bottom: 20px;
		}
		
		.rsABlock p {
			font-size: 13px;
			line-height: 21px;
			margin-left: 0;
			margin-right: 0;
		}
		

	}



