/******************************
*
*  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
*
****************/

#find {
	position: absolute;
	top: 61px;
	right: 0;
	z-index: 1000;
	height: 478px;
	padding: 20px 30px;
	box-sizing: border-box;
	background: rgba(0,19,33,0.8);
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
	#find h2, #find label {
		color: #79caff;
	}
    #find h2 {
        margin-bottom: 0;
    }
	#find label {
		font-size: 14px;
	}
    #find .halfCol {
        float: left;
        width: calc(50% - 10px)
    }
    #find .halfCol.first {
        margin-right: 20px;
    }
	#find input,
	#find select {
		margin-bottom: 5px;
		height: 39px;
	}
	
	/*#find h2::before {
		content:"";
		background: url('../images/glyph.png') no-repeat 0 0;
		background-size: 32px 26px;
		display: inline-block;
		vertical-align: middle;
		width: 32px;
		height: 26px;
		margin: 0 10px 0 0;
	}*/

/* slider panel */

.rsABlock {
   height: 600px;
   width: 580px;
	 box-sizing: border-box;
	 text-align: left;
}
	.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.2);
	}
	
	.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.2);
	}

    .rsABlock a.button {
        margin: 0;
    }
	
	/*a.goDown {
		position: absolute;
		bottom: 50px;*/
		/*margin-left: -24px;
		background: #007e47 url('../images/sprite.png') no-repeat -33px -230px;
		background-size: 500px 500px;
		transform: rotate(-180deg);
		width: 48px;
		height: 48px;
		border-radius: 50%; 
		-moz-border-radius: 50%; 
		-webkit-border-radius: 50%;
	}
	
	a.goDown:hover {
		background: #0075c4 url('../images/sprite.png') no-repeat -33px -275px;
		background-size: 500px 500px;
		transform: rotate(-180deg);
	}*/
	


/* #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;
		}
		
		#find {
			top: 45px;
		}
		
		.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;
		}
		
		#find {
			top: 40px;
		}
        #find label {
            font-size: 12px;
        }		
		.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 img {
			display: none;
		}
		
		a.goDown {
			bottom: 0;
			background: rgba(255,255,255,0.0) url('../images/sprite.png') no-repeat -33px -230px;
			background-size: 500px 500px;
		}
		
		.rsABlock h2 {
			margin-bottom: 10px;
		}
		.rsABlock p {
			margin: 0 0 20px;
		}

        #find label {
            font-size: 12px;
        }
	}

	/* 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;
		}
		
		#find {
			position: absolute;
			top: 450px;
			right: 0;
		}
				
		.rsABlock {
			width: 360px;
			height: 400px;
		}
		
		.rsABlock .outer {
			 height: 400px;
		}
		
		.rsABlock .inner {
			width: 420px;
			margin-left: auto;
			margin-right: auto; 
		}
		
		.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: 330px;
		}
		
		#find {
			position: absolute;
			top: 355px;
			right: 0;
		}
				
		.rsABlock {
			width: 300px;
			height: 310px;
		}
		
		.rsABlock .outer {
			 height: 310px;
		}
		
		.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;
		}
		

	}



