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


/* Wrapper */
.head-slider-container {
	position: relative;
	width: 100% ;
	min-height: 220px;
	z-index: 2 !important;
	padding: 0 0px 0px;
	margin: 0 0px;
	padding-top: 0px;
	overflow: hidden;
	background: transparent;
	
}
.bgImg {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 480px;
	background: #1e1d7b;
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.1;
	z-index: 1;	
}	

.bgline {
	position: absolute;
	left: 0px;
	bottom: 150px;
	height: 5px;
	background: #869dae;
	width: 100%;
}

.head-slider-container:before {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:480px;
	content:'';
	background: #3c505c;
/*
	background: rgb(9,21,59);
background: -moz-linear-gradient(left,  rgba(9,21,59,1) 0%, rgba(9,25,76,1) 100%);
background: -webkit-linear-gradient(left,  rgba(9,21,59,1) 0%,rgba(9,25,76,1) 100%);
background: linear-gradient(to right,  rgba(9,21,59,1) 0%,rgba(9,25,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09153b', endColorstr='#1e1d7b',GradientType=1 );
*/


}	
	
	
.shape-header {
	position: absolute;
	top: -100px;
	left:-40px;
	
	width: 700px;
	height: 700px;
/* 	background: url('../images/logo-icon-white.svg') no-repeat; */
	background-position: center;
	background-size: contain;
	z-index:1;
	opacity: 0.02;
	display: none;
	visibility: hidden;
}


/* Background */
.head-slider.rsDefault,
.head-slider.rsDefault .rsOverflow,
.head-slider.rsDefault .rsSlide,
.head-slider.rsDefault .rsVideoFrameHolder,
.head-slider.rsDefault .rsThumbs {
	background: transparent;
	color: #FFF;
	
}

.head-slider {
	width: 100% ;
	margin: 0 auto ;
	margin-top: 0px;
	position: relative;
	z-index: 3 !important;
/* 	overflow: hidden; */
/* 	max-width: 1280px; */

}

/* Sizes */
.head-slider {
	height: 560px !important;
}
.head-slider.headSmall {
	height: 520px !important;
}
.head-slider.headMedium {
	height: 640px !important;
}
.head-slider.headLarge {
	height: 760px !important;
}
.head-slider.headFull {
	height: 100vh !important;
	max-height: 820px !important;
}





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

		}
	}
	@media (max-width: 1024px) {
		.bgImg,
		.head-slider-container:before {
			height:520px;	
		}
		.head-slider.headMedium {
			height: 640px !important;
		}
		
		.bgline {
			bottom: 110px;
		}		
		
	}
	@media (max-width: 768px) {
		.bgImg,
		.head-slider-container:before {
			height:400px;	
		}
		.head-slider.headMedium {
			height: 500px !important;
		}
		
		.bgline {
			bottom: 90px;
		}		
		
	}
	@media (max-width: 640px) {
		.bgImg,
		.head-slider-container:before {
			height:500px;	
		}
		.head-slider.headMedium {
			height: 620px !important;
		}
		
		.bgline {
			bottom: 110px;
		}	
				
	}
	@media (max-width: 375px) {
		.bgImg,
		.head-slider-container:before {
			height:480px;	
		}
		.head-slider.headMedium {
			height: 570px !important;
		}
		
		.bgline {
			bottom: 80px;
		}		
		
	}
	@media (max-width: 320px) {
	
	}





	@media (max-width: 600px) {
		.head-slider .rsContent img{
			
		}
	}


.headervideo {
  width: 100%;
  height: 100%;
  opacity: 0.8; }
  .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%; }



/* Caption */

.head-slider .infoBlock {
	position: absolute;
	top: 20%;

	left: 0;
	width: 100%;
	z-index: 999 !important;
	padding: 0 0 0 0em;

}
.head-slider.headSmall .infoBlock {
	top: 40%;
}
.head-slider.headMedium .infoBlock {
	top: auto;
	bottom: 80px;
}
.head-slider.headFull .infoBlock {
	top: 42%;
}

