/*--------------- slider ---------------*/



.carousel-caption {
    color: #fff;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
}

.carousel-inner .carousel-item::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}

.carousel-inner .carousel-item.no::after {
    display: none;
}

.carousel-item-bg{
    background-size: cover;
    background-position: center;
    width: 100%;
}


.carousel-item a{
    margin-bottom: 15px;
}

.carousel-item-bg{
    padding-bottom: 160%;
}  

.carousel-item div,.carousel-item img{
    position: relative;
}

.owl-carousel .owl-item img{
    margin: 0 auto;
}

.carousel-caption {
    left:10px;
    right:10px;
}

.slider h1{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.5;
    font-family: "Open Sans", Helvetica, sans-serif;
    letter-spacing: 1px;
    /*color: #212121;*/
}

.slider h1:after {
    content: "";
    background-color: #212121;
    position: absolute;
    height: 3px;
    width: 70px;
    bottom: -20px;
    left: 0px;
}


/*--------------- slider ---------------*/