﻿/* Slider */
.gallery {
    background-color: #474747;
    color: #fff;
}
.gallery .carousel-inner > .item > img {
    max-height: 768px;
    width: auto;
    margin: 0 auto;
}
.gallery h1 {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 32px;
}
.gallery .image-caption {
    font-size: 17px;
    padding: 0 0 12px 0;
    line-height: normal;
}
.gallery .bullets {
    color: #b5b5b5;
    font-size: 15px;
}
.gallery .carousel-control {
    top: 40%;
    left: 15px;
    height: 80px;
    border:none;
    border-radius: 0;
    background:transparent;
    opacity:1;
}
.gallery .carousel-control img {
    width: 100%;
}
.gallery .carousel-control.right {
    left: auto;
}


@media (max-width: 767px) {
    .gallery .carousel-control {
        top: 25%;
    }
}


p.headline {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    color: white;
    padding: 2%;
    margin: 0 !important;
}
span.cur-page {
    color: #aa1a2b;
    padding-left: 2%;
}
span.f-page {
    padding-right: 2%;
}
.container.breadcrumbs {
    margin-bottom: 1%;
}

/*second section - artcles */
.row.title {
    margin-top: 2%;
    color: #e2091a;
    text-transform: uppercase;
    font-size: 36px;
}
.articles-section img {
    width: 100%;
    float: left;
    margin: 0  0 6%;
}
.grey-line {
    border-bottom: 1px solid #b7b4b4;
    width: 101.8%;
}
.red-tag {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: rgba(212, 0, 14, 0.76);
    color: white;
    padding: 2%;
}
.box-info-article {
    background-color: #e2e2e2;
}
.wrapper-article {
    margin-bottom: 2%;
}
.id-article {
    font-size: 10px;
    border-right: 1px solid grey;
    padding-right: 2%;
}
.date-article {
    font-size: 10px;
}
.wrap-article {
    clear: both;
    padding: 0 5% 7%;
}
/*------------------------*/
