
/* ------------- General ------------- */
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@font-face {
	font-family: "cs-ctrl-utter";
	src: url("cs-ctrl-utter.eot");
	src: url("cs-ctrl-utter.eot#iefix") format("embedded-opentype"),
			url("cs-ctrl-utter.woff") format("woff"),
			url("cs-ctrl-utter.ttf") format("truetype"),
			url("cs-ctrl-utter.svg#utter") format("svg");
	font-weight: normal;
	font-style: normal;
}

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

  width: 100%;
}
.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 ------------- */

/* ------------- Effect ------------- */
.csslider1 > ul > .slide {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  opacity: 1;
  z-index: 2;

  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.600, -0.280, 0.875, -0.105);
  transition: -webkit-transform 1200ms cubic-bezier(0.600, -0.280, 0.875, -0.105), transform 1200ms cubic-bezier(0.600, -0.280, 0.875, -0.105);

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


.csslider1 > #cs_slide1_0:checked ~ ul > .slide.num0,
.csslider1 > #cs_pause1_0:checked ~ ul > .slide.num0,
.csslider1 > #cs_slide1_1:checked ~ ul > .slide.num1,
.csslider1 > #cs_pause1_1:checked ~ ul > .slide.num1 {
  z-index: 1;
  -webkit-transform: scale(1);
  transform: scale(1);

  -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: -webkit-transform 2000ms cubic-bezier(0.175, 0.885, 0.320, 1.275), transform 2000ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}




@-webkit-keyframes zoomOut1 {
  0%, 61.86440677966102%, 100%  {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  8.474576271186441% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  16.949152542372882%, 50%  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55.08474576271186% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  0%, 49.999%  { z-index: 1; }
  50.001%, 100%  { z-index: 2; }
}
@keyframes zoomOut1 {
  0%, 61.86440677966102%, 100%  {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  8.474576271186441% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  16.949152542372882%, 50%  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55.08474576271186% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  0%, 49.999%  { z-index: 1; }
  50.001%, 100%  { z-index: 2; }
}

.csslider1 > #cs_play1:checked ~ ul > .slide.num0 {
  -webkit-animation: zoomOut1 11800ms infinite -2000ms;
  animation: zoomOut1 11800ms infinite -2000ms;
}
.csslider1 > #cs_play1:checked ~ ul > .slide.num1 {
  -webkit-animation: zoomOut1 11800ms infinite 3900ms;
  animation: zoomOut1 11800ms infinite 3900ms;
}



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


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