@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
*/
.toast-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;

  /* Success Style based on .copy-message */
  background-color: #e8f5e9; /* Light Green Background */
  color: #4CAF50; /* Dark Green Text */
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 8px;

  /* Adding a subtle border/shadow for definition */
  border: 1px solid #4CAF50;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  white-space: nowrap;

  /* Slide-in Effect - Initial State */
  transform: translateX(120%);
  transition: transform 0.4s ease-out, opacity 0.3s ease-out;

  /* Initial Hiding */
  visibility: hidden;
  opacity: 0;
}

.toast-notification.show {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.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;
  cursor: pointer;
}

.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(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 991px) {
    .slk-sub-news-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

.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 {
    position: relative;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.55;
    color: #2b2b2b;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.25s ease, transform 0.25s ease;
}

/* Small gradient accent bar at the start of the title */
.slk-sub-card-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: -2px;
    background: linear-gradient(180deg, #800080, #c74ec7);
    transition: background 0.25s ease, transform 0.25s ease;
}

.slk-sub-news-card:hover .slk-sub-card-title {
    color: #800080;
    transform: translateX(4px);
}

.slk-sub-news-card:hover .slk-sub-card-title::before {
    background: linear-gradient(180deg, #c74ec7, #e693e6);
}

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

.charity-title {
  font-size: 26px;
  color: #800080;
  margin-bottom: 20px;
  border-right: 5px solid #800080;
  padding-right: 10px;
}

.charity-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.charity-list li {
  margin: 10px 0;
  padding: 10px 15px;
  background: #D9D9D9;
  border-radius: 8px;
  border-right: 4px solid #800080;
  transition: 0.2s;
}

.charity-list li:hover {
  background: #eaeaea;
}

.charity-highlight {
  color: #800080;
  font-weight: bold;
}

.charity-quote {
  margin-top: 25px;
  padding: 15px 20px;
  background: #f9f9fb;
  border-right: 5px solid #800080;
  border-radius: 10px;
  font-style: italic;
}

.sokook-board-members {
    padding: 40px 0;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.sokook-board-members h4 {
    color: #800080;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 40px;
    padding-right: 20px;
    border-right: 6px solid #800080;
    display: inline-block;
}

.sokook-member-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-right: 5px solid #D9D9D9;
    transition: all 0.4s ease;
}

.sokook-member-card:hover {
    box-shadow: 0 8px 25px rgba(128, 0, 128, 0.2);
    border-right-color: #800080;
    transform: translateY(-3px);
}

.sokook-member-image-wrap {
    flex: 0 0 280px;
    max-width: 280px;
    margin-left: 30px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.sokook-image-container {
    height: 280px !important;
}

.sokook-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sokook-member-card:hover .sokook-image-bg {
    transform: scale(1.08);
}

.sokook-member-content {
    flex: 1;
    padding-top: 10px;
}

.sokook-member-title {
    font-size: 24px;
    margin-top: 0 !important;
    margin-bottom: 10px;
}

.sokook-member-title a {
    color: #800080;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.sokook-member-title a:hover {
    color: #5a005a;
}

.sokook-member-text p {
    font-size: 15px;
    line-height: 1.9;
    color: #555555;
    text-align: justify;
    margin-top: 15px;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
}

.link_grid_header_absolute,
.meta-comment,
.post-meta {
    display: none;
}

@media (max-width: 991px) {
    .sokook-member-card {
        flex-direction: column;
        padding: 20px;
    }

    .sokook-member-image-wrap {
        flex: 1 1 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .sokook-image-container {
        height: 250px !important;
    }

    .sokook-board-members h4 {
        font-size: 26px;
        text-align: center;
        border-right: none;
        border-bottom: 4px solid #800080;
        padding-right: 0;
        padding-bottom: 10px;
        width: 100%;
    }
}

.main_title_wrapper {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .main_title_wrapper {
        margin-bottom: 40px;
    }
}

.main-content-wrapper {
    padding-top: 20px;
}

.container-custom {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}
.page-hero {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 20px;
}

.page-title {
    font-size: 2.5rem;
    margin: 0;
    font-weight: bold;
}
@media (max-width: 768px) {
    .page-title {
        font-size: 1.8rem;
    }
}

.support-section {
    padding: 40px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 30px;
    color: #800080;
    font-size: 1.5rem;
}

.support-options-grid {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.support-card {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 150px;
}

.support-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(128, 0, 128, 0.35);
    border-color: #800080;
}

.icon-placeholder {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #800080;
}

.card-icon-placeholder {
    font-size: 2.5rem;
    color: #800080;
    margin-bottom: 10px;
}

.card-title {
    font-size: 1.2rem;
    color: #800080;
    margin-bottom: 10px;
    font-weight: bold;
}

.card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin: 0;
}
.payment-info-container {
    padding: 30px 15px;
    max-width: 1000px;
    margin: 0 auto;
    direction: rtl;
    font-family: Tahoma, Arial, sans-serif;
  }

  .payment-title {
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 1.8em;
  }

  .bank-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }

  .bank-card {
    background-color: white;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    flex: 1 1 400px;
    min-width: 300px;
    transition: all 0.3s ease-in-out;
    cursor: default;
  }

  .bank-card:hover {
    border-color: #800080;
    box-shadow: 0 8px 25px rgba(128, 0, 128, 0.25);
    transform: translateY(-5px);
  }

  .card-title {
    color: #800080;
    font-size: 1.6em;
    margin-bottom: 20px;
    border-bottom: 3px solid #D9D9D9;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 600;
  }

  .account-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
  }

  .detail-label {
    font-size: 15px;
    color: #555;
    font-weight: 500;
  }

  .detail-value {
    font-size: 17px;
    font-family: 'Courier New', monospace;
    color: #000;
    direction: ltr;
    text-align: right;
    user-select: all;
  }

  .copy-button {
    background-color: #800080;
    color: white;
    border: none;
    width: 45px;
    height: 35px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.2s, transform 0.1s;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .copy-button:hover {
    background-color: #6a006a;
    transform: scale(1.05);
  }

  .copy-message {
    text-align: center;
    color: #4CAF50;
    font-weight: bold;
    margin-top: 15px;
    padding: 10px;
    background-color: #e8f5e9;
    border-radius: 8px;
    display: none;
    animation: fadeIn 0.3s;
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  @media (max-width: 650px) {
    .bank-card {
      flex: 1 1 100%;
      padding: 20px;
    }
  }

/*
 * 1. Card Link Container - ESSENTIAL for vertical stacking and removing white background.
 * Ensures the title is placed above the image and allows parent's background (gray) to show through.
 */
.slk-main-card-link {
    display: flex;
    flex-direction: column; /* Stacks H1, Image, and Content one after another */
    text-decoration: none;

    background: transparent !important; /* Forces the link to be transparent */
}

/*
 * 2. Card Wrapper - Must also be transparent if it has a white background set elsewhere.
 */
.slk-main-news-card {
    background: transparent !important; /* Forces the card wrapper to be transparent */
}

/*
 * 3. Main Title Styling (The text-focused design)
 * Focuses on high readability (color, font-weight) and responsive spacing.
 */
.isolated-main-article-title {
    /* --- Typography and Color Settings --- */
    color: #800080; /* Primary Color: Dark Purple (High Visibility) */
    font-family: 'Vazirmatn', 'Tahoma', sans-serif;
    font-weight: 900; /* Extremely bold for maximum impact */
    line-height: 1.35;

    /* --- Alignment & Desktop Defaults --- */
    font-size: 2.1rem; /* Large size for index page prominence */
    text-align: center; /* Centering the text inside the block */

    /* --- Spacing & Visual Emphasis --- */
    margin-top: 3rem; /* Generous top margin for separation */
    margin-bottom: 2.5rem; /* Generous bottom margin */
    padding-bottom: 1.1rem; /* Space between text and the accent line */

    /* Soft hairline track under the title */
    border-bottom: 1px solid #f0e4f0;
    background: none;
    box-shadow: none;

    /* --- Block Centering (To center the entire line/block) --- */
    display: block;
    width: 80%; /* Limiting width for focus, preventing it from spanning the whole screen */
    margin-left: auto; /* Centers the block itself */
    margin-right: auto; /* Centers the block itself */

    /* Final transparency confirmation */
    position: relative;
}

/* Short centered gradient accent bar — the signature underline */
.isolated-main-article-title::after {
    content: "";
    display: block;
    width: 110px;
    height: 5px;
    border-radius: 5px;
    margin: 1rem auto 0;
    background: linear-gradient(
        90deg,
        transparent,
        #800080 18%,
        #c74ec7 50%,
        #800080 82%,
        transparent
    );
}

/* --- Responsive Design: Mobile View --- */
/* Adjustments for screens smaller than 768px */
@media (max-width: 768px) {
    .isolated-main-article-title {
        font-size: 1.05rem; /* Reduced size for smaller screens */
        margin-top: 2rem;
        margin-bottom: 1.75rem;
        padding-bottom: 0.9rem;
        width: 95%; /* Wider on mobile to utilize space */
    }

    .isolated-main-article-title::after {
        width: 64px;
        height: 4px;
        margin-top: 0.8rem;
    }
}

/* ================================================================
 * Report Performance (گزارش عملکرد) Page
 * ================================================================ */
.sokook-function-report {
    padding: 50px 0 120px;
}

.slk-report-intro {
    max-width: 860px;
    margin: 0 auto 45px;
}

.slk-report-intro p {
    font-size: 1.05rem;
    line-height: 2;
    color: #555;
    text-align: justify;
    border-right: 5px solid #800080;
    background: #f9f9fb;
    padding: 20px 25px;
    border-radius: 10px;
}

.slk-report-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.slk-report-card {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    text-align: right;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-right: 5px solid #D9D9D9;
    transition: all 0.4s ease;
}

.slk-report-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(128, 0, 128, 0.25);
    border-right-color: #800080;
}

.slk-report-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #eaeaea;
}

.slk-report-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slk-report-card:hover .slk-report-image {
    transform: scale(1.08);
}

.slk-report-year {
    position: absolute;
    top: 12px;
    right: 0;
    background: #800080;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.slk-report-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 18px;
}

.slk-report-card-title {
    color: #800080;
    font-size: 16px;
    font-weight: 800;
}

.slk-report-card-footer i {
    color: #800080;
    font-size: 16px;
}

/* Lightbox */
.slk-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.88);
    padding: 40px 20px;
}

