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

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


/* Background */
.head-slider.rsDefault,
.head-slider.rsDefault .rsOverflow,
.head-slider.rsDefault .rsSlide,
.head-slider.rsDefault .rsVideoFrameHolder {
	background: #04131f;
	color: #FFF;
}
.head-slider {
	width: 100% ;
/* 	max-width: 90vw; */
	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: 280px !important;
}
.head-slider.headMedium {
	min-height: 500px !important;
	height: 60vh !important;
	max-height: 500px !important;
}
.head-slider.headLarge {
	min-height: 600px !important;
	height: 70vh !important;
	max-height: 600px !important;
}
.head-slider.headFull {
	min-height: 640px;
	height: calc(100vh - 220px) !important;
	max-height: 820px !important;
}

.head-slider.headSpecial {
	min-height: 640px;
	height: calc(100vh - 220px) !important;
	max-height: 820px !important;
}

	@media (max-width: 1440px) {
		.head-slider.headLarge {
			min-height: 500px !important;
			height: 70vh !important;
			max-height: 500px !important;
		}
		.head-slider.headMedium {
			min-height: 400px !important;
			height: 60vh !important;
			max-height: 400px !important;
		}
	}
	@media (max-width: 1130px) {

		.head-slider.headFull {
			min-height: 630px;
			height: 80vh !important;
			max-height: 630px !important;
		}
	}
	@media (max-width: 970px) {
		
		
    .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;
		}
    
	}
	
	@media (max-width: 640px) {
		.head-slider-container {
			padding-top: 80px;
		}
		.head-slider.headFull {
			min-height: 430px;
			height: 100vh !important;
			max-height: 430px !important;
		}
		.head-slider.headLarge {
			min-height: 500px !important;
			height: 60vh !important;
			max-height: 500px !important;
		}
		.head-slider.headMedium {
			height: 96vh !important;
			min-height:280px !important;
			max-height: 280px !important;
		}
		.head-slider.headSmall {
			min-height: 180px;
			height: 100vh !important;
			max-height: 180px !important;
		}

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



.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: 180px;
	width: 100%;
	z-index: 999 !important;
	padding: 0 0 0 0em;
}



.head-slider.headSmall .infoBlock {
	top: 100px;
}
.head-slider.headMedium .infoBlock {
	top: 200px;
}
.head-slider.headLarge .infoBlock {
	top: 240px !important;
}
.head-slider.headFull .infoBlock {
	top: 180px !important;
}
.head-slider .infoBlock.special {
	top: 35% !important;
}

