@font-face{
	font-family: Duru Sans;
	src: url('fonts/durusans.woff2');
	}
@font-face{
	font-family: controls;
	src: url('fonts/blastcontrols.woff');
	}

.slider-container .csslider1 {
	position: relative;
	display: block;
	margin: 0 auto !important;
}

.csslider1 {
	display: inline-block;
	position: relative;	
	height: auto;
	max-height: 340px;
	width: 100%;
	margin-top: 10px;
}
.csslider1 > .cs_anchor {
	display: none;
}
.csslider1 > ul {
	position: relative;
	
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	height: 40vh;/* slider height */
	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.num4,
.csslider1 > #cs_pause1_0:checked ~ .cs_arrowprev > label.num4,
.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.num4,
.csslider1 > #cs_pause1_3:checked ~ .cs_arrownext > label.num4,
.csslider1 > #cs_slide1_4:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_pause1_4:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_slide1_4:checked ~ .cs_arrownext > label.num0,
.csslider1 > #cs_pause1_4:checked ~ .cs_arrownext > label.num0 {
	opacity: 1;
	z-index: 5;
}

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


.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num4,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num1 {
	-webkit-animation: arrow 40s infinite -2s;
	-moz-animation: arrow 40s infinite -2s;
	-ms-animation: arrow 40s infinite -2s;
	-o-animation: arrow 40s infinite -2s;
	animation: arrow 40s infinite -2s;
	
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num2 {
	-webkit-animation: arrow 40s infinite 6s;
	-moz-animation: arrow 40s infinite 6s;
	-ms-animation: arrow 40s infinite 6s;
	-o-animation: arrow 40s infinite 6s;
	animation: arrow 40s infinite 6s;
	
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num3 {
	-webkit-animation: arrow 40s infinite 14s;
	-moz-animation: arrow 40s infinite 14s;
	-ms-animation: arrow 40s infinite 14s;
	-o-animation: arrow 40s infinite 14s;
	animation: arrow 40s infinite 14s;
	
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num3 {
	-webkit-animation: arrow 40s infinite 22s;
	-moz-animation: arrow 40s infinite 22s;
	-ms-animation: arrow 40s infinite 22s;
	-o-animation: arrow 40s infinite 22s;
	animation: arrow 40s infinite 22s;
	
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num0 {
	-webkit-animation: arrow 40s infinite 30s;
	-moz-animation: arrow 40s infinite 30s;
	-ms-animation: arrow 40s infinite 30s;
	-o-animation: arrow 40s infinite 30s;
	animation: arrow 40s infinite 30s;
	
}

/* 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: -46px;
	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%;
	bottom: 15% !important;
	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: block;
	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%, 19.99% { opacity: 1; z-index: 5; }
	20%, 100%	{ opacity: 0; z-index: -1; }
}
@-moz-keyframes pauseChange {
	0%, 19.99% { opacity: 1; z-index: 5; }
	20%, 100%	{ opacity: 0; z-index: -1; }
}
@-ms-keyframes pauseChange {
	0%, 19.99% { opacity: 1; z-index: 5; }
	20%, 100%	{ opacity: 0; z-index: -1; }
}
@-o-keyframes pauseChange {
	0%, 19.99% { opacity: 1; z-index: 5; }
	20%, 100%	{ opacity: 0; z-index: -1; }
}
@keyframes pauseChange {
	0%, 19.99% { opacity: 1; z-index: 5; }
	20%, 100%	{ opacity: 0; z-index: -1; }
}


.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num0 {
	opacity: 0;
	z-index: -1;
	-webkit-animation: pauseChange 40s infinite -2s;
	-moz-animation: pauseChange 40s infinite -2s;
	-ms-animation: pauseChange 40s infinite -2s;
	-o-animation: pauseChange 40s infinite -2s;
	animation: pauseChange 40s infinite -2s;
	
}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num1 {
	opacity: 0;
	z-index: -1;
	-webkit-animation: pauseChange 40s infinite 6s;
	-moz-animation: pauseChange 40s infinite 6s;
	-ms-animation: pauseChange 40s infinite 6s;
	-o-animation: pauseChange 40s infinite 6s;
	animation: pauseChange 40s infinite 6s;
	
}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num2 {
	opacity: 0;
	z-index: -1;
	-webkit-animation: pauseChange 40s infinite 14s;
	-moz-animation: pauseChange 40s infinite 14s;
	-ms-animation: pauseChange 40s infinite 14s;
	-o-animation: pauseChange 40s infinite 14s;
	animation: pauseChange 40s infinite 14s;
	
}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num3 {
	opacity: 0;
	z-index: -1;
	-webkit-animation: pauseChange 40s infinite 22s;
	-moz-animation: pauseChange 40s infinite 22s;
	-ms-animation: pauseChange 40s infinite 22s;
	-o-animation: pauseChange 40s infinite 22s;
	animation: pauseChange 40s infinite 22s;
	
}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num4 {
	opacity: 0;
	z-index: -1;
	-webkit-animation: pauseChange 40s infinite 30s;
	-moz-animation: pauseChange 40s infinite 30s;
	-ms-animation: pauseChange 40s infinite 30s;
	-o-animation: pauseChange 40s infinite 30s;
	animation: pauseChange 40s infinite 30s;
	
}


/* 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: 500%;
}.csslider1 > ul > li.num0 {
	left: 0%;
}
.csslider1 > ul > li.num1 {
	left: 100%;
}
.csslider1 > ul > li.num2 {
	left: 200%;
}
.csslider1 > ul > li.num3 {
	left: 300%;
}
.csslider1 > ul > li.num4 {
	left: 400%;
}


.csslider1 > #cs_slide1_0:checked ~ ul > li,
.csslider1 > #cs_pause1_0:checked ~ ul > li {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	
}
.csslider1 > #cs_slide1_1:checked ~ ul > li,
.csslider1 > #cs_pause1_1:checked ~ ul > li {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	
}
.csslider1 > #cs_slide1_2:checked ~ ul > li,
.csslider1 > #cs_pause1_2:checked ~ ul > li {
	-webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%);
	
}
.csslider1 > #cs_slide1_3:checked ~ ul > li,
.csslider1 > #cs_pause1_3:checked ~ ul > li {
	-webkit-transform: translateX(-300%);
	-moz-transform: translateX(-300%);
	-ms-transform: translateX(-300%);
	-o-transform: translateX(-300%);
	transform: translateX(-300%);
	
}
 
.csslider1 > #cs_slide1_4:checked ~ ul > li,
.csslider1 > #cs_pause1_4:checked ~ ul > li {
	-webkit-transform: translateX(-400%);
	-moz-transform: translateX(-400%);
	-ms-transform: translateX(-400%);
	-o-transform: translateX(-400%);
	transform: translateX(-400%);
}

.csslider1 > ul > li {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	opacity: 1;

	-webkit-transition: -webkit-transform 2000ms cubic-bezier(0.4, 1.3, 0.65, 1);
	-moz-transition: -moz-transform 2000ms cubic-bezier(0.4, 1.3, 0.65, 1);
	-ms-transition: -ms-transform 2000ms cubic-bezier(0.4, 1.3, 0.65, 1);
	-o-transition: -o-transform 2000ms cubic-bezier(0.4, 1.3, 0.65, 1);
	transition: transform 2000ms cubic-bezier(0.4, 1.3, 0.65, 1);
	

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

/* calculate autoplay */
@-webkit-keyframes slide {
	0%, 10%	{ -webkit-transform: translateX(0%); }
	20%, 30%	{ -webkit-transform: translateX(-100%); }
	40%, 50%	{ -webkit-transform: translateX(-200%); }
	60%, 70%	{ -webkit-transform: translateX(-300%); }
	80%, 90%	{ -webkit-transform: translateX(-400%); }
	
}
@-moz-keyframes slide {
	0%, 10%	{ -moz-transform: translateX(0%); }
	20%, 30%	{ -moz-transform: translateX(-100%); }
	40%, 50%	{ -moz-transform: translateX(-200%); }
	60%, 70%	{ -moz-transform: translateX(-300%); }
	80%, 90%	{ -moz-transform: translateX(-400%); }
	
}
@-ms-keyframes slide {
	0%, 10%	{ -ms-transform: translateX(0%); }
	20%, 30%	{ -ms-transform: translateX(-100%); }
	40%, 50%	{ -ms-transform: translateX(-200%); }
	60%, 70%	{ -ms-transform: translateX(-300%); }
	80%, 90%	{ -ms-transform: translateX(-400%); }
	
}
@-o-keyframes slide {
	0%, 10%	{ -o-transform: translateX(0%); }
	20%, 30%	{ -o-transform: translateX(-100%); }
	40%, 50%	{ -o-transform: translateX(-200%); }
	60%, 70%	{ -o-transform: translateX(-300%); }
	80%, 90%	{ -o-transform: translateX(-400%); }
	
}
@keyframes slide {
	0%, 10%	{ transform: translateX(0%); }
	20%, 30%	{ transform: translateX(-100%); }
	40%, 50%	{ transform: translateX(-200%); }
	60%, 70%	{ transform: translateX(-300%); }
	80%, 90%	{ transform: translateX(-400%); }
	
}


.csslider1  > #cs_play1:checked ~ ul > li {
	-webkit-animation: slide 40s infinite;
	-moz-animation: slide 40s infinite;
	-ms-animation: slide 40s infinite;
	-o-animation: slide 40s infinite;
	animation: slide 40s infinite;
	
}


.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 */
@-webkit-keyframes controlsAnimate {
	0% { opacity: 0.3; }
	40% { opacity: 0.5; box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f77c8d;, 0 0 0 10px rgba(255,255,255,0.5); }
	100% { box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f77c8d;, 0 0 0 10px rgba(255,255,255,0.5); -webkit-transform: scale(1.5); opacity: 0; }
}
@-moz-keyframes controlsAnimate {
	0% { opacity: 0.3; }
	40% { opacity: 0.5; box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f77c8d;, 0 0 0 10px rgba(255,255,255,0.5); }
	100% { box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f77c8d;, 0 0 0 10px rgba(255,255,255,0.5); -moz-transform: scale(1.5); opacity: 0; }
}
@-ms-keyframes controlsAnimate {
	0% { opacity: 0.3; }
	40% { opacity: 0.5; box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f77c8d;, 0 0 0 10px rgba(255,255,255,0.5); }
	100% { box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f77c8d;, 0 0 0 10px rgba(255,255,255,0.5); -ms-transform: scale(1.5); opacity: 0; }
}
@-o-keyframes controlsAnimate {
	0% { opacity: 0.3; }
	40% { opacity: 0.5; box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f77c8d;, 0 0 0 10px rgba(255,255,255,0.5); }
	100% { box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f77c8d;, 0 0 0 10px rgba(255,255,255,0.5); -o-transform: scale(1.5); opacity: 0; }
}
@keyframes controlsAnimate {
	0% { opacity: 0.3; }
	40% { opacity: 0.5; box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f77c8d;, 0 0 0 10px rgba(255,255,255,0.5); }
	100% { box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f77c8d;, 0 0 0 10px rgba(255,255,255,0.5); transform: scale(1.5); opacity: 0; }
}
.csslider1 > .cs_play_pause {
  	-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;
  	
}
.csslider1 > .cs_arrowprev {
  	-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;
  	
}
.csslider1 > .cs_arrownext {
  	-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;
  	
}
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext,
.csslider1 > .cs_play_pause {
	opacity: 0;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	
}

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

	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f77c8d;;

  	-webkit-transition: -webkit-transform .3s ease, background-color .3s ease;
  	-moz-transition: -moz-transform .3s ease, background-color .3s ease;
  	-ms-transition: -ms-transform .3s ease, background-color .3s ease;
  	-o-transition: -o-transform .3s ease, background-color .3s ease;
  	transition: transform .3s ease, background-color .3s ease;
  	
}
.csslider1 > .cs_arrowprev {
	margin-left: 10px;
	left: 22px;
}
.csslider1 > .cs_arrownext {
	margin-right: 10px;
	right: 22px;
}
.csslider1 > .cs_arrowprev > label:after {
	content: '\e801';
}
.csslider1 > .cs_arrownext > label:after {
	content: '\e800';
}
.csslider1 > .cs_arrowprev > label:after,
.csslider1 > .cs_arrownext > label:after {
	display: block;
	font-size: 28px;
	font-family: 'controls';
	line-height: 44px;
	text-align: center;
	color: #fff;
  	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;
  	
}
/* IE10+ hack */
_:-ms-input-placeholder, :root .csslider1 > .cs_arrowprev > label:after {
	line-height: 50px;
}
_:-ms-input-placeholder, :root .csslider1 > .cs_arrownext > label:after {
	line-height: 50px;
}

.csslider1 > .cs_arrowprev > label:hover,
.csslider1 > .cs_arrownext > label:hover {
	background-color: #f65067
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	
}

.csslider1 > .cs_arrowprev > label > span,
.csslider1 > .cs_arrownext > label > span {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	
}
.csslider1 > .cs_arrowprev > label:hover > span,
.csslider1 > .cs_arrownext > label:hover > span {
	-webkit-animation: controlsAnimate 1s ease-out;
	-moz-animation: controlsAnimate 1s ease-out;
	-ms-animation: controlsAnimate 1s ease-out;
	-o-animation: controlsAnimate 1s ease-out;
	animation: controlsAnimate 1s ease-out;
	
}

.csslider1 > .cs_play_pause > label {
	text-decoration: none;
	margin-left: -22px;
	margin-top: -22px; 

	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f77c8d;

  	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;
  	
}
.csslider1 > .cs_play_pause > .cs_play:after {
	content: '\e802';
}
.csslider1 > .cs_play_pause > .cs_pause:after {
	content: '\e803';
}
.csslider1 > .cs_play_pause > label:after{
	display: block;
	text-align: center;
	font-size: 28px;
	font-family: 'controls';
	line-height: 46px;
	color: #fff;
}
/* IE10+ hack */
_:-ms-input-placeholder, :root .csslider1 > .cs_play_pause > label:after {
	line-height: 52px;
}

.csslider1 > .cs_play_pause > label:hover {
	background-color: #f65067
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	
}

.csslider1 > .cs_play_pause > label > span {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	
}
.csslider1 > .cs_play_pause > label:hover > span {
	-webkit-animation: controlsAnimate 1s ease-out;
	-moz-animation: controlsAnimate 1s ease-out;
	-ms-animation: controlsAnimate 1s ease-out;
	-o-animation: controlsAnimate 1s ease-out;
	animation: controlsAnimate 1s ease-out;
	
}
.csslider1 > .cs_bullets {
	bottom: 5px;
	margin-bottom: 5px;
}
.csslider1 > .cs_bullets > label {
	margin: 0 10px;
	padding: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f77c8d;
}


.csslider1 > .cs_bullets > label > .cs_thumb {
	border: 3px solid rgba(247,124,141,0.6);
	margin-top: -13px;

	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);
	
	-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;

	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	
}
.csslider1 > .cs_bullets > label > .cs_thumb:before {
	content: '';
	position: absolute;
	width: 0; 
	height: 0; 
	left: 50%;
	bottom: -10px;
	margin-left: -3px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	
	border-top: 7px solid rgba(247,124,141,0.6);
	-webkit-transition: 0.3s opacity 0.1s;
	-moz-transition: 0.3s opacity 0.1s;
	-ms-transition: 0.3s opacity 0.1s;
	-o-transition: 0.3s opacity 0.1s;
	transition: 0.3s opacity 0.1s;
	
}




.csslider1 > .cs_bullets > label > .cs_point {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.7;
	z-index: -1;
	background-color: #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;
	
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	
}


.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,
.csslider1 > #cs_slide1_4:checked ~ .cs_bullets > label.num4 > .cs_point,
.csslider1 > #cs_pause1_4:checked ~ .cs_bullets > label.num4 > .cs_point {
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
	transform:scale(1.5);
}

