#rt-showcase.slider-container { background: #fff; }
.slider-container {
	pointer-events : none;
}
.slider-container .csslider1 {
    position: relative;
    display: block;
    margin: 0 auto !important;
}
.csslider1 {
	display: inline-block;
	position: relative;	
	width: 100%;
	height:auto;
}
.csslider1 > .cs_anchor {
	display: none;
}
.csslider1 > ul {
	position: relative;
	z-index: 1;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;	
	overflow: hidden;
	white-space: nowrap;
}
.csslider1 > ul > li.img img {
	width: 100%;
}
.csslider1 > ul > li.img {
	font-size: 0pt;
}
.csslider1 > ul > li {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 15px;
	font-size: initial;
	line-height: normal;
	white-space: normal;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.csslider1 .cs_lnk{
	position: absolute;
	top: -9999px;
	left: -9999px;
	font-size: 0pt;
	opacity: 0;
	filter: alpha(opacity=0);
}

.csslider1 > .cs_bullets > div {
	margin-left: -50%;
	width: 100%;
}
.csslider1 > .cs_bullets > label {
	position: relative;
	display: inline-block;
	cursor: none;
}
.csslider1 > .cs_bullets > label > .cs_thumb {
	visibility: hidden;
	position: absolute;
	opacity: 0;
	z-index: 1;
	line-height: 0;
	left: -64px;
	top: -48px;
}
.csslider1 > .cs_bullets > label > .cs_thumb > img {
	max-width: none;
}.csslider1 > .cs_description {
	z-index: 3;
}
.csslider1 > .cs_description a,
.csslider1 > .cs_description a:visited,
.csslider1 > .cs_description a:active {
	color: inherit;
}
.csslider1 > .cs_description a:hover {
	text-decoration: none;
}
.csslider1 > .cs_description > label {
	position: absolute;
	word-wrap: break-word;
	white-space: normal;
	text-align: left;
	max-width: 50%;
	left: 0;
}
.csslider1 > .cs_description > label > span {
	vertical-align: top;
}
.csslider1 > .cs_description > label span {
	display: inline-block;
}.csslider1 > .cs_play_pause {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
}

.csslider1 .cs_gestures {
	visibility: hidden;
	position: absolute;
	font-size: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	opacity: 0;

	-webkit-transition: visibility .3s linear, opacity .3s linear;
	-o-transition: visibility .3s linear, opacity .3s linear;
	transition: visibility .3s linear, opacity .3s linear;
}
.csslider1 .cs_gestures.cs_show {
	visibility: visible;
	opacity: 1;
}
.csslider1 .cs_gestures.cs_show img {
	width: 25%;
}
.csslider1 .cs_gestures.cs_show .cs_first_img {
	position: absolute;
	left: -25%;
	top: 0;
}
.csslider1 .cs_gestures.cs_show .cs_last_img {
	position: absolute;
	left: 100%;
	top: 0;
}

.csslider1 .cs_gestures > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 400%;
}.csslider1 > ul {
	overflow: hidden;
}

.csslider1 > ul > li {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	opacity: 0;
	z-index: 1;

  	-webkit-transition: -webkit-transform 2000ms ease, opacity 2000ms ease;
  	-moz-transition: -moz-transform 2000ms ease, opacity 2000ms ease;
  	-ms-transition: -ms-transform 2000ms ease, opacity 2000ms ease;
  	-o-transition: -o-transform 2000ms ease, opacity 2000ms ease;
  	transition: transform 2000ms ease, opacity 2000ms ease;
  	
  	-webkit-transform: scale(2);
  	-moz-transform: scale(2);
  	-ms-transform: scale(2);
  	-o-transform: scale(2);
  	transform: scale(2);
  	
}

/* calculate autoplay */
@-webkit-keyframes rotate {
	0%, 37.5%, 100%	{ opacity: 0; z-index: 2; -webkit-transform: scale(2); }
	12.5%, 25%	{ opacity: 1; z-index: 2; -webkit-transform: scale(1); }
}
@-moz-keyframes rotate {
	0%, 37.5%, 100%	{ opacity: 0; z-index: 2; -moz-transform: scale(2); }
	12.5%, 25%	{ opacity: 1; z-index: 2; -moz-transform: scale(1); }
}
@-ms-keyframes rotate {
	0%, 37.5%, 100%	{ opacity: 0; z-index: 2; -ms-transform: scale(2); }
	12.5%, 25%	{ opacity: 1; z-index: 2; -ms-transform: scale(1); }
}
@-o-keyframes rotate {
	0%, 37.5%, 100%	{ opacity: 0; z-index: 2; -o-transform: scale(2); }
	12.5%, 25%	{ opacity: 1; z-index: 2; -o-transform: scale(1); }
}
@keyframes rotate {
	0%, 37.5%, 100%	{ opacity: 0; z-index: 2; transform: scale(2); }
	12.5%, 25%	{ opacity: 1; z-index: 2; transform: scale(1); }
}

.csslider1 > #cs_play1:checked ~ ul > li.num0 {
	-webkit-animation: rotate 16000ms infinite -2000ms;
	-moz-animation: rotate 16000ms infinite -2000ms;
	-ms-animation: rotate 16000ms infinite -2000ms;
	-o-animation: rotate 16000ms infinite -2000ms;
	animation: rotate 16000ms infinite -2000ms;
	
}
.csslider1 > #cs_play1:checked ~ ul > li.num1 {
	-webkit-animation: rotate 16000ms infinite 2000ms;
	-moz-animation: rotate 16000ms infinite 2000ms;
	-ms-animation: rotate 16000ms infinite 2000ms;
	-o-animation: rotate 16000ms infinite 2000ms;
	animation: rotate 16000ms infinite 2000ms;
	
}
.csslider1 > #cs_play1:checked ~ ul > li.num2 {
	-webkit-animation: rotate 16000ms infinite 6000ms;
	-moz-animation: rotate 16000ms infinite 6000ms;
	-ms-animation: rotate 16000ms infinite 6000ms;
	-o-animation: rotate 16000ms infinite 6000ms;
	animation: rotate 16000ms infinite 6000ms;
	
}
.csslider1 > #cs_play1:checked ~ ul > li.num3 {
	-webkit-animation: rotate 16000ms infinite 10000ms;
	-moz-animation: rotate 16000ms infinite 10000ms;
	-ms-animation: rotate 16000ms infinite 10000ms;
	-o-animation: rotate 16000ms infinite 10000ms;
	animation: rotate 16000ms infinite 10000ms;
	
}
/* /calculate autoplay *//* hide description & bullets on mobile devices */
@media
only screen and (max-width: 480px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 480px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (                max-resolution: 192dpi) and (max-width: 480px),
only screen and (                max-resolution: 2dppx)  and (max-width: 480px) { 
	.csslider1 > .cs_description,
	.csslider1 > .cs_bullets {
		display: none;
	}
}