@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
.csslider1 {
	display: inline-block;
	position: relative;
	max-width: 960px;

	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;
}
.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 > ul > li.img,
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext,
.csslider1 > .cs_bullets,
.csslider1 > .cs_play_pause {
	-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_arrowprev,
.csslider1 > .cs_arrownext {
	position: absolute;
	top: 50%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	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 > .slide:checked ~ .cs_arrowprev > label,
.csslider1 > .slide:checked ~ .cs_arrownext > label {
	opacity: 0;
	z-index: -1;
}



.csslider1 > #cs_slide1_0:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_pause1_0:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_slide1_0:checked ~ .cs_arrownext > label.num1,
.csslider1 > #cs_pause1_0:checked ~ .cs_arrownext > label.num1,
.csslider1 > #cs_slide1_1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_pause1_1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_slide1_1:checked ~ .cs_arrownext > label.num2,
.csslider1 > #cs_pause1_1:checked ~ .cs_arrownext > label.num2,
.csslider1 > #cs_slide1_2:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_pause1_2:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_slide1_2:checked ~ .cs_arrownext > label.num3,
.csslider1 > #cs_pause1_2:checked ~ .cs_arrownext > label.num3,
.csslider1 > #cs_slide1_3:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_pause1_3:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_slide1_3:checked ~ .cs_arrownext > label.num0,
.csslider1 > #cs_pause1_3:checked ~ .cs_arrownext > label.num0 {
	opacity: 1;
	z-index: 5;
    display:none
}

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


.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num1 {
	-webkit-animation: arrow 16000ms infinite -2000ms;
	-moz-animation: arrow 16000ms infinite -2000ms;
	-ms-animation: arrow 16000ms infinite -2000ms;
	-o-animation: arrow 16000ms infinite -2000ms;
	animation: arrow 16000ms infinite -2000ms;

}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num2 {
	-webkit-animation: arrow 16000ms infinite 2000ms;
	-moz-animation: arrow 16000ms infinite 2000ms;
	-ms-animation: arrow 16000ms infinite 2000ms;
	-o-animation: arrow 16000ms infinite 2000ms;
	animation: arrow 16000ms infinite 2000ms;

}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num3 {
	-webkit-animation: arrow 16000ms infinite 6000ms;
	-moz-animation: arrow 16000ms infinite 6000ms;
	-ms-animation: arrow 16000ms infinite 6000ms;
	-o-animation: arrow 16000ms infinite 6000ms;
	animation: arrow 16000ms infinite 6000ms;

}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num0 {
	-webkit-animation: arrow 16000ms infinite 10000ms;
	-moz-animation: arrow 16000ms infinite 10000ms;
	-ms-animation: arrow 16000ms infinite 10000ms;
	-o-animation: arrow 16000ms infinite 10000ms;
	animation: arrow 16000ms infinite 10000ms;

}


/* stop */
.csslider1 > .slide:checked ~ .cs_arrowprev > label,
.csslider1 > .slide:checked ~ .cs_arrownext > label,
.csslider1 > .pause:checked ~ .cs_arrowprev > label,
.csslider1 > .pause: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;
}
.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: -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_play_pause > label {
	position: absolute;
	cursor: pointer;
}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause,
.csslider1 > .slide:checked ~ .cs_play_pause > .cs_play,
.csslider1 > .pause:checked ~ .cs_play_pause > .cs_play {
	display: none;
	z-index: 5;
}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_play,
.csslider1 > .slide:checked ~ .cs_play_pause > .cs_pause,
.csslider1 > .pause:checked ~ .cs_play_pause > .cs_pause {
	display: none;
	z-index: -1;
}


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


.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num0 {
	opacity: 0;
	z-index: -1;
	-webkit-animation: pauseChange 16000ms infinite -2000ms;
	-moz-animation: pauseChange 16000ms infinite -2000ms;
	-ms-animation: pauseChange 16000ms infinite -2000ms;
	-o-animation: pauseChange 16000ms infinite -2000ms;
	animation: pauseChange 16000ms infinite -2000ms;

}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num1 {
	opacity: 0;
	z-index: -1;
	-webkit-animation: pauseChange 16000ms infinite 2000ms;
	-moz-animation: pauseChange 16000ms infinite 2000ms;
	-ms-animation: pauseChange 16000ms infinite 2000ms;
	-o-animation: pauseChange 16000ms infinite 2000ms;
	animation: pauseChange 16000ms infinite 2000ms;

}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num2 {
	opacity: 0;
	z-index: -1;
	-webkit-animation: pauseChange 16000ms infinite 6000ms;
	-moz-animation: pauseChange 16000ms infinite 6000ms;
	-ms-animation: pauseChange 16000ms infinite 6000ms;
	-o-animation: pauseChange 16000ms infinite 6000ms;
	animation: pauseChange 16000ms infinite 6000ms;

}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num3 {
	opacity: 0;
	z-index: -1;
	-webkit-animation: pauseChange 16000ms infinite 10000ms;
	-moz-animation: pauseChange 16000ms infinite 10000ms;
	-ms-animation: pauseChange 16000ms infinite 10000ms;
	-o-animation: pauseChange 16000ms infinite 10000ms;
	animation: pauseChange 16000ms infinite 10000ms;

}


