/* line 1, ../scss/slideshow.scss */
.fsm_slideshow {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  /*---- Arrows ----*/
}
/* line 6, ../scss/slideshow.scss */
.fsm_slideshow .edit-post-link {
  position: absolute;
  top: 4px;
  right: 4px;
  text-shadow: 0 1px 0 #fff;
  z-index: 9999;
}
/* line 14, ../scss/slideshow.scss */
.fsm_slideshow .slide,
.fsm_slideshow ul {
  padding: 0;
  margin: 0;
  line-height: 0;
  max-width: 100%;
}
/* line 22, ../scss/slideshow.scss */
.fsm_slideshow .slide {
  display: none;
  width: 100%;
}
/* line 26, ../scss/slideshow.scss */
.fsm_slideshow .slide:first-child {
  display: block;
}
/* line 30, ../scss/slideshow.scss */
.fsm_slideshow .slide img {
  height: auto;
  width: 100%;
}
/* line 35, ../scss/slideshow.scss */
.fsm_slideshow .slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0.3em 0.5em;
  line-height: 1.4;
}
/* line 44, ../scss/slideshow.scss */
.fsm_slideshow .slide .caption,
.fsm_slideshow .slide .caption a {
  color: #fff;
}
/* line 51, ../scss/slideshow.scss */
.fsm_slideshow.pager .slide .caption, .fsm_slideshow.play_pause .slide .caption {
  padding-bottom: 40px;
}
/* line 56, ../scss/slideshow.scss */
.fsm_slideshow .controls {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  height: 24px;
  bottom: 8px;
  top: auto;
  z-index: 999;
}
/* line 67, ../scss/slideshow.scss */
.fsm_slideshow .controls * {
  display: inline-block;
  vertical-align: bottom;
}
/* line 72, ../scss/slideshow.scss */
.fsm_slideshow .controls a {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: left;
  text-indent: -99px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*---- Play / Pause ----*/
}
/* line 83, ../scss/slideshow.scss */
.fsm_slideshow .controls a.play {
  background-image: url("../images/white-play-x32.png");
}
/* line 87, ../scss/slideshow.scss */
.fsm_slideshow .controls a.pause {
  background-image: url("../images/white-pause-x32.png");
}
/* line 93, ../scss/slideshow.scss */
.fsm_slideshow.arrows .controls, .fsm_slideshow.pager .controls, .fsm_slideshow.play_pause .controls {
  display: block;
}
/* line 99, ../scss/slideshow.scss */
.fsm_slideshow.arrows .controls {
  height: 0;
  top: 50%;
  margin-top: -16px;
}
/* line 104, ../scss/slideshow.scss */
.fsm_slideshow.arrows .controls a {
  /*display: block;*/
  width: 32px;
  height: 32px;
  border: none;
}
/* line 110, ../scss/slideshow.scss */
.fsm_slideshow.arrows .controls a.prev {
  float: left;
  background-image: url("../images/white-arrow-left-x32.png");
}
/* line 115, ../scss/slideshow.scss */
.fsm_slideshow.arrows .controls a.next {
  float: right;
  background-image: url("../images/white-arrow-right-x32.png");
}
/* line 122, ../scss/slideshow.scss */
.fsm_slideshow.pager .controls, .fsm_slideshow.play_pause .controls {
  display: block;
  top: auto;
  height: auto;
  margin-top: 0;
}
/* line 130, ../scss/slideshow.scss */
.fsm_slideshow.pager.arrows .controls .pager {
  display: inline-block;
}
/* line 136, ../scss/slideshow.scss */
.fsm_slideshow.pager.arrows .controls a, .fsm_slideshow.play_pause.arrows .controls a {
  float: none;
  display: inline-block;
  width: 24px;
  height: 24px;
}
/* line 144, ../scss/slideshow.scss */
.fsm_slideshow.scrollVert .controls {
  height: auto;
  right: 0;
  left: auto;
  width: 32px;
  bottom: 10%;
}
/* line 152, ../scss/slideshow.scss */
.fsm_slideshow.scrollVert .controls .pager span, .fsm_slideshow.scrollVert .controls a {
  margin: 0 0 8px;
}
/* line 157, ../scss/slideshow.scss */
.fsm_slideshow.scrollVert .controls a.prev {
  background: url("../images/white-arrow-up-x32.png") no-repeat center;
  background-size: cover;
}
/* line 162, ../scss/slideshow.scss */
.fsm_slideshow.scrollVert .controls a.next {
  background: url("../images/white-arrow-down-x32.png") no-repeat center;
  background-size: cover;
}
/* line 167, ../scss/slideshow.scss */
.fsm_slideshow .pager span {
  display: inline-block;
  background: url("../images/white-circle-outline-x24.png") no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -99px;
  margin: 0 6px;
}
/* line 177, ../scss/slideshow.scss */
.fsm_slideshow .pager span.cycle-pager-active {
  background: url("../images/white-circle-x24.png") no-repeat center;
  background-size: cover;
}
/* line 183, ../scss/slideshow.scss */
.fsm_slideshow .controls a:hover,
.fsm_slideshow .controls span:hover {
  cursor: pointer;
}