/* calculate autoplay */
@-webkit-keyframes bullet {
	0%, 19.99%	{ -webkit-transform:scale(1.5); background: #fff;}
	20%, 100% { -webkit-transform:scale(0); background: transparent;}
}
@-moz-keyframes bullet {
	0%, 19.99%	{ -moz-transform:scale(1.5); background: #fff;}
	20%, 100% { -moz-transform:scale(0); background: transparent;}
}
@-ms-keyframes bullet {
	0%, 19.99%	{ -ms-transform:scale(1.5); background: #fff;}
	20%, 100% { -ms-transform:scale(0); background: transparent;}
}
@-o-keyframes bullet {
	0%, 19.99%	{ -o-transform:scale(1.5); background: #fff;}
	20%, 100% { -o-transform:scale(0); background: transparent;}
}
@keyframes bullet {
	0%, 19.99%	{ transform:scale(1.5); background: #fff;}
	20%, 100% { transform:scale(0); background: transparent;}
}


.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num0 > .cs_point {
	-webkit-animation: bullet 40s infinite -2s;
	-moz-animation: bullet 40s infinite -2s;
	-ms-animation: bullet 40s infinite -2s;
	-o-animation: bullet 40s infinite -2s;
	animation: bullet 40s infinite -2s;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num1 > .cs_point {
	-webkit-animation: bullet 40s infinite 6s;
	-moz-animation: bullet 40s infinite 6s;
	-ms-animation: bullet 40s infinite 6s;
	-o-animation: bullet 40s infinite 6s;
	animation: bullet 40s infinite 6s;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num2 > .cs_point {
	-webkit-animation: bullet 40s infinite 14s;
	-moz-animation: bullet 40s infinite 14s;
	-ms-animation: bullet 40s infinite 14s;
	-o-animation: bullet 40s infinite 14s;
	animation: bullet 40s infinite 14s;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num3 > .cs_point {
	-webkit-animation: bullet 40s infinite 22s;
	-moz-animation: bullet 40s infinite 22s;
	-ms-animation: bullet 40s infinite 22s;
	-o-animation: bullet 40s infinite 22s;
	animation: bullet 40s infinite 22s;
	
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num4 > .cs_point {
	-webkit-animation: bullet 40s infinite 30s;
	-moz-animation: bullet 40s infinite 30s;
	-ms-animation: bullet 40s infinite 30s;
	-o-animation: bullet 40s infinite 30s;
	animation: bullet 40s infinite 30s;
	
}


.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-family: 'Duru Sans', sans-serif;
	font-size: 18px;
	line-height: normal;
	bottom: 15%;
	z-index: 3;
}
.csslider1 > .cs_description > label > span {
	background-color: rgba(247,124,141,0.6);
	color: #fff;
	margin: 5px 10px;
	padding: 10px;
}



.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,
.csslider1 > #cs_slide1_4:checked ~ .cs_description > .num4 > .cs_title,
.csslider1 > #cs_slide1_4:checked ~ .cs_description > .num4 > .cs_descr,
.csslider1 > #cs_pause1_4:checked ~ .cs_description > .num4 > .cs_title,
.csslider1 > #cs_pause1_4:checked ~ .cs_description > .num4 > .cs_descr {
	opacity: 1;
	z-index: 4;
	-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 {
	opacity: 0;
	z-index: 2;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	
  	-webkit-transition: 500ms opacity 600ms ease, 500ms -webkit-transform 600ms ease;
  	-moz-transition: 500ms opacity 600ms ease, 500ms -moz-transform 600ms ease;
  	-ms-transition: 500ms opacity 600ms ease, 500ms -ms-transform 600ms ease;
  	-o-transition: 500ms opacity 600ms ease, 500ms -o-transform 600ms ease;
  	transition: 500ms opacity 600ms ease, 500ms transform 600ms ease;
  	
}
.csslider1 > .cs_description > label > .cs_descr {
	font-size: 0.8em;
	opacity: 0;
	z-index: 1;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	
  	-webkit-transition: 500ms opacity 850ms ease, 500ms -webkit-transform 850ms ease;
  	-moz-transition: 500ms opacity 850ms ease, 500ms -moz-transform 850ms ease;
  	-ms-transition: 500ms opacity 850ms ease, 500ms -ms-transform 850ms ease;
  	-o-transition: 500ms opacity 850ms ease, 500ms -o-transform 850ms ease;
  	transition: 500ms opacity 850ms ease, 500ms transform 850ms ease;
  	
}


/* calculate autoplay */
@-webkit-keyframes cs_title_descr {
	3%, 18%	{ opacity: 1; z-index: 1; -webkit-transform: scale(1)}
	23%	{ opacity: 0; z-index: 2; -webkit-transform: scale(2);}
	24%, 100%	{ z-index: 0; }
}
@-moz-keyframes cs_title_descr {
	3%, 18%	{ opacity: 1; z-index: 1; -moz-transform: scale(1)}
	23%	{ opacity: 0; z-index: 2; -moz-transform: scale(2);}
	24%, 100%	{ z-index: 0; }
}
@-ms-keyframes cs_title_descr {
	3%, 18%	{ opacity: 1; z-index: 1; -ms-transform: scale(1)}
	23%	{ opacity: 0; z-index: 2; -ms-transform: scale(2);}
	24%, 100%	{ z-index: 0; }
}
@-o-keyframes cs_title_descr {
	3%, 18%	{ opacity: 1; z-index: 1; -o-transform: scale(1)}
	23%	{ opacity: 0; z-index: 2; -o-transform: scale(2);}
	24%, 100%	{ z-index: 0; }
}
@keyframes cs_title_descr {
	3%, 18%	{ opacity: 1; z-index: 1; transform: scale(1)}
	23%	{ opacity: 0; z-index: 2; transform: scale(2);}
	24%, 100%	{ z-index: 0; }
}



.csslider1 > #cs_play1:checked ~ .cs_description > .num0  > .cs_title {
	-webkit-animation: cs_title_descr 40s infinite -1s;
	-moz-animation: cs_title_descr 40s infinite -1s;
	-ms-animation: cs_title_descr 40s infinite -1s;
	-o-animation: cs_title_descr 40s infinite -1s;
	animation: cs_title_descr 40s infinite -1s;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num1  > .cs_title {
	-webkit-animation: cs_title_descr 40s infinite 7s;
	-moz-animation: cs_title_descr 40s infinite 7s;
	-ms-animation: cs_title_descr 40s infinite 7s;
	-o-animation: cs_title_descr 40s infinite 7s;
	animation: cs_title_descr 40s infinite 7s;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num2  > .cs_title {
	-webkit-animation: cs_title_descr 40s infinite 15s;
	-moz-animation: cs_title_descr 40s infinite 15s;
	-ms-animation: cs_title_descr 40s infinite 15s;
	-o-animation: cs_title_descr 40s infinite 15s;
	animation: cs_title_descr 40s infinite 15s;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num3  > .cs_title {
	-webkit-animation: cs_title_descr 40s infinite 23s;
	-moz-animation: cs_title_descr 40s infinite 23s;
	-ms-animation: cs_title_descr 40s infinite 23s;
	-o-animation: cs_title_descr 40s infinite 23s;
	animation: cs_title_descr 40s infinite 23s;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num4  > .cs_title {
	-webkit-animation: cs_title_descr 40s infinite 31s;
	-moz-animation: cs_title_descr 40s infinite 31s;
	-ms-animation: cs_title_descr 40s infinite 31s;
	-o-animation: cs_title_descr 40s infinite 31s;
	animation: cs_title_descr 40s infinite 31s;
}


.csslider1 > #cs_play1:checked ~ .cs_description > .num0  > .cs_descr {
	-webkit-animation: cs_title_descr 40s infinite -1s;
	-moz-animation: cs_title_descr 40s infinite -1s;
	-ms-animation: cs_title_descr 40s infinite -1s;
	-o-animation: cs_title_descr 40s infinite -1s;
	animation: cs_title_descr 40s infinite -1s;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num1  > .cs_descr {
	-webkit-animation: cs_title_descr 40s infinite 7s;
	-moz-animation: cs_title_descr 40s infinite 7s;
	-ms-animation: cs_title_descr 40s infinite 7s;
	-o-animation: cs_title_descr 40s infinite 7s;
	animation: cs_title_descr 40s infinite 7s;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num2  > .cs_descr {
	-webkit-animation: cs_title_descr 40s infinite 15s;
	-moz-animation: cs_title_descr 40s infinite 15s;
	-ms-animation: cs_title_descr 40s infinite 15s;
	-o-animation: cs_title_descr 40s infinite 15s;
	animation: cs_title_descr 40s infinite 15s;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num3  > .cs_descr {
	-webkit-animation: cs_title_descr 40s infinite 23s;
	-moz-animation: cs_title_descr 40s infinite 23s;
	-ms-animation: cs_title_descr 40s infinite 23s;
	-o-animation: cs_title_descr 40s infinite 23s;
	animation: cs_title_descr 40s infinite 23s;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num4  > .cs_descr {
	-webkit-animation: cs_title_descr 40s infinite 31s;
	-moz-animation: cs_title_descr 40s infinite 31s;
	-ms-animation: cs_title_descr 40s infinite 31s;
	-o-animation: cs_title_descr 40s infinite 31s;
	animation: cs_title_descr 40s infinite 31s;
}


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

/* stop */
.csslider1 > .slide:checked ~ .cs_description > label,
.csslider1 > .pause:checked ~ .cs_description > 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;
	}
}