.slk-lightbox[hidden] {
    display: none;
}

.slk-lightbox-content {
    max-width: 92vw;
    max-height: 88vh;
    text-align: center;
}

.slk-lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
}

.slk-lightbox-caption {
    margin-top: 14px;
    color: #D9D9D9;
    font-size: 18px;
    font-weight: 700;
}

.slk-lightbox-close {
    position: absolute;
    top: 18px;
    left: 22px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    padding: 6px;
    opacity: 0.85;
    transition: opacity 0.2s, transform 0.2s;
}

.slk-lightbox-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.slk-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(217, 217, 217, 0.2);
    border: none;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

.slk-lightbox-prev {
    right: 18px;
}

.slk-lightbox-next {
    left: 18px;
}

.slk-lightbox-nav:hover {
    background: #800080;
}

.slk-lightbox-prev:hover {
    transform: translateY(-50%) translateX(-2px);
}

.slk-lightbox-next:hover {
    transform: translateY(-50%) translateX(2px);
}

@media (max-width: 768px) {
    .sokook-function-report {
        padding: 34px 0 60px;
    }

    .slk-report-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 18px;
    }

    .slk-lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .slk-lightbox-prev {
        right: 8px;
    }

    .slk-lightbox-next {
        left: 8px;
    }
}

/* ================================================================
   Slook Charity — Desktop Header Navigation (navigation_wrapper)
   Scope: only the desktop main menu inside the header
   ================================================================ */