/* stop */
.csslider1 > .slide:checked ~ .cs_play_pause > .cs_pause,
.csslider1 > .pause:checked ~ .cs_play_pause > .cs_pause {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
}


/* /calculate autoplay */
.csslider1.cs_handle {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
.csslider1.cs_handle.cs_grab {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}


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

}


.csslider1 > #cs_slide1_0:checked ~ ul > li.num0,
.csslider1 > #cs_pause1_0:checked ~ ul > li.num0,
.csslider1 > #cs_slide1_1:checked ~ ul > li.num1,
.csslider1 > #cs_pause1_1:checked ~ ul > li.num1,
.csslider1 > #cs_slide1_2:checked ~ ul > li.num2,
.csslider1 > #cs_pause1_2:checked ~ ul > li.num2,
.csslider1 > #cs_slide1_3:checked ~ ul > li.num3,
.csslider1 > #cs_pause1_3:checked ~ ul > li.num3 {
	opacity: 1;
	z-index: 2;
  	-webkit-transform: scale(1);
  	-moz-transform: scale(1);
  	-ms-transform: scale(1);
  	-o-transform: scale(1);
  	transform: scale(1);

}

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

}



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

}


/* /calculate autoplay */

/* frame/shadow */
.csslider1 {
	-webkit-box-shadow: 0 0 0 1px #ffffff;
	-moz-box-shadow: 0 0 0 1px #ffffff;
	box-shadow: 0 0 0 1px #ffffff;
}

.csslider1 > .cs_arrowprev {
  	-webkit-transition: .4s all 0s ease;
  	-moz-transition: .4s all 0s ease;
  	-ms-transition: .4s all 0s ease;
  	-o-transition: .4s all 0s ease;
  	transition: .4s all 0s ease;

	-webkit-transform: translateX(240px);
	-moz-transform: translateX(240px);
	-ms-transform: translateX(240px);
	-o-transform: translateX(240px);
	transform: translateX(240px);

}
.csslider1 > .cs_arrownext {
  	-webkit-transition: .4s all .15s ease;
  	-moz-transition: .4s all .15s ease;
  	-ms-transition: .4s all .15s ease;
  	-o-transition: .4s all .15s ease;
  	transition: .4s all .15s ease;

	-webkit-transform: translateX(-240px);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	transform: translateX(-240px);

}
.csslider1 > .cs_play_pause {
  	-webkit-transition: .4s all .3s ease;
  	-moz-transition: .4s all .3s ease;
  	-ms-transition: .4s all .3s ease;
  	-o-transition: .4s all .3s ease;
  	transition: .4s all .3s ease;

	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);

}
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext,
.csslider1 > .cs_play_pause {
	opacity: 0;
}