.head-slider .infoBlock .heading {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	z-index: 8;
	width: 100%;
	margin: auto;
	text-align: center !important;
}
/*
.head-slider .infoBlock .heading:before,
.head-slider .infoBlock .heading:after {
  content: "";
  position: absolute;

  z-index: 99;
}
.head-slider .infoBlock .heading:before {
	top: 0rem;
  left: 0rem;
	width: 60px;
	height:40px;
	border-top: 12px solid #6db83a;
	border-left: 12px solid #6db83a;
}
*/
.heading-special {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.heading-special-content{
	position: relative;
	width: 60%;
	min-height: 300px;
	padding: 20px;
	padding-left:10px;
	padding-right: 50px;
	z-index: 2;
}
.heading-special-content:before {
	position: absolute;
	top: -110px;
	left: -600px;
	right: -200px;
	bottom: -110px;
	content:'';
	z-index: -1;
	background-repeat: no-repeat;
	background-image: url('../images/shape-left.svg');
	background-position: center;
	background-size: contain;
}
.heading-special-image {
	position: absolute;
	top: 100px;
	
	right: -200px;
	bottom: 0px;
	display: flex;
	align-items: center;
	z-index: 1;
	-webkit-mask-image: url('../images/shape-right.svg');
  	mask-image: url('../images/shape-right.svg');
  	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;    
}

	@media (max-width: 1460px) {
		.heading-special-content:before {
			position: absolute;
			top: -110px;
			left: -600px;
			right: -200px;
			bottom: -110px;
		}
		.heading-special-content {
			position: relative;
			width: 60%;
			min-height: 300px;
			padding: 20px;
			padding-left: 10px;
			padding-right: 30px;
			z-index: 2;
			}

	}
	@media (max-width: 1130px) {
		.heading-special-content:before {
			position: absolute;
			top: -58px;
			left: -500px;
			right: -310px;
			bottom: -100px;
		}
		.heading-special-content {
			position: relative;
			width: 60%;
			min-height: 300px;
			padding: 20px;
			padding-left: 20px;
			padding-right: 30px;
			z-index: 2;
			}
			.heading-special-image {
				position: absolute;
				top: 100px;
				right: -350px;
				bottom: 0px;
				display: flex;
				align-items: center;
				z-index: 1;
			}

	}
	@media (max-width: 1023px) {
		.heading-special-content:before {
			position: absolute;
			top: -58px;
			left: -500px;
			right: -310px;
			bottom: -40px;
		}
	}
	@media (max-width: 767px) {
		.heading-special-content {
			position: relative;
			width: 80%;
			min-height: 200px;
		}
		.heading-special-content:before {
			position: absolute;
			top: -58px;
			left: -500px;
			right: -310px;
			bottom: -40px;
		}
		.heading-special-image {
			top: 20px;
			right: -190px;
			bottom: 100px;
		}
	}
	@media (max-width: 767px) {
		.heading-special-content:before {
			position: absolute;
			top: -38px;
			left: -500px;
			right: -310px;
			bottom: -10px;
			}
	}
.head-slider .infoBlock .heading .heading-intro {
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff !important;
	padding-left: 0px;
}

.head-slider .infoBlock .heading .heading-title {
	position: relative;
	top: 0px;
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 1;
	display: block;
	padding: 0px 0px;
	
	margin: 0;
	margin-left:-2px;
	letter-spacing: 0px;
	z-index: 3;
/* 	border-left: 4px solid #00adc7; */
	margin-left: 0px;
}
.head-slider .infoBlock .heading .heading-title span {
	display: block;
	font-weight: 700;
}
.head-slider.headSmall .infoBlock .heading .heading-title {
	font-size: 2.4rem;
}
.head-slider.headLarge .infoBlock .heading .heading-title {
	font-size: 4rem;
	line-height: 1;
}
.head-slider.headFull .infoBlock .heading .heading-title {
	font-size: 4rem;
	line-height: 1.1;
}
.head-slider.headFull .infoBlock .heading-special .heading-title {
	font-size: 3.4rem;
	line-height: 1.1;
	max-width: 90%;
	font-weight: 400;
}
.head-slider .infoBlock .heading-special .heading-title span {
	font-size: 4.5rem;
	display: block;
	font-weight: 700;
}


.head-slider .infoBlock .heading p {
	padding-top: 0rem;
	padding-left: 3px;
	border-left: 0px solid #00adc7;
	font-weight: 200;
	line-height: 1.6;
	font-size: 1.4rem;
	display: block;
	margin:0;
/* 	letter-spacing: 1px !important; */
	color: rgba(255, 255, 255, 0.7);
}
.head-slider .infoBlock .heading .heading-buttons {
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.head-slider .infoBlock .heading .heading-button {
	margin-right: 10px;
	
}

/* 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-right: 1.5rem;
	padding-top: 2rem;
}

@media (max-width: 970px) {
	.head-slider .heading.heading-left {
/* 		padding: 0; */
		text-align: left !important;
/* 		padding-right: 0rem; */
/* 		padding-top: 0rem; */
	}
}


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


