<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cbox.banners {
    margin: 0px;
    padding: 0px;
}

.banners .banner {
    display: block;
    width: 100%;
    height: 400px;
    background: #fff center center no-repeat;
    background-size: cover;
    outline:none;
    overflow: hidden;
}

.banners .banner span.banner-caption,
.banners .banner span.banner-caption span {
    display: block;
}

.banners .banner-pos {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: rgba(0,0,0,0.1);
}

.banners .banner-pos-mid {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
}

.banners .banner .banner-caption {
    color: #fff;
    height: 70%;
    width: 70%;
    margin: 0px auto;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.banners .banner-caption .caption-position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    padding: 0px 5%;
}

.banners .banner .banner-caption {
/*    border: 3px solid rgba(255,255,255,0.5);*/
}


.banners .banner span.banner-caption span.caption-title,
.banners .banner span.banner-caption span.caption-text {
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.banners .banner span.banner-caption span.caption-title {
    margin: 10px 0px;
    text-transform: uppercase;
    font-weight:bold;
    font-size: 30px;
    line-height: 40px;
}

.banners .banner span.banner-caption span.caption-text {
    display: none;
    line-height: 22px;
}

.banners .banner span.banner-caption span.more {
    display: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 15px 4px 15px;
    border: 3px solid #ffffff;
    color: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 20px 0px;
    line-height: 22px;
}

.banners .banner span.banner-caption span.more:hover,
.banners .banner span.banner-caption span.more:focus {
    background-color: #ffffff;
    color: #000000;
}

.banners .banner:hover .banner-caption {
    border-radius: 0%;
    margin-top: 0px;
}

.banners .banner:hover .banner-pos {
    background-color: rgba(0,0,0,0.4);
}

.banners .banner:hover span.banner-caption span.caption-text {
    display: block;
}
.banners .banner:hover span.banner-caption {
    border: none;
}

.banners .banner:hover span.banner-caption span.more {
    display: inline-block;
}



/* prelomi//////////////////////////////////////////////////////////////////*/


@media all and (min-width: 600px) {
    .banners.banners-2 .banner,
    .banners.banners-4 .banner {
        width: 50%;
        float: left;
        height: 300px;
    }

    .banners.banners-3 .banner {
        height: 500px;
    }

}
@media all and (min-width: 900px) {
    .banners.banners-2 .banner,
    .banners.banners-4 .banner {
        height: 500px;
    }

    .banners.banners-3 .banner {
        width: 33%;
        float: left;
        height: 320px;
    }

    .banners.banners-3 .banner:nth-child(3n+2) {
        width: 34%;
    }

    .banners.banners-3 .banner .banner-caption {
        height: 80%;
        width: 80%;
    }

    .banners.banners-3 .banner span.banner-caption span.caption-title {
        font-size: 20px;
        line-height: 28px;
    }


}


@media all and (min-width: 1200px) {

    .banners.banners-3 .banner {
        height: 400px;
    }
}

@media all and (min-width: 1400px) {

    .banners.banners-4 .banner {
        width: 25%;
    }


    .banners.banners-3 .banner {
        height: 500px;
    }


    .banners.banners-3 .banner .banner-caption {
        height: 60%;
        width: 60%;
    }

    .banners.banners-3 .banner span.banner-caption span.caption-title {
        font-size: 30px;
        line-height: 40px;
    }


}

@media all and (min-width: 1900px) {

    .banners.banners-2 .banner,
    .banners.banners-3 .banner {
        height: 620px;
    }

    .banners.banners-4 .banner {
        height: 480px;
    }

}</pre></body></html>