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

.head-slider-container {
	position: relative;
	width: 100% ;
	min-height: 220px;
	z-index: 2 ;
	padding: 0 0px;
	margin: 0 auto ;
	padding-top: 120px;
	overflow: hidden;
	background: transparent;
/* 	border-bottom: 10px solid #6dbf35; */
	
}

/*
.header-shape {
	position: absolute;
	width: 200px;
	height: 300px;
	left:-5px;
	bottom: -240px;
	background:  url('../images/shape-alt.svg') no-repeat;
	background-position: top left;
	background-size: contain;
	-webkit-transform: translate3d(0,0,0);
	opacity:1;
	z-index: 88 !important;
}
.page-front-no .header-shape {
	bottom: -210px;
}
*/

/* Background */
.head-slider.rsDefault,
.head-slider.rsDefault .rsOverflow,
.head-slider.rsDefault .rsSlide,
.head-slider.rsDefault .rsVideoFrameHolder,
.head-slider.rsDefault .rsThumbs {
	background: transparent !important;

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

.rsImg {
	width: 100%;
}

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

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

	@media (max-width: 1440px) {

		.head-slider.headLarge {
			min-height: 580px !important;
			height: 70vh !important;
			max-height: 580px !important;
		}
		.head-slider.headMedium {
			min-height: 500px !important;
	height: 60vh !important;
	max-height: 500px !important;
		}
	}
	@media (max-width: 1024px) {
		.header-shape {
			left:-20px;
			bottom: -220px;
			width: 180px;
			height: 280px;
		}
    .head-slider.headLarge {
			
		}
	}
	@media (max-width: 970px) {
		.head-slider {
			height: 600px !important;
		}
    .head-slider.headLarge {
			min-height: 480px !important;
			height: 60vh !important;
			max-height: 480px !important;
		}
    .head-slider.headSmall {
	
		}
    .head-slider.headMedium {
			height: 400px !important;
			min-height: 400px !important;
			max-height: 400px !important;
		}
    .head-slider.headFull {
			height: 100vh !important;
			max-height: 780px !important;
		}
	}
	
	@media (max-width: 640px) {
		.header-shape {
			left:-20px;
			bottom: -220px;
			width: 140px;
			height: 240px;
		}
		.page-front-no .header-shape {
			bottom: -180px;
			width: 130px;
			height: 220px;
		}
		.head-slider.headLarge {
			min-height: 500px !important;
			height: 60vh !important;
			max-height: 500px !important;
		}
		.head-slider.headMedium {
			height: 96vh !important;
			min-height:340px !important;
			max-height: 340px !important;
		}
		.head-slider.headSmall {
			min-height: 180px;
			height: 100vh !important;
			max-height: 180px !important;
		}

		
	}
	@media (max-width: 400px) {
		.head-slider.headFull {
			min-height: 260px;
			height: 100vh !important;
			max-height: 260px !important;
		}
	}
	@media (max-width: 360px) {
		.head-slider-container {
			padding-top: 80px;
		}
	}

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


.royalSlider > .rsContent {
	/*visibility: hidden; */
	/* or display:none depending on your needs... */
}
.rsContent.bg-white {
	background-color: transparent !important;
}

.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: 170px;
	width: 100%;
	z-index: 999 !important;
	padding: 0 0 0 0em;
}
.head-slider .infoBlock.version2 {
	top: 140px;
}
.head-slider.headSmall .infoBlock {
	top:100px;
}
.head-slider.headMedium .infoBlock {
	
}
.head-slider.headLarge .infoBlock {
	
}

.head-slider.headLarge.object-slider .infoBlock {
	top: 220px;
}
.head-slider .infoBlock .heading {
	position: relative;
	display: block;
	padding: 0;
	z-index: 8;
	width: 100%;
	margin: auto;
	text-align: center !important;

}
.head-slider .infoBlock .heading .heading-intro {
	display: inline-block;
	margin: 15px 0 0px;
	font-weight: 700;
	font-size: 0.96rem;
	color: #45bef7 !important;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.head-slider .infoBlock .heading .heading-title {
	font-weight: 800;
	font-size: 2.6rem;
	line-height: 1;
	display: block;
	padding: 0px 0px;

	z-index: 3;
	position: relative;

}





