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

.head-slider-container {
	position: relative;
	width: 100% ;
	min-height: 220px;
	z-index: 2 !important;
	padding: 0 0px;
	margin: 0 0px;
	padding-top: 0px;
	overflow: hidden;
	background: rgba(0, 0, 0, 1);


}
/* Background */
.head-slider.rsDefault,
.head-slider.rsDefault .rsOverflow,
.head-slider.rsDefault .rsSlide,
.head-slider.rsDefault .rsVideoFrameHolder,
.head-slider.rsDefault .rsThumbs {
	background: rgba(0, 0, 0, 1);

	color: #FFF;
}
.head-slider {
	width: 100% ;
	margin: 0 auto ;
	margin-top: 0px;
	position: relative;
	background: #323333;
	border-radius: 0px;
}


.royalSlider { overflow:hidden }

.rsImg {
	width: 100%;
}

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

.head-slider.headSmall {
	height: 440px !important;
}
.head-slider.headMedium {
	min-height: 600px !important;
	height: 60vh !important;
	max-height: 660px !important;
}
.head-slider.headLarge {
	min-height: 640px !important;
	height: 70vh !important;
	max-height: 800px !important;
}
.head-slider.headFull {
	min-height: 700px;
	height: 100vh !important;
	max-height: 100vh !important;
}

	@media (max-width: 1440px) {
		.head-slider {
			
		}
	}
	@media (max-width: 1024px) {
		.head-slider {
			
		}
    .head-slider.headLarge {
			min-height: 600px !important;
			height: 60vh !important;
			max-height: 700px !important;
		}
	}
	@media (max-width: 970px) {
		.head-slider {
			height: 600px !important;
		}
    .head-slider.headLarge {
			min-height: 640px !important;
			height: 70vh !important;
			max-height: 640px !important;
		}
    .head-slider.headSmall {
			height: 300px !important;
		}
    .head-slider.headMedium {
			height: 480px !important;
			min-height: 480px !important;
			max-height: 480px !important;
		}
    .head-slider.headFull {
			height: 100vh !important;
			max-height: 780px !important;
		}
	}
	
	@media (max-width: 640px) {
		.head-slider.headLarge {
			min-height: 540px !important;
			height: 70vh !important;
			max-height: 540px !important;
		}
		.head-slider.headMedium {
			height: 96vh !important;
			min-height: 200px !important;
			max-height: 540px !important;
		}
		.head-slider.headFull {
			min-height: 500px;
			height: 100vh !important;
			max-height: 100vh !important;
		}

		
	}
	@media (max-width: 375px) {
		.head-slider.headMedium {
			height: 370px !important;
			min-height: 370px !important;
			max-height: 370px !important;
		}
		.head-slider.headFull {
			min-height: 440px;
			height: 100vh !important;
			max-height: 90vh !important;
		}
	}
	@media (max-width: 320px) {

		
	}

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


.royalSlider > .rsContent {
	/*visibility: hidden; */
	/* or display:none depending on your needs... */
}


.headervideo {
  width: 100%;
  height: 100%;
  opacity: 0.6; }
  .headervideo video {
    width: 100%;
    height: auto !important; }
    @media screen and (min-width: 916px) and (max-width: 1115px), screen and (max-width: 620px) {
      .headervideo 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%; }



.head-slider .infoBlock {
	position: absolute;
	top: 46%;
	left: 0;
	
	width: 100%;
	z-index: 999 !important;
	padding: 0 0 0 0em;
	
}
.rsContent:before {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	background: url('../images/icon.svg') no-repeat;
	background-position: -200px 50%;
	background-size: 1600px auto;
	content:'';
	opacity: 0.2;
	/* filter: blur(15px); */
	z-index: 2;
}
/* .rsContent:after {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(118,183,42);
	background: linear-gradient(39deg, rgba(118,183,42,1) 0%, rgba(118,183,42,1) 21%, rgba(118,183,42,0.5816701680672269) 55%, rgba(118,183,42,0) 100%);
	
	content:'';
	mix-blend-mode: soft-light;
	z-index: 1;
} */
.rsContent.rsContent-center:before {
	background-position: 50% 50%;
}

