<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ------------- General ------------- */
@import url(https://fonts.googleapis.com/css?family=Bitter);
@font-face {
	font-family: "cs-ctrl-rhomb";
	src: url("cs-ctrl-rhomb.eot");
	src: url("cs-ctrl-rhomb.eot#iefix") format("embedded-opentype"),
			url("cs-ctrl-rhomb.woff") format("woff"),
			url("cs-ctrl-rhomb.ttf") format("truetype"),
			url("cs-ctrl-rhomb.svg#basic") format("svg");
	font-weight: normal;
	font-style: normal;
}

.csslider1 {
  display: inline-block;
  position: relative;
  max-width: 850px;
  
  

  width: 100%;
}
.csslider1,
.csslider1 *,
.csslider1 *:after,
.csslider1 *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider1 &gt; .cs_anchor {
  display: none;
}
.csslider1 &gt; ul {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  
  overflow: hidden;
  white-space: nowrap;
}
.csslider1 &gt; ul &gt; .cs_skeleton {
  width: 100%;
  visibility: hidden;
  font-size: 0px;
  line-height: 0;
}

.csslider1 &gt; ul &gt; .slide.img img {
  width: 100%;
}



.csslider1 &gt; ul &gt; .slide.img a {
  font-size: 0pt;
  color: transparent;
}
.csslider1 &gt; ul &gt; .slide {
  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);
  transform: translate3d(0,0,0);
}
.csslider1 .cs_engine{
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 0pt;
  opacity: 0;
  filter: alpha(opacity=0);
}