/* Keep the menu above absolutely positioned header controls so the
   dropdown / mega-menu always renders on top */
.jl_header_magazine_style.header_layout_style3_custom #menu_wrapper .navigation_wrapper {
    z-index: 30;
}

/* Comfortable spacing between nav items */
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li {
    padding: 0 14px;
}

.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > a {
    color: #323232;
    letter-spacing: -0.01em;
    transition: color .25s ease;
}

/* Hover & active links → brand purple */
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > a:hover,
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li:hover > a,
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > .current-menu-item > a,
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > .current-menu-parent > a,
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > .current-menu-ancestor > a {
    color: #800080 !important;
}

/* Animated gradient underline (grows from the right — RTL friendly) */
.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper .jl_main_menu > li > a > span {
    right: 0;
    left: auto;
    bottom: 14px;
    height: 3px;
    width: 0;
    border-radius: 3px;
    background: linear-gradient(90deg, #800080, #c74ec7) !important;
    box-shadow: 0 0 6px rgba(128, 0, 128, 0.35);
    transition: width .3s cubic-bezier(.4, 0, .2, 1);
}

.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper .jl_main_menu > li > a:hover > span,
.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper .jl_main_menu > li:hover > a > span {
    width: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #800080, #c74ec7) !important;
}

/* Chevron indicator for the item that owns a dropdown */
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li.menupost > a::after {
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f107';
    font-size: 12px;
    margin-right: 7px;
    color: #a08aa0;
    transition: color .25s ease, transform .25s ease;
}

.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li.menupost:hover > a::after,
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li.menupost > a:hover::after {
    color: #800080;
    transform: translateY(2px);
}

/* Dropdown / mega-menu panel: purple accent + rounded corners */
.navigation_wrapper .jl_main_menu > li > .sub-menu.menu_post_feature {
    border-top: 3px solid #800080;
    border-radius: 12px;
}

/* ================================================================
   Slook Charity — Footer social bar (Telegram / Instagram)
   ================================================================ */
.slk-social-bar {
    padding: 24px 0 28px;
    background: #ffffff;
    border-top: 1px solid #f0e4f0;
    border-bottom: 1px solid #f0e4f0;
}

.slk-social-bar__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.slk-social-bar__label {
    font-size: 15px;
    font-weight: 700;
    color: #800080;
}

.slk-social-icons {
    display: flex;
    gap: 12px;
}

/* Circular brand buttons */
.slk-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 19px;
    color: #fff;
    background: #800080;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(128, 0, 128, 0.25);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.slk-social-icon:hover {
    text-decoration: none;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(128, 0, 128, 0.35);
}