.head-slider.rsDefault.headSmall .infoBlock {
	
}

.head-slider .infoBlock .heading {
	position: relative;
	display: block;
	padding-left: 0rem;
	z-index: 8;
	width: 90%;
	margin: auto;
	text-align: center;
}
.head-slider .infoBlock .heading .heading-intro {
	display: block;
	font-size:  16px;
	font-weight: 700;
	letter-spacing: 3px !important;
	line-height: 1.1;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 1rem;
	padding-left:2px;
}

.head-slider .infoBlock .heading .heading-title {
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.1;
	display: block;

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



.head-slider .infoBlock .heading .heading-button {
	margin-top: 30px;
	
}
.head-slider .infoBlock .heading .heading-button i {
	position: relative;
	top: 2px;
}

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

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


/* Play buttons */

.heading-button-play {
	position: relative;
	width: 64px;
	height: 64px;
	z-index: 88;
	display: inline-block;
	margin: auto;
}
.heading-button-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-44%) translateY(-50%); 
	font-size: 2rem;
}

.heading-image {
	float: left;
	position: relative;
	display: block;
	text-align: center;
	margin-right: 1rem;
	padding: 6px;
	background: #fff;
	border-radius: 10px;
}
.heading-image .heading-image-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%); 
	width: 64px;
	height: 64px;
	z-index: 88;
	font-size: 2rem;
	
}
.heading-image .heading-image-play:before {
	position: absolute;
	top:0;
	left:0;
	content:'';
	height: 64px;
  width: 64px;
	border-radius: 100px;
  background: rgba(255, 255, 255, 0.3);
	border: 4px solid #fff;
	
	-webkit-transform: skewX(-19deg);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.heading-image .heading-image-play:hover:before {
	background-color: #fff;	
}
.heading-image .heading-image-play i {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}
.heading-image .heading-image-play:hover i {
	color: #2eada9;
}



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

	@media (max-width: 1024px) {
		
		.head-slider .infoBlock .heading p {
			font-size: 1rem;
		}
	}

	@media (max-width: 970px) {
		.head-slider .infoBlock {
			
		}
		.page-front-no .head-slider.headMedium .infoBlock {
			
		}
		.head-slider.headSmall .infoBlock {
			
		}
		.head-slider .infoBlock .heading {
			max-width: 80%;
			width: 90%;
		}
		.head-slider .infoBlock .heading.heading-left {
			max-width: 90%;
			padding-left: 1rem;
		}
		.head-slider .infoBlock .heading .heading-intro {
			display: block;
			font-size:  15px;
		}
		.head-slider .infoBlock .heading .heading-title {
			font-size: 2.9rem;
		}
		.head-slider.headLarge .infoBlock .heading .heading-title {
			font-size: 3.3rem;
		}
		.head-slider.headSmall .infoBlock .heading .heading-title {
			font-size: 2.2rem;
		}
		.head-slider .infoBlock .heading p {
			line-height:1.2;
			font-size: 1.4rem;
		}
		.page-front-no .head-slider .infoBlock .heading p {
			padding-top: .5rem;
		}
	}

	

	@media (max-width: 640px) {

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


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

		}

		.head-slider .infoBlock .heading .heading-title,
		.head-slider.headSmall .infoBlock .heading .heading-title {
			margin-top:0;
			font-size: 1.8rem;
			letter-spacing: 0px !important;
			line-height: 1.1;
			max-width:96%;
		}

		

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

		}
		.head-slider .infoBlock .heading .heading-button {
			
		}
		

	}



/***************
*
*  2. Thumbnails HTML
*
****************/

.rsThumbs {
	overflow: inherit;
	
}
.head-slider.rsDefault .rsThumbsHor {
	width: 100%;
	height: 0px;
	
}
.page-front-no .head-slider.rsDefault .rsThumbsHor {
/* 	display: none; */
}


	

.head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	bottom: 130px;
	z-index: 100 !important;
	width: 100% !important;
	height: 100%;
	margin: auto;
	text-align: center !important;
}
.head-slider.rsDefault .rsThumb {
	width: 24px;
	height: 40px;
}