.head-slider .infoBlock .heading {
	position: relative;
	display: block;
	padding-top: 2rem;
	padding-right: 2rem;
	z-index: 8;
	margin: auto;
}

.head-slider .infoBlock .heading .heading-label {
font-family: 'Source Sans Pro', sans-serif;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-weight: 700;
	padding-left:2px;
}
.head-slider .infoBlock .heading hr {
	margin-bottom: 2rem;
}
.head-slider .infoBlock .heading .heading-intro {
	display: block;
	font-size:  1em;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 8px;
	padding-bottom: 0.5rem;
	padding-left: 3px;
	text-transform: uppercase;

}

.head-slider .infoBlock .heading .heading-title {
	font-size: 2.6rem;
	line-height: 1;
	display: inline-block;
	padding: 0px 0px;
	letter-spacing: 0px !important;
	z-index: 3;
	font-weight: 700 !important;
/* 	text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); */
}
.head-slider .infoBlock .heading .heading-title span {

}

.head-slider .infoBlock .heading .heading-text {
	padding-top: 0.5rem;
	font-weight: 400;
	line-height:1.4;
	font-size: 1.5rem;
	display: block;
	letter-spacing: 0 !important;

	color: rgba(255, 255, 255, 0.85);
/* 	text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); */
}

.head-slider .infoBlock .heading p {
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 400;
}
.head-slider .infoBlock .heading .heading-text .heading-info {
	font-size: 1.1rem;
}

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

	margin-top: 0px;
	display: inline-block;
	position: relative;


	font-size: 0.86rem;
	margin-top: 20px;
}
.head-slider .infoBlock .heading .heading-button i {
	position: relative;
	top: 2px;
	font-size: 1rem;
	margin-left: 10px;
}


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

/* Right Align */
.head-slider .infoBlock .heading.text-right {
	float: right;
	margin:  0;
	text-align: right !important;
}




/* 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: 1.4rem;
}

.heading-image {
	float: left;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 2px;
	
}
.heading-image:after {
	position: absolute;
	bottom: -2px;
	left:0;
	width: 100%;
	height: 8px;
	content:'';
	border-radius: 0 0 2px 2px;
	background: #869dae;
	z-index: 8;
	opacity:1;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
	display: none;
	visibility: hidden;
}

.heading-image img {
	border-radius: 2px;
}
.heading-image .heading-image-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 64px;
	height: 64px;
	z-index: 88;
}
.heading-image .heading-image-play:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-40%) translateY(-50%);	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #fff;
	content:'';
}
.heading-image .heading-image-play:hover {
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.57);
}

/* Heading Image with Content */
.heading-image.with-content {
	
}
.heading-image.with-content img {
	opacity: 0.75;
	border-radius: 2px !important;
}


.heading-image-title-wrap {
	position: absolute;
	top: 0;
	left:0rem;
	width: 100%;
	padding: 8rem 2rem;
	
	text-align: center;
	z-index: 998;
}
.heading-image-label {
font-family: 'Source Sans Pro', sans-serif;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-weight: 700;
	padding-left:2px;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.57) !important;
}
.heading-image-title {

	display: block;
	font-size: 3.2rem;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.93);
	margin: 0 auto;
	max-width: 60%;
	padding: 0em 0 0px;
	font-weight: 700;
		text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media (max-width: 640px) {
	.smallheaderimg{
		width: 70%;
		margin-left: 15%;
	}
}	

