/*
------------------------------------------------------
Head Slider (slideshow)
------------------------------------------------------
*/

.royal-cover-slider-container {
	position: relative;
	width: 100% ;
	min-height: 220px;
	z-index: 2 !important;
	padding: 0 0px;
	margin: 0 0px;
	margin-top: 0px;
	overflow: hidden;
	background: #071F31;


}
/* Background */
.royal-cover-slider.rsDefault,
.royal-cover-slider.rsDefault .rsOverflow,
.royal-cover-slider.rsDefault .rsSlide,
.royal-cover-slider.rsDefault .rsVideoFrameHolder,
.royal-cover-slider.rsDefault .rsThumbs {
	background: #071F31;
	color: #FFF;
}
.royal-cover-slider {
	width: 100% ;
	margin: 0 auto ;
	margin-top: 0px;
	position: relative;
	background: #071F31;
	border-radius: 0px;
}

.royal-cover-shape {
	position: absolute;
	bottom:-8px;
	left:-0.5%;
	width: 101%;
	height: 140px;
	background: url('../images/section-shape-inversed.svg') no-repeat top center;
	background-size: cover;
	z-index: 3;
}
.royal-cover-shape.primary {
	background-image: url('../images/section-shape-primary.svg')
}
.royal-cover-shape.secondary {
	background-image: url('../images/section-shape-secondary.svg')
}
.royal-cover-shape.color3 {
	background-image: url('../images/section-shape-color3.svg')
}
.royal-cover-shape.lighter {
	background-image: url('../images/section-shape-light.svg')
}
.royal-cover-shape.dark {
	background-image: url('../images/section-shape-dark.svg')
}

	@media (max-width: 970px) {
		.royal-cover-shape {
			height: 82px;
		}
	}
	

.royal-cover-shade {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 100px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 1;
	opacity: 0.8;
}

.royal-coverSlider { overflow:hidden }

.rsImg {
	width: 100%;
}

.royal-cover-slider {
	height: 560px !important;
}

.royal-cover-slider.royalSmall {
	height: 440px !important;
}
.royal-cover-slider.royalMedium {
	min-height: 600px !important;
	height: 60vh !important;
	max-height: 660px !important;
}
.royal-cover-slider.royalLarge {
	min-height: 700px !important;
	height: 70vh !important;
	max-height: 820px !important;
}
.royal-cover-slider.royalFull {
	min-height: 700px;
	height: 100vh !important;
	max-height: 100vh !important;
}

	@media (max-width: 1440px) {
		.royal-cover-slider {
			
		}
	}
	@media (max-width: 1024px) {
		.royal-cover-slider {
			
		}
    .royal-cover-slider.royal-coverLarge {
			min-height: 600px !important;
			height: 60vh !important;
			max-height: 700px !important;
		}
	}
	@media (max-width: 970px) {
		.royal-cover-slider {
			height: 600px !important;
		}
    
	}
	
	@media (max-width: 640px) {
		.royal-cover-slider.royalMedium {
			min-height: 600px !important;
			height: 60vh !important;
			max-height: 660px !important;
		}
		.royal-cover-slider.royalLarge {
			min-height: 560px !important;
			height: 70vh !important;
			max-height: 560px !important;
		}
		.royal-cover-slider.royalFull {
			min-height: 700px;
			height: 100vh !important;
			max-height: 100vh !important;
		}

		
	}
	@media (max-width: 375px) {
		.royal-cover-slider.royal-coverMedium {
			height: 370px !important;
			min-height: 370px !important;
			max-height: 370px !important;
		}
		.royal-cover-slider.royalLarge {
			min-height: 540px !important;
			height: 70vh !important;
			max-height: 640px !important;
		}
		.royal-cover-slider.royal-coverFull {
			min-height: 440px;
			height: 100vh !important;
			max-height: 90vh !important;
		}
	}
	@media (max-width: 320px) {

		
	}

	@media (max-width: 600px) {
		
	}


.royal-coverSlider > .rsContent {
	position: relative;
	/*visibility: hidden; */
	/* or display:none depending on your needs... */
}


.royal-covervideo {
  width: 100%;
  height: 100%;
  opacity: 0.6; }
  .royal-covervideo video {
    width: 100%;
    height: auto !important; }
    @media screen and (min-width: 916px) and (max-width: 1115px), screen and (max-width: 620px) {
      .royal-covervideo video {
        width: auto;
        height: 100% !important; } }

.videoBG, .videoBG_wrapper {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto; }
  .videoBG video, .videoBG_wrapper video {
    height: 100%; }



.royal-cover-slider .infoBlock {
	position: absolute;
	top: 34%;
	left: 0;
	
	width: 100%;
	z-index: 999 !important;
	padding: 0 0 0 0em;
	
}


.royal-cover-slider.rsDefault.royal-coverSmall .infoBlock {
	
}

.royal-cover-slider .infoBlock .heading {
	position: relative;
	display: block;
	padding-left: 0rem;
	z-index: 8;
	width: 90%;
	margin: auto;
	text-align: center;
}
.royal-cover-slider .infoBlock .heading .heading-intro {
	display: block;
	font-size:  14px;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom:0.8rem;
	padding-left:2px;
}

