/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

THIS FILE IS COMPILED. EDIT THE ORIGINAL STYLUS FILE IN SRC/, NOT THIS!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/







































.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.cycle-slideshow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px auto;
  margin-bottom: 45px;
  margin-bottom: 18px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  position: relative;
  background: url("https://malsup.github.com/images/spinner.gif") 50% 50% no-repeat;
}
.cycle-slideshow * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cycle-slideshow .kd-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
}
.cycle-slideshow .kd-slide a {
  display: block;
}
.cycle-slideshow .kd-slide img {
  display: block;
  width: 100%;
}
.cycle-slideshow .kd-slide:first-child {
  position: static;
}
.cycle-slideshow .cycle-pager {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -20px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  background-image: none;
  border-bottom: 0px solid #fff;
}
.cycle-slideshow .cycle-pager > * {
  cursor: pointer;
}
.cycle-slideshow .cycle-pager span {
  font-family: arial;
  font-size: 40px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ccc;
  cursor: pointer;
  line-height: 20px;
  margin: 0;
}
.cycle-slideshow .cycle-pager span.cycle-pager-active {
  color: #323232;
}
.cycle-slideshow .slide-count-1 .cycle-pager {
  display: none;
}
.cycle-slideshow .cycle-caption {
  position: absolute;
  color: #fff;
  bottom: 15px;
  right: 15px;
}
.cycle-slideshow .cycle-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  text-align: center;
  font-family: tahoma, arial;
  font-size: 140%;
  font-weight: bold;
  color: #000;
  background-color: rgba(255,255,255,0.7);
  text-shadow: 0px 0px 14px #fff;
}
.cycle-slideshow .non-captioned .cycle-overlay {
  display: none;
}
.cycle-slideshow .cycle-prev,
.cycle-slideshow .cycle-next {
  position: absolute;
  top: 0;
  width: 30%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 800;
  height: 100%;
  cursor: pointer;
}
.cycle-slideshow .cycle-prev:hover,
.cycle-slideshow .cycle-next:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.cycle-slideshow .cycle-prev {
  left: 0;
  background: url("https://malsup.github.com/images/left.png") 50% 50% no-repeat;
}
.cycle-slideshow .cycle-next {
  right: 0;
  background: url("https://malsup.github.com/images/right.png") 50% 50% no-repeat;
}
.cycle-slideshow .cycle-paused:after {
  content: 'Paused';
  color: #fff;
  background: #000;
  padding: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
