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


/* Wrapper */
.head-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: #031439; /* Old browsers */
}

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

.head-slider {
	width: 100% ;
	margin: 0 auto ;
	margin-top: 0px;
	position: relative;
/* 	overflow: hidden; */
/* 	max-width: 90%; */

}

/* Sizes */
.head-slider {
	height: 560px !important;
}
.head-slider.headSmall {
	height: 520px !important;
}
.head-slider.headMedium {
	height: 660px !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) {
		.head-slider {

		}
    .head-slider.headLarge {

    }
	}
	@media (max-width: 768px) {
		.head-slider {
			height: 600px !important;
		}
    .head-slider.headLarge {
        height: 580px !important;
    }
    .head-slider.headFull {
			height: 100vh !important;
			max-height: 780px !important;
		}
	}
	@media (max-width: 640px) {
		.head-slider {
			height: 260px !important;
		}
		.head-slider.headLarge {
			height: 600px !important;
		}

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

		 .head-slider.headFull {
			height: 100vh !important;
			max-height: 580px !important;
		}
	}
	@media (max-width: 375px) {
		.head-slider.headLarge {
			height: 520px !important;
		}
	}
	@media (max-width: 320px) {
		.head-slider.headFull {
			height: 100vh !important;
		}
	}


/* Opacity */

.head-slider .rsContent .none {
	opacity: 1;
}
.head-slider .rsContent .little {
	opacity: 0.8;
}
.head-slider .rsContent .medium {
	opacity: 0.6;
}
.head-slider .rsContent .mucho {
	opacity: 0.3;
}


	@media (max-width: 600px) {
		.head-slider .rsContent img{
			opacity: 0.8 !important;
		}
	}


.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: 35%;

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

}
.head-slider.headSmall .infoBlock {
	top: 40%;
}
.head-slider.headMedium .infoBlock {
	top: 46%;
}
.head-slider.headFull .infoBlock {
	top: 42%;
}

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


.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: 3.1rem;
	line-height: 1.1;
	display: inline-block;
	padding: 0px 0px;
	letter-spacing: 0px !important;
	z-index: 3;
	font-weight: 300 !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: 300;
	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.3rem;
	line-height: 1.2;
	font-weight: 300;
}
.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;
}
.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 i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

	@media (max-width: 1440px) {
			.head-slider .infoBlock {
				/*top: 140px;*/
			}
			.head-slider .infoBlock .heading .heading-title{

			}
	}

	@media (max-width: 1180px) {
		.head-slider .infoBlock .heading.heading-left {

			padding-left: 0.4rem;

		}

		.head-slider .infoBlock .heading .heading-title{
			font-size: 2.6rem;
		}
		.head-slider .infoBlock .heading .heading-text {


		}

	}

	@media (max-width: 768px) {
		.head-slider .infoBlock {
			top: 45%;
			z-index: 998 !important;
		}
		.head-slider .infoBlock .heading.heading-left {
			max-width: 80%;
			padding-left: 1rem;

		}

		/* Center */
		.head-slider .infoBlock .heading .heading-title{
			font-size: 2.6rem;
		}
		.head-slider .infoBlock .heading .heading-text {
			font-size: 1.1rem;
		}
	}



	@media (max-width: 540px) {
		.head-slider .infoBlock {
			bottom: 25%;
			padding: 0 1rem;
		}
		.head-slider .infoBlock .heading {
			width: 100%;
		}
		.head-slider .infoBlock .heading.heading-left {
			text-align: left !important;
			margin: 0 !important;
			width: 100%;
			max-width: 100%;
			padding-left: 0;

		}
		.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 .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%;
		}

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

.header-badge{
	position: absolute;
	z-index: 1;
	width: 200px;
	top: 32rem;
	left: 8%;
	border-radius: 50%;
	padding: 1.75rem;
	background: #ffffff;
}

.header-badge img{
	margin-top:-5px;
}

    @media (max-width: 768px) {
		.header-badge{
        	top:26rem;
        	width:175px;
        	padding:1.75rem;
        }
    }
    @media (max-width: 640px) {
		.header-badge{
			left:3%;
        	top:27rem;
		}
    }

    @media (max-width: 540px) {
		.header-badge{
			display:none;	
		}
    }

.rsDefault .rsBtnCenterer {

}

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


}

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


