/* roundabout jquery slider styles
---------------------------------------------------------- */
#feature.slider_roundabout {
  overflow: hidden;
}
#feature.slider_roundabout .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.roundabout-wrap {
  position: relative;
}
.roundabout-list {
  width: 600px;
  height: 400px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.roundabout-item {
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3), 0 10px 30px -5px rgba(0, 0, 0, .5);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3), 0 10px 30px -5px rgba(0, 0, 0, .5);
}
.roundabout-item .roundabout-caption {
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, .4);
}
.roundabout-item .roundabout-caption.is-show-on-hover {
  display: none;
}
.roundabout-item.roundabout-in-focus:hover .roundabout-caption.is-show-on-hover {
  display: block;
}
.roundabout-caption.is-top {
  top: 15px;
}
.roundabout-caption-wrap {
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.roundabout-caption-helper {
  display: table-cell;
  vertical-align: middle;
}
.roundabout-caption.is-center {
  position: relative;
}
.roundabout-caption.is-center > div {
  position: relative;
  top: -50%;
}
.roundabout-caption.is-bottom {
  bottom: 15px;
}
.roundabout-prev, .roundabout-next {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 20px;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}
.roundabout-prev {
  left: -80px;
  background: url('../images/slider-base.png') -15px 0 no-repeat;
}
.roundabout-next {
  right: -80px;
  background: url('../images/slider-base.png') -15px -20px no-repeat;
}
.roundabout-prev:hover {
  background: url('../images/slider-base.png') 0 0 no-repeat;
}
.roundabout-next:hover {
  background: url('../images/slider-base.png') 0 -20px no-repeat;
}
.roundabout-navi {
  margin: 10px auto;
  text-align: center;
  visibility: visible;
}
.roundabout-navi.is-show-on-hover {
  visibility: hidden;
}
.roundabout-wrap:hover .roundabout-navi.is-show-on-hover {
  visibility: visible;
}
.roundabout-page, .roundabout-start, .roundabout-stop {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-left: 4px;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  background: url("../images/roundabout_control.png") no-repeat scroll 0 0 transparent;
}
.roundabout-page {
  background-position: 1px 1px;
}
.roundabout-page:hover {
  background-position: 1px -19px;
}
.roundabout-page.active {
  background-position: 1px -40px;
}
.roundabout-start {
  position: relative;
  margin-left: 8px;
  background-position: 0 -61px;
}
.roundabout-stop {
  position: relative;
  margin-left: 8px;
  background-position: 0 -102px;
}
.roundabout-start:hover {
  background-position: 0 -82px;
}
.roundabout-start:active {
  background-position: 0 -82px;
}
.roundabout-stop:hover {
  background-position: 0 -123px;
}
.roundabout-stop:active {
  background-position: 0 -123px;
}
.roundabout-navi.is-autoplay .roundabout-start {
  display: none;
}
.roundabout-navi.is-autoplay .roundabout-stop {
  display: inline-block;
}
.roundabout-navi .roundabout-start {
  display: inline-block;
}
.roundabout-navi .roundabout-stop {
  display: none;
}

@media only screen and (max-width: 479px) {
  .responsive .roundabout-navi {
    display: none;
  }
  .responsive .roundabout-caption {
    display: none !important;
  }
}

/* target devices */
@media only screen and (max-width: 979px) {
  .responsive .roundabout-item .roundabout-caption {
    padding: 15px;
  }
  .responsive .roundabout-title, .responsive .roundabout-title a {
    font-size: 18px !important;
  }
}

/* target small devices */
@media only screen and (max-width: 767px) {
  .responsive .roundabout-item .roundabout-caption {
    padding: 12px;
  }
  .responsive .roundabout-title, .roundabout-title a {
    font-size: 16px !important;
  }
}

/*# sourceMappingURL=slideshow-roundabout.css.map */
