
body {
  color: #cbcbcb;
}



/* MENU
-------------------------------------------------- */

.navbar-wrapper {
  background: #000;
  z-index: 1;
  height: 43px;
}

.light .navbar-wrapper {
	background-color: #fff;
}

.navbar-wrapper .logo img{
  padding: 10px 0 0 10px;
}


/* CAROUSEL
-------------------------------------------------- */

.carousel {
  height: auto;
}

.carousel-caption {
  z-index: 10;
}

.carousel .item {
  height: auto;
  background-color: #cbcbcb;
}

.carousel-inner{
  overflow: visible;
}

.carousel-inner > .item > img {
    margin: 0 auto;
    display: table;
}

.carousel-indicators {
    top: -42px;
    bottom: auto;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
    height: 43px;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 9px;
}

.carousel-indicators li{
  text-indent: 0;
  background-color: transparent!important;
  border: 0;
  color: #666;
  padding: 0 10px;
  width: auto;
  height: auto;
  margin: 0 0px;
}

.light .carousel-indicators li {
	color: #9f9f9f;
}

.carousel-indicators .active{
  color: #fff;
  width: auto;
  height: auto;
  margin: 0 0px;
}

.light .carousel-indicators .active {
	color: #000;
}

.carousel-control{
  width: 7%;
}


/* RESPONSIVE
-------------------------------------------------- */
/* Dispositivos Mas pequeños (tablets, anchura menor a 768px) */
@media (max-width: 767px) {
  .carousel-indicators{
    display: none;
  }

  .navbar-wrapper {
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }


}

/* Dispositivos pequeños (tablets, anchura mayor o igual a 768px) */
@media (min-width: 768px) and (max-width: 992px) {

}

/* Dispositivos medianos (ordenadores, anchura mayor o igual a 992px) */
@media (min-width: 992px) and (max-width: 1200px) {

}

/* Dispositivos grandes (ordenadores, anchura mayor o igual a 1200px) */
@media (min-width: 1200px) {

}

