@import url(http://fonts.googleapis.com/css?family=Hammersmith+One&subset=latin,latin-ext);
@font-face {
	font-family: "speedcontrols";
	src: url("speedcontrols.eot?cssslidertheme=speed");
	src: url("speedcontrols.eot#iefix?cssslidertheme=speed") format("embedded-opentype"),
			url("speedcontrols.woff?cssslidertheme=speed") format("woff"),
			url("speedcontrols.ttf?cssslidertheme=speed") format("truetype"),
			url("speedcontrols.svg#speed?cssslidertheme=speed") format("svg");
	font-weight: normal;
	font-style: normal;
}

.csslider1 {
	display: inline-block;
	position: relative;
	max-width: 640px;
	
	width: 100%;
	margin-top: 10px;
}
.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;

	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.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_arrowprev,
.csslider1 > .cs_arrownext {
	position: absolute;
	top: 50%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 5;
}
.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label {
	position: absolute;

	text-decoration: none;
	cursor: pointer;
	opacity: 0;
	z-index: -1;
}
.csslider1 > .cs_arrowprev {
	left: 0;
}
.csslider1 > .cs_arrownext {
	right: 0;
}

.csslider1 > .cs_arrowprev > label.num6,
.csslider1 > .cs_arrownext > label.num1 {
	opacity: 1;
	z-index: 5;
}
.csslider1 > .slide:checked ~ .cs_arrowprev > label,
.csslider1 > .slide:checked ~ .cs_arrownext > label {
	opacity: 0;
	z-index: -1;
}



.csslider1 > #cs_slide1_0:checked ~ .cs_arrowprev > label.num6,
.csslider1 > #cs_slide1_0:checked ~ .cs_arrownext > label.num1, 
.csslider1 > #cs_slide1_1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_slide1_1:checked ~ .cs_arrownext > label.num2, 
.csslider1 > #cs_slide1_2:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_slide1_2:checked ~ .cs_arrownext > label.num3, 
.csslider1 > #cs_slide1_3:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_slide1_3:checked ~ .cs_arrownext > label.num4, 
.csslider1 > #cs_slide1_4:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_slide1_4:checked ~ .cs_arrownext > label.num5, 
.csslider1 > #cs_slide1_5:checked ~ .cs_arrowprev > label.num4,
.csslider1 > #cs_slide1_5:checked ~ .cs_arrownext > label.num6, 
.csslider1 > #cs_slide1_6:checked ~ .cs_arrowprev > label.num5,
.csslider1 > #cs_slide1_6:checked ~ .cs_arrownext > label.num0 {
	opacity: 1;
	z-index: 5;
}

/* calculate autoplay */
@-webkit-keyframes arrow {
	0%, 14.275714285714287% { opacity: 1; z-index: 5; }
	14.285714285714286%, 100%	{ opacity: 0; z-index: -1; }
}
@-moz-keyframes arrow {
	0%, 14.275714285714287% { opacity: 1; z-index: 5; }
	14.285714285714286%, 100%	{ opacity: 0; z-index: -1; }
}
@-ms-keyframes arrow {
	0%, 14.275714285714287% { opacity: 1; z-index: 5; }
	14.285714285714286%, 100%	{ opacity: 0; z-index: -1; }
}
@-o-keyframes arrow {
	0%, 14.275714285714287% { opacity: 1; z-index: 5; }
	14.285714285714286%, 100%	{ opacity: 0; z-index: -1; }
}
@keyframes arrow {
	0%, 14.275714285714287% { opacity: 1; z-index: 5; }
	14.285714285714286%, 100%	{ opacity: 0; z-index: -1; }
}


.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num6,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num1,
.csslider1 > #cs_pause1:checked ~ .cs_arrowprev > label.num6,
.csslider1 > #cs_pause1:checked ~ .cs_arrownext > label.num1 {
	-webkit-animation: arrow 28000ms infinite -2000ms;
	-moz-animation: arrow 28000ms infinite -2000ms;
	-ms-animation: arrow 28000ms infinite -2000ms;
	-o-animation: arrow 28000ms infinite -2000ms;
	animation: arrow 28000ms infinite -2000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num2,
.csslider1 > #cs_pause1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_pause1:checked ~ .cs_arrownext > label.num2 {
	-webkit-animation: arrow 28000ms infinite 2000ms;
	-moz-animation: arrow 28000ms infinite 2000ms;
	-ms-animation: arrow 28000ms infinite 2000ms;
	-o-animation: arrow 28000ms infinite 2000ms;
	animation: arrow 28000ms infinite 2000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num3,