.csslider1:hover > .cs_arrowprev,
.csslider1:hover > .cs_arrownext,
.csslider1:hover > .cs_play_pause {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0) scale(1);
	-moz-transform: translateX(0) translateY(0) scale(1);
	-ms-transform: translateX(0) translateY(0) scale(1);
	-o-transform: translateX(0) translateY(0) scale(1);
	transform: translateX(0) translateY(0) scale(1);

}.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label {
	margin-top: -20px;
	margin-left: -20px;
	height: 0px;
	width: 0px;

	border-style: solid;
	border-color: #ffffff;
	-webkit-transition: -webkit-transform 0.2s ease;
	-moz-transition: -moz-transform 0.2s ease;
	-ms-transition: -ms-transform 0.2s ease;
	-o-transition: -o-transform 0.2s ease;
	transition: transform 0.2s ease;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);

}
.csslider1 > .cs_arrowprev > label {
	border-width: 0 0 1px 1px;
}
.csslider1 > .cs_arrownext > label {
	border-width: 1px 1px 0 0;
}
.csslider1 > .cs_arrowprev {
	top: 50%;
	left: 20px;
	margin-left: 20px;
}
.csslider1 > .cs_arrownext {
	top: 50%;
	margin-right: 20px;
	right: 20px;
}
.csslider1 > .cs_arrownext > label:hover,
.csslider1 > .cs_arrowprev > label:hover {
	-webkit-transform: scale(1.1) rotate(45deg);
	-moz-transform: scale(1.1) rotate(45deg);
	-ms-transform: scale(1.1) rotate(45deg);
	-o-transform: scale(1.1) rotate(45deg);
	transform: scale(1.1) rotate(45deg);

}
.csslider1 > .cs_play_pause > label{
	text-decoration: none;
	margin-top: -15px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.csslider1 > .cs_play_pause > .cs_play {
	margin-left: -12px;
	width: 30px;
	height: 30px;
	border-style:solid;
	border-width:1px 1px 0 0;
	border-color: #ffffff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.csslider1 > .cs_play_pause > .cs_play:after {
	content: '';
	position: absolute;
	width: 54px;
	height: 54px;

	left:-25%;
	top:-60%;

	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.csslider1 > .cs_play_pause > .cs_play span {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -50%;
	-webkit-transform: rotate(45deg) scale(1.43) translate(7px, 7px);
	-moz-transform: rotate(45deg) scale(1.43) translate(7px, 7px);
	-o-transform: rotate(45deg) scale(1.43) translate(7px, 7px);
	transform: rotate(45deg) scale(1.43) translate(7px, 7px);
}
.csslider1 > .cs_play_pause > .cs_pause {
	width: 10px;
	height: 40px;
	margin-left: 5px;
	border-style:solid;
	border-width:0 1px;
	border-color: #ffffff;
}
.csslider1 > .cs_play_pause > .cs_play:hover {
	-webkit-transform:scale(1.1) rotate(45deg);
	-moz-transform:scale(1.1) rotate(45deg);
	-o-transform:scale(1.1) rotate(45deg);
	transform:scale(1.1) rotate(45deg);
}
.csslider1 > .cs_play_pause > .cs_pause:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.csslider1 > .cs_bullets {
	bottom: 5px;
	margin-bottom: 5px;
}
.csslider1 > .cs_bullets > label {
	width:40px;
	height:8px;
	background: none;
	border: 1px solid #ffffff;
	position:relative;
	margin-left:8px;
	margin-top: 5px;
	color:transparent;
}

.csslider1 > .cs_bullets > label > .cs_thumb {
	border: 1px solid #ffffff;
	margin-left: 15px;
	margin-top: -10px;

	-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:hover > .cs_thumb {
	visibility: visible;
	opacity: 1;
}



.csslider1 > .cs_bullets > label > .cs_point {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	right: -2px;
	bottom: -2px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}

.csslider1 > #cs_slide1_0:checked ~ .cs_bullets > label.num0 > .cs_point,
.csslider1 > #cs_pause1_0:checked ~ .cs_bullets > label.num0 > .cs_point,
.csslider1 > #cs_slide1_1:checked ~ .cs_bullets > label.num1 > .cs_point,
.csslider1 > #cs_pause1_1:checked ~ .cs_bullets > label.num1 > .cs_point,
.csslider1 > #cs_slide1_2:checked ~ .cs_bullets > label.num2 > .cs_point,
.csslider1 > #cs_pause1_2:checked ~ .cs_bullets > label.num2 > .cs_point,
.csslider1 > #cs_slide1_3:checked ~ .cs_bullets > label.num3 > .cs_point,
.csslider1 > #cs_pause1_3:checked ~ .cs_bullets > label.num3 > .cs_point {
	border-color: #ffffff;
}

/* calculate autoplay */
@-webkit-keyframes bullet {
	0%, 24.99%	{ border-color: #ffffff; }
	25%, 100% { border-color: transparent; }
}
@-moz-keyframes bullet {
	0%, 24.99%	{ border-color: #ffffff; }
	25%, 100% { border-color: transparent; }
}
@-ms-keyframes bullet {
	0%, 24.99%	{ border-color: #ffffff; }
	25%, 100% { border-color: transparent; }
}
@-o-keyframes bullet {
	0%, 24.99%	{ border-color: #ffffff; }
	25%, 100% { border-color: transparent; }
}
@keyframes bullet {
	0%, 24.99%	{ border-color: #ffffff; }
	25%, 100% { border-color: transparent; }
}


.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num0 > .cs_point {
	-webkit-animation: bullet 16000ms infinite -2000ms;
	-moz-animation: bullet 16000ms infinite -2000ms;
	-ms-animation: bullet 16000ms infinite -2000ms;
	-o-animation: bullet 16000ms infinite -2000ms;
	animation: bullet 16000ms infinite -2000ms;

}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num1 > .cs_point {
	-webkit-animation: bullet 16000ms infinite 2000ms;
	-moz-animation: bullet 16000ms infinite 2000ms;
	-ms-animation: bullet 16000ms infinite 2000ms;
	-o-animation: bullet 16000ms infinite 2000ms;
	animation: bullet 16000ms infinite 2000ms;

}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num2 > .cs_point {
	-webkit-animation: bullet 16000ms infinite 6000ms;
	-moz-animation: bullet 16000ms infinite 6000ms;
	-ms-animation: bullet 16000ms infinite 6000ms;
	-o-animation: bullet 16000ms infinite 6000ms;
	animation: bullet 16000ms infinite 6000ms;

}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num3 > .cs_point {
	-webkit-animation: bullet 16000ms infinite 10000ms;
	-moz-animation: bullet 16000ms infinite 10000ms;
	-ms-animation: bullet 16000ms infinite 10000ms;
	-o-animation: bullet 16000ms infinite 10000ms;
	animation: bullet 16000ms infinite 10000ms;

}




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

}

/* stop */

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

/* /calculate autoplay */


.csslider1 > .cs_description > label {
	font: 20px/1 'Open Sans Condensed', sans-serif;
	top: auto;
	bottom: 30px;
	z-index: 3;
}
.csslider1 > .cs_description > label > span {
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 15px;
	margin: 5px 10px;
	opacity: 0;
}



.csslider1 > #cs_slide1_0:checked ~ .cs_description > .num0 > .cs_title,
.csslider1 > #cs_slide1_0:checked ~ .cs_description > .num0 > .cs_descr,
.csslider1 > #cs_pause1_0:checked ~ .cs_description > .num0 > .cs_title,
.csslider1 > #cs_pause1_0:checked ~ .cs_description > .num0 > .cs_descr,
.csslider1 > #cs_slide1_1:checked ~ .cs_description > .num1 > .cs_title,
.csslider1 > #cs_slide1_1:checked ~ .cs_description > .num1 > .cs_descr,
.csslider1 > #cs_pause1_1:checked ~ .cs_description > .num1 > .cs_title,
.csslider1 > #cs_pause1_1:checked ~ .cs_description > .num1 > .cs_descr,
.csslider1 > #cs_slide1_2:checked ~ .cs_description > .num2 > .cs_title,
.csslider1 > #cs_slide1_2:checked ~ .cs_description > .num2 > .cs_descr,
.csslider1 > #cs_pause1_2:checked ~ .cs_description > .num2 > .cs_title,
.csslider1 > #cs_pause1_2:checked ~ .cs_description > .num2 > .cs_descr,
.csslider1 > #cs_slide1_3:checked ~ .cs_description > .num3 > .cs_title,
.csslider1 > #cs_slide1_3:checked ~ .cs_description > .num3 > .cs_descr,
.csslider1 > #cs_pause1_3:checked ~ .cs_description > .num3 > .cs_title,
.csslider1 > #cs_pause1_3:checked ~ .cs_description > .num3 > .cs_descr {
	opacity: 1;
	z-index: 4;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);

}

.csslider1 > #cs_slide1_0:checked ~ .cs_description > .num0 .cs_wrapper,
.csslider1 > #cs_pause1_0:checked ~ .cs_description > .num0 .cs_wrapper,
.csslider1 > #cs_slide1_1:checked ~ .cs_description > .num1 .cs_wrapper,
.csslider1 > #cs_pause1_1:checked ~ .cs_description > .num1 .cs_wrapper,
.csslider1 > #cs_slide1_2:checked ~ .cs_description > .num2 .cs_wrapper,
.csslider1 > #cs_pause1_2:checked ~ .cs_description > .num2 .cs_wrapper,
.csslider1 > #cs_slide1_3:checked ~ .cs_description > .num3 .cs_wrapper,
.csslider1 > #cs_pause1_3:checked ~ .cs_description > .num3 .cs_wrapper {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

}

.csslider1 > .cs_description > label > .cs_title {
	-webkit-transform: translate(0, -200px);
	-moz-transform: translate(0, -200px);
	-ms-transform: translate(0, -200px);
	-o-transform: translate(0, -200px);
	transform: translate(0, -200px);

  	-webkit-transition: 750ms opacity 600ms ease, 750ms -webkit-transform 600ms ease;
  	-moz-transition: 750ms opacity 600ms ease, 750ms -moz-transform 600ms ease;
  	-ms-transition: 750ms opacity 600ms ease, 750ms -ms-transform 600ms ease;
  	-o-transition: 750ms opacity 600ms ease, 750ms -o-transform 600ms ease;
  	transition: 750ms opacity 600ms ease, 750ms transform 600ms ease;

}
.csslider1 > .cs_description > label > .cs_descr {
	font-size: 0.8em;
	-webkit-transform: translate(200px, 0);
	-moz-transform: translate(200px, 0);
	-ms-transform: translate(200px, 0);
	-o-transform: translate(200px, 0);
	transform: translate(200px, 0);

  	-webkit-transition: 750ms opacity 850ms ease, 750ms -webkit-transform 850ms ease;
  	-moz-transition: 750ms opacity 850ms ease, 750ms -moz-transform 850ms ease;
  	-ms-transition: 750ms opacity 850ms ease, 750ms -ms-transform 850ms ease;
  	-o-transition: 750ms opacity 850ms ease, 750ms -o-transform 850ms ease;
  	transition: 750ms opacity 850ms ease, 750ms transform 850ms ease;

}


.csslider1 > .cs_description > label > .cs_title > .cs_wrapper {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);

	-webkit-transition: 750ms opacity 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: 750ms opacity 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -moz-transform 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-ms-transition: 750ms opacity 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -ms-transform 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: 750ms opacity 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -o-transform 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: 750ms opacity 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms transform 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550);

}
.csslider1 > .cs_description > label > .cs_descr > .cs_wrapper {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);

	-webkit-transition: 750ms opacity 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: 750ms opacity 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -moz-transform 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-ms-transition: 750ms opacity 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -ms-transform 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: 750ms opacity 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -o-transform 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: 750ms opacity 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms transform 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550);

}


