
.royalSlider .btn span {
	color: #FFF !important;
}

.royalSlider .btn-info > span:before {
	background-color: #FFF !important;
}

.royalSlider {
	width: 100%;
	height: auto;
	position: relative;
	direction: ltr;
	max-height: 870px
}

.royalSlider>* {
	float: left
}

.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer
}

.rsThumb {
	float: left;
	position: relative
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear
}

.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear
}

.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	display: none
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative
}

.rsContent>a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999
}

.rsPreloader {
	position: absolute;
	z-index: 0
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none
}

.rsNavItem {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25)
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22
}

.rsTabs {
	float: left;
	background: none !important
}

.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsABlock {
	position: absolute;
	bottom: 36%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999
}

img.rsImg {
	max-width: none
}

.grab-cursor {
	cursor: url(grab.png) 8 8, move
}

.grabbing-cursor {
	cursor: url(grabbing.png) 8 8, move
}

.rsNoDrag {
	cursor: auto
}

@media (max-width:991px) {
	.sliderContainer,
	#full-width-slider {
		max-height: 460px
	}

	.sliderContainer .first-line {
		font-size: 2.75rem !important
	}

}

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #EEE;
	color: #FFF
}

.rsDefault .rsBullets {
	background: none repeat scroll 0 0 transparent;
	bottom: 8%;
	height: auto;
	left: 0;
	line-height: 28px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 99999;
	max-width: 1295px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.rsDefault .rsBullet {
	display: inline-block;
	height: 2px;
	margin-right: 20px;
	padding: 11px 15px 11px 15px;
	width:32px;
	z-index:999999;
	*display: inline;
	*zoom: 1
}

.rsDefault .rsBullet span {
	background:#193f2c;
	border: 0 solid transparent;
	display: block;
	height: 2px;
	width: 32px
}

.rsDefault .rsBullet span:hover {
	background: #FFF;
	cursor: pointer;
	
}


.rsDefault .rsPreloader {
	width: 20px;
	height: 20px;
	background-image: url(preloader-white.gif);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px
}

.sliderContainer {
	position: relative
}

.sliderContainer .first-line {
	display: block;
	font-size: 4rem;
	line-height: 1.1;
	color: #FFF
}

.sliderContainer .rsABlock h5 {
	color: #FFF !important
}

@media (max-width:991px) {
	.firstSlide img {
		margin-left: -500px !important
	}
	.rsABlock {
		bottom: 23%;
	}
	.rsABlock>div {
		top: 0;
		padding-left: 0;
		padding-top: 15px
	}

	.rsABlock p,
	.rsABlock hr {
		display: none
	}

}