.csslider1 > #cs_pause1:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_pause1:checked ~ .cs_arrownext > label.num3 {
	-webkit-animation: arrow 28000ms infinite 6000ms;
	-moz-animation: arrow 28000ms infinite 6000ms;
	-ms-animation: arrow 28000ms infinite 6000ms;
	-o-animation: arrow 28000ms infinite 6000ms;
	animation: arrow 28000ms infinite 6000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num4,
.csslider1 > #cs_pause1:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_pause1:checked ~ .cs_arrownext > label.num4 {
	-webkit-animation: arrow 28000ms infinite 10000ms;
	-moz-animation: arrow 28000ms infinite 10000ms;
	-ms-animation: arrow 28000ms infinite 10000ms;
	-o-animation: arrow 28000ms infinite 10000ms;
	animation: arrow 28000ms infinite 10000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num5,
.csslider1 > #cs_pause1:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_pause1:checked ~ .cs_arrownext > label.num5 {
	-webkit-animation: arrow 28000ms infinite 14000ms;
	-moz-animation: arrow 28000ms infinite 14000ms;
	-ms-animation: arrow 28000ms infinite 14000ms;
	-o-animation: arrow 28000ms infinite 14000ms;
	animation: arrow 28000ms infinite 14000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num4,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num6,
.csslider1 > #cs_pause1:checked ~ .cs_arrowprev > label.num4,
.csslider1 > #cs_pause1:checked ~ .cs_arrownext > label.num6 {
	-webkit-animation: arrow 28000ms infinite 18000ms;
	-moz-animation: arrow 28000ms infinite 18000ms;
	-ms-animation: arrow 28000ms infinite 18000ms;
	-o-animation: arrow 28000ms infinite 18000ms;
	animation: arrow 28000ms infinite 18000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num5,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num0,
.csslider1 > #cs_pause1:checked ~ .cs_arrowprev > label.num5,
.csslider1 > #cs_pause1:checked ~ .cs_arrownext > label.num0 {
	-webkit-animation: arrow 28000ms infinite 22000ms;
	-moz-animation: arrow 28000ms infinite 22000ms;
	-ms-animation: arrow 28000ms infinite 22000ms;
	-o-animation: arrow 28000ms infinite 22000ms;
	animation: arrow 28000ms infinite 22000ms;
	
}


.csslider1.cs_pauseHover:hover > .cs_arrowprev > label,
.csslider1 > #cs_pause1:checked ~ .cs_arrowprev > label,
.csslider1.cs_pauseHover:hover > .cs_arrownext > label,
.csslider1 > #cs_pause1:checked ~ .cs_arrownext > label {
	-webkit-animation-play-state: paused !important;
	-moz-animation-play-state: paused !important;
	-ms-animation-play-state: paused !important;
	-o-animation-play-state: paused !important;
	animation-play-state: paused !important;
}

/* stop */
.csslider1 > .slide:checked ~ .cs_arrowprev > label,
.csslider1 > .slide:checked ~ .cs_arrownext > label {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
}