/* calculate autoplay */
@-webkit-keyframes cs_title {
	3.75%, 21.24%	{ opacity: 1; -webkit-transform: translate(0, 0); z-index: 2; visibility: visible;}
	28.75%	{ opacity: 0; -webkit-transform: translate(0, -200px); z-index: 2; visibility: hidden;}
	28.76%, 100%	{ z-index: 0; }
}
@-moz-keyframes cs_title {
	3.75%, 21.24%	{ opacity: 1; -moz-transform: translate(0, 0); z-index: 2; visibility: visible;}
	28.75%	{ opacity: 0; -moz-transform: translate(0, -200px); z-index: 2; visibility: hidden;}
	28.76%, 100%	{ z-index: 0; }
}
@-ms-keyframes cs_title {
	3.75%, 21.24%	{ opacity: 1; -ms-transform: translate(0, 0); z-index: 2; visibility: visible;}
	28.75%	{ opacity: 0; -ms-transform: translate(0, -200px); z-index: 2; visibility: hidden;}
	28.76%, 100%	{ z-index: 0; }
}
@-o-keyframes cs_title {
	3.75%, 21.24%	{ opacity: 1; -o-transform: translate(0, 0); z-index: 2; visibility: visible;}
	28.75%	{ opacity: 0; -o-transform: translate(0, -200px); z-index: 2; visibility: hidden;}
	28.76%, 100%	{ z-index: 0; }
}
@keyframes cs_title {
	3.75%, 21.24%	{ opacity: 1; transform: translate(0, 0); z-index: 2; visibility: visible;}
	28.75%	{ opacity: 0; transform: translate(0, -200px); z-index: 2; visibility: hidden;}
	28.76%, 100%	{ z-index: 0; }
}


