﻿.owl-pagination {
    bottom: 5px !important;
}


.owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    /*z-index: -1;*/
}

.owl-prev {
    float: left;
    background: red !important;
    padding: 10px 25px !important;
    font-weight: bold !important;
}
.owl-next {
    float: right;
    background: red !important;
    padding: 10px 25px !important;
}

.gallery-title-container {
    width: 100%;
    background: white;
    padding: 15px;
}

.gallery-title {
    color: black;
    text-align: center;
    margin: 0;
    padding: 0;
}

.gallery-description {
    color: white;
    font-size: 18px;
    text-align: center;
    display: block;
}


.other-gallery-news-container {
    background: black;
    padding: 10px;
    margin-bottom: 10px;
}


.foto-gallery-other-container {
    width: 550px;
    height: 450px;
    margin: 0 auto;
}

.other-gallery-news {
    float: left;
    margin: 5px;
    width: 265px;
}
.other-gallery-news img{
    width: 235px;
    height: 150px;
    display: block;
    border: 5px solid white;
    margin: 5px;
    border-radius: 5px;
}
    .other-gallery-news span {
        color: white;
        font-weight: bold;
    }