/* Galeria oferty */
.panel-title .carousel { overflow: hidden; margin-top: 10px; box-shadow: 0 0 35px rgba(0, 0, 0, 0.15); }
.panel-title .carousel > .carousel-indicators { width: 100%; left: 0; bottom: 0; margin-left: 0; padding: 0 60px;}
.panel-title .carousel > .carousel-indicators li { width: 20px; height: 20px; margin: 2px 4px; border-width: 2px; border-radius: 100%; }
.panel-title .carousel > .carousel-inner img { height: 100%; background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover; }
.panel-title .carousel .carousel-inner > .item div { width: 100%; height: 370px; background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover; cursor: pointer; }
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

#captchaResult{
    width: 25px;
    text-align: center;
}

#contactAgentForm #captcha {
    color: #444;
}

#contactFriendForm #captcha {
    background-color: #ebebeb;
    width: 95px;
    height: 34px;
    padding: 4px;
    margin-right: 10px;
    color: black;
    font-size: 14px;
    text-align: center;
}

.contact img {
    border-radius: 50%
}