.royal-cover-slider .infoBlock .heading .heading-title {
	font-weight: 700;
	font-size: 3rem;
	line-height: 1;
	display: block;

	padding: 0px 0px;
	letter-spacing: 0px;
	z-index: 3;
}
.royal-cover-slider.headSmall .infoBlock .heading .heading-title {
	font-size: 2.6rem;
}
.royal-cover-slider.headLarge .infoBlock .heading .heading-title {
	font-size: 3rem;
}
.royal-cover-slider .infoBlock .heading p {
	padding-top: .5rem;
	font-weight: 400;
	line-height:1;
	font-size: 1.1rem;
	display: block;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.7);
}



.royal-cover-slider .infoBlock .heading .heading-button {
	margin-top: 20px;
	
}
.royal-cover-slider .infoBlock .heading .heading-button i {
	position: relative;
	top: 2px;
}

/* Left Align */
.royal-cover-slider .infoBlock .heading.heading-left {
	text-align: left !important;
	margin: 0 !important;
	max-width: 75%;
	padding-left: 1.3rem;
}

/* Right Align */
.royal-cover-slider .infoBlock .heading.heading-right {
	float: right;
	margin:  0;
	max-width: 65%;
	text-align: right !important;
	padding-right: 1rem;
}



	@media (max-width: 1440px) {
		.royal-cover-slider.headLarge .infoBlock .heading .heading-title {
			font-size: 2.6rem;
		}
	}

	@media (max-width: 1024px) {
		
		.royal-cover-slider .infoBlock .heading .heading-title {
			font-size: 2.4rem;	
			line-height: 1.2;
		}

	@media (max-width: 970px) {

		.royal-cover-slider.royal-coverSmall .infoBlock {
			
		}
		.royal-cover-slider .infoBlock .heading {
			max-width: 80%;
			width: 90%;
		}
		.royal-cover-slider .infoBlock .heading.heading-left {
			max-width: 90%;
			padding-left: 1rem;
		}
		.royal-cover-slider .infoBlock .heading .heading-intro {
			display: block;
			font-size:  12px;
		}
		.royal-cover-slider .infoBlock .heading .heading-title {
			font-size: 2rem;
		}
		.royal-cover-slider.headLarge .infoBlock .heading .heading-title {
			font-size: 2rem;
		}
		.royal-cover-slider.headSmall .infoBlock .heading .heading-title {
			font-size: 2em;
		}
		.royal-cover-slider .infoBlock .heading p {
			line-height:1;
			font-size: 1rem;
		}
		.page-front-no .royal-cover-slider .infoBlock .heading p {
			padding-top: .5rem;
		}
	}

	

	@media (max-width: 640px) {
		.royal-cover-slider .infoBlock {
			top: 28%;
		}
		.royal-cover-slider .infoBlock .heading {
			width: 100%;
			max-width: 94%;
		}
		.royal-cover-slider .infoBlock .heading.heading-left,
		.royal-cover-slider .infoBlock .heading.heading-right {
			text-align: center !important;
			margin: 0 !important;
			width: 100%;
			max-width: 100%;
			padding: 0 0rem;
			
		}
		.royal-cover-slider .infoBlock .heading.heading-right {
			text-align: center !important;
		}
		
		.royal-cover-slider .infoBlock .heading hr {
			margin: auto;
			margin-top: 1rem;
			margin-bottom: 1rem;
		}
		.royal-cover-slider .infoBlock .heading .heading-intro {
			font-size: 0.76rem;	
			letter-spacing: 1px;
			
		}
		.royal-cover-slider .infoBlock .heading .heading-title,
		.royal-cover-slider.headSmall .infoBlock .heading .heading-title {
			margin-top:0;
			font-size:1.9rem;
			letter-spacing: 0 !important;
			line-height: 1.2;
		}
		.royal-cover-slider.headLarge .infoBlock .heading .heading-title {
			font-size: 1.8rem;
		}
		.royal-cover-slider .infoBlock .heading p {
			line-height:1.2;
			font-size: 1rem;
		}
		
		.royal-cover-slider .infoBlock .heading .heading-button {
			margin-top: 10px;
			display: inline-block;
			position: relative;
		}


	}
	@media (max-width: 400px) {
		.page-front-yes .royal-cover-slider .infoBlock {

		}

		.royal-cover-slider .infoBlock .heading .heading-title,
		.royal-cover-slider.headSmall .infoBlock .heading .heading-title {
			margin-top:0;
			font-size: 1.8rem;
			letter-spacing: 0px !important;
			line-height: 1;
		
		}

		

	}
	@media (max-width: 320px) {
		.royal-cover-slider .infoBlock {
			
		}
		.royal-cover-slider .infoBlock .heading .heading-title,
		.royal-cover-slider.headSmall .infoBlock .heading .heading-title {
			margin-top:0;
			font-size: 1.2rem;
			letter-spacing: 0px !important;
			line-height: 1;

		}
		.royal-cover-slider .infoBlock .heading .heading-button {
			
		}
		

	}



/***************
*
*  3. Bullets
*
****************/

.royal-cover-slider.rsDefault .rsBullets {
	display: none !important;
}

/* Arrows */

.rsDefault.rsHor .rsArrowLeft {
left: 2%;
top: 0;

}
.rsDefault.rsHor .rsArrowRight {
right: 2%;
top: 0;
}

.rsDefault .rsArrowIcn {
background-color:rgba(0, 86, 122, 0.2);
border-radius: 0;
border-radius: 100px;
}
.rsDefault .rsArrowIcn:hover {
	background-color:rgba(0, 86, 122, 0.8);
	}
