/* Carrusel de fotos */

/*Galeria de fotos*/

.carousel_photos_2015 .carousel {
  margin-bottom: 10px;
}

.carousel_photos_2015 .carousel-control .glyphicons.glyphicons-chevron-right:before {
  content: "\E224";
  color: #FFF;
  font-size: 36px;
}
[dir='rtl'] .carousel_photos_2015 .carousel-control .glyphicons.glyphicons-chevron-right:before {
  content: "\E225";
}
.carousel_photos_2015 .carousel-control .glyphicons.glyphicons-chevron-left:before {
  content: "\E225";
  color: #FFF;
  font-size: 36px;
}
[dir='rtl'] .carousel_photos_2015 .carousel-control .glyphicons.glyphicons-chevron-left:before {
  content: "\E224";
}
.carousel_photos_2015 .glyphicons.glyphicons-map:before {
  content: "\e503";
}

.carousel_photos_2015 .glyphicons-map {
  font-size: 20px;
  margin: 0 10px;
  color: #333;
}

.carousel_photos_2015 .address {
  text-decoration: none;
}

.carousel_photos_2015 .carousel_photos .carousel-control.left span {
  left: 10px;
}
.carousel_photos_2015 .carousel_photos .carousel-control.right span {
  right: 10px;
}
.carousel_photos_2015 .carousel_photos .carousel-control span {
  top: 49%;
  position: absolute;
}

.carousel_photos_2015 .carousel_photos .item {
  /*height: 635px;*/
}

.carousel_photos_2015 .carousel_photos .item img {
  object-fit: contain;
}

.carousel_photos_2015 .carousel_photos.carousel {
  background: #ddd;
  max-width: 850px;
}

.carousel_photos_2015 .carousel_photos .carousel-indicators li {
  float: left;
  height: 59px;
  margin-left: 2px;
  margin-bottom: 2px;
  text-indent: 0;
  width: 59px;
  cursor: pointer;
}
.carousel_photos_2015 .carousel_photos .carousel-indicators {
  left: 251px;
  right: 0;
  top: 0;
  width: 368px;
  z-index: 0;
}

.carousel_photos_2015 .carousel_photos .carousel-inner {
  text-align: center;
}

.carousel_photos_2015 .carousel_photos .carousel-inner > .item > img {
  width: auto;
  overflow: hidden;
  margin: 0 auto;
}

.carousel_photos_2015 .carousel_photos .carousel-inner > .item {
  margin: 0;
}

.carousel_photos_2015 .carousel_photos .carousel-inner > .active {
  margin: 0;
  position: relative;
}

.carousel_photos_2015 .carousel_thumbs {
  margin-bottom: 40px;
}

.carousel_photos_2015 .carousel_thumbs .item ul {
  overflow: hidden;
}
.carousel_photos_2015 .carousel_thumbs .item ul li {
  width: 12.5%;
  padding: 0 0.5%;
  display: inline-block;
  float:left;
  margin-bottom: 3px;
}
.carousel_photos_2015.carousel_two_columns .carousel_thumbs .item ul li {
  width: 31%;
  padding: 0 0.5%;
  display: inline-block;
  height: 53px;
}

.carousel_photos_2015 .carousel_thumbs .item ul li img {
  cursor: pointer;
  width: 100%;
}

.carousel_photos_2015 .carousel_thumbs .item ul li img.selected {
  opacity: 0.5 !important;
}

.carousel_photos_2015 .carousel_thumbs .item ul li:first-child,
.carousel_photos_2015 .carousel_thumbs .item ul li:nth-child(9n) {
  padding-left: 0;
  width: 12%;
}

.carousel_photos_2015.carousel_two_columns .carousel_thumbs .item ul li:first-child,
.carousel_photos_2015.carousel_two_columns .carousel_thumbs .item ul li:nth-child(4),
.carousel_photos_2015.carousel_two_columns .carousel_thumbs .item ul li:nth-child(7) {
  padding-left: 0;
  width: 31%;
}

.carousel_photos_2015.carousel_two_columns .carousel_thumbs .item ul li:nth-child(8n),
.carousel_photos_2015.carousel_two_columns .carousel_thumbs .item ul li:nth-child(9n) {
  padding: 0 0.5%;
  width: 31%;
}

.carousel_photos_2015 .carousel_thumbs .item ul li:nth-child(8n) {
  padding-right: 0;
  width: 12%;
}

.carousel_photos_2015.carousel_two_columns .carousel_thumbs .item ul li:nth-child(3) {
  padding-right: 0;
  width: 31%;
}

.carousel_photo_text {
  position: absolute;
  bottom: 0;
  z-index: 2;
  color: #fff;
  height: 60px;
  width: 100%;
  text-align: left;
  padding-left: 30px;
  vertical-align: top;
  line-height: 60px;
  font-size: 16px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-repeat: repeat-x;
}

.carousel_photo_text span.photo_text_container {
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
}

.carousel_photo_text span.photo_text_detail {
  font-size: 14px;
}

/* fin Carrusel de fotos */