.csslider1 &gt; ul &gt; li.img,
.csslider1 &gt; .cs_arrowprev,
.csslider1 &gt; .cs_arrownext,
.csslider1 &gt; .cs_bullets,
.csslider1 &gt; .cs_play_pause {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ------------- /General Styles ------------- */

/* ------------- General Arrows ------------- */
.csslider1 &gt; .cs_arrowprev,
.csslider1 &gt; .cs_arrownext {
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider1 &gt; .cs_arrowprev &gt; label,
.csslider1 &gt; .cs_arrownext &gt; label {
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
}
.csslider1 &gt; .cs_arrowprev {
  left: 0;
}
.csslider1 &gt; .cs_arrownext {
  right: 0;
}

.csslider1 &gt; .slide:checked ~ .cs_arrowprev &gt; label,
.csslider1 &gt; .slide:checked ~ .cs_arrownext &gt; label {
  opacity: 0;
  z-index: -1;
}



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


@-webkit-keyframes arrow1 {
  0%, 24.99% { opacity: 1; z-index: 5; }
  25%, 100%  { opacity: 0; z-index: -1; }
}
@keyframes arrow1 {
  0%, 24.99% { opacity: 1; z-index: 5; }
  25%, 100%  { opacity: 0; z-index: -1; }
}


.csslider1 &gt; #cs_play1:checked ~ .cs_arrowprev &gt; label.num3,
.csslider1 &gt; #cs_play1:checked ~ .cs_arrownext &gt; label.num1 {
  -webkit-animation: arrow1 20800ms infinite -2000ms;
  animation: arrow1 20800ms infinite -2000ms;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_arrowprev &gt; label.num0,
.csslider1 &gt; #cs_play1:checked ~ .cs_arrownext &gt; label.num2 {
  -webkit-animation: arrow1 20800ms infinite 3200ms;
  animation: arrow1 20800ms infinite 3200ms;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_arrowprev &gt; label.num1,
.csslider1 &gt; #cs_play1:checked ~ .cs_arrownext &gt; label.num3 {
  -webkit-animation: arrow1 20800ms infinite 8400ms;
  animation: arrow1 20800ms infinite 8400ms;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_arrowprev &gt; label.num2,
.csslider1 &gt; #cs_play1:checked ~ .cs_arrownext &gt; label.num0 {
  -webkit-animation: arrow1 20800ms infinite 13600ms;
  animation: arrow1 20800ms infinite 13600ms;
}


.csslider1 &gt; .slide:checked ~ .cs_arrowprev &gt; label,
.csslider1 &gt; .slide:checked ~ .cs_arrownext &gt; label,
.csslider1 &gt; .pause:checked ~ .cs_arrowprev &gt; label,
.csslider1 &gt; .pause:checked ~ .cs_arrownext &gt; label {
  -webkit-animation: none;
  animation: none;
}


/* ------------- /General Arrows ------------- */

/* ------------- General Bullets ------------- */
.csslider1 &gt; .cs_bullets {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 6;
  font-size: 0;
  line-height: 8pt;
  text-align: center;
}
.csslider1 &gt; .cs_bullets &gt; div {
  margin-left: -50%;
  width: 100%;
}
.csslider1 &gt; .cs_bullets &gt; label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.csslider1 &gt; .cs_bullets &gt; label &gt; .cs_thumb {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  line-height: 0;
  left: -56.5px;
  top: -48px;
}
.csslider1 &gt; .cs_bullets &gt; label &gt; .cs_thumb &gt; img {
  max-width: none;
}
/* ------------- /General Bullets ------------- */

/* ------------- General Play Pause ------------- */
.csslider1 &gt; .cs_play_pause {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
}
.csslider1 &gt; .cs_play_pause &gt; label {
  position: absolute;
  cursor: pointer;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_play_pause &gt; .cs_pause,
.csslider1 &gt; .slide:checked ~ .cs_play_pause &gt; .cs_play,
.csslider1 &gt; .pause:checked ~ .cs_play_pause &gt; .cs_play {
  display: block;
  z-index: 5;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_play_pause &gt; .cs_play,
.csslider1 &gt; .slide:checked ~ .cs_play_pause &gt; .cs_pause,
.csslider1 &gt; .pause:checked ~ .cs_play_pause &gt; .cs_pause {
  display: none;
  z-index: -1;
}



@-webkit-keyframes pauseChange1 {
  0%, 24.99% { opacity: 1; z-index: 5; }
  25%, 100%  { opacity: 0; z-index: -1; }
}
@keyframes pauseChange1 {
  0%, 24.99% { opacity: 1; z-index: 5; }
  25%, 100%  { opacity: 0; z-index: -1; }
}


.csslider1 &gt; #cs_play1:checked ~ .cs_play_pause &gt; .cs_pause.num0 {
  opacity: 0;
  z-index: -1;
  -webkit-animation: pauseChange1 20800ms infinite -2000ms;
  animation: pauseChange1 20800ms infinite -2000ms;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_play_pause &gt; .cs_pause.num1 {
  opacity: 0;
  z-index: -1;
  -webkit-animation: pauseChange1 20800ms infinite 3200ms;
  animation: pauseChange1 20800ms infinite 3200ms;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_play_pause &gt; .cs_pause.num2 {
  opacity: 0;
  z-index: -1;
  -webkit-animation: pauseChange1 20800ms infinite 8400ms;
  animation: pauseChange1 20800ms infinite 8400ms;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_play_pause &gt; .cs_pause.num3 {
  opacity: 0;
  z-index: -1;
  -webkit-animation: pauseChange1 20800ms infinite 13600ms;
  animation: pauseChange1 20800ms infinite 13600ms;
}


.csslider1 &gt; .slide:checked ~ .cs_play_pause &gt; .cs_pause,
.csslider1 &gt; .pause:checked ~ .cs_play_pause &gt; .cs_pause {
  -webkit-animation: none;
  animation: none;
}


/* ------------- /General Play Pause ------------- */

/* ------------- Effect ------------- */
.csslider1 &gt; ul {
  overflow: hidden;
}

.csslider1 &gt; ul &gt; .slide {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  opacity: 0;
  z-index: 1;

  -webkit-transition: -webkit-transform 2000ms ease, opacity 2000ms ease;
  transition: -webkit-transform 2000ms ease, transform 2000ms ease, opacity 2000ms ease;

  -webkit-transform: scale(2);
  transform: scale(2);
}


.csslider1 &gt; #cs_slide1_0:checked ~ ul &gt; .slide.num0,
.csslider1 &gt; #cs_pause1_0:checked ~ ul &gt; .slide.num0,
.csslider1 &gt; #cs_slide1_1:checked ~ ul &gt; .slide.num1,
.csslider1 &gt; #cs_pause1_1:checked ~ ul &gt; .slide.num1,
.csslider1 &gt; #cs_slide1_2:checked ~ ul &gt; .slide.num2,
.csslider1 &gt; #cs_pause1_2:checked ~ ul &gt; .slide.num2,
.csslider1 &gt; #cs_slide1_3:checked ~ ul &gt; .slide.num3,
.csslider1 &gt; #cs_pause1_3:checked ~ ul &gt; .slide.num3 {
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
}




@-webkit-keyframes fade-in1 {
  0%, 34.61538461538461%, 100%  {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  9.615384615384615%, 25%  {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  0%, 24.999%  { z-index: 2; }
  25.001%, 100%  { z-index: 1; }
}
@keyframes fade-in1 {
  0%, 34.61538461538461%, 100%  {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  9.615384615384615%, 25%  {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  0%, 24.999%  { z-index: 2; }
  25.001%, 100%  { z-index: 1; }
}

.csslider1 &gt; #cs_play1:checked ~ ul &gt; .slide.num0 {
  -webkit-animation: fade-in1 20800ms infinite -2000ms;
  animation: fade-in1 20800ms infinite -2000ms;
}
.csslider1 &gt; #cs_play1:checked ~ ul &gt; .slide.num1 {
  -webkit-animation: fade-in1 20800ms infinite 3200ms;
  animation: fade-in1 20800ms infinite 3200ms;
}
.csslider1 &gt; #cs_play1:checked ~ ul &gt; .slide.num2 {
  -webkit-animation: fade-in1 20800ms infinite 8400ms;
  animation: fade-in1 20800ms infinite 8400ms;
}
.csslider1 &gt; #cs_play1:checked ~ ul &gt; .slide.num3 {
  -webkit-animation: fade-in1 20800ms infinite 13600ms;
  animation: fade-in1 20800ms infinite 13600ms;
}



.csslider1 &gt; #cs_play1:checked ~ ul &gt; .slide,
.csslider1 &gt; .pause:checked ~ ul &gt; .slide {
  -webkit-transition: none;
  transition: none;
}


/* ------------- /Effect ------------- */

/* ------------- Template Show on hover ------------- */
.csslider1 &gt; .cs_play_pause {
  -webkit-transition: .4s all 0s ease;
  transition: .4s all 0s ease;
}
.csslider1 &gt; .cs_arrowprev {
  -webkit-transition: .4s all .15s ease;
  transition: .4s all .15s ease;
}
.csslider1 &gt; .cs_arrownext {
  -webkit-transition: .4s all .3s ease;
  transition: .4s all .3s ease;
}
.csslider1 &gt; .cs_arrowprev,
.csslider1 &gt; .cs_arrownext,
.csslider1 &gt; .cs_play_pause {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.csslider1:hover &gt; .cs_arrowprev,
.csslider1:hover &gt; .cs_arrownext,
.csslider1:hover &gt; .cs_play_pause {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* ------------- /Template Show on hover ------------- */

/* ------------- Template Arrows ------------- */
.csslider1 &gt; .cs_arrowprev &gt; label,
.csslider1 &gt; .cs_arrownext &gt; label {
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 3px;
  color: #FFF;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: background 200ms ease-in-out, -webkit-transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
.csslider1 &gt; .cs_arrowprev {
  left: 45px;
}
.csslider1 &gt; .cs_arrownext {
  right: 45px;
}

.csslider1 &gt; .cs_arrowprev:hover &gt; label,
.csslider1 &gt; .cs_arrownext:hover &gt; label {
  background: #9d3e56;
  box-shadow: inset 0 0 0 2px #9d3e56;

  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.csslider1 &gt; .cs_arrowprev:hover &gt; label span,
.csslider1 &gt; .cs_arrownext:hover &gt; label span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.csslider1 &gt; .cs_arrowprev &gt; label span,
.csslider1 &gt; .cs_arrownext &gt; label span {
  display: block;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.csslider1 &gt; .cs_arrowprev &gt; label span:after,
.csslider1 &gt; .cs_arrownext &gt; label span:after {
  font: 20px "cs-ctrl-rhomb";
  line-height: 50px;
  height: 100%;
  text-align: center;
}

/* IE10+ hack */
_:-ms-input-placeholder, :root .csslider1 &gt; .cs_arrowprev &gt; label span:after {
  line-height: 61px;
}
_:-ms-input-placeholder, :root .csslider1 &gt; .cs_arrownext &gt; label span:after {
  line-height: 61px;
}

.csslider1 &gt; .cs_arrowprev &gt; label span:after {
  content: '\e802';
}
.csslider1 &gt; .cs_arrownext &gt; label span:after {
  content: '\e803';
}


/* ------------- /Template Arrows ------------- */

/* ------------- Template Play Pause ------------- */
.csslider1 &gt; .cs_play_pause &gt; label{
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 3px;
  color: #FFF;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: background 200ms ease-in-out, -webkit-transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
.csslider1 &gt; .cs_play_pause:hover &gt; label {
  background: #9d3e56;
  box-shadow: inset 0 0 0 2px #9d3e56;

  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.csslider1 &gt; .cs_play_pause:hover &gt; label span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.csslider1 &gt; .cs_play_pause &gt; label span {
  display: block;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.csslider1 &gt; .cs_play_pause &gt; label span:after{
  display: block;
  font: 20px "cs-ctrl-rhomb";
  line-height: 50px;
  text-align: center;
}


/* IE10+ hack */
_:-ms-input-placeholder, :root .csslider1 &gt; .cs_play_pause &gt; label span:after {
  line-height: 57px;
}

.csslider1 &gt; .cs_play_pause &gt; .cs_play span:after {
  content: '\e800';
}
.csslider1 &gt; .cs_play_pause &gt; .cs_pause span:after {
  content: '\e801';
}



/* ------------- /Template Play Pause ------------- */

/* ------------- Template Bullets ------------- */
.csslider1 &gt; .cs_bullets {
  bottom: 5px;
  margin-bottom: 5px;
}
.csslider1 &gt; .cs_bullets &gt; label {
  margin: 3px 6px;
  padding: 8px;
}


.csslider1 &gt; .cs_bullets &gt; label &gt; .cs_thumb {
  margin-top: -150%;
  margin-left: 5px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.csslider1 &gt; .cs_bullets &gt; label &gt; .cs_thumb:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  bottom: -10px;
}
.csslider1 &gt; .cs_bullets &gt; label:hover &gt; .cs_thumb {
  margin-top: -10px;
  opacity: 1;
  visibility: visible;
}


.csslider1 &gt; .cs_bullets &gt; label &gt; .cs_point {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 3px;
  box-shadow: inset 0 0 0 2px #fff;

  -webkit-transition: background 200ms ease-in-out, -webkit-transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
}


.csslider1 &gt; .cs_bullets &gt; label:hover &gt; .cs_point,

.csslider1 &gt; #cs_slide1_0:checked ~ .cs_bullets &gt; label.num0 &gt; .cs_point,
.csslider1 &gt; #cs_pause1_0:checked ~ .cs_bullets &gt; label.num0 &gt; .cs_point,
.csslider1 &gt; #cs_slide1_1:checked ~ .cs_bullets &gt; label.num1 &gt; .cs_point,
.csslider1 &gt; #cs_pause1_1:checked ~ .cs_bullets &gt; label.num1 &gt; .cs_point,
.csslider1 &gt; #cs_slide1_2:checked ~ .cs_bullets &gt; label.num2 &gt; .cs_point,
.csslider1 &gt; #cs_pause1_2:checked ~ .cs_bullets &gt; label.num2 &gt; .cs_point,
.csslider1 &gt; #cs_slide1_3:checked ~ .cs_bullets &gt; label.num3 &gt; .cs_point,
.csslider1 &gt; #cs_pause1_3:checked ~ .cs_bullets &gt; label.num3 &gt; .cs_point {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #9d3e56;
  box-shadow: inset 0 0 0 2px #9d3e56;
}




@-webkit-keyframes bullet1 {
  0%, 24.99%  {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #9d3e56;
    box-shadow: inset 0 0 0 2px #9d3e56;
  }
  25%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: transparent;
    box-shadow: inset 0 0 0 2px #fff;
  }
}
@keyframes bullet1 {
  0%, 24.99%  {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #9d3e56;
    box-shadow: inset 0 0 0 2px #9d3e56;
  }
  25%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: transparent;
    box-shadow: inset 0 0 0 2px #fff;
  }
}

.csslider1 &gt; #cs_play1:checked ~ .cs_bullets &gt; label.num0 &gt; .cs_point,
.csslider1 &gt; #cs_pause1:checked ~ .cs_bullets &gt; label.num0 &gt; .cs_point {
  -webkit-animation: bullet1 20800ms infinite -2000ms;
  animation: bullet1 20800ms infinite -2000ms;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_bullets &gt; label.num1 &gt; .cs_point,
.csslider1 &gt; #cs_pause1:checked ~ .cs_bullets &gt; label.num1 &gt; .cs_point {
  -webkit-animation: bullet1 20800ms infinite 3200ms;
  animation: bullet1 20800ms infinite 3200ms;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_bullets &gt; label.num2 &gt; .cs_point,
.csslider1 &gt; #cs_pause1:checked ~ .cs_bullets &gt; label.num2 &gt; .cs_point {
  -webkit-animation: bullet1 20800ms infinite 8400ms;
  animation: bullet1 20800ms infinite 8400ms;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_bullets &gt; label.num3 &gt; .cs_point,
.csslider1 &gt; #cs_pause1:checked ~ .cs_bullets &gt; label.num3 &gt; .cs_point {
  -webkit-animation: bullet1 20800ms infinite 13600ms;
  animation: bullet1 20800ms infinite 13600ms;
}



.csslider1 &gt; .slide:checked ~ .cs_bullets &gt; label &gt; .cs_point,
.csslider1 &gt; .pause:checked ~ .cs_bullets &gt; label &gt; .cs_point {
  -webkit-animation: none;
  animation: none;
}


/* ------------- Template /Bullets ------------- */
/* hide description &amp; 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 &gt; .cs_description,
  .csslider1 &gt; .cs_bullets {
    display: none;
  }
}
</pre></body></html>