.slk-social-icon--telegram {
    background: linear-gradient(135deg, #2aabee, #0088cc);
}

.slk-social-icon--telegram:hover {
    background: linear-gradient(135deg, #3fc0ff, #007bb5);
    box-shadow: 0 8px 20px rgba(0, 136, 204, 0.4);
}

.slk-social-icon--instagram {
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
}

.slk-social-icon--instagram:hover {
    box-shadow: 0 8px 20px rgba(220, 39, 67, 0.4);
}

@media (max-width: 480px) {
    .slk-social-bar__inner {
        gap: 10px;
    }

    .slk-social-icon {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }
}

/* ================================================================
   Slook Charity — Homepage CTA cards (bottom of the page)
   Scope: .slk-cta-section (last section on the homepage)
   ================================================================ */
.slk-cta-section {
    background: linear-gradient(180deg, #fbf7fd 0%, #f4ecf8 100%);
    border-radius: 26px;
    padding: 42px 30px 46px;
}

.slk-cta-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.slk-cta-title {
    margin: 0 0 0.5rem;
    font-size: 1.9rem;
    font-weight: 800;
    color: #800080;
}

.slk-cta-subtitle {
    margin: 0 auto;
    max-width: 520px;
    font-size: 1rem;
    color: #777;
    line-height: 1.8;
}

/* Row: 4 equal cards — always ONE line on desktop.
   Fixed 25% flex-basis (no gap) can never wrap: 4 × 25% = 100%. */
.slk-cta-section .jl_wrapper_row .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.slk-cta-section .blog_grid_post_style {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    float: none !important;
    padding: 0 12px;
    margin: 0 0 24px;
    min-width: 0;
}

.slk-cta-section .clear_line_3col_home {
    display: none;
}

/* Card body */
.slk-cta-section .jl_grid_box_wrapper {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 22px rgba(128, 0, 128, 0.09);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slk-cta-section .jl_grid_box_wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(128, 0, 128, 0.18);
}

/* Image — fixed ratio so every card keeps the same height */
.slk-cta-section .image-post-thumb {
    position: relative;
    margin-bottom: 0;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.slk-cta-section .image-post-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 40 / 28;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.slk-cta-section .jl_grid_box_wrapper:hover .image-post-thumb img {
    transform: scale(1.07);
}

/* Category pill, floating over the image */
.slk-cta-section .meta-category-small {
    position: absolute;
    top: 14px;
    right: 14px;
    margin: 0;
    z-index: 5;
}

/* Card content */
.slk-cta-section .post-entry-content {
    padding: 18px 18px 22px;
    text-align: center;
    border: 0;
    float: none;
    width: auto;
}

.slk-cta-section .image-post-title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    float: none;
    width: auto;
}

.slk-cta-section .image-post-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.25s ease;
}

.slk-cta-section .jl_grid_box_wrapper:hover .image-post-title a {
    color: #800080;
}

.slk-cta-section .post-entry-content:after {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #800080;
    display: block;
    margin-top: 10px;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.slk-cta-section .jl_grid_box_wrapper:hover .post-entry-content:after {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 991px) {
    .slk-cta-section {
        padding: 34px 20px 38px;
    }

    .slk-cta-section .blog_grid_post_style {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (max-width: 576px) {
    .slk-cta-section .blog_grid_post_style {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .slk-cta-title {
        font-size: 1.55rem;
    }
}

/* ================================================================
   Slook Charity — Mobile polish
   Tidy the header, cap huge images/heights and keep the heading
   hierarchy sane on phones & tablets (desktop is untouched).
   ================================================================ */

/* Guard: never allow horizontal scroll bars on small screens */
@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }
}

/* ------------------------------------------------------------------
   Header — one clean row: logo right, phone + burger left
   ------------------------------------------------------------------ */
@media (max-width: 991px) {
    .jl_header_magazine_style.header_layout_style3_custom .main_menu {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .jl_header_magazine_style.header_layout_style3_custom .logo_small_wrapper_table {
        margin: 0;
        padding: 0;
        float: none;
    }

    .jl_header_magazine_style.header_layout_style3_custom .logo_small_wrapper_table .logo_small_wrapper .logo_link img {
        max-height: 46px !important;
        max-width: 150px !important;
        height: auto !important;
        width: auto !important;
        display: block;
    }

    .jl_header_magazine_style.header_layout_style3_custom .search_header_menu {
        height: auto;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .jl_header_magazine_style.header_layout_style3_custom .main_menu {
        gap: 6px;
    }

    .jl_header_magazine_style.header_layout_style3_custom .logo_small_wrapper_table .logo_small_wrapper .logo_link img {
        max-height: 38px !important;
        max-width: 120px !important;
    }
}

/* ------------------------------------------------------------------
   Homepage hero & sub cards — no more giant full-width images
   ------------------------------------------------------------------ */
@media (max-width: 991px) {
    .slk-main-card-image {
        height: 340px;
    }

    .slk-sub-card-image-wrapper {
        height: 170px;
    }
}

@media (max-width: 576px) {
    .slk-main-card-image {
        height: 245px;
    }

    .slk-sub-card-image-wrapper {
        height: 150px;
    }

    .slk-sub-news-grid {
        gap: 1rem;
    }

    .slk-disaster-news-section {
        gap: 1.25rem;
    }

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

    .slk-cta-section {
        margin-top: 34px !important;
    }

    .slk-cta-header {
        margin-bottom: 1.75rem;
    }

    .slk-cta-section .slk-cta-subtitle {
        font-size: 0.95rem;
    }
}

/* ------------------------------------------------------------------
   Headings — keep a sane scale so titles never look oversized
   ------------------------------------------------------------------ */
@media (max-width: 768px) {
    .isolated-main-article-title {
        font-size: 1.45rem;
    }
}

@media (max-width: 576px) {
    .isolated-main-article-title {
        font-size: 1.3rem;
    }

    .saluk-section-title {
        font-size: 1.9rem;
    }

    .saluk-about-card-title {
        font-size: 1.25rem;
    }

    .saluk-about-content {
        padding: 1.15rem 1.25rem;
    }

    .saluk-about-grid {
        gap: 1.25rem;
    }

    .saluk-section-header {
        margin-bottom: 1.75rem;
    }
}

/* ------------------------------------------------------------------
   Custom page heroes & section titles
   ------------------------------------------------------------------ */
@media (max-width: 768px) {
    .page-hero {
        height: 195px;
    }

    .page-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .charity-title {
        font-size: 22px;
    }

    .sokook-board-members h4 {
        font-size: 24px;
        font-weight: 800;
    }
}

/* ================================================================
   Slook Charity — Assistance request form ("email" boxes)
   Scope: .slk-assistance-page (become-supporter / assistance pages)
   ================================================================ */
.slk-assistance-page #respond {
    background: #ffffff;
    border: 1px solid #f0e4f0;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 12px 32px rgba(84, 28, 100, 0.09);
    margin-top: 34px;
}

.slk-assistance-page #respond:before {
    content: "";
    display: block;
    height: 5px;
    border-radius: 5px 5px 0 0;
    margin: -32px -32px 30px;
    background: linear-gradient(90deg, #800080, #c74ec7, #800080);
}

/* ---- Form header ---- */
.slk-form-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 26px;
}

.slk-form-head__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #800080, #a856c9);
    color: #fff;
    font-size: 24px;
    box-shadow: 0 8px 18px rgba(128, 0, 128, 0.28);
}

.slk-assistance-page #reply-title {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #800080;
    line-height: 1.4;
}

.slk-form-subtitle {
    margin: 6px 0 0;
    font-size: 13px;
    color: #88748c;
    line-height: 1.7;
}

/* ---- Privacy / email info note ---- */
.slk-form-note {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 15px;
    margin-bottom: 22px;
    border-radius: 10px;
    background: linear-gradient(90deg, #f4ecf8 0%, #fbf7fd 100%);
    border: 1px solid #eadcf0;
    color: #6b3f72;
    font-size: 13px;
    font-weight: 500;
}

.slk-form-note i {
    color: #800080;
    font-size: 15px;
}

/* ---- Labels ---- */
.slk-assistance-page #commentform label {
    float: none;
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 8px;
    color: #54305e;
    font-size: 13.5px;
    font-weight: 600;
    text-align: right;
}

.slk-assistance-page .form-group {
    margin-bottom: 20px;
}

/* ---- Inputs ---- */
.slk-assistance-page #commentform input[type="text"],
.slk-assistance-page #commentform input[type="email"],
.slk-assistance-page #commentform input[type="tel"],
.slk-assistance-page #commentform textarea,
.slk-assistance-page #content input[type="text"],
.slk-assistance-page #content input[type="email"],
.slk-assistance-page #content textarea {
    width: 100%;
    border: 1.5px solid #e3d9e6;
    border-radius: 10px;
    padding: 12px 15px;
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: #3c3c3c;
    background: #fdfbfe;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.slk-assistance-page #commentform textarea {
    min-height: 150px;
    resize: vertical;
}

.slk-assistance-page #commentform input::placeholder,
.slk-assistance-page #commentform textarea::placeholder {
    color: #b9a8bd;
}

