/* OWL */
.owl-pagination {
    position: absolute;
    right: 0;
    top: -50px;
}

.dots-container button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    cursor: pointer;
}

.dots-container.owl-theme .owl-dots .owl-dot span
{
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    opacity: 0.4;
}
.dots-container.owl-theme .owl-dots .owl-dot.active span
{
    opacity: 1;
}

/* SLIDER */
.slider-background-0
{

}

.slider-background-1
{
    background-color: #179bc3;
}

.slider-background-2
{
    background-color: #0066cc;
}

.image-slider
{
    /*max-height:300px;*/
    height: auto;
}

.card.card-trasparent
{
    background: none;
    border:none;
}

.card-body.card-slider
{
    padding-top:0;
}

.pointered
{
    cursor: pointer;
}