/* Badge */
#head-slider .infoBlock .heading-badge {
	position: absolute;
	right:1rem;
	top:1rem;
	
	display: block;
	margin-top: 0em;
	text-align: center !important;

	
	padding: 1rem 0.5rem 0.86rem;
	border-radius: 0px;
}
#head-slider .infoBlock .heading-badge .badge-text,
#head-slider .infoBlock .heading-badge .badge-info {
	position: relative;
	display: inline-block;
	font-size: 0.96rem;
	color: #fff;
	letter-spacing: 0px;
	line-height: 1.1 !important;
	font-weight: 300;
}
#head-slider .infoBlock .heading-badge .badge-label {
	font-size: 2rem;
	line-height: 1;
	font-weight: 200;
	display: block;
}
#head-slider .infoBlock .heading-badge .badge-info {
	line-height: 1;
	top:-5px;
}

/* 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(-50%) translateY(-50%); 
	font-size: 2rem;
}

.heading-image {
	float: left;
	position: relative;
	display: block;
	text-align: center;
	margin-right: 0rem;
	padding: 0px 0px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
	-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.05);
  box-shadow: 0 5px 42px rgba(0, 0, 0, 0.2);

	z-index: 100;
}
.heading-image.with-play:hover {
  transform: scale(1);
	z-index: 100;
}

.heading-image .heading-image-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%); 
	width: 80px;
	height: 80px;
	z-index: 88;
	font-size: 3rem;
	
}
.heading-image .heading-image-play:before {
		position: absolute;
		top:0;
		left:0;
		content:'';
		height: 80px;
    width: 80px;
		border-radius: 0px;
    background: #009fe3;
		border: 0px solid #fff;
	
		-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: #009fe3;	
}
.heading-image .heading-image-play:after {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-44%) translateY(-50%); 
		content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;

		-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:after {

    border-color: transparent transparent transparent #ffffff;

}

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

		.head-slider.headLarge .infoBlock {
			top:150px;
		}
		.head-slider .infoBlock .heading .heading-title {
			font-size: 3rem;
		}
		.head-slider.headMedium .infoBlock .heading .heading-title {
			font-size: 2.6rem;
		}
		.head-slider.headLarge .infoBlock .heading .heading-title {
			font-size: 2.6rem;
		}
		.head-slider.headFull .infoBlock .heading .heading-title {
			font-size: 3.4rem;
			line-height: 1.1;
		}
	}
	@media (max-width: 1130px) {

		.head-slider .infoBlock .heading .heading-intro {
			display: inline-block;
			margin-bottom: 5px;
			font-weight: 500;
			font-size: 1rem;
		}
		.head-slider.headSmall .infoBlock {
			top: 70px;
		}
		.head-slider.headFull .infoBlock {
			top: 160px !important;
		}
		.head-slider .infoBlock.special {
			top: 35% !important;
		}
		.head-slider.headFull .infoBlock .heading .heading-title {
			font-size: 3.4rem
		}
		.head-slider.headFull .infoBlock .heading-special .heading-title {
			font-size: 3rem;
			line-height: 1.1;
			max-width: 90%;
		}
		.head-slider .infoBlock .heading-special .heading-title span {
			margin-top:5px;
			font-size: 4rem;
			display: block;
			font-weight: 700;
		}
		.head-slider .infoBlock .heading p {
			padding-top: 0rem;
			font-weight: 300;
			line-height:1.6;
			font-size: 1.2rem;
		}
	}

	

	@media (max-width: 970px) {
		.head-slider .infoBlock {
			top: 70px;
			
		}
		
		.head-slider .infoBlock .heading .heading-title {
			font-size: 2.9rem;
		}
		.head-slider.headSmall .infoBlock .heading .heading-title {
			font-size: 2.2rem;
		}
		.head-slider.headMedium .infoBlock .heading .heading-title {
			font-size: 2.6rem;
		}
		.head-slider.headFull .infoBlock .heading .heading-title {
			font-size: 3.2rem
		}
		.head-slider.headFull .infoBlock.version2 .heading .heading-title {
			font-size: 2.2rem
		}
		.head-slider.headFull .infoBlock .heading-special .heading-title {
			font-size: 2rem;
			line-height: 1.1;
			max-width: 90%;
		}
		.head-slider .infoBlock .heading-special .heading-title span {
			margin-top:5px;
			font-size: 3rem;
			display: block;
			font-weight: 700;
		}
		.head-slider .infoBlock .heading p {
	
		}
	}


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

		}


		.head-slider.headSmall .infoBlock {
			top: 50px;
		}
		.head-slider.headMedium .infoBlock {
			top: 100px;
		}
		.head-slider.headLarge .infoBlock {
			top: 140px !important;
		}
		.head-slider.headFull .infoBlock {
			top: 140px !important;
		}

		.head-slider .infoBlock.version2 {
			top: 80px !important;
		}
		.head-slider .infoBlock .heading {
			padding-top:0rem;
			padding-left: 0rem;
			padding-right: 0rem;
		}
		.head-slider .infoBlock .heading:before {
			top: 0rem;
		  left: 0rem;
			width: 40px;
			height:30px;
			border-top: 8px solid #6db83a;
			border-left: 8px solid #6db83a;
		}

		.head-slider .infoBlock .heading .heading-intro {
			font-size: 0.86rem;	
			margin-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 !important;
		}
		.head-slider.headMedium .infoBlock .heading .heading-title {
			font-size: 2rem;
		}
		.head-slider.headLarge .infoBlock .heading .heading-title {
			font-size: 1.8rem;
		}
		.head-slider.headLarge .infoBlock.version2 .heading .heading-title {
			font-size: 1.6rem;
		}
		.head-slider.headFull .infoBlock .heading .heading-title {
			font-size: 2.2rem
		}
		.head-slider .infoBlock .heading .heading-title span {
			display: inline !important;
		}

		
		.head-slider.headFull .infoBlock .heading-special .heading-title {
			font-size: 1.66rem;
			line-height: 1.1;
			max-width: 100%;
		}
		.head-slider .infoBlock .heading-special .heading-title span {
			margin-top:5px;
			font-size: 2rem;
			display: block;
			font-weight: 700;
		}
		
		.head-slider .infoBlock .heading p {
			line-height:1.2;
			font-size: 0.96rem;
		}
		.heading-image {
			margin-top: 20px;
			margin-bottom: 0px;
		}
		.head-slider .infoBlock .heading .heading-buttons {
			margin-top: 35px;
			display: flex;
			align-items: flex-start;
			justify-content: flex-start;
			flex-direction: column;
		}
		.head-slider .infoBlock .heading .heading-buttons .heading-button {
			font-size: 1.125rem !important;
			margin-bottom: 5px;
		}	

	}
	@media (max-width: 400px) {
		.head-slider .infoBlock  {
			top: 70px;
		}
		
		.head-slider.headSmall .infoBlock {
			top: 80px;
		}
		.head-slider.headFull .infoBlock {
			top: 80px !important;
		}
		.head-slider .infoBlock.version2 {
			top: 80px !important;
		}
		.head-slider.headMedium .infoBlock .heading .heading-title {
			font-size: 1.8rem;
		}
		.head-slider.headLarge .infoBlock .heading .heading-title {
			font-size: 1.4rem;
		}
		.head-slider.headFull .infoBlock .heading .heading-title {
			font-size: 2.8rem
		}
		.head-slider.headFull .infoBlock.version2 .heading .heading-title {
			font-size: 1.8rem;
		}

		.head-slider.headFull .infoBlock .heading-special .heading-title {
			font-size: 1.5rem;
			line-height: 1.1;
			max-width: 100%;
		}
		.head-slider .infoBlock .heading-special .heading-title span {
			margin-top:5px;
			font-size: 1.8rem;
			display: block;
			font-weight: 700;
		}
		
		.head-slider .infoBlock .heading p {
			
		}
		
		

	}
	@media (max-width: 320px) {
		.head-slider .infoBlock {
			
		}
		.head-slider.headMedium .infoBlock .heading .heading-title {
			font-size: 1.4rem;
		}
		.head-slider.headLarge .infoBlock .heading .heading-title {
			font-size: 1.2rem;
		}
		.head-slider.headFull .infoBlock .heading .heading-title {
			font-size: 2.2rem
		}
			.head-slider.headFull .infoBlock.version2 .heading .heading-title {
			font-size: 1.6rem;
		}
		

	}



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

#head-slider.rsDefault .rsThumbs {
	cursor: default;
	
	width: 100%;
	height: 0px;
	position: absolute;
	bottom: 0;
	overflow: visible;
}

#head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {

	position: relative;
	top: -70px;
	width: 100% !important;
	height: 100px;
	max-width: 79.6em;
	margin: auto;
}
#head-slider.rsDefault .rsThumbs:before {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100px;
	content:'';
	background: rgba(41, 53, 58, 0.92);


}

	@media (max-width: 1440px) {
		#head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
			max-width: 71.6em;
		}
			
	}
	@media (max-width: 1130px) {
		#head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
			max-width: 61.6em;
		}
			
	}
	@media (max-width: 970px) {
		#head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
			max-width: 99%;
		}
			
	}

/* Transparent */ 
#head-slider.rsDefault  .rsThumb {
	float: left;
	overflow: hidden;
	width: 26%;
	min-height: 44px;
	height: 44px;
	border-radius: 0px;
	border: 0px solid #fff;
	border-left: 2px solid #fff;
	background: none;
	
	
}
	@media (max-width: 1130px) {
		#head-slider.rsDefault  .rsThumb {
			width: 25%;
		}
			
	}
	@media (max-width: 970px) {
		#head-slider.rsDefault  .rsThumb {
			width: 29%;
		}
			
	}
	