@-webkit-keyframes cs_descr {
	3.75%, 21.24%	{ opacity: 1; -webkit-transform: translate(0, 0); z-index: 1; visibility: visible;}
	28.75%	{ opacity: 0; -webkit-transform: translate(200px, 0); z-index: 1; visibility: hidden;}
	28.76%, 100%	{ z-index: 0; }
}
@-moz-keyframes cs_descr {
	3.75%, 21.24%	{ opacity: 1; -moz-transform: translate(0, 0); z-index: 1; visibility: visible;}
	28.75%	{ opacity: 0; -moz-transform: translate(200px, 0); z-index: 1; visibility: hidden;}
	28.76%, 100%	{ z-index: 0; }
}
@-ms-keyframes cs_descr {
	3.75%, 21.24%	{ opacity: 1; -ms-transform: translate(0, 0); z-index: 1; visibility: visible;}
	28.75%	{ opacity: 0; -ms-transform: translate(200px, 0); z-index: 1; visibility: hidden;}
	28.76%, 100%	{ z-index: 0; }
}
@-o-keyframes cs_descr {
	3.75%, 21.24%	{ opacity: 1; -o-transform: translate(0, 0); z-index: 1; visibility: visible;}
	28.75%	{ opacity: 0; -o-transform: translate(200px, 0); z-index: 1; visibility: hidden;}
	28.76%, 100%	{ z-index: 0; }
}
@keyframes cs_descr {
	3.75%, 21.24%	{ opacity: 1; transform: translate(0, 0); z-index: 1; visibility: visible;}
	28.75%	{ opacity: 0; transform: translate(200px, 0); z-index: 1; visibility: hidden;}
	28.76%, 100%	{ z-index: 0; }
}