.head-slider.rsDefault .rsThumb .rsTmb {
	display: inline-block;
	cursor: pointer;	
}
.head-slider.rsDefault .rsThumb .rsTmb-dot {
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	position: relative;
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.head-slider.rsDefault .rsThumb.rsNavSelected {
	background: none;
}
.head-slider.rsDefault .rsThumb.rsNavSelected .rsTmb-dot{
	top:3px;
	width: 18px;
	height: 18px;
}

	@media (max-width: 1024px) { 
	
	}
	@media (max-width: 970px) { 
		.head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
			position: relative;
			bottom: 80px;
		}
	}
	
	@media (max-width: 600px) {
		.head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
			position: relative;
			bottom: 70px;
		}
		.head-slider.rsDefault .rsThumb {
			width: 20px;
			height: 30px;
		}
		.head-slider.rsDefault .rsThumb .rsTmb-dot {
			float: left;
			width: 8px;
			height: 8px;
		}
		.head-slider.rsDefault .rsThumb.rsNavSelected .rsTmb-dot{
			top:2px;
			width: 12px;
			height: 12px;
		}
	}
	@media (max-width: 375px) {
		.head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
			bottom: 40px;
		}
	}
	
	
/***************
*
*  2. Video
*
****************/

	
/*
.rsDefault .rsPlayBtn	{
	z-index: 1001 !important;
}
*/

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

.rsDefault .rsBullets {

	position: absolute;
	z-index: 98 !important;
	width: 100%;
	bottom:20px;
	height: auto;
	margin: 0 auto;
	background: none;
	text-align: left;
	line-height: 24px;
	overflow: hidden;
	padding-left: 2rem;
	z-index: 999 !important;
}

    @media (max-width: 1420px) {
        .rsDefault .rsBullets {
            bottom: 20px;
        }
    }
    @media (max-width: 375px) {
        .rsDefault .rsBullets {
            bottom: 10px;
            padding-lefT:1rem;
        }
    }

#block-slider.rsDefault .rsBullets,
#news-slider.rsDefault .rsBullets {
	text-align: right;
    bottom:0.3rem;
    padding-right: 1.3rem;
}
#news-slider.rsDefault .rsBullets {
	text-align: right;
    bottom:-1rem;
    padding-right: 0rem;
}

.rsDefault .rsBullet {
    display:inline-block;
    padding: 0 0 0 ;
    width: 12px;
		margin: 0 3px 6px 3px;
}
.rsDefault .rsBullet span {
 	width: 12px;
 	height: 12px;
	background: #777;
	background: rgba(0,0,0,0.1);
	border: 2px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;
	border-radius: 100px !important;
}
.rsDefault .rsBullet:hover span {
	border: 2px solid rgba(224, 228, 229, 1);
}
.rsDefault .rsBullet.rsNavSelected span {
	width: 12px;
 	height: 12px;
	background-color: #bdd683;
	border-color: #bdd683;
}

#block-slider.rsDefault .rsBullet,
#news-slider.rsDefault .rsBullet {
    margin: 0 4px 6px 0px;
    border-radius:0 !important;
}
#block-slider.rsDefault .rsBullet span,
#news-slider.rsDefault .rsBullet span{
	width: 8px !important;
 	height: 8px !important;
 	border: 1px solid rgba(224, 228, 229, 1);
}
#news-slider.rsDefault .rsBullet span {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#block-slider.rsDefault .rsBullet.rsNavSelected span,
#news-slider.rsDefault .rsBullet.rsNavSelected span{
	width: 12px;
 	height: 12px;
	background-color: #009fe3;
	border-color: #009fe3;
}




	@media only screen and (max-width: 40em) {
		.rsDefault .rsBullets {

		}
		.rsDefault .rsBullet {
			margin: 0 2px 6px 2px;
		}
		.rsDefault .rsBullet span{
			width: 6px;
 			height: 6px;
 			border: 1px solid rgba(255, 255, 255, 0.5);
		}
		.rsDefault .rsBullet.rsNavSelected span {
			width: 6px;
 			height: 6px;
			background-color: rgba(7, 168, 202, 0);
			border: 1px solid rgba(255,255,255,1);
		}


	}