.slk-assistance-page #commentform input:focus,
.slk-assistance-page #commentform textarea:focus {
    border-color: #800080;
    background: #ffffff;
    box-shadow: 0 0 0 3.5px rgba(128, 0, 128, 0.14);
}

/* ---- Inline errors ---- */
.slk-assistance-page .text-danger small {
    display: block;
    margin-top: 6px;
    color: #d33c5a;
    font-size: 12.5px;
}

/* ---- Submit button ---- */
.slk-assistance-page .form-submit {
    margin: 6px 0 0;
    text-align: right;
}

.slk-assistance-page .slk-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: auto;
    padding: 14px 34px;
    margin: 0;
    border: 0;
    border-radius: 30px;
    background: linear-gradient(135deg, #800080 0%, #a856c9 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(128, 0, 128, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease;
}

.slk-assistance-page .slk-submit-btn::before {
    content: "\f1d8";
    font-family: "FontAwesome";
    font-size: 15px;
}

.slk-assistance-page .slk-submit-btn:hover {
    background: linear-gradient(135deg, #6a006a 0%, #933fb3 100%);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(128, 0, 128, 0.38);
}

.slk-assistance-page .slk-submit-btn:focus-visible {
    outline: 3px solid rgba(128, 0, 128, 0.35);
    outline-offset: 2px;
}

.slk-assistance-page .slk-submit-btn:disabled {
    background: #cbb6cf;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

/* ---- Alerts ---- */
.slk-assistance-page .alert {
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
}

.slk-assistance-page .alert-success {
    background: #e9f7ee;
    border: 1px solid #b8e6c9;
    color: #1f6b3b;
}

.slk-assistance-page .alert-danger {
    background: #fdeeef;
    border: 1px solid #f5c6cb;
    color: #a11c32;
}

.slk-assistance-page .alert-warning {
    background: #fff6e5;
    border: 1px solid #ffe1a8;
    color: #8a6116;
}

/* ---- Mobile ---- */
@media (max-width: 576px) {
    .slk-assistance-page .container,
    .slk-assistance-page .row,
    .slk-assistance-page #content,
    .slk-assistance-page #content_masonry,
    .slk-assistance-page .col-md-8,
    .slk-assistance-page .grid-sidebar,
    .slk-assistance-page .jl_wrapper_cat,
    .slk-assistance-page .form-fields.row {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .slk-assistance-page .jl_wrapper_cat,
    .slk-assistance-page .pagination_infinite_style_cat {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .slk-assistance-page .form-fields.row .col-md-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        float: none;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .slk-assistance-page #respond {
        padding: 22px 18px !important;
        margin-top: 24px !important;
    }

    .slk-assistance-page #respond:before {
        margin: -22px -18px 24px;
    }

    .slk-form-head {
        gap: 12px;
    }

    .slk-form-head__icon {
        width: 46px;
        height: 46px;
        font-size: 19px;
        border-radius: 12px;
    }

    .slk-assistance-page #reply-title {
        font-size: 17px;
    }

    .slk-form-subtitle {
        font-size: 12px;
    }

    .slk-assistance-page .form-submit {
        text-align: center;
    }

    .slk-assistance-page .slk-submit-btn {
        width: 100%;
        justify-content: center;
        padding: 15px 20px;
    }
}

/* ================================================================
   Slook Charity — Footer
   Scope: all pages (include via templates/footer.html)
   Dark purple background distinct from white body.
   Brand colors: #800080 (purple) / #D9D9D9 (light gray)
   ================================================================ */

.slk-footer {
  direction: rtl;
  text-align: right;
  font-family: 'Vazirmatn', 'Tahoma', sans-serif;
  background: linear-gradient(135deg, #800080 0%, #5a005a 100%);
  padding: 44px 0 0;
}

.slk-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1.5fr;
  gap: 32px;
  padding-bottom: 36px;
}

.slk-footer__about-text {
  margin: 0;
  color: #e6d6e6;
  font-size: 13px;
  line-height: 2;
}

/* Titles */
.slk-footer__title {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}

.slk-footer__title--spaced {
  margin-top: 24px;
}

.slk-footer__title::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #D9D9D9;
}