.csslider1 > #cs_play1:checked ~ .cs_description > .num0  > .cs_title {
	-webkit-animation: cs_title 16000ms infinite -1400ms ease;
	-moz-animation: cs_title 16000ms infinite -1400ms ease;
	-ms-animation: cs_title 16000ms infinite -1400ms ease;
	-o-animation: cs_title 16000ms infinite -1400ms ease;
	animation: cs_title 16000ms infinite -1400ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num1  > .cs_title {
	-webkit-animation: cs_title 16000ms infinite 2600ms ease;
	-moz-animation: cs_title 16000ms infinite 2600ms ease;
	-ms-animation: cs_title 16000ms infinite 2600ms ease;
	-o-animation: cs_title 16000ms infinite 2600ms ease;
	animation: cs_title 16000ms infinite 2600ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num2  > .cs_title {
	-webkit-animation: cs_title 16000ms infinite 6600ms ease;
	-moz-animation: cs_title 16000ms infinite 6600ms ease;
	-ms-animation: cs_title 16000ms infinite 6600ms ease;
	-o-animation: cs_title 16000ms infinite 6600ms ease;
	animation: cs_title 16000ms infinite 6600ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num3  > .cs_title {
	-webkit-animation: cs_title 16000ms infinite 10600ms ease;
	-moz-animation: cs_title 16000ms infinite 10600ms ease;
	-ms-animation: cs_title 16000ms infinite 10600ms ease;
	-o-animation: cs_title 16000ms infinite 10600ms ease;
	animation: cs_title 16000ms infinite 10600ms ease;
}


.csslider1 > #cs_play1:checked ~ .cs_description > .num0  > .cs_descr {
	-webkit-animation: cs_descr 16000ms infinite -1150ms ease;
	-moz-animation: cs_descr 16000ms infinite -1150ms ease;
	-ms-animation: cs_descr 16000ms infinite -1150ms ease;
	-o-animation: cs_descr 16000ms infinite -1150ms ease;
	animation: cs_descr 16000ms infinite -1150ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num1  > .cs_descr {
	-webkit-animation: cs_descr 16000ms infinite 2850ms ease;
	-moz-animation: cs_descr 16000ms infinite 2850ms ease;
	-ms-animation: cs_descr 16000ms infinite 2850ms ease;
	-o-animation: cs_descr 16000ms infinite 2850ms ease;
	animation: cs_descr 16000ms infinite 2850ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num2  > .cs_descr {
	-webkit-animation: cs_descr 16000ms infinite 6850ms ease;
	-moz-animation: cs_descr 16000ms infinite 6850ms ease;
	-ms-animation: cs_descr 16000ms infinite 6850ms ease;
	-o-animation: cs_descr 16000ms infinite 6850ms ease;
	animation: cs_descr 16000ms infinite 6850ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num3  > .cs_descr {
	-webkit-animation: cs_descr 16000ms infinite 10850ms ease;
	-moz-animation: cs_descr 16000ms infinite 10850ms ease;
	-ms-animation: cs_descr 16000ms infinite 10850ms ease;
	-o-animation: cs_descr 16000ms infinite 10850ms ease;
	animation: cs_descr 16000ms infinite 10850ms ease;
}




@-webkit-keyframes cs_title_text {
	2.625%, 22.365%	{ opacity: 0.7; -webkit-transform: scale(1.15); }
	3.75%, 21.24%	{ opacity: 1; -webkit-transform: scale(1); }
	0%, 28.75%	{ opacity: 0; -webkit-transform: scale(0); }
}
@-moz-keyframes cs_title_text {
	2.625%, 22.365%	{ opacity: 0.7; -moz-transform: scale(1.15); }
	3.75%, 21.24%	{ opacity: 1; -moz-transform: scale(1); }
	0%, 28.75%	{ opacity: 0; -moz-transform: scale(0); }
}
@-ms-keyframes cs_title_text {
	2.625%, 22.365%	{ opacity: 0.7; -ms-transform: scale(1.15); }
	3.75%, 21.24%	{ opacity: 1; -ms-transform: scale(1); }
	0%, 28.75%	{ opacity: 0; -ms-transform: scale(0); }
}
@-o-keyframes cs_title_text {
	2.625%, 22.365%	{ opacity: 0.7; -o-transform: scale(1.15); }
	3.75%, 21.24%	{ opacity: 1; -o-transform: scale(1); }
	0%, 28.75%	{ opacity: 0; -o-transform: scale(0); }
}
@keyframes cs_title_text {
	2.625%, 22.365%	{ opacity: 0.7; transform: scale(1.15); }
	3.75%, 21.24%	{ opacity: 1; transform: scale(1); }
	0%, 28.75%	{ opacity: 0; transform: scale(0); }
}


@-webkit-keyframes cs_descr_text {
	2.625%, 22.365%	{ opacity: 0.7; -webkit-transform: scale(1.15); }
	3.75%, 21.24%	{ opacity: 1; -webkit-transform: scale(1); }
	0%, 28.75%	{ opacity: 0; -webkit-transform: scale(0); }
}
@-moz-keyframes cs_descr_text {
	2.625%, 22.365%	{ opacity: 0.7; -moz-transform: scale(1.15); }
	3.75%, 21.24%	{ opacity: 1; -moz-transform: scale(1); }
	0%, 28.75%	{ opacity: 0; -moz-transform: scale(0); }
}
@-ms-keyframes cs_descr_text {
	2.625%, 22.365%	{ opacity: 0.7; -ms-transform: scale(1.15); }
	3.75%, 21.24%	{ opacity: 1; -ms-transform: scale(1); }
	0%, 28.75%	{ opacity: 0; -ms-transform: scale(0); }
}
@-o-keyframes cs_descr_text {
	2.625%, 22.365%	{ opacity: 0.7; -o-transform: scale(1.15); }
	3.75%, 21.24%	{ opacity: 1; -o-transform: scale(1); }
	0%, 28.75%	{ opacity: 0; -o-transform: scale(0); }
}
@keyframes cs_descr_text {
	2.625%, 22.365%	{ opacity: 0.7; transform: scale(1.15); }
	3.75%, 21.24%	{ opacity: 1; transform: scale(1); }
	0%, 28.75%	{ opacity: 0; transform: scale(0); }
}



.csslider1 > #cs_play1:checked ~ .cs_description > .num0 .cs_title > .cs_wrapper {
	-webkit-animation: cs_title_text 16000ms infinite -1250ms ease;
	-moz-animation: cs_title_text 16000ms infinite -1250ms ease;
	-ms-animation: cs_title_text 16000ms infinite -1250ms ease;
	-o-animation: cs_title_text 16000ms infinite -1250ms ease;
	animation: cs_title_text 16000ms infinite -1250ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num1 .cs_title > .cs_wrapper {
	-webkit-animation: cs_title_text 16000ms infinite 2750ms ease;
	-moz-animation: cs_title_text 16000ms infinite 2750ms ease;
	-ms-animation: cs_title_text 16000ms infinite 2750ms ease;
	-o-animation: cs_title_text 16000ms infinite 2750ms ease;
	animation: cs_title_text 16000ms infinite 2750ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num2 .cs_title > .cs_wrapper {
	-webkit-animation: cs_title_text 16000ms infinite 6750ms ease;
	-moz-animation: cs_title_text 16000ms infinite 6750ms ease;
	-ms-animation: cs_title_text 16000ms infinite 6750ms ease;
	-o-animation: cs_title_text 16000ms infinite 6750ms ease;
	animation: cs_title_text 16000ms infinite 6750ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num3 .cs_title > .cs_wrapper {
	-webkit-animation: cs_title_text 16000ms infinite 10750ms ease;
	-moz-animation: cs_title_text 16000ms infinite 10750ms ease;
	-ms-animation: cs_title_text 16000ms infinite 10750ms ease;
	-o-animation: cs_title_text 16000ms infinite 10750ms ease;
	animation: cs_title_text 16000ms infinite 10750ms ease;
}


.csslider1 > #cs_play1:checked ~ .cs_description > .num0 .cs_descr > .cs_wrapper {
	-webkit-animation: cs_descr_text 16000ms infinite -1000ms ease;
	-moz-animation: cs_descr_text 16000ms infinite -1000ms ease;
	-ms-animation: cs_descr_text 16000ms infinite -1000ms ease;
	-o-animation: cs_descr_text 16000ms infinite -1000ms ease;
	animation: cs_descr_text 16000ms infinite -1000ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num1 .cs_descr > .cs_wrapper {
	-webkit-animation: cs_descr_text 16000ms infinite 3000ms ease;
	-moz-animation: cs_descr_text 16000ms infinite 3000ms ease;
	-ms-animation: cs_descr_text 16000ms infinite 3000ms ease;
	-o-animation: cs_descr_text 16000ms infinite 3000ms ease;
	animation: cs_descr_text 16000ms infinite 3000ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num2 .cs_descr > .cs_wrapper {
	-webkit-animation: cs_descr_text 16000ms infinite 7000ms ease;
	-moz-animation: cs_descr_text 16000ms infinite 7000ms ease;
	-ms-animation: cs_descr_text 16000ms infinite 7000ms ease;
	-o-animation: cs_descr_text 16000ms infinite 7000ms ease;
	animation: cs_descr_text 16000ms infinite 7000ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num3 .cs_descr > .cs_wrapper {
	-webkit-animation: cs_descr_text 16000ms infinite 11000ms ease;
	-moz-animation: cs_descr_text 16000ms infinite 11000ms ease;
	-ms-animation: cs_descr_text 16000ms infinite 11000ms ease;
	-o-animation: cs_descr_text 16000ms infinite 11000ms ease;
	animation: cs_descr_text 16000ms infinite 11000ms ease;
}




.csslider1 > #cs_play1:checked ~ .cs_description > label > .cs_title,
.csslider1 > #cs_play1:checked ~ .cs_description > label > .cs_descr,
.csslider1 > #cs_play1:checked ~ .cs_description > label > .cs_title > .cs_wrapper,
.csslider1 > #cs_play1:checked ~ .cs_description > label > .cs_descr > .cs_wrapper,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_title,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_descr,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_title > .cs_wrapper,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_descr > .cs_wrapper {
  	-webkit-transition: none;
  	-moz-transition: none;
  	-ms-transition: none;
  	-o-transition: none;
  	transition: none;

}

/* stop */

.csslider1 > .slide:checked ~ .cs_description > label > .cs_title,
.csslider1 > .slide:checked ~ .cs_description > label > .cs_descr,
.csslider1 > .slide:checked ~ .cs_description > label > .cs_title > .cs_wrapper,
.csslider1 > .slide:checked ~ .cs_description > label > .cs_descr > .cs_wrapper,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_title,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_descr,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_title > .cs_wrapper,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_descr > .cs_wrapper  {
	-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;
	}
}


img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.mySlides {
    display: none;
}

/* activity pagination */
.activity-pagination {
    text-align: center;
    margin-top: 20px;
}

.activity-pagination-list {
    display: inline-flex;
    list-style: none;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
    border: 1px solid #ddd;
}

.activity-pagination-list li {
    margin: 0;
}

.activity-pagination-link {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    background: #fff;
    border-right: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
}

.activity-pagination-link:hover {
    background: #007bff;
    color: #fff;
}

.activity-pagination-list .activity-pagination-info {
    padding: 10px 15px;
    font-weight: bold;
    background: #f1f1f1;
    border-right: 1px solid #ddd;
}

.activity-pagination-list li:last-child .activity-pagination-link {
    border-right: none;
}

.activity-first-page, .activity-last-page {
    font-weight: bold;
}

.activity-prev-page, .activity-next-page {
    font-style: italic;
}

/* End activity pagination */

/* helping info */
.help-info-card-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px;
}

.help-info-card {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    width: 48%;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.help-info-feature-post-title {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.help-info-feature-post-title a {
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s;
}

.help-info-feature-post-title a:hover {
    color: #0056b3;
}

.help-info-post-meta {
    display: block;
    margin-top: 10px;
}

.help-info-post-date {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 8px;
}
/* End helping info */

/* content css detail post */
.post_content_detail {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 20px;
}

.content-text-detail {
    max-width: 100%;
    line-height: 1.8;
    font-size: 18px
    text-align: justify;
}
/* End content detail post */

/* Disaster Post */
.fixed-size-img {
    width: 400px;
    height: 100px;
    object-fit: cover;
}
/* End Disaster Post */

/*
style telephone in index page
*/
.phone-wrapper {
  display: inline-flex;
  align-items: center;
  background-color: #800080;
  border-radius: 50px;
  padding: 8px 16px;
  gap: 8px;
}

.phone-wrapper i {
  color: white;
  font-size: 16px;
}

.phone-number {
  color: white;
  font-weight: bold;
}

/*
End style telephone in index page
*/


/*
 * Slook Charity - Disaster News Section Styles
 * Prefix: slk-
*/

.slk-container {
    padding: 0.5rem 1rem;
}

.slk-disaster-news-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.slk-disaster-news-section a {
    text-decoration: none;
}

.slk-homepage-builder-title {
    text-align: right;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 2rem;
}

.slk-builder-title-home-page {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

/* Main Post Card */
.slk-main-news-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slk-main-news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.slk-main-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.slk-main-card-image {
    height: 450px;
    background-size: cover;
    background-position: center;
}

.slk-main-card-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    color: #fff;
}

.slk-main-card-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.slk-main-card-meta {
    font-size: 0.9rem;
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.slk-author-avatar {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    object-fit: cover;
}

/* Sub-News Grid & Cards */
.slk-sub-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.slk-sub-news-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slk-sub-news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.slk-sub-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.slk-sub-card-image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f0f0f0;
}

.slk-sub-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.slk-sub-news-card:hover .slk-sub-card-image {
    transform: scale(1.05);
    text-decoration: none;
}

.slk-sub-card-content {
    padding: 1rem;
    flex-grow: 1;
}

.slk-sub-card-title {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}

.slk-sub-card-meta {
    font-size: 0.85rem;
    color: #888;
}

/* Category Pill */
.slk-category-pill {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}


/* About Section */
.saluk-about-section {
    /* Styles for the entire about section container */
}

.saluk-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.saluk-section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #800080;
    margin-bottom: 0.5rem;
}

.saluk-section-subtitle {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

.saluk-about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.saluk-about-card {
    background-color: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.saluk-about-card:hover {
    transform: translateY(-5px);
}

.saluk-about-image-wrapper {
    padding-top: 66.66%; /* 3:2 aspect ratio */
    position: relative;
    overflow: hidden;
}

.saluk-about-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saluk-about-content {
    padding: 1.5rem;
}

.saluk-about-category {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    color: white;
    margin-bottom: 1rem;
}

.saluk-about-card-title {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.saluk-about-card-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
}

.saluk-divider {
    border: none;
    border-top: 1px solid #D9D9D9;
    margin: 4rem 0;
}



/* Stylish Header Section */
.saluk-hero-section {
    position: relative;
    width: 100%;
    padding: 60px 20px;
    background: linear-gradient(135deg, #800080 0%, #D9D9D9 100%);
    color: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin: 4rem auto;
}

.saluk-hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(50px);
}

.saluk-hero-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(40px);
}

.saluk-header-content-wrapper {
    position: relative;
    z-index: 2; /* To keep content above pseudo-elements */
}

.saluk-title-styled {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: #fff; /* Main title color changed to white for contrast */
}

.saluk-subtitle-styled {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
    color: #D9D9D9;
    position: relative;
    display: inline-block;
}

.saluk-subtitle-styled::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 80%;
    height: 2px;
    background-color: #D9D9D9;
    transform: scaleX(0);
    transform-origin: left;
    animation: underline 1s forwards 0.5s;
}

@keyframes underline {
    to {
        transform: scaleX(1);
    }
}

@media (max-width: 768px) {
    .saluk-hero-section {
        padding: 40px 15px;
    }
    .saluk-title-styled {
        font-size: 2rem;
    }
    .saluk-subtitle-styled {
        font-size: 1rem;
    }
}


/* Styling for links within the service/help section */
.jelly_homepage_builder a {
    transition: color 0.3s ease; /* Enables a smooth color transition */
}

/* Color change on hover for all links in this section */
.jelly_homepage_builder a:hover {
    color: #800080 !important;
}

/* Specific styling for the titles, to also change color on hover */
.jelly_homepage_builder .image-post-title a {
    color: inherit; /* Inherits the default text color */
}

.jelly_homepage_builder .image-post-title a:hover {
    color: #800080;
}

.slk-disaster-news-section .slk-main-card-link,
.slk-disaster-news-section .slk-sub-card-link {
    text-decoration: none !important;
}

.slk-disaster-news-section .slk-main-card-link:hover,
.slk-disaster-news-section .slk-sub-card-link:hover {
    color: #800080;
}