/* /calculate autoplay */
.csslider1 > .cs_bullets {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 6;
	font-size: 0;
	line-height: 8pt;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.csslider1 > .cs_bullets > div {
	margin-left: -50%;
	width: 100%;
}
.csslider1 > .cs_bullets > label {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.csslider1 > .cs_bullets > label > .cs_thumb {
	visibility: hidden;
	position: absolute;
	opacity: 0;
	z-index: 1;
	line-height: 0;
	left: -42.5px;
	top: -48px;
}

.csslider1 > ul > li {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	opacity: 0;
	z-index: 1;
  
  	-webkit-transition: opacity 2000ms ease, -webkit-transform 12000ms linear;
  	-moz-transition: opacity 2000ms ease, -moz-transform 12000ms linear;
  	-ms-transition: opacity 2000ms ease, -ms-transform 12000ms linear;
  	-o-transition: opacity 2000ms ease, -o-transform 12000ms linear;
  	transition: opacity 2000ms ease, transform 12000ms linear;
  	
}

.csslider1 > ul > li.num0 {
	opacity: 0;
	-webkit-transform: scale(1.3) translate(-11.53846%, 11.53846%);
	-moz-transform: scale(1.3) translate(-11.53846%, 11.53846%);
	-ms-transform: scale(1.3) translate(-11.53846%, 11.53846%);
	-o-transform: scale(1.3) translate(-11.53846%, 11.53846%);
	transform: scale(1.3) translate(-11.53846%, 11.53846%);
	
}
.csslider1 > ul > li.num1 {
	opacity: 0;
	-webkit-transform: scale(1.3) translate(11.53846%, 11.53846%);
	-moz-transform: scale(1.3) translate(11.53846%, 11.53846%);
	-ms-transform: scale(1.3) translate(11.53846%, 11.53846%);
	-o-transform: scale(1.3) translate(11.53846%, 11.53846%);
	transform: scale(1.3) translate(11.53846%, 11.53846%);
	
}
.csslider1 > ul > li.num2 {
	opacity: 0;
	-webkit-transform: scale(1.3) translate(-11.53846%, -11.53846%);
	-moz-transform: scale(1.3) translate(-11.53846%, -11.53846%);
	-ms-transform: scale(1.3) translate(-11.53846%, -11.53846%);
	-o-transform: scale(1.3) translate(-11.53846%, -11.53846%);
	transform: scale(1.3) translate(-11.53846%, -11.53846%);
	
}
.csslider1 > ul > li.num3 {
	opacity: 0;
	-webkit-transform: scale(1.3) translate(11.53846%, -11.53846%);
	-moz-transform: scale(1.3) translate(11.53846%, -11.53846%);
	-ms-transform: scale(1.3) translate(11.53846%, -11.53846%);
	-o-transform: scale(1.3) translate(11.53846%, -11.53846%);
	transform: scale(1.3) translate(11.53846%, -11.53846%);
	
}
.csslider1 > ul > li.num4 {
	opacity: 0;
	-webkit-transform: scale(1.3) translate(-11.53846%, 11.53846%);
	-moz-transform: scale(1.3) translate(-11.53846%, 11.53846%);
	-ms-transform: scale(1.3) translate(-11.53846%, 11.53846%);
	-o-transform: scale(1.3) translate(-11.53846%, 11.53846%);
	transform: scale(1.3) translate(-11.53846%, 11.53846%);
	
}
.csslider1 > ul > li.num5 {
	opacity: 0;
	-webkit-transform: scale(1.3) translate(11.53846%, 11.53846%);
	-moz-transform: scale(1.3) translate(11.53846%, 11.53846%);
	-ms-transform: scale(1.3) translate(11.53846%, 11.53846%);
	-o-transform: scale(1.3) translate(11.53846%, 11.53846%);
	transform: scale(1.3) translate(11.53846%, 11.53846%);
	
}
.csslider1 > ul > li.num6 {
	opacity: 0;
	-webkit-transform: scale(1.3) translate(-11.53846%, -11.53846%);
	-moz-transform: scale(1.3) translate(-11.53846%, -11.53846%);
	-ms-transform: scale(1.3) translate(-11.53846%, -11.53846%);
	-o-transform: scale(1.3) translate(-11.53846%, -11.53846%);
	transform: scale(1.3) translate(-11.53846%, -11.53846%);
	
}


.csslider1 > ul > li.num0 {
	opacity: 1;
	z-index: 2;
}
.csslider1 > .slide:checked ~ ul > li.num0 {
	opacity: 0;
	z-index: 1;
}


.csslider1 > #cs_slide1_0:checked ~ ul > li.num0,.csslider1 > #cs_slide1_1:checked ~ ul > li.num1,.csslider1 > #cs_slide1_2:checked ~ ul > li.num2,.csslider1 > #cs_slide1_3:checked ~ ul > li.num3,.csslider1 > #cs_slide1_4:checked ~ ul > li.num4,.csslider1 > #cs_slide1_5:checked ~ ul > li.num5,.csslider1 > #cs_slide1_6:checked ~ ul > li.num6 {
	opacity: 1;
	-webkit-transform: scale(1) translate(0, 0);
	-moz-transform: scale(1) translate(0, 0);
	-ms-transform: scale(1) translate(0, 0);
	-o-transform: scale(1) translate(0, 0);
	transform: scale(1) translate(0, 0);
	
	z-index: 2;
}




/* calculate autoplay */
@-webkit-keyframes kenbernsBR {
	0%, 100% { -webkit-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -webkit-transform: scale(1.3) translate(11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-moz-keyframes kenbernsBR {
	0%, 100% { -moz-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -moz-transform: scale(1.3) translate(11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-ms-keyframes kenbernsBR {
	0%, 100% { -ms-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -ms-transform: scale(1.3) translate(11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-o-keyframes kenbernsBR {
	0%, 100% { -o-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -o-transform: scale(1.3) translate(11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@keyframes kenbernsBR {
	0%, 100% { transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { transform: scale(1.3) translate(11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-webkit-keyframes kenbernsBL {
	0%, 100% { -webkit-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -webkit-transform: scale(1.3) translate(11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-moz-keyframes kenbernsBL {
	0%, 100% { -moz-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -moz-transform: scale(1.3) translate(11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-ms-keyframes kenbernsBL {
	0%, 100% { -ms-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -ms-transform: scale(1.3) translate(11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-o-keyframes kenbernsBL {
	0%, 100% { -o-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -o-transform: scale(1.3) translate(11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@keyframes kenbernsBL {
	0%, 100% { transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { transform: scale(1.3) translate(11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-webkit-keyframes kenbernsTL {
	0%, 100% { -webkit-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -webkit-transform: scale(1.3) translate(-11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-moz-keyframes kenbernsTL {
	0%, 100% { -moz-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -moz-transform: scale(1.3) translate(-11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-ms-keyframes kenbernsTL {
	0%, 100% { -ms-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -ms-transform: scale(1.3) translate(-11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-o-keyframes kenbernsTL {
	0%, 100% { -o-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -o-transform: scale(1.3) translate(-11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@keyframes kenbernsTL {
	0%, 100% { transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { transform: scale(1.3) translate(-11.53846%, -11.53846%); opacity: 0; z-index: 2; }
}
@-webkit-keyframes kenbernsTR {
	0%, 100% { -webkit-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -webkit-transform: scale(1.3) translate(-11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-moz-keyframes kenbernsTR {
	0%, 100% { -moz-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -moz-transform: scale(1.3) translate(-11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-ms-keyframes kenbernsTR {
	0%, 100% { -ms-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -ms-transform: scale(1.3) translate(-11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@-o-keyframes kenbernsTR {
	0%, 100% { -o-transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { -o-transform: scale(1.3) translate(-11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}
@keyframes kenbernsTR {
	0%, 100% { transform: scale(1); opacity: 0 }
	7.142857142857143%, 14.285714285714286% { opacity: 1 }
	21.42857142857143%, 85.71428571428571% { transform: scale(1.3) translate(-11.53846%, 11.53846%); opacity: 0; z-index: 2; }
}



.csslider1 > #cs_play1:checked ~ ul > li.num0,
.csslider1 > #cs_pause1:checked ~ ul > li.num0 {
	-webkit-animation: kenbernsTR 28000ms infinite -2000ms linear;
	-moz-animation: kenbernsTR 28000ms infinite -2000ms linear;
	-ms-animation: kenbernsTR 28000ms infinite -2000ms linear;
	-o-animation: kenbernsTR 28000ms infinite -2000ms linear;
	animation: kenbernsTR 28000ms infinite -2000ms linear;
	
}
.csslider1 > #cs_play1:checked ~ ul > li.num1,
.csslider1 > #cs_pause1:checked ~ ul > li.num1 {
	-webkit-animation: kenbernsBR 28000ms infinite 2000ms linear;
	-moz-animation: kenbernsBR 28000ms infinite 2000ms linear;
	-ms-animation: kenbernsBR 28000ms infinite 2000ms linear;
	-o-animation: kenbernsBR 28000ms infinite 2000ms linear;
	animation: kenbernsBR 28000ms infinite 2000ms linear;
	
}
.csslider1 > #cs_play1:checked ~ ul > li.num2,
.csslider1 > #cs_pause1:checked ~ ul > li.num2 {
	-webkit-animation: kenbernsTL 28000ms infinite 6000ms linear;
	-moz-animation: kenbernsTL 28000ms infinite 6000ms linear;
	-ms-animation: kenbernsTL 28000ms infinite 6000ms linear;
	-o-animation: kenbernsTL 28000ms infinite 6000ms linear;
	animation: kenbernsTL 28000ms infinite 6000ms linear;
	
}
.csslider1 > #cs_play1:checked ~ ul > li.num3,
.csslider1 > #cs_pause1:checked ~ ul > li.num3 {
	-webkit-animation: kenbernsBL 28000ms infinite 10000ms linear;
	-moz-animation: kenbernsBL 28000ms infinite 10000ms linear;
	-ms-animation: kenbernsBL 28000ms infinite 10000ms linear;
	-o-animation: kenbernsBL 28000ms infinite 10000ms linear;
	animation: kenbernsBL 28000ms infinite 10000ms linear;
	
}
.csslider1 > #cs_play1:checked ~ ul > li.num4,
.csslider1 > #cs_pause1:checked ~ ul > li.num4 {
	-webkit-animation: kenbernsTR 28000ms infinite 14000ms linear;
	-moz-animation: kenbernsTR 28000ms infinite 14000ms linear;
	-ms-animation: kenbernsTR 28000ms infinite 14000ms linear;
	-o-animation: kenbernsTR 28000ms infinite 14000ms linear;
	animation: kenbernsTR 28000ms infinite 14000ms linear;
	
}
.csslider1 > #cs_play1:checked ~ ul > li.num5,
.csslider1 > #cs_pause1:checked ~ ul > li.num5 {
	-webkit-animation: kenbernsBR 28000ms infinite 18000ms linear;
	-moz-animation: kenbernsBR 28000ms infinite 18000ms linear;
	-ms-animation: kenbernsBR 28000ms infinite 18000ms linear;
	-o-animation: kenbernsBR 28000ms infinite 18000ms linear;
	animation: kenbernsBR 28000ms infinite 18000ms linear;
	
}
.csslider1 > #cs_play1:checked ~ ul > li.num6,
.csslider1 > #cs_pause1:checked ~ ul > li.num6 {
	-webkit-animation: kenbernsTL 28000ms infinite 22000ms linear;
	-moz-animation: kenbernsTL 28000ms infinite 22000ms linear;
	-ms-animation: kenbernsTL 28000ms infinite 22000ms linear;
	-o-animation: kenbernsTL 28000ms infinite 22000ms linear;
	animation: kenbernsTL 28000ms infinite 22000ms linear;
	
}




.csslider1 > #cs_play1:checked ~ ul > li,
.csslider1 > #cs_pause1:checked ~ ul > li {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	
}



.csslider1.cs_pauseHover:hover > ul > li,
.csslider1 > #cs_pause1:checked ~ ul > li{
	-webkit-animation-play-state: paused !important;
	-moz-animation-play-state: paused !important;
	-ms-animation-play-state: paused !important;
	-o-animation-play-state: paused !important;
	animation-play-state: paused !important;
}

/* stop */

.csslider1 > .slide:checked ~ ul > li {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
}

/* /calculate autoplay */

/* frame/shadow */
.csslider1 {
	-webkit-box-shadow: 0 0 0 3px #fff;
	-moz-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 0 3px #fff;
	margin-top: 13px;
}


@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.2);}
}
@-moz-keyframes pulse {
    0% {-moz-transform: scale(1);}
    100% {-moz-transform: scale(1.2);}
}
@-ms-keyframes pulse {
    0% {-ms-transform: scale(1);}
    100% {-ms-transform: scale(1.2);}
}
@-o-keyframes pulse {
    0% {-o-transform: scale(1);}
    100% {-o-transform: scale(1.2);}
}
@keyframes pulse {
    0% {transform: scale(1);}
    100% {transform: scale(1.2);}
}
.csslider1 > .cs_arrowprev {
  	-webkit-transition: .5s -webkit-transform 0s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	-moz-transition: .5s -moz-transform 0s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	-ms-transition: .5s -ms-transform 0s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	-o-transition: .5s -o-transform 0s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	transition: .5s transform 0s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	
}
.csslider1 > .cs_play_pause {
  	-webkit-transition: .5s -webkit-transform .15s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	-moz-transition: .5s -moz-transform .15s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	-ms-transition: .5s -ms-transform .15s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	-o-transition: .5s -o-transform .15s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	transition: .5s transform .15s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	
}
.csslider1 > .cs_arrownext {
  	-webkit-transition: .5s -webkit-transform .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	-moz-transition: .5s -moz-transform .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	-ms-transition: .5s -ms-transform .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	-o-transition: .5s -o-transform .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	transition: .5s transform .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  	
}
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext,
.csslider1 > .cs_play_pause {
	-webkit-transform: scale(0) rotate(180deg);
	-moz-transform: scale(0) rotate(180deg);
	-ms-transform: scale(0) rotate(180deg);
	-o-transform: scale(0) rotate(180deg);
	transform: scale(0) rotate(180deg);
	
}

.csslider1:hover > .cs_arrowprev,
.csslider1:hover > .cs_arrownext,
.csslider1:hover > .cs_play_pause {
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	
}.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label {
	margin-top: -22px; 
	margin-left: -22px; 

	overflow: hidden;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-box-shadow: 0 0 0 2px #fff;
	-moz-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff;

  	-webkit-transition: -webkit-box-shadow .4s ease, background-color .4s ease;
  	-moz-transition: -moz-box-shadow .4s ease, background-color .4s ease;
  	-ms-transition: -ms-box-shadow .4s ease, background-color .4s ease;
  	-o-transition: -o-box-shadow .4s ease, background-color .4s ease;
  	transition: box-shadow .4s ease, background-color .4s ease;
  	
}
.csslider1 > .cs_arrowprev {
	margin-left: 10px;
	left: 35px;
}
.csslider1 > .cs_arrownext {
	margin-right: 10px;
	right: 35px;
}
.csslider1 > .cs_arrowprev > label:after {
	content: '\e800';
}
.csslider1 > .cs_arrownext > label:after {
	content: '\e801';
}
.csslider1 > .cs_arrowprev > label:after,
.csslider1 > .cs_arrownext > label:after {
	display: block;
	font: 28px "speedcontrols";
	text-align: center;
	line-height: 42px;
	color: #fff;
  	-webkit-transition: color .4s ease;
  	-moz-transition: color .4s ease;
  	-ms-transition: color .4s ease;
  	-o-transition: color .4s ease;
  	transition: color .4s ease;
  	
}

.csslider1 > .cs_arrowprev:hover > label,
.csslider1 > .cs_arrownext:hover > label {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 6px rgba(255,255,255,0.3);
	-moz-box-shadow: 0 0 0 6px rgba(255,255,255,0.3);
	box-shadow: 0 0 0 6px rgba(255,255,255,0.3);
  	-webkit-animation: pulse 1s alternate infinite ease-in-out !important;
  	-moz-animation: pulse 1s alternate infinite ease-in-out !important;
  	-ms-animation: pulse 1s alternate infinite ease-in-out !important;
  	-o-animation: pulse 1s alternate infinite ease-in-out !important;
  	animation: pulse 1s alternate infinite ease-in-out !important;
  	
}

@-webkit-keyframes nextArrow {
	49% { -webkit-transform: translate(100%); }
	50% { opacity: 0; -webkit-transform: translate(-100%); }
	51% { opacity: 1; }
}
@-moz-keyframes nextArrow {
	49% { -moz-transform: translate(100%); }
	50% { opacity: 0; -moz-transform: translate(-100%); }
	51% { opacity: 1; }
}
@-ms-keyframes nextArrow {
	49% { -ms-transform: translate(100%); }
	50% { opacity: 0; -ms-transform: translate(-100%); }
	51% { opacity: 1; }
}
@-o-keyframes nextArrow {
	49% { -o-transform: translate(100%); }
	50% { opacity: 0; -o-transform: translate(-100%); }
	51% { opacity: 1; }
}
@keyframes nextArrow {
	49% { transform: translate(100%); }
	50% { opacity: 0; transform: translate(-100%); }
	51% { opacity: 1; }
}

@-webkit-keyframes prevArrow {
	49% { -webkit-transform: translate(-100%); }
	50% { opacity: 0; -webkit-transform: translate(100%); }
	51% { opacity: 1; }
}
@-moz-keyframes prevArrow {
	49% { -moz-transform: translate(-100%); }
	50% { opacity: 0; -moz-transform: translate(100%); }
	51% { opacity: 1; }
}
@-ms-keyframes prevArrow {
	49% { -ms-transform: translate(-100%); }
	50% { opacity: 0; -ms-transform: translate(100%); }
	51% { opacity: 1; }
}
@-o-keyframes prevArrow {
	49% { -o-transform: translate(-100%); }
	50% { opacity: 0; -o-transform: translate(100%); }
	51% { opacity: 1; }
}
@keyframes prevArrow {
	49% { transform: translate(-100%); }
	50% { opacity: 0; transform: translate(100%); }
	51% { opacity: 1; }
}


.csslider1 > .cs_arrownext:hover > label:after {
	color: #60CAC0;
	-webkit-animation: nextArrow 0.3s forwards;
	-moz-animation: nextArrow 0.3s forwards;
	-ms-animation: nextArrow 0.3s forwards;
	-o-animation: nextArrow 0.3s forwards;
	animation: nextArrow 0.3s forwards;
	
}
.csslider1 > .cs_arrowprev:hover > label:after {
	color: #60CAC0;
	-webkit-animation: prevArrow 0.3s forwards;
	-moz-animation: prevArrow 0.3s forwards;
	-ms-animation: prevArrow 0.3s forwards;
	-o-animation: prevArrow 0.3s forwards;
	animation: prevArrow 0.3s forwards;
	
}.csslider1 > .cs_bullets {
	bottom: 5px;
	margin-bottom: 5px;
}


.csslider1 > .cs_bullets > label > .cs_thumb {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275), opacity 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: -moz-transform 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275), opacity 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-ms-transition: -ms-transform 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275), opacity 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: -o-transform 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275), opacity 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275), opacity 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	
	border: 3px solid #fff;
	margin-top: -13px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	
}
.csslider1 > .cs_bullets > label > .cs_thumb:before {
	content: '';
	position: absolute;
	width: 0; 
	height: 0; 
	left: 50%;
	margin-left: -3px;
	bottom: -10px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	
	border-top: 7px solid #fff;
}
.csslider1 > .cs_bullets > label:hover > .cs_thumb {
	opacity: 1;
	visibility: visible;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	
}


.csslider1 > .cs_bullets > label {
	margin: 0 10px;
	padding: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px #fff;
	-moz-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
}

.csslider1 > .cs_bullets > label > .cs_point {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	

	background-color: #fff;
	-webkit-transform:scale(0.4);
	-moz-transform:scale(0.4);
	-o-transform:scale(0.4);
	transform:scale(0.4);
}

.csslider1 > .cs_bullets > label:hover > .cs_point,

.csslider1 > #cs_slide1_0:checked ~ .cs_bullets > label.num0 > .cs_point,
.csslider1 > #cs_slide1_1:checked ~ .cs_bullets > label.num1 > .cs_point,
.csslider1 > #cs_slide1_2:checked ~ .cs_bullets > label.num2 > .cs_point,
.csslider1 > #cs_slide1_3:checked ~ .cs_bullets > label.num3 > .cs_point,
.csslider1 > #cs_slide1_4:checked ~ .cs_bullets > label.num4 > .cs_point,
.csslider1 > #cs_slide1_5:checked ~ .cs_bullets > label.num5 > .cs_point,
.csslider1 > #cs_slide1_6:checked ~ .cs_bullets > label.num6 > .cs_point {
	background-color: #60CAC0;
}

.csslider1 > .cs_bullets > label:hover,

.csslider1 > #cs_slide1_0:checked ~ .cs_bullets > label.num0,
.csslider1 > #cs_slide1_1:checked ~ .cs_bullets > label.num1,
.csslider1 > #cs_slide1_2:checked ~ .cs_bullets > label.num2,
.csslider1 > #cs_slide1_3:checked ~ .cs_bullets > label.num3,
.csslider1 > #cs_slide1_4:checked ~ .cs_bullets > label.num4,
.csslider1 > #cs_slide1_5:checked ~ .cs_bullets > label.num5,
.csslider1 > #cs_slide1_6:checked ~ .cs_bullets > label.num6 {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
	-moz-box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
	box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
}

/* calculate autoplay */
@-webkit-keyframes bullet {
	0%, 14.275714285714287%	{ background-color: #fff; -webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.3); }
	14.285714285714286%, 100% { background-color: transparent; -webkit-box-shadow: 0 0 0 2px #fff; }
}
@-moz-keyframes bullet {
	0%, 14.275714285714287%	{ background-color: #fff; -moz-box-shadow: 0 0 0 3px rgba(255,255,255,0.3); }
	14.285714285714286%, 100% { background-color: transparent; -moz-box-shadow: 0 0 0 2px #fff; }
}
@-ms-keyframes bullet {
	0%, 14.275714285714287%	{ background-color: #fff; -ms-box-shadow: 0 0 0 3px rgba(255,255,255,0.3); }
	14.285714285714286%, 100% { background-color: transparent; -ms-box-shadow: 0 0 0 2px #fff; }
}
@-o-keyframes bullet {
	0%, 14.275714285714287%	{ background-color: #fff; -o-box-shadow: 0 0 0 3px rgba(255,255,255,0.3); }
	14.285714285714286%, 100% { background-color: transparent; -o-box-shadow: 0 0 0 2px #fff; }
}
@keyframes bullet {
	0%, 14.275714285714287%	{ background-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,0.3); }
	14.285714285714286%, 100% { background-color: transparent; box-shadow: 0 0 0 2px #fff; }
}
@-webkit-keyframes bulletPoint {
	0%, 14.275714285714287%	{ background-color: #60CAC0; }
	14.285714285714286%, 100% { background-color: #fff; }
}
@-moz-keyframes bulletPoint {
	0%, 14.275714285714287%	{ background-color: #60CAC0; }
	14.285714285714286%, 100% { background-color: #fff; }
}
@-ms-keyframes bulletPoint {
	0%, 14.275714285714287%	{ background-color: #60CAC0; }
	14.285714285714286%, 100% { background-color: #fff; }
}
@-o-keyframes bulletPoint {
	0%, 14.275714285714287%	{ background-color: #60CAC0; }
	14.285714285714286%, 100% { background-color: #fff; }
}
@keyframes bulletPoint {
	0%, 14.275714285714287%	{ background-color: #60CAC0; }
	14.285714285714286%, 100% { background-color: #fff; }
}


.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num0,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num0 {
	-webkit-animation: bullet 28000ms infinite -2000ms;
	-moz-animation: bullet 28000ms infinite -2000ms;
	-ms-animation: bullet 28000ms infinite -2000ms;
	-o-animation: bullet 28000ms infinite -2000ms;
	animation: bullet 28000ms infinite -2000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num1,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num1 {
	-webkit-animation: bullet 28000ms infinite 2000ms;
	-moz-animation: bullet 28000ms infinite 2000ms;
	-ms-animation: bullet 28000ms infinite 2000ms;
	-o-animation: bullet 28000ms infinite 2000ms;
	animation: bullet 28000ms infinite 2000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num2,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num2 {
	-webkit-animation: bullet 28000ms infinite 6000ms;
	-moz-animation: bullet 28000ms infinite 6000ms;
	-ms-animation: bullet 28000ms infinite 6000ms;
	-o-animation: bullet 28000ms infinite 6000ms;
	animation: bullet 28000ms infinite 6000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num3,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num3 {
	-webkit-animation: bullet 28000ms infinite 10000ms;
	-moz-animation: bullet 28000ms infinite 10000ms;
	-ms-animation: bullet 28000ms infinite 10000ms;
	-o-animation: bullet 28000ms infinite 10000ms;
	animation: bullet 28000ms infinite 10000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num4,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num4 {
	-webkit-animation: bullet 28000ms infinite 14000ms;
	-moz-animation: bullet 28000ms infinite 14000ms;
	-ms-animation: bullet 28000ms infinite 14000ms;
	-o-animation: bullet 28000ms infinite 14000ms;
	animation: bullet 28000ms infinite 14000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num5,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num5 {
	-webkit-animation: bullet 28000ms infinite 18000ms;
	-moz-animation: bullet 28000ms infinite 18000ms;
	-ms-animation: bullet 28000ms infinite 18000ms;
	-o-animation: bullet 28000ms infinite 18000ms;
	animation: bullet 28000ms infinite 18000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num6,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num6 {
	-webkit-animation: bullet 28000ms infinite 22000ms;
	-moz-animation: bullet 28000ms infinite 22000ms;
	-ms-animation: bullet 28000ms infinite 22000ms;
	-o-animation: bullet 28000ms infinite 22000ms;
	animation: bullet 28000ms infinite 22000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num0 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num0 > .cs_point {
	-webkit-animation: bulletPoint 28000ms infinite -2000ms;
	-moz-animation: bulletPoint 28000ms infinite -2000ms;
	-ms-animation: bulletPoint 28000ms infinite -2000ms;
	-o-animation: bulletPoint 28000ms infinite -2000ms;
	animation: bulletPoint 28000ms infinite -2000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num1 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num1 > .cs_point {
	-webkit-animation: bulletPoint 28000ms infinite 2000ms;
	-moz-animation: bulletPoint 28000ms infinite 2000ms;
	-ms-animation: bulletPoint 28000ms infinite 2000ms;
	-o-animation: bulletPoint 28000ms infinite 2000ms;
	animation: bulletPoint 28000ms infinite 2000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num2 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num2 > .cs_point {
	-webkit-animation: bulletPoint 28000ms infinite 6000ms;
	-moz-animation: bulletPoint 28000ms infinite 6000ms;
	-ms-animation: bulletPoint 28000ms infinite 6000ms;
	-o-animation: bulletPoint 28000ms infinite 6000ms;
	animation: bulletPoint 28000ms infinite 6000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num3 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num3 > .cs_point {
	-webkit-animation: bulletPoint 28000ms infinite 10000ms;
	-moz-animation: bulletPoint 28000ms infinite 10000ms;
	-ms-animation: bulletPoint 28000ms infinite 10000ms;
	-o-animation: bulletPoint 28000ms infinite 10000ms;
	animation: bulletPoint 28000ms infinite 10000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num4 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num4 > .cs_point {
	-webkit-animation: bulletPoint 28000ms infinite 14000ms;
	-moz-animation: bulletPoint 28000ms infinite 14000ms;
	-ms-animation: bulletPoint 28000ms infinite 14000ms;
	-o-animation: bulletPoint 28000ms infinite 14000ms;
	animation: bulletPoint 28000ms infinite 14000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num5 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num5 > .cs_point {
	-webkit-animation: bulletPoint 28000ms infinite 18000ms;
	-moz-animation: bulletPoint 28000ms infinite 18000ms;
	-ms-animation: bulletPoint 28000ms infinite 18000ms;
	-o-animation: bulletPoint 28000ms infinite 18000ms;
	animation: bulletPoint 28000ms infinite 18000ms;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num6 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num6 > .cs_point {
	-webkit-animation: bulletPoint 28000ms infinite 22000ms;
	-moz-animation: bulletPoint 28000ms infinite 22000ms;
	-ms-animation: bulletPoint 28000ms infinite 22000ms;
	-o-animation: bulletPoint 28000ms infinite 22000ms;
	animation: bulletPoint 28000ms infinite 22000ms;
	
}




.csslider1 > #cs_play1:checked ~ .cs_bullets > label > .cs_point,
.csslider1 > #cs_play1:checked ~ .cs_bullets > label,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label {
  	-webkit-transition: none;
  	-moz-transition: none;
  	-ms-transition: none;
  	-o-transition: none;
  	transition: none;
  	
}

.csslider1.cs_pauseHover:hover > .cs_bullets > label > .cs_point,
.csslider1.cs_pauseHover:hover > .cs_bullets > label,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label {
	-webkit-animation-play-state: paused !important;
	-moz-animation-play-state: paused !important;
	-ms-animation-play-state: paused !important;
	-o-animation-play-state: paused !important;
	animation-play-state: paused !important;
}

/* stop */

.csslider1 > .slide:checked ~ .cs_bullets > label > .cs_point,
.csslider1 > .slide:checked ~ .cs_bullets > label {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
}

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