/* Links list */
.slk-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slk-footer__links li {
  margin-bottom: 8px;
}

.slk-footer__links a {
  display: inline-block;
  color: #e6d6e6;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  padding-right: 14px;
  transition: color 0.25s ease, padding-right 0.25s ease;
}

.slk-footer__links a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: background-color 0.25s ease;
}

.slk-footer__links a:hover {
  color: #ffffff;
  padding-right: 18px;
}

.slk-footer__links a:hover::before {
  background-color: #ffffff;
}

/* Contact list */
.slk-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slk-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: #e6d6e6;
  font-size: 13px;
  line-height: 1.9;
}

.slk-footer__contact-item i {
  margin-top: 5px;
  color: #D9D9D9;
  font-size: 14px;
  flex-shrink: 0;
  width: 18px;
  text-align: center;
}

/* Bank accounts — cards */
.slk-footer__account-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
}

.slk-footer__account-card:last-child {
  margin-bottom: 0;
}

.slk-footer__account-card--first {
  border-color: rgba(217, 217, 217, 0.4);
}

.slk-footer__account-card--second {
  border-color: rgba(216, 0, 249, 0.45);
}

.slk-footer__account-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: #800080;
  border-radius: 20px;
  padding: 2px 12px;
  margin-bottom: 10px;
}

