
/* ------------- General ------------- */
@import url(https://fonts.googleapis.com/css?family=PT+Sans&subset=latin,latin-ext);

.csslider1 {
  display: inline-block;
  position: relative;
  max-width: 1366px;
  
  

  width: 100%;
}

body form p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	display: inline;	
	
	

}

input[type=text], select {
    width: 20%;
  
    display: inline-block;
    border: 1px solid #999;
    border-radius: 4px;
    box-sizing: border-box;
}
.b {
	
    width: 20%;
  
    display: inline-block;
    border: 1px solid #999;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=submit] {
    width: 20%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #45a049;
}

.csslider1,
.csslider1 *,
.csslider1 *:after,
.csslider1 *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.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 > .cs_skeleton {
  width: 100%;
  visibility: hidden;
  font-size: 0px;
  line-height: 0;
}

.csslider1 > ul > .slide.img img {
  width: 100%;
}



.csslider1 > ul > .slide.img a {
  font-size: 0pt;
  color: transparent;
}
.csslider1 > ul > .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 > ul > li.img,
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext,
.csslider1 > .cs_bullets,
.csslider1 > .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 > .cs_arrowprev,
.csslider1 > .cs_arrownext {
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.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.num1,
.csslider1 > #cs_pause1_0:checked ~ .cs_arrowprev > label.num1,
.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.num0,
.csslider1 > #cs_pause1_1:checked ~ .cs_arrownext > label.num0 {
  opacity: 1;
  z-index: 5;
}


@-webkit-keyframes arrow1 {
  0%, 49.99% { opacity: 1; z-index: 5; }
  50%, 100%  { opacity: 0; z-index: -1; }
}
@keyframes arrow1 {
  0%, 49.99% { opacity: 1; z-index: 5; }
  50%, 100%  { opacity: 0; z-index: -1; }
}


.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num1 {
  -webkit-animation: arrow1 16000ms infinite -2000ms;
  animation: arrow1 16000ms infinite -2000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num0 {
  -webkit-animation: arrow1 16000ms infinite 6000ms;
  animation: arrow1 16000ms infinite 6000ms;
}


.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;
  animation: none;
}


/* ------------- /General Arrows ------------- */

/* ------------- General Bullets ------------- */
.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: -46.5px;
  top: -48px;
}
.csslider1 > .cs_bullets > label > .cs_thumb > img {
  max-width: none;
}
/* ------------- /General Bullets ------------- */

/* ------------- General Description ------------- */
.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;
}
/* ------------- /General Description ------------- */

/* ------------- General Play Pause ------------- */
.csslider1 > .cs_play_pause {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
}
.csslider1 > .cs_play_pause > label {
  position: absolute;
  cursor: pointer;
}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause,
.csslider1 > .slide:checked ~ .cs_play_pause > .cs_play,
.csslider1 > .pause:checked ~ .cs_play_pause > .cs_play {
  display: block;
  z-index: 5;
}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_play,
.csslider1 > .slide:checked ~ .cs_play_pause > .cs_pause,
.csslider1 > .pause:checked ~ .cs_play_pause > .cs_pause {
  display: none;
  z-index: -1;
}



@-webkit-keyframes pauseChange1 {
  0%, 49.99% { opacity: 1; z-index: 5; }
  50%, 100%  { opacity: 0; z-index: -1; }
}
@keyframes pauseChange1 {
  0%, 49.99% { opacity: 1; z-index: 5; }
  50%, 100%  { opacity: 0; z-index: -1; }
}


.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num0 {
  opacity: 0;
  z-index: -1;
  -webkit-animation: pauseChange1 16000ms infinite -2000ms;
  animation: pauseChange1 16000ms infinite -2000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num1 {
  opacity: 0;
  z-index: -1;
  -webkit-animation: pauseChange1 16000ms infinite 6000ms;
  animation: pauseChange1 16000ms infinite 6000ms;
}


.csslider1 > .slide:checked ~ .cs_play_pause > .cs_pause,
.csslider1 > .pause:checked ~ .cs_play_pause > .cs_pause {
  -webkit-animation: none;
  animation: none;
}


/* ------------- /General Play Pause ------------- */

/* ------------- General Gestures ------------- */
.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;
  transition: visibility .3s linear, opacity .3s linear;
}
.csslider1 .cs_gestures.cs_show {
  visibility: visible;
  opacity: 1;
}
.csslider1 .cs_gestures.cs_show img {
  width: 50%;
}
.csslider1 .cs_gestures.cs_show .cs_first_img {
  position: absolute;
  left: -50%;
  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: 200%;
}
/* ------------- /General Gestures ------------- */

