/*
------------------------------------------------------
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: #000000;
	border-radius: 0px;
}
.royalSlider { overflow:hidden }

.rsImg {
	width: 100%;
}

.head-slider {
	height: 560px !important;
}
.head-slider:after {
	position: absolute;
	bottom: -100px;
	left:0;
	width: 100%;
	height: 100px;
	content: '';
	box-shadow: 0px 0px 120px black;
	z-index: 1;
}

.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: 720px !important;
	height: 70vh !important;
	max-height: 800px !important;
}
.head-slider.headFull {
	min-height: 700px;
	height: 100vh !important;
	max-height: 100vh !important;
}

	@media (max-width: 1024px) {
    .head-slider.headLarge {
			min-height: 660px !important;
			height: 70vh !important;
			max-height: 760px !important;
		}
	}
	@media (max-width: 970px) {
    .head-slider.headLarge {
			min-height: 660px !important;
			height: 70vh !important;
			max-height: 660px !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: 620px !important;
			height: 60vh !important;
			max-height: 620px !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: 400px) {
		.head-slider.headLarge {
			min-height: 560px !important;
			height: 60vh !important;
			max-height: 560px !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: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999 !important;
	padding: 0 0 0 0em;
}

.head-slider .infoBlock .row {
	height: 100%;
	position: relative;
}

.head-slider .infoBlock .heading {
	position: relative;
	display: block;
	z-index: 8;
	width: 33.3%;
	height: 100%;
	margin: 0;
	text-align: center;
	padding: 12rem 3rem 0;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(59,177,174,0.9) 0%, rgba(39,158,155,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(59,177,174,0.9) 0%,rgba(39,158,155,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(59,177,174,0.9) 0%,rgba(39,158,155,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63bb1ae', endColorstr='#279e9b',GradientType=1 );

}

.heading-border {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 8px;
	z-index: 99;
	background: rgb(249,184,82);
background: -moz-linear-gradient(left,  rgba(249,184,82,1) 0%, rgba(255,243,175,1) 100%);
background: -webkit-linear-gradient(left,  rgba(249,184,82,1) 0%,rgba(255,243,175,1) 100%);
background: linear-gradient(to right,  rgba(249,184,82,1) 0%,rgba(255,243,175,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b852', endColorstr='#fff3af',GradientType=1 );

}
.head-slider .infoBlock .heading hr {
	max-width: 240px;
	border-width: 10px;
	margin-left:5px;
	margin-bottom: 25px;
}

.head-slider .infoBlock .heading .heading-intro {
	display: block;
	font-size:  16px;
	font-weight: 700;
	letter-spacing: 1px !important;
	line-height: 1.1;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 1rem;
}

.head-slider .infoBlock .heading .heading-title {
	font-family: 'ahkio-thin';
	font-size: 3rem;
	line-height: 1;
	display: block;
	text-transform: uppercase;
	padding: 0px 0px;
	z-index: 3;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
}
.head-slider .infoBlock .heading .heading-title span {
	display: block;
}
.head-slider .infoBlock .heading .heading-title .first {
	font-size: 4rem;
	line-height: 0.8;
}
.head-slider .infoBlock .heading .heading-title .second {
	font-size: 5rem;
	line-height: 1;
}
.head-slider .infoBlock .heading .heading-title .third {
	font-size: 3.4rem;
	line-height: 1;
}

.head-slider .infoBlock .heading p {
	font-family: 'ahkio-thin';
	padding-top: .5rem;
	font-weight: 200;
	line-height:1.2;
	font-size: 1.3rem;
	display: block;
	letter-spacing: 1px !important;
	color: rgba(255, 255, 255,1);
}

/* List */
.head-slider .infoBlock .heading-list ul {
	margin-top: 20px;
}
.head-slider .infoBlock .heading-list ul li {
	padding-left: 0;
	font-weight: 300;
	display: block;
	padding: 0.3375em 0em 0.3375em 3rem;
  letter-spacing: 0px;
  font-size: 1.7rem;
	position: relative;
	line-height: 1.1;
	color: #fff;
}
.head-slider .infoBlock .heading-list ul li:before,
.head-slider .infoBlock .heading-list ul li:after {
	position: absolute;
	top:0px;
	left:0;
	
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 100px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #029d9a;
	 

}
.head-slider .infoBlock .heading-list ul li:after {
	
	color: #029d9a;
	font-family: 'icomoon';
	content: "\e934";
	font-size: 24px;
	
}

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

}



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

	@media (max-width: 1024px) {
		.head-slider .infoBlock .heading {
			padding: 11rem 2rem 0;
			width: 38%;
		}
		.head-slider .infoBlock .heading .heading-title .first {
			font-size: 3.8rem;
		}
		.head-slider .infoBlock .heading .heading-title .second {
			font-size: 4.8rem;
		}
		.head-slider .infoBlock .heading .heading-title .third {
			font-size: 3.2rem;
		}
	}

	@media (max-width: 970px) {
		.head-slider .infoBlock .heading {
			padding: 11rem 2rem 0;
			width: 50%;
		}
		.head-slider .infoBlock .heading .heading-intro {
			display: block;
			font-size:  15px;
		}
		.head-slider .infoBlock .heading .heading-title {
			font-size: 2.9rem;
		}
		.head-slider .infoBlock .heading p {

		}
	}
	@media (max-width: 640px) {
		.head-slider .infoBlock {
			
		}
		.head-slider .infoBlock .heading {
			width: 80%;
			margin-left: 10%;
			padding: 9rem 1rem 0;
		}
		
		.head-slider .infoBlock .heading .heading-title .first {
			font-size: 3.4rem;
		}
		.head-slider .infoBlock .heading .heading-title .second {
			font-size: 4.4rem;
		}
		.head-slider .infoBlock .heading .heading-title .third {
			font-size: 2.8rem;
		}
		.head-slider .infoBlock .heading .heading-button {
			width: 90%;
			font-size: 26px;
		}

	}
	@media (max-width: 400px) {
		.head-slider .infoBlock .heading {
			width: 70%;
			margin-left: 15%;
			padding: 7.5rem 1rem 0;
			background: -moz-radial-gradient(center, ellipse cover,  rgba(59,177,174,0.8) 0%, rgba(39,158,155,1) 100%);
			background: -webkit-radial-gradient(center, ellipse cover,  rgba(59,177,174,0.8) 0%,rgba(39,158,155,1) 100%);
			background: radial-gradient(ellipse at center,  rgba(59,177,174,0.8) 0%,rgba(39,158,155,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63bb1ae', endColorstr='#279e9b',GradientType=1 );
		}
		.head-slider .infoBlock .heading .heading-title .first {
			font-size: 3rem;
		}
		.head-slider .infoBlock .heading .heading-title .second {
			font-size: 4rem;
		}
		.head-slider .infoBlock .heading .heading-title .third {
			font-size: 2.4rem;
		}
		.head-slider .infoBlock .heading p {
			font-size: 1rem;
		}
		.head-slider .infoBlock .heading .heading-button {
			width: 96%;
			font-size: 22px;
		}
		

	}
	@media (max-width: 320px) {
		.head-slider .infoBlock .heading {
			width: 86%;
			margin-left: 7%;
			padding: 7.5rem 1rem 0;
		}

	}



/***************
*
*  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:80px;
	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: 375px) {
        .rsDefault .rsBullets {
            bottom: 50px;
        }
    }

#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: #34a8b9;
	border-color: rgba(255,255,255,1);
}

#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);
		}


	}
