﻿.carousel-fade .carousel-item {
    height: 100%;
}

    .carousel-fade .carousel-item img {
        height: 80vh;
        width: 100%;
        max-width: 100%;
        background-size: cover;
        background-origin: content-box;
        background-clip: content-box;
        background-position: center;
        color: rgba(0,0,0,0.56);
        filter: brightness(100%);
        right: 0;
        left: 0;
        resize: both;
    }

.carousel-control-prev-icon, .carousel-control-next-icon {
    background: none;
    border: 2px solid #fff;
    height: 60px;
    width: 60px;
    line-height: 55px;
    opacity: 9 !important;
    filter: brightness(100%) !important;
    font-size: 40px;
    border-radius: 100%;
}

    .carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
        background: #fff;
        opacity: 9;
        color: #000;
    }

.la {
    opacity: 99;
    z-index: 1;
    position: relative;
}

.carousel-indicators li {
    background: #000;
    color: #000;
    height: 30px;
    width: 30px;
    margin: 5px !important;
    border-radius: 100%;
}

.carousel-caption {
    top: 220px;
}

@media (min-width: 992px) {
    .carousel-caption {
        top: 300px !important;
    }
}

.carousel-caption h3 {
    font-size: 70px;
    text-align: center;
    font-weight: bold;
}

@media (min-width: 992px) {
    .carousel-caption h3 {
        font-size: 70px !important;
        text-align: center;
        font-weight: bold;
    }
}

.carousel-caption p {
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
}

@media (min-width: 992px) {
    .carousel-caption p {
        font-size: 30px !important;
        margin-top: 20px;
        text-align: center;
    }
}

.carousel-caption .btn {
    border: 2px solid #fff;
    border-radius: 0;
}

@media (min-width: 300px) {
    .img-fluid.w-100.d-block {
        height: auto;
    }
}

@media (min-width: 576px) {
    .img-fluid.w-100.d-block {
        height: auto;
    }
}

@media (min-width: 768px) {
    .img-fluid.w-100.d-block {
        height: auto;
    }
}

@media (min-width: 992px) {
    .img-fluid.w-100.d-block {
        /*height: 80vh;*/
        height:250px;
    }
}

@media (min-width: 300px) {
    .carousel-caption {
        top: 0;
        font-size: 20px;
    }
}

@media (min-width: 300px) {
    .carousel-caption h3 {
        font-size: 20px;
    }
}

.carousel-caption p {
    font-size: 15px;
	text-shadow:3px 3px 5px #000;
}

@media (min-width: 768px) {
    .carousel-caption {
        top: 100px;
    }
}

@media (min-width: 768px) {
    .carousel-caption h3 {
        font-size: 40px;
    }
}
.carousel-caption h3{
	color:white;
	text-shadow:3px 3px 5px #000;
}

.carousel.vertical .carousel-inner .carousel-item {

-webkit-transition: 0.6s ease-in-out top;
     
-moz-transition: 0.6s ease-in-out top;
      
-ms-transition: 0.6s ease-in-out top;
       
-o-transition: 0.6s ease-in-out top;
          
transition: 0.6s ease-in-out top;

}
 .carousel.vertical .active {
  top: 0;
}

 .carousel.vertical .next {
  top: 100%;
}

 .carousel.vertical .prev {
  top: -100%;
}

 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

 .carousel.vertical .active.left {
  top: -100%;
}

 .carousel.vertical .active.right {
  top: 100%;
}

 .carousel.vertical .carousel-item {
    left: 0;
}​
