/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.half .carousel-item {
  height: 50vh;
}
.carousel {
	background-color: #000;
}
.black-bg{
	background: #000;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	position: absolute;
    z-index: 10;
}
#carouselExampleIndicators-2{
    height: 100vh;
    max-height: 585px;
    display: initial;
}
body.half #carouselExampleIndicators-2 .carousel-item, #carouselExampleIndicators-2 .carousel-item{
	max-height: 585px;
}
body.half #carouselExampleIndicators-2 .carousel-item{
    height: 100vh;
}
#carouselExampleIndicators-2 .carousel-caption {
    bottom: 25vh;
}
body.half #carouselExampleIndicators-2 .conta{
	padding: 0;
}
@media only screen and (max-width: 500px) {
	#carouselExampleIndicators-2 .carousel-caption {
		bottom: 40vh;
	}
}