@media (max-width: 500px) {
	.smallheaderimg{
		width: 100%;
		margin-left: 0%;
	}
}	


	@media (max-width: 1440px) {

	}

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

	@media (max-width: 1024px) {
		.head-slider .infoBlock {
			
			z-index: 998 !important;
		}

		.head-slider .infoBlock .heading {
			padding-top: 1rem;
			
		}
		.head-slider .infoBlock .heading .heading-label {
			font-size: 0.96rem;
		}
		.head-slider .infoBlock .heading .heading-title {
			font-size: 2rem;
			line-height: 1.1;
		}
		.heading-image-title-wrap {
			padding-top: 4rem;	
		}
		.heading-image-title {
			font-size: 2.4rem;
			max-width: 80%;
		}
		
		.head-slider.headMedium .infoBlock {
			bottom: 180px;
			padding: 0 0.5rem;
		}
				
	}
	
	
	@media (max-width:768px) {

		
		.head-slider.headMedium .infoBlock {
			bottom: 130px;
			padding: 0 0.5rem;
		}
				
	}	



	@media (max-width: 640px) {
		.head-slider.headMedium .infoBlock {
			bottom: 60px;
			padding: 0 0.5rem;
		}
		.head-slider .infoBlock .heading {
			width: 100%;
			padding-right:0;
			text-align: center;
		}
		.head-slider .infoBlock .heading .heading-intro {
			font-size: 0.76rem;
			letter-spacing: 2px;
		}
		.head-slider .infoBlock .heading .heading-title{
			margin-top:0;
			font-size: 1.6rem;
			letter-spacing: 0px !important;
			line-height: 1.2;
		}
		.head-slider .infoBlock .heading hr {
			margin: 1rem auto;
			margin-bottom: 1rem;
		}
		.head-slider .infoBlock .heading .heading-text {
			font-size: 1rem;
			line-height 1.4;
		}
		.head-slider .infoBlock .heading .heading-text .heading-info {
			font-size: 0.9rem;
		}
		.head-slider .infoBlock .heading .heading-button {
			padding-left: 1rem;
			padding-right: 1rem;
			margin-top: 10px;
			display: inline-block;
			position: relative;
			background: #fff;
			width: 100%;
		}
		.heading-image-title-wrap {
			position: absolute;
			top: 0;
			left:0rem;
		}

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


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

		}
		.head-slider .infoBlock .heading .heading-title{
			margin-top:0;



		}
		.head-slider .infoBlock .heading .heading-text {
			font-size: 0.9rem;
			line-height 1.3;
		}
		.head-slider .infoBlock .heading .heading-text .heading-info {
			font-size: 0.9rem;
		}
		.head-slider .infoBlock .heading .heading-button {
		padding-left: 1.5rem;
			padding-right: 1.5rem;
			margin-top: 10px;
			display: inline-block;
			position: relative;
			background: #fff;
			font-size: 0.76rem;
			width: auto;
		}

	}