.head-slider .infoBlock .heading .heading-title.title-small {
	font-size: 2rem;
}
.head-slider .infoBlock .heading .heading-title.title-medium {
	margin-top: 10px;
	font-size: 2.4rem;
	line-height: 1.2
}
.head-slider .infoBlock .heading .heading-title.title-large {
	font-size: 3.6rem;
	line-height: 1.2;
}
.head-slider .infoBlock .heading .heading-title.title-huge {
	font-size: 6.4rem;
	line-height: 1.2;
}

.head-slider .infoBlock .heading .heading-lead p {
	padding-top: 0rem;
	line-height:1.6;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.7);
}
.bg-white .infoBlock .heading .heading-lead p {
	padding-top: 0rem;
	line-height:1.6;
	font-size: 1.4rem;
	color: #646c77;
}

.head-slider .infoBlock.version2 .heading.heading-left .heading-lead p {
	padding-top: 0rem;
	line-height:1.6;
	font-size: 1.6rem;
	display: block;
	color: #646c77;
}

.head-slider .infoBlock .heading .heading-button {
	margin-top: 20px;		
}

/* Left Align */
.head-slider .infoBlock.info-left {
	text-align: left !important;
	margin: 0 !important;
}
.head-slider .heading.heading-left {
	padding: 0;
	text-align: left !important;
	padding-left: 1rem;
	padding-right: 3rem;
}

/* Right Align */
.head-slider .infoBlock.info-right {
	position: absolute;
	left: auto;
	bottom: 0;
	right:0;
	margin:  0;
	text-align: left !important;
}
.head-slider .heading.heading-right {
	padding: 0 1rem 0 0;
	text-align: right !important;
}
.head-slider .infoBlock .heading.heading-left .heading-title {
	position: relative;
	left: -3px;
}
.head-slider .infoBlock .heading.heading-left .heading-title.title-huge {
	position: relative;
	left: -7px;
}


/* 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: 0rem;
	padding: 1rem;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.heading-image img {
	opacity: 1 !important;
	border-radius: 0;	
}

.heading-image:hover {
/*   transform: scale(1.03); */
  	box-shadow: 0 5px 42px rgba(0, 0, 0, 0.2);

	z-index: 100;
}

