
/* ====================
  9.0 - Gallery Carousel
==================== */ 

.gallery .no-gutter {
  margin: 0;
}

.gallery .no-gutter > [class*="col-"] {
  padding: 0;
}


.pager li > a,
.btn{
  display: inline-block;
  padding: 10px 20px;
  background-color: #b1b77b;
  border: none;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.pager li > a:active,
.btn:active,
.pager li > a:focus,
.btn:focus{
  background-color: #b1b77b;
  color: #fff;
}

.pager li > a:hover,
.btn:hover {
  color: #fff !important;
}

.btn {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .pager li > a,
  .btn{
    font-size: 12px;
    padding: 10px;
  }
}

.gallery-carousel {
  margin-bottom: 20px;
}

.gallery-carousel .carousel-inner  {
  background: #fff url(../_img/loading.gif) center no-repeat;
  margin: 20px 0 0 0;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.gallery-carousel .carousel-inner .item img{
  margin: 0;
}

.gallery .item{
  height: auto;
}

.gallery_title {
    margin-top: 0;
}

.gallery-carousel .carousel-indicators {
  position: static;
  width: 100%;
  margin: 1em 0;
  padding: 0;
  font-size: 0;
  overflow: visible;
  display: block;
}

.gallery .carousel-indicators li{
  text-indent: 0;
  height: auto;
  margin: 0;
  border: none;
  border-radius: 0;
  margin: 2% .5%;
  padding: 0;
}

.gallery .item{
    border: 5px solid white;
}

.gallery-carousel .carousel-indicators_image{
  margin: 0;
}

@media (min-width: 1200px) {
  .gallery-carousel .carousel-indicators li {
    width: 150px;
  }
}

.gallery-carousel .carousel-indicators_item {
  text-indent: 0;
  width: 21%;
  height: auto;
  border-radius: 0;
  margin: 1% 0.5% 0;
  border: 0;
}

.gallery-carousel .carousel-indicators_image {
  width: 100% !important;
  height: auto;
}