/***************
*
*  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 .rsThumbsHor:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 250px;
	content: '';
	opacity: 1;
background: -moz-linear-gradient(top,  rgba(20, 30, 59, 0) 0%, rgba(20, 30, 59, 0.2) 42%, rgba(20, 30, 59, 1) 100%);
background: -webkit-linear-gradient(top,  rgba(20, 30, 59, 0) 0%,rgba(20, 30, 59, 0.2) 42%,rgba(20, 30, 59, 1) 100%);
background: linear-gradient(to bottom,  rgba(20, 30, 59, 0) 0%,rgba(20, 30, 59, 0.2) 42%,rgba(20, 30, 59, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

	z-index: 1 !important;


}


.head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	bottom: 200px;
	z-index: 100 !important;
	width: 100% !important;
	height: 100%;
	max-width:74.4em;
	margin: auto;
	text-align: left !important;
}


.head-slider.rsDefault .rsThumb {
	display: inline-block;
	overflow: hidden;
	width: calc(25% - 25px);
	min-height: 30px;
	height: 40px;
	text-align: left !important;
	padding: 0.5rem 2rem 0 0rem;
	border-radius: 0px;
	border: 0px solid #fff;
	background: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

}
.head-slider.rsDefault .rsThumb:before,
.head-slider.rsDefault .rsThumb:after{
	position: absolute;
	bottom: 0rem;
	left: 0rem;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
	content: '';

}
.head-slider.rsDefault .rsThumb:after {
	width: 0%;
	background-color: #de0047;
  -webkit-transition: width 0s ease-in-out 0s;
  transition: width 0s ease-in-out 0s;
}


.head-slider.rsDefault .rsThumb .rsTmb {
	display: block;
	cursor: pointer;
}
.head-slider.rsDefault .rsThumb .rsTmb-intro {
	color: #fff;
	font-size:.76rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 1;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.6);
}
.head-slider.rsDefault .rsThumb .rsTmb-title {

	font-size: 1rem;

	line-height: 1.2;
	color: rgba(255, 255, 255, 0.6);
	padding-top: 0;
	cursor: pointer ;

}
.head-slider.rsDefault .rsThumb .rsTmb-line {
	display: none;
	max-width: 20%;

	border: solid #dddddd;
	border-width: 6px 0 0;
	clear: both;
	margin: 0rem 0 0rem;
	height: 0;
}
.head-slider.rsDefault .rsThumb img.rsTmb-img {
	float: left;
	width: auto;
	height: auto;
	max-width: 60px;
	margin-right: 10px;
	cursor: pointer ;
	border-radius: 1000px;
	-webkit-filter: grayscale(100%);
	border: 2px solid #fff;
}
.head-slider.rsDefault .rsThumb.rsNavSelected {
	background: none;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 0px 0px (0,0,0,0.3);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
}
.head-slider.rsDefault .rsThumb.rsNavSelected:before {

}

.head-slider.rsDefault .rsThumb.rsNavSelected:after {
	width: 100%;
	background-color: #de0047;
	-webkit-transition: width 0s ease-in-out 0s;
  transition: width 0s ease-in-out 0s;

}

.head-slider.rsDefault .rsThumb.rsNavSelected .rsTmb-intro {
	color: #ffffff;
	font-weight: 500;

}
.head-slider.rsDefault .rsThumb.rsNavSelected img.rsTmb-img {
	opacity: 1 !important;
	filter: alpha(opacity=100);
	-webkit-filter: grayscale(0%);
	border: 2px solid #009fe3;
}
	@media (max-width: 1024px) {
		.head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
			bottom: 200px;
			max-width:60em;
			z-index: 998 !important;

		}
		.head-slider.rsDefault .rsThumb .rsTmb-intro {
			color: #fff;
			font-size:.76rem;
			text-transform: uppercase;
			letter-spacing: 2px;
			line-height: 1;
			font-weight: 500;
			color: rgba(255, 255, 255, 0.6);
		}

		.head-slider.rsDefault .rsThumb .rsTmb-title  {

		}
	}
	@media (max-width: 768px) {
		.head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
			bottom: 120px;
			max-width:46em;
				display: none;

		}
		.head-slider.rsDefault.rsOpac .rsThumb .rsTmb-title  {

		}
	}

	@media (max-width: 600px) {
		.head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer,
			.head-slider.rsDefault .rsThumbsHor:after {
			display: none;
			}
		.head-slider.rsDefault .rsThumb .rsTmb-intro  {
			display: none;
		}

		.head-slider.rsDefault .rsThumb img.rsTmb-img,
		.head-slider.rsDefault .rsThumb img.rsTmb-img {
			display: none;
		}
	}





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

.rsDefault .rsBullets {

	position: absolute;
	z-index: 98 !important;
	width: 100%;
	bottom:5%;
	height: auto;
	margin: 0 auto;
	background: none;
	text-align: center;
	line-height: 24px;
	overflow: hidden;
	padding-right: 0;
	z-index: 999 !important;

}

    @media (max-width: 1420px) {
        .rsDefault .rsBullets {
            bottom: 80px;
        }
    }
    @media (max-width: 768px) {
        .rsDefault .rsBullets {
            bottom: 80px;
        }
    }



.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:100 !important;
}
.rsDefault .rsBullet:hover span {
	border: 2px solid rgba(224, 228, 229, 1);
}
.rsDefault .rsBullet.rsNavSelected span {
	width: 12px;
 	height: 12px;
	background-color: rgba(7, 168, 202, 0);
	border-color: rgba(255,255,255,1);
}


	@media only screen and (max-width: 40em) {
		.rsDefault .rsBullets {
			bottom:90px;
		}
		.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);
		}


	}


/***************
*
*  6. Play/close video button
*
****************/


.rsDefault .rsBtnCenterer {

}

.rsDefault .rsCloseVideoBtn {
	z-index: 9999999 !important;


}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	width: 64px;
	height: 64px;
	background-size: 50% auto;
}


