/******************************
*
*  RoyalSlider Minimal White Skin (.rsMinW)
*
*    1. Arrows 
*    2. Bullets
*    7. Preloader
*    
* 
******************************/


/* 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: 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 .rsArrowDisabled .rsArrowIcn { background-color: rgba(0,0,0,0.4); opacity: .4; *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: relative;
	z-index: 1000;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: auto;
	margin: 0 auto; 
	text-align: center;
	line-height: 16px;
	overflow: hidden;
}

.rsMinW .rsBullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	/**display:inline; 
	*zoom:1;*/
	padding: 0 5px;
	cursor: pointer;
}
.rsMinW .rsBullet span {
	display: block;
	width: 12px;
	height: 12px;
	background: #addaf0;
	border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%;
}
.rsMinW .rsBullet.rsNavSelected span {
	background-color: #31a2da;
}


/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url('../images/preload.gif');

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}


/* slider panel */

.rsABlock {
    box-sizing: border-box;
    height: 520px;
    text-align: center;
    width: 1180px;
}
.rsABlock .outer {
    display: table !important;
    height: 520px;
    width: 100%;
}
.rsABlock .middle {
    display: table-cell !important;
    vertical-align: middle !important;
}
.rsABlock .inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.rsABlock img {
    height: auto;
    margin-bottom: 20px;
    width: 40px;
}
	.rsABlock h2 {
			color: #468dce;
			font-size: 36px;
			line-height: 44px;
			margin-bottom: 5px;
			text-transform: none;
			text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}
	.rsABlock p {
			color: #fff;
			display: block;
			font-size: 20px;
			line-height: 28px;
			margin: 0 0 30px;
			text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}
	.rsABlock a.button {
			margin: 0;
	}
		.rsABlock a.button:hover {
			background: #fff;
			color: #1f376d;
		}


/* #Media Queries
================================================== */

		/* Tablet Landscape size to wide monitor  */
	@media only screen and (min-width: 960px) and (max-width: 1279px) {
		.royalSlider, .rsABlock {
			width: 940px;
			height: 414px;
		}
		.rsABlock .outer {
			height: 414px !important;
		}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.royalSlider, .rsABlock {
			width: 748px;
			height: 338px !important;
		}
		.rsABlock .outer {
			height: 338px !important;
		}
		.rsABlock h2 {
			font-size: 32px;
			line-height: 40px;
		}
		.rsABlock p {
				font-size: 18px;
				line-height: 26px;
		}

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.royalSlider, .rsABlock {
			width: 420px;
			height: 338px !important;
		}
		.rsABlock .outer {
			width: 360px;
			height: 338px !important;
			margin: 0 auto;
		}
		.rsABlock img {
			display: none;
		}
		.rsABlock h2 {
			font-size: 30px;
			line-height: 38px;
		}
		.rsABlock p {
				font-size: 16px;
				line-height: 24px;
		}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.royalSlider, .rsABlock {
			width: 300px;
			height: 270px !important;
		}
		.rsABlock .outer {
			width: 260px;
			height: 270px !important;
			margin: 0 auto;
		}
		.rsABlock h2 {
			font-size: 22px;
			line-height: 30px;
		}
		.rsABlock p {
				font-size: 14px;
				line-height: 22px;
		}

	}