.slk-footer__account-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 6px;
  color: #e6d6e6;
  font-size: 13px;
  line-height: 1.6;
}

.slk-footer__account-row:last-child {
  margin-bottom: 0;
}

.slk-footer__account-label {
  color: #D9D9D9;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
}

.slk-footer__account-row .ltr-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- Bottom row: social + copyright in one line --- */
.slk-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.slk-footer__social-icons {
  display: flex;
  gap: 10px;
}

.slk-footer__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

.slk-footer__social-icon:hover {
  text-decoration: none;
  transform: translateY(-2px) scale(1.05);
}

.slk-footer__social-icon--telegram:hover {
  background: linear-gradient(135deg, #2aabee, #0088cc);
}

.slk-footer__social-icon--instagram:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.slk-footer__copyright {
  margin: 0;
  color: #e6d6e6;
  font-size: 13px;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .slk-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .slk-footer {
    padding-top: 36px;
  }

  .slk-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .slk-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ================================================================
   Slook Charity — Helping Info page ("نحوه دریافت کمک های نقدی")
   Scope: templates/home/helping_info.html
   Brand colors: #800080 (purple) / #D9D9D9 (light gray)
   ================================================================ */

.slk-payment {
  margin: 0 auto;
  max-width: 1080px;
  padding: 40px 20px 60px;
  direction: rtl;
  text-align: right;
  font-family: 'Vazirmatn', 'Tahoma', sans-serif;
}

/* Intro */
.slk-payment__intro {
  text-align: center;
  margin-bottom: 44px;
}

.slk-payment__title {
  color: #800080;
  font-size: 1.7rem;
  font-weight: 800;
  margin: 0 0 14px;
  line-height: 1.5;
}

.slk-payment__subtitle {
  margin: 0 auto;
  max-width: 560px;
  color: #777;
  font-size: 1rem;
  line-height: 1.9;
}

/* Cards grid */
.slk-payment__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.slk-bank-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #f0e4f0;
  padding: 26px;
  box-shadow: 0 8px 26px rgba(128, 0, 128, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, border-top-color 0.3s ease;
}

.slk-bank-card:hover {
  border-top-color: #800080;
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(128, 0, 128, 0.16);
}

.slk-bank-card--first,
.slk-bank-card--second {
  border-top: 4px solid #D9D9D9;
}

/* Card head */
.slk-bank-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #eee;
}

.slk-bank-card__bank-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #800080;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.slk-bank-card__title {
  margin: 0;
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  flex: 1;
}