/* ------------- Effect ------------- */
.csslider1 > ul > .slide.num0 {
  left: 0%;
}
.csslider1 > ul > .slide.num1 {
  left: 100%;
}
 


.csslider1 > #cs_slide1_0:checked ~ ul > .slide,
.csslider1 > #cs_pause1_0:checked ~ ul > .slide {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.csslider1 > #cs_slide1_1:checked ~ ul > .slide,
.csslider1 > #cs_pause1_1:checked ~ ul > .slide {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
 


.csslider1 > ul > .slide {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 1;

  -webkit-transition: -webkit-transform 2000ms;
  transition: -webkit-transform 2000ms, transform 2000ms;

  
  -webkit-transform: scale(1);
  transform: scale(1);
}



@-webkit-keyframes slide1 {
  0%, 37.5%  { -webkit-transform: translateX(0%); transform: translateX(0%); }
  50%, 87.5%  { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  
}
@keyframes slide1 {
  0%, 37.5%  { -webkit-transform: translateX(0%); transform: translateX(0%); }
  50%, 87.5%  { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  
}

@-webkit-keyframes slide1-ie {
  0%, 37.5%  { margin-left: 0%; }
  50%, 87.5%  { margin-left: -100%; }
  
}
@keyframes slide1-ie {
  0%, 37.5%  { margin-left: 0%; }
  50%, 87.5%  { margin-left: -100%; }
  
}

.csslider1  > #cs_play1:checked ~ ul > .slide {
  
  -webkit-animation: slide1 16000ms infinite;
  animation: slide1 16000ms infinite;
  
}
/* IE 10+ hack - cant animate translate :( */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .csslider1  > #cs_play1:checked ~ ul > .slide {
    animation: slide1-ie 16000ms infinite;
  }
}


.csslider1 > #cs_play1:checked ~ ul > .slide,
.csslider1 > .pause:checked ~ ul > .slide {
  -webkit-transition: none;
  transition: none;
}


/* ------------- /Effect ------------- */

