/* cache 2025-08-20 01:29:48 */
/* 
* Seed Less Carousel
* K.Ivanov
* 2015.10.03
*/
/* 
* Defaults Seed LESS
* K.Ivanov
* 2015.06.08
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.carousel {
  position: relative;
  height: 300px;
  overflow-y: hidden;
}
.carousel .carousel-area {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.carousel .carousel-box {
  position: relative;
  width: auto;
  height: 100%;
}
.carousel .carousel-box > * {
  background-position-x: center;
  height: 100%;
}
.carousel .carousel-group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.carousel .carousel-group > * {
  height: 100%;
}
.carousel .carousel-group .caption {
  position: absolute;
  bottom: 40px;
  right: 10px;
  text-align: right;
  line-height: 25px;
  color: #fff;
  z-index: 10;
}
.carousel .cloned {
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .cloned .caption {
  display: none;
}
/* ��� �������� fade */
.carousel.carousel-animation-fade .carousel-group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* ��� �������� slide */
.carousel.carousel-animation-slide .carousel-box {
  width: 1000%;
}
.carousel.carousel-animation-slide .carousel-group {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  width: auto;
  top: auto;
  left: auto;
}
/* ��� �������� horizontal */
.carousel.carousel-animation-horizontal .cloned {
  width: 100%;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.carousel.carousel-animation-horizontal .cloned a {
  display: block;
}
.carousel.carousel-animation-horizontal .cloned img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
}
/* ��� �������� blocks */
.carousel.carousel-animation-blocks .cloned {
  width: 100%;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.carousel.carousel-animation-blocks .cloned a {
  display: block;
}
.carousel.carousel-animation-blocks .cloned img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
}
/* ��� �������� glass */
.carousel.carousel-animation-glass .cloned {
  width: 100%;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.carousel.carousel-animation-glass .cloned a {
  display: block;
}
.carousel.carousel-animation-glass .cloned img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
}
/* �������� ��� */
.carousel .carousel-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #337ab7;
}
.carousel .carousel-bar.run {
  -webkit-animation-name: carousel-bar;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-name: carousel-bar;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.carousel.hover-stop:hover .carousel-bar.run {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
/* ��������� �������� */
.carousel .carousel-navbar {
  color: #fff;
  position: absolute;
  text-align: center;
  bottom: 15px;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel .carousel-navbar .carousel-navbutton {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #337ab7;
  border-color: #fff;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel .carousel-navbar .carousel-navbutton span {
  font-size: 16pt;
  line-height: 20px;
  font-style: normal;
  z-index: 3;
}
.carousel .carousel-navbar .carousel-navbutton:hover {
  border-color: #337ab7;
}
.carousel .carousel-navbar .carousel-navbutton:active {
  color: #fff;
  background-color: #337ab7;
}
.carousel .carousel-navbar .carousel-navbutton.carousel-next span {
  margin-left: 4px;
}
.carousel .carousel-navbar .carousel-status {
  display: none;
}
.carousel .carousel-navbar .carousel-pages i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 5px;
  color: #337ab7;
  border-color: #fff;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel .carousel-navbar .carousel-pages i .num {
  font-size: 10pt;
  line-height: 24px;
  font-style: normal;
  text-align: center;
  z-index: 3;
}
.carousel .carousel-navbar .carousel-pages i:hover {
  border-color: #337ab7;
}
.carousel .carousel-navbar .carousel-pages i.active {
  color: #fff;
  background-color: #337ab7;
}
@-webkit-keyframes carousel-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes carousel-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


/*
generated in 0.390 seconds at 2025-08-20 01:29:48
last modified file: /css/seed/less/carousel.less at 2016-05-07 15:04:54
includes (29):
2015-12-20 13:43:59	css/seed/libs/carousel.lib.less
2016-05-07 12:20:28	/css/seed/seed.config.less
2015-08-10 20:07:07	/css/seed/less/mixins.less
2015-03-16 08:44:40	mixins/hide-text.less
2015-03-16 08:44:40	mixins/opacity.less
2016-02-22 18:45:35	mixins/image.less
2015-03-16 08:44:40	mixins/labels.less
2015-03-16 08:44:40	mixins/reset-filter.less
2015-09-25 06:04:33	mixins/resize.less
2015-03-16 08:44:40	mixins/responsive-visibility.less
2015-03-16 08:44:40	mixins/size.less
2015-03-16 08:44:40	mixins/tab-focus.less
2015-03-16 08:44:40	mixins/text-emphasis.less
2015-03-16 08:44:40	mixins/text-overflow.less
2015-08-10 20:08:05	mixins/vendor-prefixes.less
2015-03-16 08:44:40	mixins/alerts.less
2016-02-05 14:36:15	mixins/buttons.less
2015-03-16 08:44:40	mixins/panels.less
2015-03-16 08:44:40	mixins/pagination.less
2015-03-16 08:44:40	mixins/list-group.less
2016-02-05 14:45:00	mixins/forms.less
2015-03-16 08:44:40	mixins/progress-bar.less
2015-03-16 08:44:40	mixins/table-row.less
2015-03-16 08:44:40	mixins/background-variant.less
2015-03-16 08:44:40	mixins/border-radius.less
2015-03-16 08:44:40	mixins/gradients.less
2016-01-20 22:41:28	mixins/clearfix.less
2015-03-16 08:44:40	mixins/center-block.less
2016-05-07 15:04:54	/css/seed/less/carousel.less
*/