.slk-bank-card__badge {
  background: #f2e6f2;
  color: #800080;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Rows */
.slk-bank-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.slk-bank-card__row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.slk-bank-card__label {
  color: #800080;
  font-size: 0.9rem;
  font-weight: 700;
  min-width: 78px;
}

.slk-bank-card__value {
  flex: 1;
  min-width: 0;
  font-family: 'Courier New', monospace;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  color: #222;
  direction: ltr;
  text-align: right;
  user-select: all;
  background: #faf8fb;
  border: 1px solid #f0e4f0;
  border-radius: 8px;
  padding: 8px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slk-bank-card__copy {
  flex-shrink: 0;
  background: linear-gradient(135deg, #800080, #6a006a);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 9px 18px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Vazirmatn', 'Tahoma', sans-serif;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.slk-bank-card__copy:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 16px rgba(128, 0, 128, 0.35);
}

/* Copy message */
.slk-bank-card__msg {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--slk-purple-dark);
  font-weight: 700;
  margin: 18px auto 0;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(128, 0, 128, 0.16);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(128, 0, 128, 0.12);
  animation: slkFadeInUp 0.3s ease-out;
}
@keyframes slkFadeInUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 767px) {
  .slk-payment {
    padding: 30px 16px 45px;
  }

  .slk-payment__title {
    font-size: 1.35rem;
  }

  .slk-payment__cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .slk-bank-card__row {
    flex-wrap: wrap;
  }

  .slk-bank-card__value {
    flex-basis: 100%;
  }
}