.heading-image .heading-image-play {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 100px;
	height: 80px;
	z-index: 88;
	font-size: 2rem;
	border-radius: 0 10px 0 0;
	background-color: #fff;	
}
.heading-image .heading-image-play:before {	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	content:'';
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 30px;
	border-color: transparent transparent transparent #092470;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.heading-image .heading-image-play:hover:before {	
	border-color: transparent transparent transparent #45bff8;
}

	@media (max-width: 1440px) {
		
	}
	@media (max-width: 1380px) {
		.head-slider .infoBlock .heading .heading-title {

		}
		.head-slider .infoBlock .heading .heading-title.title-huge {
			font-size: 5.4rem;
			line-height: 1.2;
		}
	}

	@media (max-width: 1024px) {
		.heading-image {
			padding: 0.76rem;
		}
		.head-slider .heading.heading-left {
			padding: 0;
			text-align: left !important;
			padding-left: 0rem;
			padding-right: 2rem;
		}
		.head-slider .infoBlock .heading.heading-left .heading-title.title-large {
			position: relative;
			left: -3px;
		}
		.head-slider .infoBlock.version2 .heading.heading-left .heading-lead p {
			padding-top: 0rem;
			line-height:1.4;
			font-size: 1.2rem;
			display: block;
			color: #646c77;
		}
	}

	@media (max-width: 970px) {
		.head-slider .infoBlock {
			top: 100px;
		
		}
		
		.head-slider .infoBlock .heading .heading-title {
			font-size: 2.9rem;
		}
		.head-slider.headSmall .infoBlock .heading .heading-title {
			font-size: 2.2rem;
		}
		.head-slider .infoBlock .heading .heading-title.title-large {
			font-size: 3.2rem;
			line-height: 1.1;
		}
		.head-slider .infoBlock .heading p {
	
		}
		.page-front-no .head-slider .infoBlock .heading p {

		}
	}


	@media (max-width: 640px) {
		.head-slider .infoBlock {

		}
		.head-slider .infoBlock.version2 {
			top: 60px;
		}
		.head-slider .infoBlock .heading {
	
		}
		.head-slider .infoBlock .heading.heading-right {
			text-align: center !important;
		}
		.head-slider .heading.heading-left {
			padding: 0;
			text-align: center !important;
			padding-left: 0;
			padding-right: 0;
		}
		.head-slider .infoBlock .heading .heading-intro {
			font-size: 0.76rem;
			padding-bottom: 10px;
		}
		.head-slider .infoBlock .heading .heading-title,
		.head-slider.headSmall .infoBlock .heading .heading-title {
			margin-top:0;
			font-size: 1.8rem;
			letter-spacing: 1px !important;
			line-height: 1.2;
		}
		.head-slider.headLarge .infoBlock .heading .heading-title {
			font-size: 1.8rem;
		}
		.head-slider .infoBlock .heading .heading-title.title-large {
			font-size: 2.2rem;
			line-height: 1.1;
		}
		.head-slider .infoBlock .heading .heading-title.title-huge {
			font-size: 3.4rem;
			line-height: 1.2;
		}

		
		.head-slider .infoBlock .heading .heading-lead p {
			line-height:1.1;
			font-size: 1.1rem;
		}
		
		.head-slider .infoBlock .heading .heading-button {
			margin-top: 10px;		
		}
		
		.heading-image {
			border-radius: 10px;
			padding: 0.5rem;
			margin: 20px 0 ;
		}
		
		.heading-image .heading-image-play {
			position: absolute;
			bottom: 0;
			left: 5px;
			width: 60px;
			height: 50px;
			z-index: 88;
			font-size: 1rem;
			border-radius: 0 10px 0 0;
			background-color: #fff;	
		}
		.heading-image .heading-image-play:before {	
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -60%);
			content:'';
			
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 10px 0 10px 20px;
			border-color: transparent transparent transparent #092470;
				-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}

	}
	@media (max-width: 400px) {
		.head-slider.headSmall .infoBlock {
			top: 40px;
		}
		.head-slider .infoBlock .heading {
			padding: 0 0rem;
		}
		.head-slider .infoBlock .heading .heading-title.title-huge {
			font-size: 3.4rem;
			line-height: 1.2;
		}
		
		.infoBlock.version2 .heading .heading-lead {
			display: none;
		}
		

	}
	@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. Video
*
****************/

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

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

.rsDefault .rsBullets {

	position: absolute;
	z-index: 98 !important;
	width: 100%;
	max-width: 72rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
	height: auto;
	margin: 0 auto;
	background: none;
	text-align: left;
	line-height: 24px;
	overflow: hidden;
	padding-left: 0;
	z-index: 999 !important;
}

    @media (max-width: 1440px) {
        .rsDefault .rsBullets {
					max-width:68rem;
        }
    }
     @media (max-width: 1320px) {
        .rsDefault .rsBullets {
					max-width: 66rem;
        }
    }
    @media (max-width: 1024px) {
        .rsDefault .rsBullets {
					max-width: 90%;
					bottom: 40px;
        }
    }
    @media (max-width: 970px) {
        .rsDefault .rsBullets {
					max-width: 90%;
					bottom: 40px;
        }
    }
    @media (max-width: 440px) {
        .rsDefault .rsBullets {
            bottom: 30px;
        }
    }

.rsDefault .rsBullet {
    display:inline-block;
    padding: 0 0 0 ;
    width: 12px;
		margin: 0 3px 6px 3px;
}
.rsDefault .rsBullet span {
 	width: 8px;
 	height: 8px;
	background: #768499;
	background: rgba(118,  132,  153, 0.46);
	border: 0px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;
	border-radius: 100px !important;
	margin-top: 2px;
}
.rsDefault .rsBullet:hover span {
}
.rsDefault .rsBullet.rsNavSelected span {
	width: 12px;
 	height: 12px;
 	margin-top:0;
	background-color: #33ccff;
}




	