.rslider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
	touch-action: pan-y pinch-zoom;
}
.rslider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsab,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 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;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.rslider.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;
}

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

.rslider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

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

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


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsab {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
	position: absolute;
}

.grab-cursor {
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.grabbing-cursor{ 
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: rgba(0,0,0,0);
}

.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	color: #000;
	width: 100%;
}

.rsMinW .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(/images/rs-minimal-white.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsMinW .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsMinW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsMinW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/images/rs-minimal-white.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/images/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}

.rsMinW .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #000;
    background: rgba(0,0,0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

.rslider > .rscon {
		visibility:hidden;
	}

	.rscon {
		color: #FFF;
		font-size: 24px;
		line-height: 32px;
		float: left;
	}
	.bcon {
		position: relative;
	}
	.rsab {
		position: relative;
		display: block;
		left: auto;
		top: auto;
	}
	.blockHeadline {
		font-size: 42px;
		line-height: 50px;
	}
	.blockSubHeadline {
		font-size: 32px;
		line-height: 40px
	}
	.txtCent {
		text-align: center; 
		width: 100%; 
		text-shadow: 2px 1px 2px #000000;
	}


.rsNav.rsBullets {
	bottom: 12px;
	height: auto;
	left: 50%;
	overflow: hidden;
	position: absolute;
	transform: translateX(-50%);
	z-index: 1;
}

.rsNav.rsBullets {
	bottom: 6px;
}

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

.rsNav.rsBullets .rsNavItem.rsBullet {
	display: inline-block;
	height: 8px;
	margin-right: 18px;
	position: relative;
	width: 8px;
	cursor: pointer;
}

.rsNav.rsBullets .rsNavItem.rsBullet {
	height: 16px;
	margin-right: 16px;
	width: 16px;
}

.rsNav.rsBullets .rsNavItem.rsBullet span {
	background-color: #fff;
	border-radius: 1px;
	display: block;
	height: 4px;
	left: 50%;
	opacity: .5;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 4px;
}

.rsNav.rsBullets .rsNavItem.rsBullet span {
	border-radius: 2px;
	height: 8px;
	width: 8px;
}

.rsNav.rsBullets .rsNavItem.rsBullet.rsNavSelected span {
	border-radius: 2px;
	height: 8px;
	opacity: 1;
	width: 8px;
}

.rsNav.rsBullets .rsNavItem.rsBullet.rsNavSelected span {
    height: 12px;
    width: 12px;
}

.bcon {
    position: relative;
    top: 36%;
}

.rslider .button {
	margin-top:30px;
	color: #fff !important;
}


@media screen and (min-width: 0px) and (max-width: 900px) { 
	.bcon {
		top: 22%;
	}
	.rscon {
		font-size: 18px;
		line-height: 22px;
	}
	.blockHeadline {
		font-size: 24px;
		line-height: 28px;
	}
	.blockSubHeadline {
		font-size: 20px;
		line-height: 24px
	}
	
	.rslider .button {
		margin-top:20px;
		padding: 8px 12px;
	}
}


@media screen and (min-width: 0px) and (max-width: 640px) { 
	.bcon {
		top: 12%;
	}
	.rscon {
		font-size: 16px;
		line-height: 20px;
	}
	.blockHeadline {
		font-size: 20px;
		line-height: 26px;
	}
	.blockSubHeadline {
		font-size: 14px;
		line-height: 22px
	}
	
	.rslider .button {
		margin-top:10px;
		padding: 4px 8px;
		font-size: 14px;
	}
}

@media screen and (min-width: 0px) and (max-width: 500px) { 
	.bcon {
		top: 1%;
	}
}

@media screen and (min-width: 768px) {

	.rsArrow.rsArrowLeft {
		left: 0;
	}
	
	.rsArrow, .rsArrow .rsArrowIcn, .rsArrow .rsArrowIcn:after {
		position: absolute;
	}
	.rsArrow {
		cursor: pointer;
		display: block;
		height: 100%;
		width: 100px;
		z-index: 21;
	}

	.rsArrow.rsArrowLeft, .rsArrow.rsArrowRight {
		top: 0;
	}

	.rsArrow.rsArrowRight {
		right: 0;
	}
	
	.rsArrow .rsArrowIcn, .rsArrow .rsArrowIcn:after {
		top: 50%;
		transform: translateY(-50%);
	}
	
	.rsArrow .rsArrowIcn {
		background: hsla(0,0%,100%,.75);
		height: 80px;
		transition: all .25s ease-in-out 0s;
		transition-property: width,height,border-bottom-right-radius,border-top-right-radius,border-bottom-left-radius,border-top-left-radius;
		width: 40px;
	}
	
	.rsArrow.rsArrowLeft .rsArrowIcn {
		border-bottom-right-radius: 80px;
		border-top-right-radius: 80px;
		left: 0;
	}
	
	.rsArrow.rsArrowLeft:hover .rsArrowIcn {
		border-bottom-right-radius: 112px;
		border-top-right-radius: 112px;
	}	
	
	.rsArrow.rsArrowRight .rsArrowIcn {
		border-bottom-left-radius: 80px;
		border-top-left-radius: 80px;
		right: 0;
	}
	
	.rsArrow.rsArrowRight:hover .rsArrowIcn {
		border-bottom-left-radius: 112px;
		border-top-left-radius: 112px;
	}
	
	.rsArrow:hover .rsArrowIcn {
		height: 112px;
		width: 56px;
	}
	

	.rsArrow .rsArrowIcn:after {
		background: url(/images/arrow.svg) no-repeat;
		content: "";
		height: 14px;
		transition: filter .2s ease-in-out 0s;
		width: 18px;
	}
	.rsArrow.rsArrowRight .rsArrowIcn:after {
		right: 9px;
		transform: translateY(-50%) rotate(-180deg);
	}
	
	.rsNav.rsBullets {
		bottom: 21px;
	}
	
	.rsNav.rsBullets .rsNavItem.rsBullet.rsNavSelected span {
		height: 16px;
		width: 16px;
	}
	
	.rsNav.rsBullets .rsNavItem.rsBullet {
		margin-right: 28px;
	}
}
