/* your styles go here */
/*
/* Carousel base class */
.navbar{
	background-color: #a0a499;
}
/*.container .fakeImg {
    background: no-repeat center;
    background-size: cover;    
}

.container
{
    display:inline-block;
    border:2px solid red;
    margin: 4px;
    width: 100%;
}*/
#bs-carousel {
  height: 100%;
  margin-bottom: 60px;
}
#bs-carousel .item > img {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 600px;
  max-height: 600px; 
  overflow: hidden;
}

.carousel-caption {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 100%;
    color:#b30000;
}
.caption-red {
    color:#b30000;
}
.caption-cinza {
    color:#e6e6e6;
}
.carousel-caption3 {
    position: absolute;
    top: 15%;
	width: 100%;
    color:green;
}