#head-slider.rsDefault .rsThumb .rsTmb {
	display: block;
	cursor: pointer;

}
#head-slider.rsDefault .rsThumb .rsTmb-text {
	display: block;
	padding:0rem 0 0rem 1.5rem;
}
#head-slider.rsDefault .rsThumb .rsTmb-intro {
	font-size: 0.76em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5)
}
#head-slider.rsDefault .rsThumb .rsTmb-title {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.5);	
	padding-top: 0px;
	cursor: pointer ;
}
#head-slider.rsDefault .rsThumb .rsTmb-title b {
	display: block;
	font-weight: 300;
}
/*
#head-slider.rsDefault .rsThumb .rsTmb-line {
	max-width: 100%;
	border:0;
	border-top: 1px dotted rgba(255, 255, 255, 0.5);
	clear: both;
	margin: 0rem 0 0rem;
	height: 0;
	position: relative;
}
#head-slider.rsDefault .rsThumb .rsTmb-line:before,
#head-slider.rsDefault .rsThumb .rsTmb-line:after {
  content: "";
  position: absolute;
  z-index: 99;
}
#head-slider.rsDefault .rsThumb .rsTmb-line:before {
	top: -1px;
  left: 0px;
	width: 18px;
	height:8px;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	opacity: 0.5;
}
*/
#head-slider.rsDefault .rsThumb.rsNavSelected {
	border-left: 2px solid #00adc7;
}
#head-slider.rsDefault .rsThumb.rsNavSelected .rsTmb-intro {
	color: #00adc7;	
}
#head-slider.rsDefault .rsThumb.rsNavSelected .rsTmb-title {
	color: #fff;	
}

	@media (max-width: 1130px) {
		#head-slider.rsDefault .rsThumb .rsTmb-title {
			font-size: 0.86rem;
			line-height: 1.2;

		}
			
	}
	@media (max-width: 970px) { 
		#head-slider.rsDefault .rsThumb .rsTmb-text {
			display: block;
			
		}
	}
	
	@media (max-width: 640px) {
		#head-slider.rsDefault .rsThumbs {
			display: none !important;	
		}
	}
	
	
	
/***************
*
*  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: center;
	line-height: 24px;
	overflow: hidden;
	padding-right: 0;
	z-index: 999 !important;
}

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

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


	}