/* ------------- Template Show on hover ------------- */
.csslider1 > .cs_play_pause > label > span,
.csslider1 > .cs_arrowprev > label > span,
.csslider1 > .cs_arrownext > label > span {
  -webkit-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

.csslider1 > .cs_arrowprev > label > span,
.csslider1 > .cs_arrownext > label > span,
.csslider1 > .cs_play_pause > label > span {
  opacity: 0;
}
.csslider1:hover > .cs_arrowprev > label > span,
.csslider1:hover > .cs_arrownext > label > span,
.csslider1:hover > .cs_play_pause > label > span {
  opacity: 1;
}
/* ------------- /Template Show on hover ------------- */


/* ------------- Template Arrows ------------- */
.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label {
  height: 70px;
  width: 50px;
  margin-top: -35px;
  margin-left: -25px;
}
.csslider1 > .cs_arrowprev {
  left: 35px;
}
.csslider1 > .cs_arrownext {
  right: 35px;
}
.csslider1 > .cs_arrowprev > label span,
.csslider1 > .cs_arrownext > label span,
.csslider1 > .cs_arrowprev > label span i,
.csslider1 > .cs_arrownext > label span i,
.csslider1 > .cs_arrowprev > label span b,
.csslider1 > .cs_arrownext > label span b {
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
.csslider1 > .cs_arrowprev > label span,
.csslider1 > .cs_arrownext > label span {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.csslider1 > .cs_arrownext:hover > label span {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}



/* prev and next */
.csslider1 > .cs_arrowprev > label span i:after,
.csslider1 > .cs_arrowprev > label span i:before,
.csslider1 > .cs_arrowprev > label span b:after,
.csslider1 > .cs_arrowprev > label span b:before,
.csslider1 > .cs_arrownext > label span i:after,
.csslider1 > .cs_arrownext > label span i:before,
.csslider1 > .cs_arrownext > label span b:after,
.csslider1 > .cs_arrownext > label span b:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 32px;
  width: 100%;
  height: 3px;
  background: #ffffff;

  /* Fix  */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;

  -webkit-transition: -webkit-transform 300ms ease, width 300ms ease;
  transition: transform 300ms ease, width 300ms ease;
}
.csslider1 > .cs_arrownext > label span i:after,
.csslider1 > .cs_arrownext > label span i:before,
.csslider1 > .cs_arrownext > label span b:after,
.csslider1 > .cs_arrownext > label span b:before {
  left: auto;
  right: 1px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.csslider1 > .cs_arrowprev > label span b:after,
.csslider1 > .cs_arrowprev > label span b:before,
.csslider1 > .cs_arrownext > label span b:after,
.csslider1 > .cs_arrownext > label span b:before {
  background: #34495E;
}
.csslider1 > .cs_arrowprev > label span i:after,
.csslider1 > .cs_arrowprev > label span b:after,
.csslider1 > .cs_arrownext > label span i:after,
.csslider1 > .cs_arrownext > label span b:after {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.csslider1 > .cs_arrowprev:hover > label span i:after,
.csslider1 > .cs_arrowprev:hover > label span b:after,
.csslider1 > .cs_arrownext:hover > label span i:after,
.csslider1 > .cs_arrownext:hover > label span b:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.csslider1 > .cs_arrowprev > label span i:before,
.csslider1 > .cs_arrowprev > label span b:before,
.csslider1 > .cs_arrownext > label span i:before,
.csslider1 > .cs_arrownext > label span b:before {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.csslider1 > .cs_arrowprev:hover > label span i:before,
.csslider1 > .cs_arrowprev:hover > label span b:before,
.csslider1 > .cs_arrownext:hover > label span i:before,
.csslider1 > .cs_arrownext:hover > label span b:before {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.csslider1 > .cs_arrowprev > label span b:after,
.csslider1 > .cs_arrowprev > label span b:before,
.csslider1 > .cs_arrownext > label span b:after,
.csslider1 > .cs_arrownext > label span b:before {
  width: 0;
}
.csslider1 > .cs_arrowprev:hover > label span b:after,
.csslider1 > .cs_arrowprev:hover > label span b:before,
.csslider1 > .cs_arrownext:hover > label span b:after,
.csslider1 > .cs_arrownext:hover > label span b:before {
  width: 100%;
}

/* ------------- /Template Arrows ------------- */

/* ------------- Template Play Pause ------------- */
.csslider1 > .cs_play_pause {
  
  left: 5px;
  top: 25px;
}
.csslider1 > .cs_play_pause > label{
  text-decoration: none;
  height: 20px;
  width: 30px;
}
.csslider1 > .cs_play_pause > label,
.csslider1 > .cs_play_pause > label span:after {
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}


.csslider1 > .cs_play_pause > label span {
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out, transform 300ms ease-in-out;
}




/* pause */
.csslider1 > .cs_play_pause > .cs_pause span i,
.csslider1 > .cs_play_pause > .cs_pause span b {
  position: absolute;
  top: 0;
  width: 2px;
  height: 20px;
  margin-top: -10px;
  background: #ffffff;

  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.csslider1 > .cs_play_pause > .cs_pause span i {
  left: 14px;
}
.csslider1 > .cs_play_pause > .cs_pause span b {
  left: 21px;
}
.csslider1 > .cs_play_pause > .cs_pause:hover span i,
.csslider1 > .cs_play_pause > .cs_pause:hover span b {
  background: #34495E;
}



/* play */
.csslider1 > .cs_play_pause > .cs_play span:after {
  content: " ";
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  height: 0;
  width: 0;
  border-left-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
  -webkit-transition:  border-left-color 300ms ease-in-out;
  transition:  border-left-color 300ms ease-in-out;
}
.csslider1 > .cs_play_pause:hover > .cs_play span:after {
  border-left-color: #34495E;
}


/* ------------- /Template Play Pause ------------- */

/* ------------- Template Bullets ------------- */
.csslider1 > .cs_bullets {
  bottom: 10px;
  width: 70%;
  left: 15%;
}
.csslider1 > .cs_bullets > label {
  margin: 0 2px;
  padding: 6px;
  border-radius: 50%;
  background: #34495E;
}


.csslider1 > .cs_bullets > label > .cs_thumb {
  margin-top: -8px;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  margin-left: 3px;
}
.csslider1 > .cs_bullets > label > .cs_thumb:before {
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  left: 50%;
  margin-left: -4px;
  bottom: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  
  border-top: 6px solid #ffffff;
}
.csslider1 > .cs_bullets > label:hover > .cs_thumb {
  opacity: 1;
  visibility: visible;
}




.csslider1 > #cs_slide1_0:checked ~ .cs_bullets > label.num0,
.csslider1 > #cs_pause1_0:checked ~ .cs_bullets > label.num0,
.csslider1 > #cs_slide1_1:checked ~ .cs_bullets > label.num1,
.csslider1 > #cs_pause1_1:checked ~ .cs_bullets > label.num1 {
  background: #ffffff;
  margin-top: -3px;
  padding: 6px;
}



@-webkit-keyframes bullet1 {
  0%, 49.99%  {
    box-shadow: none;
    background: #ffffff;
  }
  50%, 100% {
    background: #34495E;
  }
}
@keyframes bullet1 {
  0%, 49.99%  {
    box-shadow: none;
    background: #ffffff;
  }
  50%, 100% {
    background: #34495E;
  }
}

.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num0 {
  -webkit-animation: bullet1 16000ms infinite -2000ms;
  animation: bullet1 16000ms infinite -2000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num1 {
  -webkit-animation: bullet1 16000ms infinite 6000ms;
  animation: bullet1 16000ms infinite 6000ms;
}




.csslider1 > #cs_play1:checked ~ .cs_bullets > label > .cs_point,
.csslider1 > .pause:checked ~ .cs_bullets > label > .cs_point {
  -webkit-transition: none;
  transition: none;
}


.csslider1 > .slide:checked ~ .cs_bullets > label > .cs_point,
.csslider1 > .pause:checked ~ .cs_bullets > label > .cs_point {
  -webkit-animation: none;
  animation: none;
}

/* ------------- /Template Bullets ------------- */

/* ------------- Template Description ------------- */


.csslider1 > .cs_description > label {
  font-family: 'PT Sans', sans-serif;
  line-height: normal;
  top: auto;
  z-index: 3;
  text-shadow: 0 1px 0 #34495E;
  max-width: 60%;
  color: #34495E;

  bottom: 30px;
  top: auto;
  left: 20px;
}
.csslider1 > .cs_description > label .cs_title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  padding: 10px 20px;
}
.csslider1 > .cs_description > label .cs_descr {
  background: #ffffff;
  padding: 5px 20px;
  text-align: left;
  font-size: 12px;
  
}




.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 {
  opacity: 1;
  visibility: visible;
}

.csslider1 > .cs_description > label > .cs_title {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}
.csslider1 > .cs_description > label > .cs_descr {
  font-size: 0.8em;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}




@-webkit-keyframes cs_title1 {
  3.125%, 50%  { opacity: 1; z-index: 2; visibility: visible;}
  53.125%  { opacity: 0; z-index: 2; visibility: hidden;}
  53.135%, 100%  { z-index: 0; }
}
@keyframes cs_title1 {
  3.125%, 50%  { opacity: 1; z-index: 2; visibility: visible;}
  53.125%  { opacity: 0; z-index: 2; visibility: hidden;}
  53.135%, 100%  { z-index: 0; }
}


.csslider1 > #cs_play1:checked ~ .cs_description > .num0  > .cs_title {
  -webkit-animation: cs_title1 16000ms infinite -1400ms ease;
  animation: cs_title1 16000ms infinite -1400ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num1  > .cs_title {
  -webkit-animation: cs_title1 16000ms infinite 6600ms ease;
  animation: cs_title1 16000ms infinite 6600ms ease;
}


.csslider1 > #cs_play1:checked ~ .cs_description > .num0  > .cs_descr {
  -webkit-animation: cs_title1 16000ms infinite -1400ms ease;
  animation: cs_title1 16000ms infinite -1400ms ease;
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num1  > .cs_descr {
  -webkit-animation: cs_title1 16000ms infinite 6600ms ease;
  animation: cs_title1 16000ms infinite 6600ms ease;
}



.csslider1 > #cs_play1:checked ~ .cs_description > label > .cs_title,
.csslider1 > #cs_play1:checked ~ .cs_description > label > .cs_descr,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_title,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_descr {
  -webkit-transition: none;
  transition: none;
}

.csslider1 > .slide:checked ~ .cs_description > label,
.csslider1 > .pause:checked ~ .cs_description > label {
  -webkit-animation: none;
  animation: none;
}



/* ------------- /Template Description ------------- */
/* 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;
  }
}
